/* 自定义样式 */

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


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



/* 搜索框 */
.search-box {border-bottom: 1px solid #eee;background: #f8f8f8;height: 60px;}
.search-box .hot_search{font-size: 15px;line-height: 1;float: left;width: 65%;margin-top: 25px;}
.search-box .hot_search b {color: #111;font-size: 15px;line-height: 1;}
.search-box .hot_search a{font-size: 15px;color: #363636;}
.search-box .hot_search a:hover{color: #0f91ec;}
.search-box .searchbox{margin-top: 12px;text-align: right;position: relative;float: left;width: 35%}
.search-box .searchbox input{    height: 36px;outline: none;border-radius: 0;border: none;font-size: 15px;}
.search-box .searchbox input[type="text"]{    width: 60%;border: 1px solid #0f91ec;padding-left: 10px;font-size: 14px;background: #fff;}
.search-box .searchbox input[type="submit"] {width: 20%;margin-left: -5px;background: #0f91ec;font-size: 15px;color: #fff;letter-spacing: 3px;position: relative;}




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

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

}

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


/* 顶部样式 */
.logo-img { width: 45%;border-right: 1px dashed #a3a3a3;}
.dh-txt { float: left;margin-top: 20px;}
.dh-txt h4 { color: #0f91ec;}
.h-dh { margin-top: 30px;width: 20%;}
/* 导航样式 */
nav.navbar.bootsnav ul.nav > li > a {padding: 16px 28px; margin: 0;font-size: 16px;}
.header_nav { background: #0f91ec;}
nav.navbar.bootsnav ul.nav > li > a:hover { background:#047ed2;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu { background: #0f91ec;min-width: 100%;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover, nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover { background-color:#047ed2;color: #fff;}


/* banner */
.flexslider {position: relative;max-height: 600px;overflow: hidden;width: 100%;text-align: center;}
.slides li {height: 600px;}
.ban-txt { position: absolute;z-index: 3;width: 1200px; margin-left: -600px;left: 50%;top: 32%;}
.ban-txt h3 { font-size: 50px;line-height: 1;color: #0f91ec;font-weight: bold;letter-spacing: 2px;margin-bottom: 15px;}
.ban-txt p {color: #0f91ec;font-size: 18px;text-transform: uppercase;line-height: 1;}
.ban-txt h5 { color: #0f91ec;font-size: 44px;line-height: 1;margin: 30px 0 50px;letter-spacing: 5px;font-weight: bold;}

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

  .ban-txt{top: 30%;width: 750px;margin-left: -375px;}
  .ban-txt .b-logo img { width: 150px;}
  .ban-txt h3{font-size: 25px;}
  .ban-txt p{font-size: 13px;}
  .ban-txt h5{font-size: 30px;margin: 15px 0 30px;letter-spacing: 2px;}
  
  .ban-txt .b-btn a{font-size: 16px;padding: 10px 35px;}
  
}
@media (max-width: 767px){


  .ban-txt .b-btn a{padding: 10px 30px;font-size: 14px;}
  .ban-txt{width: 100%;margin-left: 0;left: 0;top: 16%;}
  .ban-txt .b-logo {margin-bottom: 10px;}
  .ban-txt .b-logo img {width: 90px;}
  .ban-txt h3 {font-size: 20px;}
  .ban-txt p { font-size: 12px;}
  .ban-txt h5 {font-size: 22px; margin: 15px 0 20px;letter-spacing: 0;}
  
  
}



/* 公用标题样式 */
.bt {text-align: center;margin-bottom: 25px;border-bottom: 1px dashed #ddd;}
.bt h3 { color:#0f91ec; font-size: 24px;font-weight: bold; letter-spacing: 2px; line-height: 1;margin-bottom: 8px;}
.bt h3 span{color: #000;}
.bt h5 { text-transform: uppercase; font-size: 15px; font-weight: bold; line-height: 1;}
.bt h5 span{color: #16ac41;}
.bt hr {margin: 8px auto -2px; border-top: 3px solid #0f91ec;width: 10%;}

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

@media (max-width: 992px) {

  
  
}

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

}

/* 服务项目 */
.fwxm { background:#f8f8f8; padding:30px 0;}
.fwxm ul{}
.fwxm ul li {width:48%;float:left;background:#fff;box-shadow: 5px 5px 6px #ddd;margin: 10px 10px;}
.fwxm ul li:hover{ background:#0f91ec;}
.fwxm ul li:hover h4 { color:#fff;}
.fwxm ul li:hover p { color:#fff;}
.fwxm .fu-img { width:32%;float:left;}
.fwxm .fu-img img { width:100%; height:100%;}
.fwxm .fu-wz { width:68%;float:left;margin-top: 10%;}
.fwxm .fu-wz h4 { font-size:20px; font-weight:bold; width:80%;margin:auto;color: #0f91ec;line-height: 36px;}
.fwxm .fu-wz p { font-size:14px; width:80%;margin:auto;}

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

@media (max-width: 992px) {

  .fwxm ul li {width: 45%;height: 320px;}
  .fwxm .fu-img { width: 100%;float: left;}
  .fwxm .fu-wz { width:100%;}
}

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


/* 优势 */
.cpzs{padding: 60px 0;background: url(../images/bg2.jpg)no-repeat center top;}


.ys-bt{background: url(../images/yt.png) no-repeat top center;padding: 45px 0 69px;position: relative;}
.ys-bt h2{color: #fff;font-size: 30px;font-weight: bold;line-height:45px;}
.ys-bt p{color: #fff;font-size: 20px;}
.ys-nr{background: url(../images/y3.jpg)bottom;padding: 75px 0 25px;margin: -80px 0 0;}
.ys_1eft .sz{width: 57px;height: 57px;background: #0f91ec;color: #fff;font-size: 28px;top: 20px;padding: 0px 12px;line-height: 57px;font-weight: bold;border-radius: 100px;}
.ys_1eft h3{font-size: 24px;color: #0d0d0d;font-weight: bold;margin: 25px 0 8px 0;}
.ys_1eft span{font-size: 12px;text-transform: uppercase;color: #9c9c9c;}
.wz-xq p{font-size: 15px;margin: 6px 0 3px 0;line-height: 30px;}
img.yt1 {margin: 20px 0 0;}



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

@media (max-width: 992px) {

  img.yt1 { display:none;}
  .ys-nr img { display:none;}
  
}

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



/* 广告部分 */
.adv-bg{background: url(../images/bg1.jpg)no-repeat center bottom;padding: 30px 0;}

.adv-left{float: left;color: #fff;}
.adv-left h5 {background: url(../images/adv-r.png)no-repeat bottom right;font-size: 18px; line-height: 1;  background-size: 55px; padding-bottom: 30px;  padding-right: 30px;padding-top: 40px;text-align:center;}
.adv-txt { background: url(../images/adv-l.png)no-repeat top left;  text-align: left;background-size: 55px;padding-left: 36px;padding-top: 30px;}
.adv-txt h3 {font-size: 36px;line-height: 1.5; font-weight: bold; letter-spacing: 1px; font-family: Microsoft JhengHei;width: 80%; margin: auto;text-align:center;}
.adv-txt p {font-size: 16px;line-height: 1; color: rgb(255 255 255 / 75%);}

.adv-right{float:right;width: 33%;margin-top: 15px;}
.adv-dh{overflow: hidden;margin-bottom: 20px;}
.adv-dh img{width: 50px;float: left;}
.adv-dh h4 {float: left; font-size: 16px; font-weight: normal; color: #fff;line-height: 1;padding-left: 10px;}
.adv-dh h4 b {font-size: 26px; line-height: 1;margin-top: 5px;display: inline-block;}
.adv-right a {  display: block; width: 66%;text-align: center; font-size: 16px;line-height: 1; color: #fff;  border: 1px solid #fff; padding: 15px;margin: 0 auto;transition: all .5s;}
.adv-right a:hover{background: #fff;color: #1a509a;font-weight:bold;border-radius:3px;}

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

@media (max-width: 992px) {

  .adv-left{width: 65%;}
  
  .adv-txt h3{font-size: 20px;}
  .adv-left h5{font-size: 15px;}
  
  .adv-right{width: 35%;}
  .adv-dh h4{font-size: 14px;}
  .adv-dh h4 b{font-size: 18px;}
  .adv-dh img{width: 40px;}
  
  .adv-right a{padding: 10px;}
  
}

@media (max-width: 767px) {

  .adv-bg{background-size: auto 100%;}
  
  .adv-left { float: none; width: 100%;color: #fff;}
  .adv-right { width: 100%;float: none;padding: 0 20px;}

  .adv-left h5 { font-size: 16px;line-height: 26px;width: 90%;margin: auto;padding-bottom:10px;padding-right:0px;padding-top: 15px;}
  
  .adv-right a{width: 50%;margin: 0;}
  
  .adv-txt{padding-left: 30px;padding-top: 24px;}
  .adv-txt h3 {font-size: 26px;width: 100%;}

}



/* 关于我们 */
.gywm{padding: 50px 0;background: #f8f8f8;}

.gy-bt{}
.gy-cont{position: relative;}
.gy-img{position: absolute;top: 40px;left: 0;z-index: 3;width: 33%;height:280px;overflow: hidden;box-shadow: 5px 5px 0 #ddd;}
.gy-img img{width: 100%;}

.gy-nr { float: right; width: 75%; 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: #0f91ec;font-weight: bold; letter-spacing: 2px;}
.gy-nr hr{border-top: 2px solid #0f91ec;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: #0f91ec;  -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: #0f91ec; color: #fff; padding: 10px 25px; border-radius: 2px;}
.gy-btn a:hover{background: #0370bb;}

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

@media (max-width: 992px) {

  .gy-img{height: 190px;}
  .gy-txt p {font-size: 14px;line-height: 1.4;}
  .gy-txt{height: 160px;}
  
}

@media (max-width: 767px) {

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



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

.al-cont{}

.str_wrap,.str_wrap.str_active{background: none}

.walking{height: 270px !important;}
.walking .ar_1{width: 300px;height: 270px;margin-left: 20px;}

.walking .ar_1 .item {height: 220px;overflow: hidden;display: flex; flex-wrap: wrap; align-content: center;}
.walking .ar_1 .item img{width:100%;min-height: 100%;height: auto;}
.walking .ar_1 p {background: none;color: #333; padding: 10px 0;  font-size: 15px;  line-height: 1;height: auto;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.walking .ar_1:hover .item{border-color: #0f91ec;}
.walking .ar_1:hover p{color: #0f91ec;}

.al-btn{text-align: center;margin-top: 10px;}
.al-btn a { display: inline-block; font-size: 15px; line-height: 1; background: #0f91ec; color: #fff; padding: 13px 30px; border-radius: 2px;transition: all .5s;}
.al-btn a:hover{background: #0370bb;}

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

@media (max-width: 992px) {

  .walking .ar_1{width: 250px;height: 230px;margin-left: 15px;}
  .walking .ar_1 .item {height: 200px;}
  
}

@media (max-width: 767px) {
  
  .walking {height: 180px !important;}
  .walking .ar_1 { width: 170px; height: 180px;margin-left: 15px;}
  .walking .ar_1 .item {height: 150px;}
  .walking .ar_1 p{font-size: 14px;}

}





/* 新闻 */
.xinw{padding: 60px 0;}
.xw-cont{}
.xw-left{float: left;width: 49%;}
.carousel-inner>.item{height: 315px;}
.carousel-inner>.item img{width: 100%;}

.xw-right{float: right;width: 48%;}
.xw-list{}
.xw-list li{}
.xw-list li a{display: block;overflow: hidden;padding: 15px 0;border-bottom: 1px dashed #bbb;}
.xw-list li a h3 { font-size: 15px; line-height: 1; width: 80%; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;background: url(../images/xw-ico.png)no-repeat center left;padding-left: 20px;}

.xw-list li a h5{float: right;width: 20%;text-align: right;padding-right: 10px;font-size: 12px;line-height: 1;color: #666;}
.xw-list li a:hover h3{color: #0f91ec;}



@media (min-width: 992px) and (max-width: 1200px){
  
  .xw-list li a{padding: 20px 0;}
  
}

@media (max-width: 992px) {

  .xw-list li a{padding: 13px 0;}
  .xw-list li a h3{font-size: 14px;width: 78%;}
  .xw-list li a h5{font-size: 12px;width: 22%;}

  
}

@media (max-width: 767px) {
  
  .xw-left { float: none;  width: 100%; margin-bottom: 20px;padding: 015px;}
  .carousel-inner>.item {height: 240px;}
  .xw-right {float: none;width: 100%;padding: 0 15px;}
  
  .xinw {padding: 30px 0;}

}



/* 友情链接 */
.links {  margin: 0;  font-size: 16px;line-height: 1.5;padding-bottom: 20px;}
.links span{font-weight: bold;}
.links a {  margin: 0 5px; font-size: 15px;line-height: 1.5;}
.links a:hover{color: #1482d7;}







/* 底部 */
.f_one {background: #3c3c3c;padding: 20px 0 20px;}
.f-nav {border-bottom: 1px solid #bbb;padding-bottom: 20px;margin-bottom: 20px;}
.f-nav ul{overflow: hidden;}
.f-nav ul li {border-right: 1px solid #fff;float: left;padding: 0 29px;}
.f-nav ul li:last-child{border: none;}
.f-nav ul li a { color: #ccc; display: inline-block;font-size: 15px;line-height: 1;}
.f-nav ul li a:hover{color: #fff;}

.f-logo{float: left;width: 33%;padding-top: 40px;}
.f-logo h3 {  color: #eee; font-size: 28px;line-height: 1; letter-spacing: 3px; margin-bottom: 6px;}
.f-logo h5 { color: #ddd;font-size: 13px;line-height: 1;margin-bottom: 20px;}

.f-lx { float: left; width: 42%;  border-left: 1px solid #ddd; padding: 10px 15px;}
.f-lx p { color: #ddd;font-size: 15px; line-height: 1;margin-bottom: 8px;}
.f-lx p span{display: inline-block;width: 80px;text-align: right;}
.f-lx p a:hover{color: #8bc5f9;}

.f-ewm{float: right;width: 24%;}
.ewm-box{float: left;width: 50%;padding: 0 10px;text-align:center;}
.ewm-box img{width: 100%;}
.ewm-box p { color: #ddd;font-size: 15px;line-height: 1;padding-top: 5px;}


/* 区域设置 */
.sec-tit.left-keyword-tit, .themain {
    display: block;
}
.themain {
    clear: both;
    text-align: center;
    color: #eee;font-size: 15px;line-height: 1;margin-top: 10px;
}
.themain a {
    color: #eee;
    margin: 0 5px;display: inline-block;
}

.f_two {  background: #3c3c3c; border-top: 1px solid #fff; padding: 15px 0;}
.f_two p{text-align: center;font-size:15px;line-height: 1;color: #ddd;}


@media (min-width: 992px) and (max-width: 1200px){
  
  .f-nav ul li{padding: 0 38px;}
  
  .f-lx p{font-size: 14px;}
  .f-logo{width: 30%;}
  
}
@media (max-width: 992px) {


}

@media (max-width: 767px) {

  

}


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







/* 内页样式 */
.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 20px;}


.sec-tit {border: none;height: 50px;line-height: 50px;background: #0f91ec;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 #0f91ec;}
.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: #0f91ec;}
.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: #0f91ec;}

.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: #0f91ec;
    border-color: #0f91ec;
}
.pagination>li>a, .pagination>li>span{color: #0f91ec;}

/* 新闻列表 */

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

.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: #0f91ec;}


/* 图片列表 */
.page-alist .col-md-4 {padding: 0 8px;margin-bottom: 10px;}
.img-inner{width: 300px;overflow: hidden;}
.img-inner:hover {border: 1px solid #0f91ec;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;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page-alist .col-md-4 a:hover h5{color: #0f91ec;}

.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: #eee; font-size: 14px; line-height: 1;padding: 15px 0;}
.page-nav ul li a:hover{color: #fff;background: #0f91ec;}

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

.product_detail h1.title{font-size: 20px;line-height: 1;}
.list_p li h2 { margin-top: 0;font-size: 14px;line-height: 1;}
.list_p li { height: auto; line-height: 1; font-size: 14px; border-bottom: 1px dashed #e0e1dc; padding: 10px 0;font-family: "Microsoft YaHei";}
.list_p li h2 a { font-size: 14px;font-family: "Microsoft YaHei";}


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


/* 留言 */
.form-control:focus {
    border-color: #0f91ec;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(27 79 152 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(27 79 152 / 60%);
}

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

@media (max-width: 992px){
  
  .page-body {margin: 10px auto 50px;}
  .page-body .col-md-9{float: none;width: 100%;}
  .page-alist .col-md-4 {padding: 0 8px;margin-bottom: 10px;float: left;width: 33.3333%;}
  
  .page-alist .page-atit p {height: 4rem;}
  
  .page-nav{display: block;}
  .page-nav ul li{width: 33.3333%;}
  
}

@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-nav ul li{width: 50%;padding: 0 5px;}

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


/* 图片左边内容右边 */
.page-alist .page-adate1 {width: 25%;float:left;}
.page-alist .page-adate1 img { width:90%;height:100%;}
.page-alist .page-atit { width:75%;float:left;}


