@charset "utf-8";
/* CSS Document */
*{margin: 0px;padding: 0px;}
body{font-family: "Microsoft Yahei", "宋体", Arial, Verdana, Geneva, sans-serif;color: #666;background-color: #fff; line-height: 180%; font-size: 1rem;} 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, hr{margin: 0px;padding: 0px;}
html, body{  width: 100%;}
a{color: #666666;text-decoration: none;}
a:hover{color: #0054aa;text-decoration: none;}
img{border: 0;}
ul{display: block;}
ul, ul li{list-style: none;}
input, select, textarea{vertical-align: middle;border: 1px solid #e5e5e5;}
.left{float: left;}
.right{float: right;}
.mt{margin-top: 0.625rem;}
.mr{margin-right: 0.625rem;}
.mb{margin-bottom: 0.625rem;}
.ml{margin-left: 0.625rem;}
.pt{padding-top: 0.625rem;}
.pt2{padding-top:1.25rem;}
.pt3{padding-top:1.875rem;}
.pt4{padding-top:2.5rem;}
.pt5{padding-top:3.125rem;}
.pt6{padding-top:3.75rem;}
.pt7{padding-top:4.375rem;}
.pt8{padding-top:5rem;}
.pt9{padding-top:5.625rem;}
.pt10{padding-top:6.25rem;}
.pr{padding-right: 0.625rem;}
.pb{padding-bottom: 0.625rem;}
.pb2{padding-bottom: 1.25rem;}
.pb3{padding-bottom: 1.875rem;}
.pb4{padding-bottom: 2.5rem;}
.pb5{padding-bottom: 3.125rem;}
.pb6{padding-bottom: 3.75rem;}
.pb7{padding-bottom: 4.375rem;}
.pb8{padding-bottom: 5rem;}
.pb9{padding-bottom: 5.625rem;}
.pb10{padding-bottom: 6.25rem;}
.pl{padding-left: 0.625rem;}
.wp{margin: 0px auto;width: 1200px;}
.cls{font-size: 0px;height: 0px;line-height: 0px;clear: both;}
.hs{ background: #f6f6f6;}
.wp1380{ width:1380px; margin:0px auto}
.hs{ background: #f5f5f5;}
.h1, h1{ font-size: 1.3rem; font-weight: 600;}
.clearfix:after { content: ""; display: block;  height: 0; clear: both;}
.x1 {text-overflow: ellipsis;overflow: hidden; white-space: nowrap; display: block; }
.x2 {text-overflow: ellipsis; overflow: hidden; display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.x3 {text-overflow: ellipsis; overflow: hidden; display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
::-webkit-scrollbar{width: 8px;height: 8px;background-color: #f6f6f6;}
::-webkit-scrollbar-track{background-color: #f6f6f6;}
::-webkit-scrollbar-thumb{background-color: var(--theme-color);}

.zsy-img{ width: 100%; overflow: hidden;  height: 100%;position: relative;}
.zsy-img img{ max-width:100%}
.zsy-img img.abc {position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; display: block; text-align: center; margin: auto; transition:all 0.36s ease;     object-fit: cover;}

.hover-img:hover img{ transform:scale(1.08);}


.xg1{position: relative; overflow: hidden;}
.xg1:before{background:rgba(217,169,91,0.2); content:"";height:0;left:0;margin:auto;opacity:1;position:absolute;top:0;width:0;pointer-events:none;z-index:1}
.xg1:after{background:rgba(217,169,91,0.2); bottom:0;content:"";height:0;opacity:1;position:absolute;right:0;width:0;pointer-events:none;z-index:1}
.xg1:hover:before{height:100%;opacity:0;-webkit-transition-duration:1.3s;-o-transition-duration:1.3s;transition-duration:1.3s;width:100%}
.xg1:hover:after{height:100%;opacity:0;-webkit-transition-duration:1.3s;-o-transition-duration:1.3s;transition-duration:1.3s;width:100%}
.xg1 img{transition: all 0.36s ease;}
.xg1:hover img{transform: scale(1.08);}

.ty-flex{display:flex; }
.ty-flex-zy-lb{justify-content: space-between;}
.ty-flex-zy-jz{justify-content: center;}
.ty-flex-sx-jz{ align-items: center;} 
.ty-flex-wrap{flex-wrap: wrap;}

.box{background:#fff; padding:1.875rem;}
:root {
    --theme-color: #0054aa;
    --theme-font-size: 3.2rem;
}

/*响应式字体*/
html {  font-size: calc(0.8rem + 0.3vw);}
/*768~以上的继承下面样式*/
@media (min-width: 768px) {
   html { font-size: 16px; }
}


@media (min-width: 1440px) {
    .container{ max-width: 1430px; } 
}
/*.container{ padding-right: 20px; padding-left: 20px;} 
.row { margin-right: -20px; margin-left: -20px;}  */
/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{padding-right: 20px; padding-left: 20px;}
*/





@font-face {
  font-family: "iconfont"; /* Project id 4569423 */
  src: url('../font2/iconfont.woff2?t=1741335767826') format('woff2'),
       url('../font2/iconfont.woff?t=1741335767826') format('woff'),
       url('../font2/iconfont.ttf?t=1741335767826') format('truetype');
}



.iconfont {
  font-family: "iconfont" !important;
  font-size: 1.1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}



/* Allison */
@font-face { font-family: 'Allison'; font-style: normal; font-weight: 400; font-display: swap; src: url(../font/X7nl4b88AP2nkbvZCCGa4Q.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}




/*===============================db_xs==========================*/
.db_xs { width: 50px; height: 50px; transition: all 0.36s ease;  position: fixed; right: 30px; bottom: 60px; z-index: 9999; border-radius: 50%; display: none; background: url(../images/xs.png) no-repeat center center; background-color: rgba(0, 0, 0, 0.5);}
.db_xs:hover{ background-color: #d9a95b;}


/*加载动画*/
.preloader{height:100vh;width:100%;position:fixed;background:var(--white);top:0;left:0;right:0;bottom:0;z-index:9999999999}
.preloader-orbit-loading{position:relative;top:50%;left:50%;width:100px;height:100px;border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;perspective:780px;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}
.preloader-orbit-loading .cssload-inner{position:absolute;width:100%;height:100%;box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}
.preloader-orbit-loading .cssload-inner.cssload-one{left:0;top:0;animation:cssload-rotate-one 1.15s linear infinite;-o-animation:cssload-rotate-one 1.15s linear infinite;-ms-animation:cssload-rotate-one 1.15s linear infinite;-webkit-animation:cssload-rotate-one 1.15s linear infinite;-moz-animation:cssload-rotate-one 1.15s linear infinite;border-bottom:5px solid var(--theme-color)}
.preloader-orbit-loading .cssload-inner.cssload-two{right:0;top:0;animation:cssload-rotate-two 1.15s linear infinite;-o-animation:cssload-rotate-two 1.15s linear infinite;-ms-animation:cssload-rotate-two 1.15s linear infinite;-webkit-animation:cssload-rotate-two 1.15s linear infinite;-moz-animation:cssload-rotate-two 1.15s linear infinite;border-right:5px solid var(--theme-color)}
.preloader-orbit-loading .cssload-inner.cssload-three{right:0;bottom:0;animation:cssload-rotate-three 1.15s linear infinite;-o-animation:cssload-rotate-three 1.15s linear infinite;-ms-animation:cssload-rotate-three 1.15s linear infinite;-webkit-animation:cssload-rotate-three 1.15s linear infinite;-moz-animation:cssload-rotate-three 1.15s linear infinite;border-top:5px solid var(--theme-color)}
@keyframes cssload-rotate-one{0%{transform:rotateX(35deg) rotateY(-45deg) rotateZ(0deg)}
100%{transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}
}@-o-keyframes cssload-rotate-one{0%{-o-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0deg)}
100%{-o-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}
}@-ms-keyframes cssload-rotate-one{0%{-ms-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0deg)}
100%{-ms-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}
}@-webkit-keyframes cssload-rotate-one{0%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0deg)}
100%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}
}@-moz-keyframes cssload-rotate-one{0%{-moz-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0deg)}
100%{-moz-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}
}@keyframes cssload-rotate-two{0%{transform:rotateX(50deg) rotateY(10deg) rotateZ(0deg)}
100%{transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}
}@-o-keyframes cssload-rotate-two{0%{-o-transform:rotateX(50deg) rotateY(10deg) rotateZ(0deg)}
100%{-o-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}
}@-ms-keyframes cssload-rotate-two{0%{-ms-transform:rotateX(50deg) rotateY(10deg) rotateZ(0deg)}
100%{-ms-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}
}@-webkit-keyframes cssload-rotate-two{0%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(0deg)}
100%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}
}@-moz-keyframes cssload-rotate-two{0%{-moz-transform:rotateX(50deg) rotateY(10deg) rotateZ(0deg)}
100%{-moz-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}
}@keyframes cssload-rotate-three{0%{transform:rotateX(35deg) rotateY(55deg) rotateZ(0deg)}
100%{transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}
}@-o-keyframes cssload-rotate-three{0%{-o-transform:rotateX(35deg) rotateY(55deg) rotateZ(0deg)}
100%{-o-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}
}@-ms-keyframes cssload-rotate-three{0%{-ms-transform:rotateX(35deg) rotateY(55deg) rotateZ(0deg)}
100%{-ms-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}
}@-webkit-keyframes cssload-rotate-three{0%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(0deg)}
100%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}
}@-moz-keyframes cssload-rotate-three{0%{-moz-transform:rotateX(35deg) rotateY(55deg) rotateZ(0deg)}
100%{-moz-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}
}




/*顶部*/
.ix-top-a{background:#f5f5f5;padding:10px 0px;}
.ix-top-a i{display:inline-block; padding-right:10px; font-size:1.25rem;}

.ix-header .ix-logo a img { height:80px; transition:all 0.36s ease;}

.ix-top-a .t2 a{display:inline-block; padding-left:20px;}
.ix-top-a .t2 a:nth-child(1){padding-left:0px;}
.top-search{padding-right:3.75rem;}

.top-search .search-input{ width:23.75rem; height:3.125rem; padding:0rem 1.25rem; border:solid 2px var(--theme-color); border-radius:6px 0px 0px 6px;}
.top-search .search-an2{width:4.375rem; height:3.125rem; border:solid 2px var(--theme-color); background:var(--theme-color); transition:all 0.36s ease; border-radius:0px 6px 6px 0px; text-align:center; font-size:1.5rem; color:#fff; line-height:3rem; margin-left:-6px; display:inline-block; vertical-align: middle;  cursor:pointer;}
.top-search .search-an2:hover{background:#ff9a42; border:solid 2px #ff9a42;}
.top-tell{padding-left:3.75rem; border-left:solid 1px #e0e0e0;}
.top-tell i{color:#333333; font-size:3.125rem; padding-right:1.25rem;}
.top-tell .t1{text-align:left;}
.top-tell .t1 p{color:#ff9a42; font-size:1.75rem; font-weight:bold;}
/*头部*/
.ix-header {width:100%;z-index: 999;}

/*=====一级导航====*/
.ix-nav{line-height:60px; height: 60px; background:var(--theme-color);}
.ix-nav li{ padding:0px 25px; position:relative; color:#fff; width: calc((100% - 0px) / 4); text-align: center; height: 60px; }
.ix-nav li:hover, .ix-nav li.active{background:#00468c;}
.ix-nav li>a{color:#fff; font-size:1.125rem;}
.ix-nav li>i{font-size:12px; display:inline-block; padding-left:10px;}
.ix-nav li i.yy{padding-left:0px; font-size:20px; vertical-align:middle; padding-right:10px;}
.ix-nav li i.mobile-an{cursor:pointer; display:none;}
.ix-links{ display:none;}
.ix-nav li:nth-child(1){display: none;}
/*二级导航*/
.ix-nav li .subnav{width:100% !important; left:0 !important; right:0!important;  position:absolute; top:150px;  opacity:0; visibility:hidden; transition:all 0.36s ease; background:#fff; box-shadow:0px 0px 10px rgba(0,0,0,0.2); width:100%; text-align:center; overflow:hidden;}
.ix-nav li:hover .subnav{ opacity:1; visibility:visible; top:60px; z-index:1111; }
.ix-nav li .subnav a{line-height:160%; display: block; font-size:0.93rem; padding:10px 10px; transition:all 0.36s ease;}
.ix-nav li .subnav a:hover{background:var(--theme-color);color:#fff;}
/*=========导航-end=========*/


/*搜索*/
.search-input-area{transition:all 500ms ease;visibility:hidden;transform:translateY(-100%);opacity:0;position:fixed;top:0;left:0;width:100%;padding:28px 0; background:white;box-shadow:1px 1px 50px rgba(0,0,0,0.46);z-index:13;display:flex;justify-content:center;align-items:center;}
.search-input-inner{display:flex;align-items:center;position:relative;}
.search-input-inner .input-div{width:100%;position:relative; overflow: hidden;}
.search-input-inner .input-div .input5{padding:15px 20px;}
.search-input-inner input{background:#f8f8f8;padding:0px 20px;padding-left:20px; height: 45px; line-height: 45px;  border-radius:6px;width:100%;font-size:1rem;position:relative; outline: none;}
.search-input-area.show{visibility:visible;transform:inherit;opacity:1;}
.search-input-inner .search-close-icon i { color: #040404;font-size: 2rem; cursor: pointer;}
.search-close-icon{ padding-left: 20px;}
.search-an{ position: absolute; right: 0; top: 0px;font-size: 1.5rem;  right: 0px; padding: 0px 20px; height: 45px; line-height: 45px; background:var(--theme-color); color: #fff; border-radius:0px 6px 6px 0px; cursor: pointer; transition: all 0.36s ease;}
.search-an:hover{background:#ff9a42;}


/*轮播图片*/
/*.ix-lbimg{position:relative;}
.ix-lbimg .zsy-img{height:362px;}*/
.swiper-pagination{ text-align:center; width:100%; left:0; right:0; bottom:20px;}
.swiper-pagination .swiper-pagination-bullet{width:10px; height:10px; background:rgba(255,255,255,0.2); margin:0px 5px; transition:all 0.36s ease; opacity:1;}
.swiper-pagination .swiper-pagination-bullet-active{ width:30px; background:#fff; border-radius:5px;}



/*banner*/
.ix-banner .swiper-container{ width: 100%;}
.ix-banner .sw-box{height: 100%; overflow: hidden;}
.ix-banner .ix-ban-bj{ width: 100%; height: 500px; transition: all 0.36s ease; display: table; }
.ix-ban-bj .ib-tit{    display: table-cell; vertical-align: middle;}
.ix-ban-bj .ib-tit .ib-t0{ font-size: 2rem; color:rgba(255,255,255,0.5); width: 50%; line-height: 100%; padding-bottom: 20px;font-weight: 100; margin-top: -5%; }
.ix-ban-bj .ib-tit .ib-t1{ font-size:3rem; color:#fff; width: 80%; line-height: 150%; padding-bottom: 20px; font-weight:bold;   }
.ix-ban-bj .ib-tit .ib-t2{ font-size: 1.125rem; width: 40%; padding-bottom:2rem; color: #fff; line-height: 180%;}
.ix-ban-bj .ib-tit .ib-t3{ font-size: 2rem; color:var(--theme-color); font-weight: 600; font-family: Arial;}
.ix-ban-bj .ib-tit .ib-t3 span{display: inline-block; padding-left: 1.25rem; font-size: 1.2rem; color: #999999; font-weight: normal;  position: relative;}
.ix-ban-bj .ib-tit .ib-t3 span:after{content:'';position:absolute;left:0.9rem;top:12px;width:calc(100% - 0.5rem);height:1px;background:#aeb3c3;margin:0}
.ix-more {  position: relative;     z-index: 1; overflow: hidden; display: inline-block; font-size:1rem; color:#666;border-radius: 4px;  text-align: center; background: #fff; width:180px; height: 50px; line-height: 50px; transition: all 0.36s ease;}
.ix-more i { font-size: 13px; display: inline-block; padding-left: 10px;  }
.ix-more::before{position:absolute;content:'';width:15px;height:15px;background:transparent;left:0;top:0;z-index:-1;-moz-transition:all 300ms ease-out 0s;-webkit-transition:all 300ms ease-out 0s;-ms-transition:all 300ms ease-out 0s;-o-transition:all 300ms ease-out 0s;transition:all 300ms ease-out 0s;}
.ix-more::after{content:"";height:15px;width:15px;position:absolute;background:transparent;bottom:0;right:0;z-index:-1;-moz-transition:all 300ms ease-out 0s;-webkit-transition:all 300ms ease-out 0s;-ms-transition:all 300ms ease-out 0s;-o-transition:all 300ms ease-out 0s;transition:all 300ms ease-out 0s;}
.ix-more:hover::before,.ix-more:hover::after{width:100%;height:100%;background:transparent;}
.ix-more:hover{color: #fff; background: var(--theme-color); }
.ix-banner .swiper-button-next, .ix-banner .swiper-button-prev {width: 50px; height: 50px; background: rgba(0, 0, 0, 0.5); border-radius: 4px; text-align: center; line-height: 50px;}
.ix-banner .swiper-button-next i, .ix-banner .swiper-button-prev i{ font-size: 0.9rem; color:#fff;}
.ix-banner .swiper-button-next{ right: 40px;}
.ix-banner .swiper-button-prev{ left: 40px;}
.ix-banner .swiper-button-prev:after,  .ix-banner .swiper-button-next:after{display: none;}
.ix-banner .swiper-button-prev:after, .ix-banner .swiper-button-next:after{display: none;}
.ix-banner .swiper-pagination .swiper-pagination-bullet{ width:10px; height:10px; border-radius:5px; background:rgba(255,255,255,0.6); margin:0px 5px; transition:all 0.36s ease; opacity:1;}
.ix-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ width:30px; background:#fff; }


/*业务展示*/
.ix-hxyw-list .row{gap:30px 0px;}
.ix-hxyw-list a{display:block; position:relative;    overflow: hidden; }
.ix-hxyw-list a::after{transition:all 0.36s ease; position:absolute; content:''; width:100%; height:100%; top:100%; left:0; right:0; display:block;background-color:rgba(0,92,161,0.8);}
.ix-hxyw-tit{ text-align:center; transition:all 0.36s ease; position:absolute; top:75%; left:0; right:0; color:#fff; z-index:1;}
.ix-hxyw-tit .t1 span{display:inline-block;margin-right:10px;}
.ix-hxyw-tit .t1 span img{max-height:20px; display:inline-block;}
.ix-hxyw-tit .t1{font-size:18px; font-weight:bold;}
.ix-hxyw-tit .t2{padding-top:0.8rem;}

.ix-hxyw-list a:hover::after{top:0;}
.ix-hxyw-list a:hover .ix-hxyw-tit{top:0;}
.ix-hxyw-list a:hover .ix-hxyw-tit{top:20%;}
/*新闻切换*/
.ix-gsnews .box{min-height:362px;}
.slideTxtBox .hd{  background:#ebf2f8; position:relative; }
.slideTxtBox .hd ul li{cursor:pointer;  width:calc((100% - 0px)/4); text-align:center; padding:0.5rem 0px; transition:all 0.36s ease;}
.slideTxtBox .hd ul.two li{    width: calc((100% - 0px) / 2);}
.slideTxtBox .hd ul li a{color:#1a1a1a; font-size:1.125rem;font-weight:bold; transition:all 0.36s ease; display: block;}
.slideTxtBox .hd ul li.on{ background:var(--theme-color);}
.slideTxtBox .hd ul li.on a{ color:#fff;}
.slideTxtBox .bd ul{ padding-top:0.625rem;  zoom:1;      flex-wrap: wrap;}
.slideTxtBox .bd li{ padding-top:1.2rem;     line-height: 110%;}
.slideTxtBox .bd li .date{ float:right; color:#999; font-size:0.8rem; padding-top: 2px; }
.slideTxtBox .bd li a{display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;width:calc(100% - 110px); color:#333; transition:all 0.36s ease;}
.slideTxtBox .bd li a:hover{color:var(--theme-color);}
.slideTxtBox .bd li b{display:inline-block; font-weight:normal;width:18px; height:17px; background:#fff3ec; color:#ff8a43; text-align:center; line-height:18px; font-size:12px; float:left; margin-right:10px; } 

/*荣誉图片*/


.ix-zbzb-ryyw-yjzs .box{min-height:363px;  padding-bottom:1.5rem}
ul.honor-list li{width:calc((100% - 3.75rem)/3);margin-left:1.875rem; }
/*ul.honor-list li:nth-child(1), ul.honor-list li:nth-child(4){margin-left:0rem;}*/
.slideTxtBox .bd .honor-list .swiper-slide a{width:100%; position:relative;}
.slideTxtBox .bd .honor-list .swiper-slide a p{ text-align:center; transition:all 0.36s ease;   white-space: nowrap; overflow: hidden; width:100%; text-overflow: ellipsis; padding-top:0.625rem; line-height:160%;}
.slideTxtBox .bd .honor-list .swiper-slide a:hover p{bottom:0;}


.honor-list .swiper-slide .zsy-img img.abc{    object-fit: contain;}

.honor-list{position:relative; margin-top:20px; overflow:hidden; display: none;}

.honor-list .swiper-button-next, .honor-list .swiper-button-prev{top:40%;}


/*核心业务*/
.ix-tzal .slideTxtBox .bd  ul{padding-top:0rem;}
.ix-tzal .slideTxtBox .bd  ul.hxyw-list li{padding-top:0rem; margin-top:1.6rem; position:relative; overflow: hidden;}
 ul.hxyw-list li{width:calc((100% - 1.6rem)/2); position:relative;}
 ul.hxyw-list li:nth-child(odd){margin-right:1.6rem;}
ul.hxyw-list .center_text{width:100%;height:24px;color:#fff;font-size:16px;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%)}
ul.hxyw-list .center_p{margin-left:8px}
ul.hxyw-list .look_details a{width:100%;text-align:center;color:#fff}
ul.hxyw-list .look_details{position:absolute;top:135%; transition:all 0.36s ease; left:50%;transform:translate(-50%);width:110px;height:30px;background-color:#DA251D;border-radius:2px;font-size:12px;color:#ffffff;line-height:30px;}
ul.hxyw-list li:hover .look_details{ top:35%}
ul.hxyw-list .look_details a:hover{color:#fff;}
ul.hxyw-list .look_details:hover{background:var(--theme-color);}
/*业绩展示*/

.ix-zbzb-head a{ transition:all 0.36s ease; display:block; color: #1a1a1a; font-size: 1.125rem; font-weight: bold; transition: all 0.36s ease; display: block;     padding: 0.5rem 0px; text-align: center;     background: #ebf2f8;}
.ix-zbzb-head a:hover{background:#0054aa; color:#fff;}
.ixx-zbzb-list .zsy-img{width:6.25rem;}
.ixx-zbzb-list ul{padding-top:0.38rem;}
.ixx-zbzb-list ul li a{padding-top:1.25rem;}
.ixx-zbzb-list .tit{width:calc(100% - 7.5rem);}
.ixx-zbzb-list .tit .t1{line-height:140%;}
.ixx-zbzb-list .tit .t2{color:#999; font-size:0.8rem; line-height:100%; padding-top:0.5rem;}
.ixx-zbzb-list ul li a .zsy-img img{transition:all 0.36s ease;}
.ixx-zbzb-list ul li a:hover .zsy-img img{transform:scale(1.08);}

/*广告图片*/
.ix-gg img{max-width:100%;}

/*拓展案例*/
.ix-head .t1{font-size:1.45rem; font-weight:bold; color:var(--theme-color); padding:0px 1.25rem;}
.ix-tzal-list .t1{text-align:center; padding-top:0.625rem;}
.ix-tzal-list{position:relative;}

.swiper-button-next, .swiper-button-prev {width: 40px; height: 40px; background: rgba(0, 84, 170, 0.9); text-align: center; line-height: 40px;}
.swiper-button-next i, .swiper-button-prev i{ font-size: 1rem; color:#fff;}
.swiper-button-next{ right: 0px;}
.swiper-button-prev{ left: 0px;}
.swiper-button-prev:after,  .swiper-button-next:after{display: none;}
.ix-tzal-list .swiper-pagination{bottom:0;}
.ix-tzal-list .swiper-button-next, .ix-tzal-list .swiper-button-prev{top:40%}
.ix-tzal-list .swiper-pagination .swiper-pagination-bullet{border:solid 1px #ccc;}
.ix-tzal-list .swiper-pagination .swiper-pagination-bullet-active{background:var(--theme-color); border:solid 1px var(--theme-color);}

/*友情链接*/
.ix-yqlj-list ul{gap:1.875rem 0rem;}
.ix-yqlj-list ul li{width:calc((100% - 7.5rem)/5); border:solid 1px #e0e0e0;}
.ix-yqlj-list ul li .zsy-img img.abc{object-fit:none;}


/*底部*/
.ix-foot-logo img{height:60px;}
.ix-foot-ewm ul{gap: 1.25rem 1.25rem; padding-top:1.25rem;}
.ix-foot-ewm ul li{text-align:center;}
.ix-foot-ewm ul li img{border:solid 1px #e0e0e0; width:6.87rem; height:6.87rem;}

.ix-foot-li{padding-top:1.25rem;}
.ix-foot-li .t1{color:#333333; font-size:18px; font-weight:bold; padding-bottom:1rem;}
.ix-foot-li  a{display:inline-block; color:#666;}
.ix-foot-li p span{display:inline-block;padding-right:1.25rem;}
.ix-foot-li p span:nth-child(1){padding-right:0rem;}
.ix-foot-b{padding:1rem 0rem; border-top:solid 1px #e0e0e0; text-align:center;}





@media (max-width: 1440px) {
 .top-search{display:none;}
 .ix-links{display:block;}
 .nax-an{display:none;}

 .search-icon{ margin-right: 3.75rem; margin-top: 3px;  display: inline-block; background: var(--theme-color); border-radius:6px; cursor:pointer;}
 .search-icon i{font-size:2rem; line-height:100%; color:#fff; padding:0.625rem; background: var(--theme-color);  border-radius:6px;}
}


@media (max-width: 1200px) {
  .ix-top-a{display:none;}
  .ix-top-b.pt4.pb4{padding:0rem;}

  /*=======移动端响应式导航======*/
    .ix-header{ height:60px;}
    .ix-header .ix-logo{padding-top:10px;}
   .ix-header .ix-logo a img{height:40px; margin-top: 0px;}
   .top-tell{display:none;}
    .nax-an{display:initial;}
    .search-icon{margin-right:1.25rem; margin-top:0rem; background-color:transparent; border-radius:0px;}
    .search-icon i{font-size:initial; padding:0rem; background-color:transparent; border-radius:0px; color:#333;     font-weight: bold;}
    .ix-nav{width: 280px; height: 100%;  background: #fafafa; position: fixed; top: 0;  right: -380px;  z-index: 2000; overflow-x: hidden;  overflow-y: scroll;  transition: all .3s;  -webkit-transition: all .3s;}
    .ix-nav ul li a{ color:#333;  padding:15px 0px;    padding:15px 0px;  padding-left:30px; display:inline-block; }
    .ix-nav li{ display:block;  width:calc(100% - 0px); line-height:initial;border-bottom: 1px solid #ebebeb; }
    .ix-nav li a:after{ width:10px; height:10px; border:solid 1px #d8d8d8; position:absolute; left:20px; top:22px; content:''; border-radius:10px;}
    .ix-nav.open{right:0;}

      /*二级*/
      .ix-nav li{height:initial; text-align:left;}
     .ix-nav li .subnav{ opacity:initial; visibility:initial; transition:initial; display:none; position:initial; box-shadow:none; margin-bottom:20px; }
     .ix-nav li .subnav a{padding-left:30px; text-align:left;}
     .ix-nav li i.mobile-an{ display:block; transition:all 0.36s ease; transform:rotate(270deg); font-size: 14px; color:#b3b3b3; position:absolute; right:5px; top:12px; width: 30px; padding-left:0px; height: 30px; text-align: center; line-height:30px;}
     .ix-nav li .mobile-an.active{transform:rotate(360deg); }
     .ix-nav li:nth-child(1){padding:20px 0px; color:#666; text-align:right; display:block;}
     .ix-nav li i.yy{display:none;}
      .top-search-tell .ix-links{padding-top:0.625rem;}
     .top-search-tell .ix-links a{display:inline-block;}
     .top-search-tell .ix-links a i{font-size:1.6rem; color:#666;}

     .ix-nav .container ul{display:block;}
     .ix-nav li:hover, .ix-nav li.active{background-color:transparent;}
     /*移动端黑色层*/
     .nav-bg { display: none;background-color: rgba(0,0,0,.7); position: fixed; right: 0; left:0; top: 0; width: 100%; height: 100%;  z-index: -1; transition:all .3s; -webkit-transition:all .3s;}
     .nav-bg.open{opacity: 1; z-index: 11; display: block;}
 
     /*中间内容*/

     .ix-lbimg .zsy-img{height:initial}
     .ix-gsnews .box{min-height:initial;}
     .ix-zbzb-ryyw-yjzs .box{min-height:initial;}
     .ix-head span img{height:10px;}
     .ix-ryyw{padding-top:1.875rem;}
     .ix-gsnews{padding-top:1.875rem;}

     .ix-yjzs{padding-top:1.875rem;}
     .box{padding:1.25rem;}
     .container{padding-right: 1.25rem; padding-left: 1.25rem;}


     /*友情链接*/
     .ix-yqlj-list ul{gap:1rem 1rem;}
     .ix-yqlj-list ul li{width: calc((100% - 1rem) / 2);}
     .ix-yqlj-list ul li .zsy-img img.abc{object-fit: cover;}
     /*底部*/
     .ix-foot-a{ flex-wrap: wrap;}
     .ix-foot-ewm ul{ flex-wrap: wrap;}
     .ix-foot-logo-ewm{width:100%;}
     .ix-foot-li{padding-top:1.875rem;}
     .ix-foot-li a{display:inline-block; padding-right:1.875rem;}
     .ix-foot-li a:nth-last-child(1){padding-right:0rem;}
}

@media (max-width: 1080px) {


  



 
}
@media (max-width: 780px) {

    /*火箭*/
    .db_xs{ right:20px;}



 
}
@media (max-width: 640px) {
  
  /*通用*/

 .row {margin-left: -0.625rem;margin-right: -0.625rem;}
 .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{    padding-right: 0.625rem;padding-left: 0.625rem;}


 /*底部*/
 .ix-foot-ewm ul{gap: 1rem 1rem;}
 .ix-foot-ewm ul li{width: 31%;}
 .ix-foot-b{text-align:left;}

 /*轮播图*/
 .ix-banner .ix-ban-bj{height:300px;  background-size: 1200px !important; background-position-x: 30% !important;}
 .ix-ban-bj .ib-tit .ib-t1{font-size:2rem;}
 .ix-ban-bj .ib-tit .ib-t2{width:100%;}
 .ix-banner .swiper-button-next, .ix-banner .swiper-button-prev{display:none;}
    

 .ix-hxyw-list .row{gap:0.8rem 0rem;}
  .ix-hxyw-list .row .col-lg-4{padding:0rem; width:calc((100% - 0rem)/3); padding-left:0.4rem; padding-right:0.4rem;}
  .ix-hxyw-tit .t1{font-size:0.8rem;}
    .ix-hxyw-tit .t1 span {margin-right:5px;}
  .ix-hxyw-tit .t1 span img{max-height:18px;}
  .ix-hxyw-tit{top:23%;}
}





