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

html,body{overflow-x:hidden;}

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 {background: #eee;box-shadow: 2px 2px 7px rgb(187 187 187 / 50%);}

.search-cont{padding: 15px 0;overflow: hidden;}
.search-box .hot_search{font-size: 16px;line-height: 40px;float: left;width: 73%;}
.search-box .hot_search span {color: #111;font-size: 16px;line-height: 1;}
.search-box .hot_search a{font-size: 15px;color: #363636;}
.search-box .hot_search a:hover{color: #d10401;}
.search-box .searchbox{text-align: right;float: right;width: 25%;position: relative;}
.search-box .searchbox input{    height: 40px;outline: none;border-radius: 0;border: none;font-size: 15px;}
.search-box .searchbox input[type="text"]{    width: 100%;border: 1px solid #c9c9c9;padding-left: 20px;font-size: 14px;background: #fff;border-radius: 50px;padding-right: 50px;transition: all .5s;}
.search-box .searchbox input[type="text"]:focus{border: 1px solid #d10401;}
.search-box .searchbox input[type="submit"] {position: absolute;right: 0;background: url(../images/sousuo1.png)no-repeat center;background-size: 25px;width: 23px;transition: all .5s;}
.search-box .searchbox input[type="submit"]:hover{background: url(../images/sousuo.png)no-repeat center;background-size: 25px;}

@media (min-width: 992px) and (max-width: 1200px){
.search-box .searchbox input[type="submit"] {width: 21px;}  
.search-box .searchbox {width: 30%;position: relative;}
.search-box .hot_search{font-size: 16px;line-height: 40px;float: left;width: 70%;}  
  
  
}
@media (max-width: 992px){

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

}







.adv-bg{background: #00a4c5;padding: 50px 0;}

/* .adv-cont{padding: 50px 0;color: #fff;position: relative;background-image: url(../images/adv-bg1.png) , url(../images/adv-bg2.png);background-repeat: no-repeat;background-position: left top 18px ,right -20px bottom 10px;} */
.adv-cont{color: #fff;position: relative;}
.adv-cont img.bg-l {position: absolute;left: -20px;top: -30px;opacity: .8;}
.adv-cont img.bg-r {position: absolute;right: -40px;bottom: -36px;opacity: .5;}

.adv-nr{float: left;width: 75%;padding: 10px 0 0 20px;position: relative;z-index: 3;}
.adv-nr h5 {font-family: Times New Roman;font-size: 18px;line-height: 1;font-style: italic;color: rgb(255 255 255 / 50%);}
.adv-nr h3 { font-size: 26px;line-height: 1;margin: 10px 0 20px;}
.adv-nr p {font-size: 16px;line-height: 1;}
.adv-dh { float: right;width: 25%; text-align: right; padding: 0 20px 0 0;position: relative;z-index: 3;}
.adv-dh a {display: inline-block; font-size: 15px;line-height: 1;color: #fff; border: 1px solid #fff;padding: 10px 40px;margin-bottom: 15px;}
.adv-dh a:hover{background: #fff;color: #022d8e;}
.adv-dh p {font-size: 16px;line-height: 1;color: rgb(255 255 255 / 80%);margin-bottom: 5px;}
.adv-dh h4 {font-size: 34px;line-height: 1;}



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

  
  .adv-nr h5{font-size: 15px;}
  .adv-nr p{font-size: 14px;}
  .adv-dh h4{font-size: 28px;}
  .adv-dh p{font-size: 15px;}
  
}
@media (max-width: 992px){

  .adv-cont img.bg-l{left: 0;}
  .adv-cont img.bg-r{right: 0;}
  .adv-nr { float: none;width: 100%;padding: 5px 0 0 30px;}
  .adv-nr h5{font-size: 14px;}
  .adv-nr h3{font-size: 24px;margin: 10px 0 15px;}
  .adv-nr p{font-size: 14px;}
  .adv-dh{float: none;width: 100%;margin-top: 16px;padding: 0 60px 0 0;}
  .adv-dh a{margin-left: 30px;float: left;font-size: 13px;}
  .adv-dh p{font-size: 15px;}
  .adv-dh h4 {font-size: 28px;}
  .adv-bg {padding: 50px 0 30px;}
  
}
@media (max-width: 767px){

  
  .adv-nr{text-align: center;padding: 0 15px;}
  .adv-nr h3 {font-size: 18px;margin: 10px 0; padding: 0 0 0 10px;line-height: 1.2;}
  .adv-nr p {font-size: 13px;line-height: 1.3;}
  .adv-dh{text-align: center;}
  .adv-dh a {margin-left: 0;float: none;font-size: 13px;}
  

  
  
}












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

.gy-cont{position: relative;}

.gy-img { position: absolute;left: 0;top: 30px; width: 40%;box-shadow: -6px 6px 2px #b3d9ff;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {line-height: 1;width: 100%;}

.gy-nr {background: rgb(255 255 255 / 90%); margin-left: 35%;width: 65%;padding: 30px 30px 30px 90px;border-radius: 5px;}

.gy-bt{}
.gy-bt h3 {font-size: 26px;line-height: 1;font-weight: bold;color: #ea9311;}
.gy-bt h5 {font-size: 26px;line-height: 1;color: #888;margin: 3px 0 15px;}
.gy-nr h2 {font-size: 24px;line-height: 1;color: #000; letter-spacing: 2px;margin-bottom: 15px;}
.gy-txt{}
.gy-txt p {font-size: 16px;line-height: 1.5;color: #444;}
.gy-nr a { display: inline-block;font-size: 15px;line-height: 1; border: 2px solid #00a4c5; padding: 10px 30px;margin-top: 30px;}
.gy-nr a:hover{background: #00a4c5;color: #fff;}



@media (min-width: 992px) and (max-width: 1200px){
  
  .gy-nr{padding: 30px 30px 20px 70px;}
  
  .gy-txt p {font-size: 15px; line-height: 1.4;}
  .gy-nr a{font-size: 13px;margin-top: 20px;}
}
@media (max-width: 992px){

  .gywm{padding: 30px 0;}
  .gy-nr{padding: 15px 15px 15px 50px;}
  .gy-nr a{margin-top: 15px;}
  .gy-txt p{font-size: 14px;}
}
@media (max-width: 767px){

  .gywm {padding: 30px 15px;}
  .gy-img{width: 100%;top: 0;position: static;margin-bottom: 15px;}
  
  .gy-nr{margin-left: 0;width: 100%;padding: 15px;}
  .gy-bt h3{font-size: 20px;}
  .gy-bt h5{font-size: 18px;margin: 3px 0 10px;}
  .gy-nr h2{font-size: 20px;letter-spacing: 0;}
  .gy-txt p{font-size: 14px;}
  .gy-nr a{font-size: 13px;}
  
}


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






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

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


  
}



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

.xw-cont{}
.xw-img { float: left;width: 30%; padding-top: 15px;height: 500px;position: relative;}
.xw-img img{width: 100%;min-height: 100%;}
.xw-img a {position: absolute;display: inline-block;font-size: 24px;text-transform: uppercase;background: #00a4c5;color: #fff;top: 45%;right: -30px;line-height: 1;padding: 18px 30px;box-shadow: 3px 4px 1px #005dbd;border: 3px solid #fff;}
.xw-img a:hover{background: #fff;color: #00a4c5;border-color: #00a4c5;}

.xw-nr{float: right;width: 65%;}
.xw-nr ul{}
.xw-nr ul li { border-bottom: 1px dashed #bbb; padding: 15px 0;}
.xw-nr ul li a{display: block;overflow: hidden;}
.xw-nr ul li a .xw-date{float: left;width: 10%;background: #00a4c5;text-align: center;padding: 10px 0;}
.xw-nr ul li a .xw-date h5 { color: #fff;font-size: 30px;font-weight: bold;line-height: 1;}
.xw-nr ul li a .xw-date p {color: #fff;font-size: 14px;line-height: 1;margin-top: 5px;}
.xw-nr ul li a .xw-info{float: left;width: 85%;padding-left: 15px;}
.xw-nr ul li a .xw-info h3 {font-size: 18px;line-height: 1;color: #00a4c5;margin-bottom: 10px;}
.xw-nr ul li a .xw-info p {font-size: 14px;line-height: 1.2;color: #666;}



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

  .xw-nr ul li a .xw-date{width: 15%;}
  
  
}
@media (max-width: 767px){

  .xinw{padding: 30px 15px;}
  .xw-img{display: none;}
  
  .xw-nr {float: none;width: 100%;}
  .xw-nr ul li a .xw-date{width: 16%;}
  .xw-nr ul li a .xw-date h5{font-size: 24px;}
  .xw-nr ul li a .xw-date p{font-size: 12px;}
  .xw-nr ul li a .xw-info{width: 84%;padding-left: 10px;}
  
  .xw-nr ul li a .xw-info h3{font-size: 16px;}
  .xw-nr ul li a .xw-info p { font-size: 13px;line-height: 1.2;height: 32px;overflow: hidden;}
  
}
*/



.xinw{padding: 80px 0;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 #00a4c5;padding: 10px 30px;border-radius: 2px;transition: all .6s;}
.xinw-more a:hover{background: #00a4c5;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){

  .xinw {padding: 33px 0;}
  .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;}

}








/* 友情链接 */
.links {margin: 30px 0 0;}
.links span {font-size: 16px; line-height: 1.5; color: #000; font-weight: bold;text-transform: uppercase;display: inline-block;margin-bottom: 5px;}
.links span b {font-size: 18px; background: #00a4c5; color: #fff;  line-height: 1; padding: 2px 10px;margin-right: 5px;border-radius: 2px;}
.links a{margin: 0 5px;font-size: 15px;line-height: 1.5;color: #444;}
.links a:hover{color: #00a4c5;}





@media (max-width: 767px){

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

}



/* 底部 */
.f_one { background: url(../images/fo-bg.jpg)repeat center;padding: 30px 0 0;}

.f-logo {  float: left; width: 14%;}
.f-logo .logo-img{overflow: hidden;margin: 0 0 020px;}
.f-logo .logo-img img{width:143px;}
.f-logo .logo-img h3 { float: left;font-size: 22px;letter-spacing: 2px;line-height: 1;}
.f-logo .logo-img h3 span {display: block;font-size: 13px;line-height: 1;letter-spacing: 0;margin-top: 5px;opacity: .8;}

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

.f-logo p { font-size: 13px;line-height: 1.4;margin-top: 20px;padding-right: 20px;color: #bbb;}

.f-lx { float: left;width: 55%;padding-left: 30px;border-left: 1px solid #fff;margin: 15px 0 0;}
.f-lx h3 {font-size: 18px; line-height: 1; margin-bottom: 15px; letter-spacing: 1px;}
.f-lx p {font-size: 15px; line-height: 24px;color: #fff;margin-bottom: 8px;}
.f-lx p span {display: block;}
.f-lx p a{}

.f-ewm{float: right;width: 18%;display: flex;align-items: center;padding: 15px 0 0;}
.f-ewm .ewm-box{float: left;width: 50%;padding-left: 10px;}
.f-ewm .ewm-box p { text-align: center;font-size: 14px; line-height: 1;color: #bbb;margin-top: 5px;}
.f-ewm .ewm-box img{width: 100%;}


.f_two{padding:15px 0;}
.f_two p.copyright { text-align: center; font-size: 14px;line-height: 1; color: #fff;}


.footer{display: none;}
.f-box{overflow: hidden;}
.ewm-img{}
.ewm-img img{width: 126px;}
.ewm-txt{padding: 0 0 0 10px;}
.ewm-txt p{color: rgb(255, 255, 255);font-size: 15px;text-align: center;}
@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-nav a{font-size: 15px;margin-right: 30px;}
  
  .f-logo .logo-img img {}
  .f-logo .logo-img h3{padding-left: 8px;font-size: 20px;}
  .f-logo .logo-img h3 span{font-size: 12px;}
  
  .searchbox input[type="text"] {width: 250px;height: 34px;font-size: 13px;}
  .searchbox input[type="submit"]{left: 250px;height: 34px;width: 72px;font-size: 13px;}
  
  .f-logo p{font-size: 12px;padding-right: 30px;}
  
  .f-lx {width: 58%;padding-left: 40px;}
  .f-ewm{width: 22%;}
  .f-logo { width: 18%;}
  
}
@media (max-width: 992px){

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

}


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

.cp-nav{overflow: hidden;}
.cp-nav ul{}
.cp-nav ul li{width: 33.33%;
    float: left;
    text-align: center;
    padding: 0 3px 7px;}
.cp-nav ul li a{display: block;
    font-size: 14px;
    border: 1px solid #cacaca;
    color: #898989;
    padding: 6px 0;}


/* 左侧菜单 */
.page-body .sec-tit { margin-top: 15px;background: #00a4c5; height: 122px; 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: 10px;background: #0089e1; padding: 15px 9px;}
.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: 21px 15px; background: url(../images/lb-bg2.png)no-repeat center;font-size: 16px;text-align:center;color: rgba(67, 67, 67, 1);}
.page-l-clist li.layer1 a span{}
.page-l-clist li.layer1 a .fa{float: right;}
.page-l-clist li a:hover {height: auto;color: #0089e1; }
.page-l-clist li.layer1.on a{height: auto;color: #0089e1; }

.ny-lx{border: 1px solid rgb(102, 102, 102);padding: 10px 5px 80px;margin: 10px 0 0;}
.ny-lx .ny-img{}
.ny-lx .ny-img img{width: 100%;}
.ny-lx p{color: rgb(90, 90, 90); font-family: 宋体; font-size: 10.5pt;  font-weight: bold;padding: 20px 0 0;}





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

.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: #0089e1;
    border-color: #0089e1;
}



.crumbs-item {line-height: 1; border: none; overflow: hidden; margin-bottom: 15px;background: url(../images/mbx.jpg)no-repeat left center;  padding: 15px 0;padding-left: 49px;}
.crumbs-item h6 { font-size: 16px; line-height: 1;  color: #434343;  padding: 2px 10px;}

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



/* 图片列表 */

.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: #0089e1;}
.page-alist .col-md-4 a .img-inner {  width: auto;  height: 200px;  border: none; padding: 0; overflow: hidden; display: flex; flex-wrap: wrap;align-content: center;padding: 5px;}
.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: none;}
.page-alist .col-md-4 a:hover .img-inner img{transform: scale(1.1);}


/* 新闻列表 */

.page-alist .page-adate {width: 70px;height: 65px;background: #0089e1; 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: #0089e1;}

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


.list-title{overflow: hidden;}
.list-title h3{float:left;width: 85%;font-size: 16px;line-height: 1;color: #444;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.list-title h3 .fa{margin-right: 5px;}
.list-title span { float: right; width: 15%;  font-size: 12px;text-align: right; line-height: 1; display: inline-block;color: #999;}
.list-title p.list-desc { font-size: 14px;line-height: 1;color: #777;}
.list-title p.list-desc span{color:#0089e1}
.list-title h3:hover{color: #0089e1;}


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

.page-content{padding: 0 15px 15px;}
.page-content p {font-size: 15px; line-height: 1.5;  color: #444;}

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: #0089e1; color: #fff;}
.page-nav ul li.now a{  background: #0089e1; color: #fff;}


@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%;}
  .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;}
  
  .img-inner { height: 120px;}
  
  .page-alist .col-md-4 { margin-bottom: 0;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;}
  
  .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: 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;}
  .crumbs-item {margin-bottom: 5px;}
  
}




.youshi{padding: 80px 0 0;}

.ys-cont{overflow: hidden;}
.ys-cont .ys-img {height: 320px; width: 45%;overflow: hidden;}
.ys-cont .ys-img img{width: 100%;}
.ys-cont .ys-nr{width: 52%;}
.ys-cont.ys1 .ys-img{float: right;}
.ys-cont.ys1 .ys-nr{float: left;}
.ys-cont.ys2 .ys-img{float: left;}
.ys-cont.ys2 .ys-nr{float: right;}

.ys-box{overflow: hidden;margin-bottom: 80px;}
.ys-box .ys-no{float: left;width: 12%;text-align:center;background: #00a4c5;padding: 10px 0;}
.ys-box .ys-no h2 {color: #fff;font-size: 36px;line-height: 1;font-weight: bold;font-family: cursive;}
.ys-box .ys-no hr {border-top: 3px solid #fff;width: 40px;margin: 10px auto;}
.ys-box .ys-txt{float: left;width: 85%;padding-left: 20px;}
.ys-box .ys-txt h3 {font-size: 22px;line-height: 1;font-weight: bold;color: #222;}
.ys-box .ys-txt hr {border-top: 1px dashed #bbb;margin: 15px 0;}
.ys-box .ys-txt p {font-size: 15px; line-height: 1.5; color: #444;height: 50px;}


@media (min-width: 992px) and (max-width: 1200px){
  
}
@media (max-width: 992px){
  
  .youshi { padding: 50px 0 0;}  
  .ys-box .ys-no{width: 14%;}
  .ys-box .ys-no h2{font-size: 32px;}
  .ys-box .ys-txt{padding-left: 15px;}
  .ys-box .ys-txt h3{font-size: 20px;}
  .ys-box .ys-txt p { font-size: 13px; height: 70px;}
  .ys-box {margin-bottom: 30px;}
  .ys-box .ys-txt hr{margin: 10px 0;}
  .ys-cont .ys-img {height: 240px;}
  
}
@media (max-width: 767px){

  .ys-cont {padding: 0 15px;}
  .ys-cont .ys-img {float: none !important;width: 100%;}
  .ys-cont .ys-nr {float: none !important;width: 100%;}
  .ys-box {margin: 20px 0;}
  
  .ys-box .ys-txt h3 {font-size: 16px;}
  .ys-box .ys-txt p { font-size: 12px; height: 60px;}
  .youshi {padding: 30px 0 0;}
  
}

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






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

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

}

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






.liuyan .kj{width:100%;height:400px;}
.liuyan .kj iframe{width:100%;height:100%;}

.liuyan{background: url(../images/bj8.jpg)no-repeat center;margin-bottom: 300px;margin-top: 23px;}

.dt-box{position:relative;}

.ly-cont {background: #ea9311;position: absolute;right: 15%;top: 220px;width: 70%;z-index: 10;}

.ly-left{float: left;width: 60%;background: #05819a;padding: 20px;}
.ly-left h3 { font-size: 23px; text-transform: uppercase; font-weight: bold;color: #fff;letter-spacing: 1px;margin-bottom: 30px;padding-left: 30px;}
.ly-left h3 span {display: inline-block; font-size: 35px;line-height: 1;vertical-align: text-bottom;}

.ly-nr .mess_list {overflow: hidden; margin-bottom: 15px; border-bottom: none;padding-bottom: 15px;}
.ly-nr .mess_list .mess_title { width: 18%; font-size: 14px; text-align: right; line-height: 35px;float: left;color: #fff;}
.ly-nr .mess_list .mess_input { width: 62%;float: left;}
.ly-nr .mess_list .mess_input input{color:#fff;}
.ly-nr .mess_list .mess_textarea { width: 80%;float: left;}
.ly-nr .mess_list .form-control { width: 80%; height: 40px;  background: none;border: none; border-bottom: 1px solid #fff;color: #fff;}
.ly-nr .mess_list textarea.form-control{}
.ly-nr .mess_list textarea.form-control,.ly-nr .mess_list .form-control{border: 1px solid transparent;border-bottom-color: #fff;font-size: 15px;}
.ly-nr .mess_list textarea.form-control:focus,.ly-nr .mess_list .form-control:focus{border: 1px solid #fff;}

.ly-nr .mess_submit{margin-left: 15%;}
.ly-nr .mess_submit input[type=button] { background: #f6f6f6; color: #505050;font-size: 16px; line-height: 1; border-radius: 2px;padding: 10px 50px;}
.ly-nr .mess_submit input[type=button]:hover { background: #262626;color: #fff;}


.ly-right{float: right;width: 35%;padding-top: 63px;color: #fff;padding-right: 50px;}
.ly-right h5 {font-size: 16px;line-height: 1.5;}
.ly-right h2 {margin-top: 30px;font-size: 26px;line-height: 1;letter-spacing: 1px;}
.ly-right hr { border-top: 1px dashed #fff;margin: 20px 0 30px;}
.ly-right .ly-txt{}
.ly-right .ly-txt p { font-size: 15px; line-height: 2;}


#allmapmapcontact { width: 80%;height: 400px;margin: 0 auto;;}

.ly-cont .ly-nr .fud{float:left;width:50%;}
.ly-cont .ly-nr .fud .mess_title{width:38%;}


@media (min-width: 1200px) and (max-width: 1440px){
  
  .ly-nr .mess_list .mess_title{width: 20%;}
  .ly-nr .mess_submit {margin-left: 20%;}
 
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  .ly-nr .mess_list .mess_title{width: 24%;font-size: 15px;}
  .ly-nr .mess_submit {margin-left: 20%;}
 
  .ly-right h5 {font-size: 15px;line-height: 1.5;}
  .ly-right h2{margin-top: 20px;}
  .ly-right .ly-txt p { font-size: 14px; line-height: 2;}
  .liuyan{margin-bottom: 200px;}
  .ly-cont .ly-nr .fud .mess_title {width: 47%;}
  .ly-nr .mess_list .mess_input {width: 76%;}
  .ly-nr .mess_list .mess_textarea {width: 76%;}
  
  
  
  
}
@media (max-width: 992px){
  
  .liuyan {margin-bottom: 80px;}
  .ly-left {display: none;}
  .ly-cont{padding: 30px 15px;}
  .ly-left h3{font-size: 22px;margin-bottom: 20px;padding-left: 20px;}
  .ly-left h3 span{font-size: 36px;}
  .ly-nr .mess_list .mess_title{width: 25%;font-size: 14px;}
  .ly-nr .mess_list .mess_input,.ly-nr .mess_list .mess_textarea{width: 75%;}
  
  .ly-right{padding-right: 0px;width: 100%;padding-top: 0px;}
  .ly-right h5{font-size: 14px;}
  .ly-right h2{margin-top: 15px;font-size: 24px;}
  .ly-right hr{margin: 10px 0 15px;}
  .ly-right .ly-txt p { font-size: 14px;line-height: 2;}
  
}
@media (max-width: 767px){

  .liuyan{margin-bottom: -15px;}
  .ly-left,.ly-right {float: none;width: 100%;}
  .ly-left{display:none;}
  .ly-nr .mess_list .form-control{width: 95%;}
  .ly-nr .mess_submit {margin-left: 25%;}
  .ly-nr .mess_submit input[type=button]{font-size: 14px;padding: 10px 40px;}
  #allmapmapcontact { width: 100%;height: 200px;margin: 0 auto;;}
  .ly-cont{top: 64px;}
  .ly-right .ly-txt p {font-size: 12px;}
  
  
}

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



/* 业务 */
.yewu{background: #f5f5f5;padding: 30px 0;}
.yewu .yewu-box{}
.yewu .yewu-box ul{}
.yewu .yewu-box ul li{width: 20%;float: left;text-align: center;background:url(../images/yw-bg.png)no-repeat center right}
.yewu .yewu-box ul li:last-child{background:none;}
.yewu .yewu-box ul li img{}
.yewu .yewu-box ul li h2{font-size: 19px;color: #6a6a6a;padding: 5px 0 10px;}
.yewu .yewu-box ul li p{font-family: math;font-size: 14px;color: #6a6a6a;}
@media (min-width: 992px) and (max-width: 1200px){

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


}
@media (max-width: 767px){
  .yewu { padding: 25px 0;}
  .yewu .yewu-box ul {display: flex;flex-wrap: wrap;justify-content: center;}
  .yewu .yewu-box ul li {width: 33.33%;}
  .yewu .yewu-box ul li img {width: 46px;}
  .yewu .yewu-box ul li h2 {font-size: 16px;padding: 3px 0 6px;}
  .yewu .yewu-box ul li p {font-size: 12px;}
  
  
 

  
}



/* 通栏 */
.tl{background:url(../images/tl-bg.png)no-repeat center top -1px;padding: 5px 0 71px;}
.tl .tl-txt{text-align:center;}
.tl .tl-txt h2{color: rgb(11, 140, 230); font-size: 33px;font-weight:bold;padding: 0 0 10px;}
.tl .tl-txt p{font-size: 18px;color: rgb(67, 67, 67);}
@media (min-width: 992px) and (max-width: 1200px){

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


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

  
}



/* 优势 */
.str{background:url(../images/ys-bg.png)repeat center;padding: 0 0 70px;}
.str .str-box{overflow:hidden;}
.str .str-box ul{}
.str .str-box ul li{width: 46.6%;float: left;margin: 0 69px 0 0;}
.str .str-box ul li:nth-child(2n) {margin-right: 0;}
.str .str-box ul li:nth-child(1){padding: 25px 0 0 0;}
.str .str-box ul li:nth-child(1),.str .str-box ul li:nth-child(3){width: 47.6%;}
.str .str-box ul li:nth-child(2),.str .str-box ul li:nth-child(4){width: 46.6%;}
.str .str-box ul li:nth-child(1) .str-txt{}
.str .str-box ul li:nth-child(2){}
.str .str-box ul li:nth-child(3) .str-txt{padding-bottom: 90px;}
.str .str-box ul li:nth-child(3) .str-img{height: 345px;}
.str .str-box ul li:nth-child(3) .str-img img{height: 100%;object-fit: cover;}
.str .str-nr{}
.str .str-img{}
.str .str-img img{width: 100%;}
.str .str-wz{padding: 15px 0;}
.str .str-bt{display: flex;align-items: center;}
.str .str-bt h2{background:url(../images/ys-sz.png)no-repeat center;font-size: 28px; color: rgb(255, 255, 255);font-weight:bold;padding: 15px 20px 27px;margin: 0 15px 0 0;}
.str .str-bt h3{color: rgb(0, 137, 225); font-size: 26px;font-weight:bold;}
.str .str-bt hr{border-top: 4px solid rgb(217, 217, 217);width: 465px;margin: 15px 0 0 0px;}
.str .str-txt{display: flex;align-items: flex-start;padding: 10px 0 0px 25px;}
.str .str-txt img{padding: 15px 0 0;margin: 0 20px 0 0;}
.str .str-p{}
.str .str-p p{line-height:30px;color:#434343;font-size:15px;text-indent:2em}
.str .str-lx{}
.str .str-lx h2{color: rgb(204, 0, 0); font-size: 27px;font-weight:bold;padding: 0 0 0 15%;}
.str .str-lx span{display: inline-block; background: rgb(204, 0, 0);color: #fff;font-weight: normal;font-size: 18px;padding: 7px 15px 4px;position: relative;top: -2px;margin: 0 20px 0 0;}
@media (min-width: 992px) and (max-width: 1200px){
  .str .str-box ul li:nth-child(2), .str .str-box ul li:nth-child(4) {width: 44.6%;}

}
@media (max-width: 992px){
  .str .str-box ul li:nth-child(3) .str-txt { padding-bottom: 12px;}
  .str .str-box ul li {width: 100% !important;}
  


}
@media (max-width: 767px){
  .str {padding: 15px 9px 25px;}
  .tl {background: url(../images/tl-bg.png)no-repeat center bottom 1px; padding: 5px 0 59px;background-size: cover;}
  .tl .tl-txt h2 {font-size: 20px;padding: 0 0 6px;}
  .tl .tl-txt p { font-size: 14px;}
  .str .str-box ul li:nth-child(1) {padding: 15px 0 0 0;}
  .str .str-bt h2 { background: url(../images/ys-sz.png)no-repeat center;font-size: 22px; padding: 15px; background-size: 100%;margin: 0 10px 0 0;}
  .str .str-bt h3 { font-size: 20px;}
  .str .str-bt hr { border-top: 2px solid rgb(217, 217, 217); width: 300px; margin: 12px 0 0 0px;}
  .str .str-txt {padding: 7px 0 0px 0px;}
  .str .str-txt img { display: none;}
  .str .str-p p {line-height: 27px;font-size: 15px;}
  .str .str-box ul li:nth-child(3) .str-img {height: 160px;}
  .str .str-lx h2 {font-size: 24px;padding: 0;}
  .str .str-lx span { font-size: 16px; padding: 4px 10px 4px;margin: 0 10px 0 0;}
 

  
}


/* 公用 */
.bt{display:grid;place-items:center;}
.bt img{}
@media (min-width: 992px) and (max-width: 1200px){

}
@media (max-width: 992px){
  .bt img { width: 125%;}
  


}
@media (max-width: 767px){
  .bt img {width: 177%;}
 

  
}


/* 案例 */
.cgal{padding:0 0 30px}
.cgal .cg-bt{}
.cgal .cg-box{}
.cgal .cg-btn{text-align:center;}
.cgal .cg-btn a{display: inline-block; border: 1px solid rgba(0, 137, 225, 1);color: rgba(0, 137, 225, 1);font-size: 16px;border-radius: 50px;padding: 7px 62px;margin: 35px 0 0;transition:all .5s}
.cgal .cg-btn a:hover{background:rgba(0, 137, 225, 1);border:1px solid rgba(0, 137, 225, 1);color:#fff;transition:all .5s}

.cgal .walking{margin:0;background:none;height:256px !important}
.cgal .walking .ar_1 {width: 290px;height: 249px;overflow: hidden;text-align: center;background: #fff;margin-left: 20px;display: inline-block;}
.cgal .walking .ar_1 .item{height: 220px;}
.cgal .walking .ar_1 .item img {vertical-align: middle;height: 100%;width:100%;object-fit:cover;}
.cgal .walking .ar_1 p {height: 35px;line-height: 35px;background: none;color: #434343;padding: 0 5px;font-size: 16px;}
@media (min-width: 992px) and (max-width: 1200px){

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


}
@media (max-width: 767px){
  .cgal .cg-btn a {font-size: 15px; padding: 5px 26px;margin: 25px 0 0;}
  .cgal { padding: 0 9px 25px;}
 

  
}




/* 关于我们 */
.gyxy{background:url(../images/gy-bg.jpg)no-repeat center;padding: 49px 0;}
.gyxy .xy-le{width: 46%;float: left;}
.gyxy .xy-txt{height: 327px;overflow: hidden;overflow-y: auto;padding: 0 10px 0 0;}
.gyxy .xy-txt::-webkit-scrollbar {
    width: 3px;
    background: #3f4b56;
    border-radius: 10px;
}
.gyxy .xy-txt::-webkit-scrollbar-thumb {
    background-color: #171d23;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.gyxy .xy-txt p{font-family: SimSun; color: rgb(204, 204, 204); line-height: 165%;font-size: 15px;text-indent: 2em;}
.gyxy .xy-ri{width: 53%;float: right;position:relative;display: flex;align-items: flex-end;}
.gyxy .xy-img{}
.gyxy .xy-img img{width: 100%;}
.gyxy .xy-bt{position: absolute;top: 0;left: 0;}
.gyxy .xy-bt img{}
.gyxy .xy-btn{}
.gyxy .xy-btn a{display: inline-block;color: rgba(0, 137, 225, 1);font-size: 16px;background: #fff; padding: 18px 19px;margin: 0 0 0 50px;transition:all .5s}
.gyxy .xy-btn a:hover{background:rgba(0, 137, 225, 1);color:#fff;transition:all .5s}
@media (min-width: 992px) and (max-width: 1200px){
  .gyxy .xy-txt {height: 246px;}

}
@media (max-width: 992px){
  .gyxy .xy-le {width: 100%; padding: 0 0 15px;}
  .gyxy .xy-txt {height: 201px;}
  .gyxy .xy-ri {width: 100%;}
  .gyxy { background-size: cover;}
  


}
@media (max-width: 767px){
  .gyxy { padding: 25px 9px;}
  .gyxy .xy-bt img {width: 111px;}
  .gyxy .xy-btn a { font-size: 15px; padding: 10px 19px; margin: 0 0 0 17px;}
 

  
}