/*****网站内页，全局栏目头颜色设置－开始******/
body{font: 14px/240% Microsoft YaHei;color:#333333; margin:0;background:#fff;overflow-x:hidden}

a:focus, a:hover{color:#005a9f;}

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

/

/*********首页样式*********/

/*banner大图*/
#banner {width: 100%;padding: 0;max-height: 550px;overflow: hidden;}
.flexslider{max-height: 650px;overflow: hidden;position: relative;width:100%;}
.slides li{height: 650px;}
.flex-control-nav {bottom: 30px;}
#intpate .slides li, #catapage .slides li { height: 400px;!important;}

@media (min-width: 992px) and (max-width: 1200px){
 
}
@media (max-width: 992px){
  /*大图*/ 
  .flexslider .slides li {height: 350px;background-size: auto 100% !important;}
 
}
@media (max-width: 767px){
  /*大图*/ 
  .flexslider .slides li {height: 190px;}
  
}

/* 导航 */
.head_box4 nav.navbar.bootsnav ul.nav > li > a { padding: 15px 40px;}


/* 搜索框 */
.search-box{    min-height: 50px;background: #005a9f;}
.search-box .hot_search{font-size: 15px;line-height: 50px;} 
.search-box .hot_search b{color: #fff;font-size: 15px;}
.search-box .hot_search a{font-size: 15px;color: #fff;}
.search-box .hot_search a:hover{color: #f19b00;}
.search-box .searchbox{text-align: right;margin: 10px 0;position: relative;}
.search-box .searchbox input{    height: 30px;outline: none;border-radius: 0;border: none;}
.search-box .searchbox input[type="text"]{    width: 60%;border: none;padding-left: 10px;}
.search-box .searchbox input[type="submit"]{    width: 15%;margin-left: -5px;background: url(../images/search-bg.png) center;font-size: 13px;color: #fff;letter-spacing: 3px;position: absolute;z-index: 3;right: 0;}

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

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

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



/* 公共标题样式 */
.bt{text-align: center;margin-bottom: 50px;position:relative;}
.bt h5 { font-family: Times New Roman; font-size: 40px; font-weight: bold;  text-transform: uppercase; letter-spacing: -1px; color: rgb(0 0 0 / 10%);line-height: 1;margin-bottom:20px;}
.bt h3 { font-size: 28px; font-weight: bold; letter-spacing: 1px;position: absolute;width: 100%;top: 20px;color: #005a9f;}
.bt h3 span{color: #f19b00;}
.bt hr { margin: 0 auto 10px; width: 3%; border-top: 2px solid #005a9f;}
.bt p {font-size: 16px;line-height: 1; color: #666;}

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

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

@media (max-width: 767px){
  
  .bt{margin-bottom: 30px;}
  .bt h5{font-size:26px;margin-bottom: 15px;}
  .bt h3 {font-size: 22px;letter-spacing: 0;top: 10px;}
  .bt hr{width:10%;margin: 0 auto 5px;}
  .bt p {font-size: 13px;line-height: 1.5;color: #666;padding: 0 15px;}
  
}



/* 公司介绍 */
.gywm{padding: 50px 0;}
.gy-cont{position: relative;}
.gy-img{position: absolute;top: 40px;left: 0;z-index: 3;width: 40%;height:300px;overflow: hidden;box-shadow: 5px 5px 0 #ddd;}
.gy-img img{width: 100%;}

.gy-nr { float: right; width: 65%; background: #fff; padding: 30px 30px 30px 10%;box-shadow: 2px 2px 5px #ddd;border-radius: 3px;}
.gy-nr h3 {font-size: 20px;line-height: 1; color: #005a9f;font-weight: bold; letter-spacing: 2px;}
.gy-nr hr{border-top: 2px solid #005a9f;width: 10%;margin: 10px 0;}
.gy-txt{height: 225px;overflow: hidden; overflow-y: auto;padding-right: 10px; }
.gy-txt p {font-size: 15px;line-height: 1.5;}
.gy-txt::-webkit-scrollbar {width: 3px;background: #ddd;border-radius: 10px;}
.gy-txt::-webkit-scrollbar-thumb { background-color: rgb(255, 197, 21);  -webkit-border-radius: 2em;-moz-border-radius: 2em;border-radius: 2em;}

.gy-btn{margin-top: 20px;padding-left: 30px;}
.gy-btn a { display: inline-block; font-size: 15px; line-height: 1; background: rgb(255, 197, 21); color: #fff; padding: 10px 25px; border-radius: 2px;}
.gy-btn a:hover{background: rgb(223 169 5);color: #fff;}



@media (min-width: 992px) and (max-width: 1200px){
  
  .gy-nr .gy-txt p { font-size: 14px; line-height: 1.5;color: #555;}
  
  
}

@media (max-width: 992px){
  
  .gy-left{display: none;}
  .gy-nr {width: 100%;padding: 0;margin:auto;}
  .gy-nr .gy-txt p {font-size: 14px; line-height: 1.6; color: #555;}
  .gy-btn {margin-top: 20px;}
  .gy-right {float: right; width: 50%;padding-left: 15px;}
  .gy-img{display:none;}
  .gy-txt p {font-size: 14px;line-height: 1.4;}
  .gy-txt{height: 160px;}
  
  
}

@media (max-width: 767px){
  
  .gy-cont { padding: 0 15px;}
  .gy-nr { float: none; width: 100%; padding: 0; margin-bottom: 20px;}
  .gy-right {float: none; width: 100%;padding-left: 0;}
  .gy-img{display: none;}
  .gy-nr {float: none;width: 95%;background: #fff; padding: 20px 15px;box-shadow: 2px 2px 5px #ddd;  border-radius: 3px; margin: auto;}
  .gy-txt {height: 270px;}
  
  
  
}





/* 产品展示 */
.cpzs{padding: 50px 0;background: #f5f5f5;}

.cp-nav{text-align: center;margin-bottom: 30px;}
.cp-nav a { display: inline-block; font-size: 16px; line-height: 1; margin: 0 10px;background: #005a9f; color: #fff; padding: 12px 24px;border-radius: 3px;}
.cp-nav a:hover{background: #f19b00;}

.cp-cont{}
.cp-cont ul{}
.cp-cont ul li{float: left;width: 20%;padding: 0 8px;margin-bottom: 20px;}
.cp-cont ul li a{display: block;background: #fff;text-align:center;padding: 5px;border: 1px solid #ddd;}
.cp-cont ul li a .cp-img {width: 100%;height: 300px;overflow: hidden;}
.cp-cont ul li a .cp-img img{transition:all .6s;height:100%;}
.cp-cont ul li a p {margin-top: 5px; font-size: 15px;background: #f1f1f1; line-height: 1;padding: 10px 0;color: #555;transition:all .4s;}
.cp-cont ul li a:hover p{color: #fff;background: #005a9f;}
.cp-cont ul li a:hover{border: 1px solid #005a9f;}
.cp-cont ul li a:hover .cp-img img{transform: scale(1.1);}

.cp-btn{text-align:center;margin-top: 20px;}
.cp-btn a { background: #005a9f;color: #fff;display: inline-block; font-size: 15px;line-height: 1; padding: 12px 40px; border-radius: 2px;position:relative;top: 0;transition: all .5s;}
.cp-btn a:hover{background: #f19b00;top: -2px;}


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

@media (max-width: 992px){
  
  .cp-nav a{font-size: 14px;}
  .cp-cont ul li a p{font-size: 14px;}
  
  .cp-cont ul li{padding: 0 5px;}
  .cp-cont ul li a .cp-img{height: 220px;}
  
}

@media (max-width: 767px){
  
  .cp-cont ul {height: 850px;overflow: hidden;}
  .cp-bt{margin-bottom: 20px;}
  .cp-bt p{font-size: 25px;margin-bottom: 10px;}
  
  .cp-nav { text-align: center; margin-bottom: 20px;overflow: hidden; padding: 0 5px;}
  .cp-nav a { font-size: 13px;width: 46%;float: left;margin: 0 2% 10px;padding: 12px 0;}
  
  .cp-cont {padding: 0 10px;}
  .cp-cont ul li { float: left; width: 50%;padding: 0 5px;margin-bottom: 15px;}
  
  
}

/* 业务 */
.zyyw { margin:70px 0;}
.zyyw li { width:50%;height:200px;float:left;background:rgb(250 250 250);}
.zyyw li img { width:100%; height:100%;}
.zyyw li h4 { width:80%; margin:auto;font-size:22px;color:#000;margin-top: 5%;}
.zyyw li p { width:80%; margin:auto;font-size:14px;color:#666;line-height: 22px;margin-top: 2%;}


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

@media (max-width: 992px) {

  
  
}

@media (max-width: 767px) {
 
  .zyyw li { height:240px;}
  .zyyw li img { width: 225%;height: 100%;}
  .zyyw li p {font-size: 12px;line-height: 20px;}
  
}


/* 优势 */
.youshi{background: #f6f6f6 url(../images/bg6.jpg)no-repeat center fixed;}

.ys-left{float: left;width: 50%;padding-right: 80px;}

.ys-bt{background: rgb(255 255 255 / 50%);;}
.bt-bg{background: url(../images/ys-bg.png)no-repeat center right 110px;background-size: 200px;height: 300px;margin-top: 70px;}
.ys-bt h3 {font-size: 30px; font-weight: bold; text-align: center;padding-top: 120px;}
.ys-bt p { font-size: 18px;text-transform: uppercase;font-weight: bold; padding-left: 60px; color: #444;}

.ys-right{float: left;width: 50%;padding: 30px 0 20px 10px;}
.ys-cont{margin-bottom: 10px;padding: 15px 10px;}
.ys-cont .ys-no{float:left;width: 20%;}
.ys-cont .ys-no span { font-family: Times New Roman; display: inline-block; font-size: 60px; font-weight: bold; background: #005a9f;color: #fff; width: 100px; height: 100px; text-align: center; line-height: 100px;  border-radius: 50%; font-style: italic;}

.ys-box{float: left;width: 80%;}
.ys-box h3 { font-size: 24px; font-weight: bold; line-height: 1;margin: 10px 0;}
.ys-box h3 span {font-size: 18px; color: #005a9f;}
.ys-box p { font-size: 15px;line-height: 1.5;color: #444;}

.ys-cont:hover{background: #f19b00;}

.ys-cont:hover .ys-no span{color: #005a9f;background:#fff;}
.ys-cont:hover .ys-box h3{color: #fff;}
.ys-cont:hover .ys-box p{color: #fff;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .bt-bg{background: url(../images/ys-bg.png)no-repeat center right 50px;}
  .ys-bt p{padding-left: 10px;}
  
  .ys-cont .ys-no {width: 22%;}
  .ys-cont .ys-no span{font-size: 52px;width: 90px;height: 90px;line-height: 90px;}
  
  .ys-box { width: 78%;}
  
}

@media (max-width: 992px){
  
  .ys-left {padding-right: 20px;}
  .bt-bg { background: url(../images/ys-bg.png)no-repeat center right 50px;background-size: 200px;}
  .ys-bt h3{font-size: 26px;margin-bottom:10px;padding-top: 110px;}
  .ys-bt p{line-height: 1.3;}
  
  .ys-cont .ys-no {width: 23%;}
  .ys-cont .ys-no span {font-size: 45px;width: 72px;height: 72px;line-height: 72px;}
  
  .ys-box {width: 77%;}
  .ys-box h3{font-size: 20px;margin: 5px 0;}
  .ys-box p {font-size: 13px;line-height: 1.5;color: #444;}
  .ys-cont { padding: 5px;}
  
  
}

@media (max-width: 767px){
  
  .youshi{background: #f6f6f6;}
  
  .ys-left {float: none; width: 100%; padding: 30px 10%;background: url(../images/bg8.jpg)no-repeat center fixed;}
  .bt-bg{background: none;height: auto;margin-top: 0;padding: 30px 15px;}
  .ys-bt h3 { font-size: 26px; margin-bottom: 10px;padding-top: 0;}
  .ys-bt p {font-size: 14px;padding-left: 0; text-align: center;}
  
  .ys-right {float: none; width: 100%; padding: 30px 10px 20px 10px;}
  
  
}



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

.al-bt{margin-bottom: 40px;}

.walking .ar_1{width: 300px;height: 240px;margin-left: 15px;}
.walking .ar_1 .item{border: none;padding: 5px;border: 1px solid #ccc;}
.img-b{height: 200px;overflow: hidden;}
.walking .ar_1 .item img{height: auto;width: 100%;min-height: 100%;}
.walking .ar_1 p { height: auto; line-height: 1; background: none; color: #555; font-size: 16px; padding: 5px 0;}
.walking .ar_1:hover .item{border-color: #005a9f;}
.walking .ar_1:hover p{color: #005a9f;}


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

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

@media (max-width: 767px){
  
  .walking .ar_1 { width: 200px; height: 180px;margin-left: 15px;}
  .img-b { height: 140px;overflow: hidden;}
  
  
}



/* 新闻 */
.xinw{background: #f6f6f6 url(../images/bg5.jpg)no-repeat center bottom;padding: 50px 0 80px;}

.xw-bt{margin-bottom: 30px;}

.xw-nav{text-align: center;margin-bottom: 40px;}
.xw-nav ul{display: inline-block;overflow: hidden;width: 100%;padding: 0 35%;}
.xw-nav ul li{float: left;width: 50%;background: #005a9f;}
.xw-nav ul li a {display: block;font-size: 16px;line-height: 1;padding: 10px 0;color: #fff;border-right: 1px solid #eee;}
.xw-nav ul li:last-child a{border: none;}
.xw-nav ul li a:hover{background: #f19b00;}

.xw-cont{}
.xw-left{float: left;width: 67%;}

.xw-top {border-bottom: 1px solid #ddd;margin-bottom: 20px;padding-bottom: 20px;}
.xw-top h3 {font-size: 20px;line-height: 1;font-weight: bold;letter-spacing: 1px;color: #000;}
.xw-top h5 { font-size: 13px;line-height: 1;margin: 10px 0;color: #888;}
.xw-top p {font-size: 14px;line-height: 1.4;color: #777;}

.xw_list{}
.xw_list ul{}
.xw_list ul li{overflow: hidden;padding: 7px 0;}
.xw_list li a{display: block;}
.xw_list li a h5 {float: left;width: 11%;font-size: 13px;line-height: 1;color: #888;}
.xw_list li a h3 {float: left;font-size: 15px;line-height: 1;color: #666;}
.xw_list li a:hover h3{color: #005a9f;}

.xw-img{float: right;width: 30%;position:relative;}
.xw-img img{width: 100%;}
.xw-img a {position: absolute;background: #005a9f;padding: 20px 0;bottom: 30px;left: -100px;width: 150px;z-index: 3;text-align: center;}
.xw-img a img{width: 40px;height: 40px;}
.xw-img a:hover{background: #f19b00;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .xw_list li a h5{width: 13%;}
  
  
}
@media (max-width: 992px){
  
  .xw_list li a h5 { float: left;width: 15%;font-size: 12px;line-height: 1;color: #888;}
  .xw_list li a h3{font-size: 14px;}

}
@media (max-width: 767px){
 
  .xw-bt {margin-bottom: 20px;}
  .xw-nav ul { padding: 0 15px;}
  .xw-nav ul li {float: left; width: 48%; background: #006baa;margin: 0 1% 10px;}
  .xw-nav {margin-bottom: 20px;}
  
  .xw-left{float: none;width: 100%;padding: 0 15px;}
  .xw-img{display: none;}
  .xw_list li a h5{width: 22%;}
   .xw_list li a h3 { font-size: 14px;width: 78%;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
  
}








/* 友情链接 */
.card{padding-bottom: 31px;}
.links, .links a {font-size: 12px;margin: 0;}
.links{}
.links span {font-size: 16px;line-height: 1;display: inline-block;color: #444;}
.links span .fa{margin-right: 5px;}
.links a { font-size: 14px;line-height: 1.5;}

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

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

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








/* 底部 */
.f_one{background: url(../images/f-bg.jpg)no-repeat center;height: 380px;}
.f_one .f1{text-align: center;width:20%;padding-top: 20px;}
.f_one .f1 a{    display: block;font-size: 14px;line-height: 14px;margin-bottom: 20px;color: #fff;}
.f_one .f1 a:hover{color: #eda401;}
.f_one .f1 h3{color: #fff;font-size: 26px;font-weight: bold;margin: 0 0 20px;padding-top:45px}
.f_one .f1 h3 span{color: #eda401;text-transform: uppercase;}

.f_one .lx{border-left: 1px dashed #fff;padding: 20px 80px;width: 50%;height: 380px;}
.f_one .lx .f-logo{margin-bottom: 15px;}
.f_one .lx h4 {font-size: 14px;color: #fff;text-align: center;display: block;padding: 50px 0;}
.f_one .lx h2 {font-size: 26px;color: #fff;text-align: center;display: block;width: 70%;border-bottom: 2px solid #fff;margin: auto;height: 64px;}
.f_one .lx h3 {font-size: 20px;font-weight: bold;color: #fff;letter-spacing: 2px;text-align: center;padding: 30px 0 20px 0;}

.f_one .lx .f-logo img{width: 400px;}
.f_one .lx p {color: #fff;font-size: 16px;line-height: 26px;text-align:center;}
.f-img{margin: 10px 0;}
.f-img img{width: 100%;}

.f_one .f3{width: 30%;background: #fff;padding: 20px;height: 380px;}
.f_one .f3 h3{margin-bottom: 20px;}
.f_one .f3 h3 img{float: left;width: 50px;vertical-align: bottom;margin-right: 5px;}
.f_one .f3 h3 p{    float: left;font-size: 22px;font-weight: bold;}
.f_one .f3 h3 p span{    font-size: 15px;font-weight: normal;color: #0c8fcf;}
.f_one .f3 #mess_main{padding: 0;}
.f_one .f3 .mess_list .mess_title {color: #333;text-align: right;float: left;line-height: 20px;}
.f_one .f3 .mess_list {overflow: hidden;margin-bottom: 8px;border-bottom: 1px dotted rgba(204, 204, 204, 0);padding-bottom: 0;}
.f_one .f3 .mess_list .form-control,.zxly .mess_list .mess_textarea {width: 100%;}
.f_one .f3 .mess_list .form-control{border: 1px solid #ddd;border-radius: 0;}

.f_one .f3 .btn { width: 100%;line-height: 2.028571;background: #0c8fcf;color: #fff;margin-top: 10px;}
.f_one .f3 .btn:hover{color: #fff;opacity: .9;}
.f_one .f3 .form-control {line-height: 1.528571;}
.f_one .f3 .message p.tit {color: #ffb000;font-size: 24px;text-align: center;}

.f_one .f3 .message p.tit1{color: #fff;font-size: 14px;text-align: center;line-height: 40px;}

.f_one .f3 .mess_list .mess_input{width: 80%;float: left;}
.f_one .f3 .mess_list .mess_textarea{width: 80%;float: left;}
.f_one .f3 .mess_list .mess_input input{height: 36px;border: 1px solid #ddd;border-radius: 0;}
.f_one .f3 .mess_list .mess_submit{padding: 0;}

.f_two{background: #2478ca;padding: 20px 0;}
.f_two p.copyright{color: #fff;font-size: 14px;line-height: 20px;}



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

@media (max-width: 992px) {

  .footers { display: none;}
  
}

@media (max-width: 767px) {
 
  .footers {display: none;}
  
}

.mo-footer {text-align: center;  padding: 20px 15px; background: #005aa8;color: #fff;}
.mo-footer h3 {font-size: 20px;font-weight: bold;letter-spacing: 2px;line-height: 1;margin-bottom: 15px;}
.mo-footer p { font-size: 15px;line-height: 1;margin-bottom: 8px;}


@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:15px;}
}



/* 内页样式 */
.page-body {margin: 30px auto 50px;}

.left_menu{float: left;width: 22%;margin-right: 3%;padding:0;}
.page-body .col-md-9{float: left;width: 75%;padding: 0;}


.sec-tit {border: none;height: 50px;line-height: 50px;background: #005a9f;padding: 0 10px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.sec-tit h2 {float: left; margin-top: 0;margin-bottom: 0; height: auto;line-height: 50px; font-weight: bold; font-size: 18px;color: #ffffff;border: none;}

.sec-tit h5{margin-top:16px;}
.sec-tit h5 a{color:#fff;}
.sec-tit h5 a:hover{background: #f9b31e}

.page-l-clist ul { padding: 5px 10px; border: 2px solid #005a9f;}
.page-l-clist li { height: 45px; line-height: 45px; text-align: center; font-size: 15px;border: none; background: #eee; margin: 10px 0;}
.page-l-clist li a{display:block;}
.page-l-clist li a:hover {   display: inline-block; width: 100%;  height: 45px; color: #fff; background: #005a9f;}
.page-l-clist li .layer2{left: 100%;}


.left-news li a h5 { line-height: 1; text-align: left; font-size: 14px; padding: 10px;  overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.left-news li a:hover h5{color:#005a9f;}

.sec-marquee-c strong{font-size: 18px;}


/* 右侧 */
.page-alist{margin-top: 0;}

.crumbs-item {line-height: 1;border-bottom: 3px double #d7dbdf;overflow: hidden;margin-bottom: 15px;}
.crumbs-item h5 {font-size: 15px;line-height: 1; padding: 7px 0;color: #555;}

.wp-pagenavi{text-align: center;}
.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: #005a9f;
    border-color: #005a9f;
}
.pagination>li>a, .pagination>li>span{color: #005a9f;}

/* 新闻列表 */

.page-alist .page-adate {width: 70px;height: 65px;background: #005a9f;}

.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: #005a9f;}


/* 图片列表 */
.page-alist .col-md-4 {padding: 0 8px;margin-bottom: 10px;}
.page-alist .col-md-4 .img-inner{width: 300px;overflow: hidden;}
.page-alist .col-md-4 .img-inner:hover {border: 1px solid #005a9f;overflow: hidden;}
.page-alist .col-md-4 a{display:block;}
.page-alist .col-md-4 a h5 { height: auto; line-height: 1; overflow: hidden; font-size: 16px; text-align: center;padding: 5px 0;float: none;}
.page-alist .col-md-4 a:hover h5{color: #005a9f;}


/* 图片列表 */
.page-alist .col-md-3{padding: 0 8px;margin-bottom: 10px;}
.page-alist .col-md-3 .img-inner{width: 300px;overflow: hidden;height: 270px;}
.page-alist .col-md-3 .img-inner img{height: 100%;}
.page-alist .col-md-3 .img-inner:hover {border: 1px solid #005a9f;overflow: hidden;}
.page-alist .col-md-3 a{display:block;}
.page-alist .col-md-3 a h5 { height: auto; line-height: 1; overflow: hidden; font-size: 16px; text-align: center;padding: 5px 0;float: none;}
.page-alist .col-md-3 a:hover h5{color: #005a9f;}

.page-nav{display: none;}
.page-nav ul{overflow: hidden;}
.page-nav ul li{width: 50%;padding: 0 5px;float: left;border: none;margin-bottom: 10px;}
.page-nav ul li a { display: block;text-align: center; background: #f6f6f6; font-size: 14px; line-height: 1;padding: 15px 0;}
.page-nav ul li a:hover{color: #fff;background: #005a9f;}

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

.page-content { font-size: 15px;line-height: 1.6;}


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



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

@media (max-width: 992px){
  
  
  .page-alist .col-md-4 {padding: 0 8px;margin-bottom: 10px;float: left;width: 50%;}
  
  
}

@media (max-width: 767px){
  
  .page-body { margin: 5px auto 40px;}
  .page-body .col-md-9 {float: none; width: 100%; padding: 0 15px;}
  
  .crumbs-item h5{font-size: 13px;}
  
  .page-content{padding-top: 0;}
  
  .page-nav{display: block;}

  .page-alist .col-md-4{padding: 0 5px;}
  .page-alist .col-md-4 .img-inner { height: 120px;}
  .page-alist .col-md-4 a h5{font-size:14px;}
  
  .page-alist .col-md-3{padding: 0 5px;float:left;width: 50%;}
  .page-alist .col-md-3 .img-inner { height: 200px;}
  .page-alist .col-md-3 a h5{font-size:14px;}
  
  .page-alist .page-atit p {height: 4rem;font-size: 13px;}
  
  
  .product_detail .img {overflow: hidden;}
  .zoomPad{z-index: 0 !important;}
  
  
  
  
}








