@charset "UTF-8";

@font-face {
  font-family:"en"; 
  src: url(../font/BebasNeue-Regular.ttf) format('truetype');
    font-display: swap;
}

.en{
   font-family: "en";
}
html,body{
	color:#000;
	max-width: 100%;
	overflow-x: hidden;
}

:root {
  --red:#E60113; 
  --red2:#E4230A; 
  --yellow:#F38628;
  --blue:#1D55A5;
}


/**********重置一些原样式**************/
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1560px;
}
.fixed-top{
    z-index: 999999999999999999;
}
.pages,.content{
    min-height: 200px; 
}
input:focus,
textarea:focus,
button:focus{
	outline: none; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	margin-bottom: 0;
}

 table{
        width: 100%!important;
        background: #fff;
    }
td{
     
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
     }
 
tr:hover{         
        cursor: pointer;
     }    
 
.btn2{
   padding:10px 20px;
   border-radius: 20px;
   background: #ddd;
}

.btn-info{
       background-color: var(--blue);
    border-color: var(--blue);
}

.container {
    padding-right: 10px;
    padding-left: 10px;
}
.clear{
	clear:both;
}
.row{ 
    margin-right: 0px;
    margin-left: 0px;
}
.row0{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-right: -5px;
    margin-left: -5px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .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-lg-auto, .col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
	padding-right: 5px;
    padding-left: 5px;
}

.col-20{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.mr-0{
	margin: 0
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link,.nav-pills .nav-link{
	border:none;
}

.nav-link{
	padding:1rem 1rem;
}
.dropdown-menu{
	top:98%;
}
.nav-tabs .nav-link{
	margin-right: 2px;
}

/**********重置一些原结束**************/

/*********自定义一些基本设置**************/
pre{ position: relative; padding:40px 20px 20px; background:#222; color:#f8f8f8; padding-top:50px; border-radius:10px;}
pre::before {
    content: '';
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fc625d;
    width: 12px;
    height: 12px;
    top:10px;
    left: 20px;
    -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    z-index: 2;
}

input:-webkit-autofill {
 box-shadow: 0 0 0 1000px #fff inset;
 -webkit-text-fill-color: #333;
}

table{
        width: 100%!important
    }
 



html ::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #233b67;
}
html ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}




.pt-mt-0{
	padding:0!important;
	margin:0!important;
}  

.d-flex-center{
	justify-content:center;    
	align-items:center;
}
.text-center-dflex{
	justify-content:center;   
}
.fweight{ 
	font-weight:bold;
}
.fw300{
	font-weight: 300;
}
.coloron{
	color:var(--blue)!important;
}
.colora6{
	color:#A6A6A6!important;
}
.color000{
	color:#000!important;
}


.colorfff{
	color:#fff!important;
}

.color666{
	color:#6f6f6f!important;
}
.colorddd{
	color:#ddd!important;
}
.colorccc{
	color:#ccc!important;
}

.color888{
	color:#888!important;
}
.color333{
	color:#333!important;
}
.color39{
	color:#393939!important;
}

.colorblue{
	color:var(--blue)!important;
}
 
.colorred{
	 color:#f7094c!important;
}


.bg000 {
	background: #000!important;
}

.bg1f{
	background: #1F1F1F!important;
}
.bg15{
	background: #151515!important;
}
.bgf8{
	background: #f8f8f8!important;
}
.bgf7{
	background: #f7f7f7!important;
}

.bgblue{
	background: #EDF0FA!important;
} 
.bgblue2{
	background: #F7F8FD!important;
}

.bg0{
	background: #000!important;
}

.bgddd{
	background: #ddd!important;
}

.bgfff{
	background: #fff!important;
}
.bgf3{
	background: #f3f5f9!important;
}

.bg39{
	background: #393939!important;
}
.bg44{
	background: #444444!important;
}
.bg16{
	background: #161616!important;
}



.fa-square:before,
.fa-circle:before,
.fa-check-square:before{
	margin-right: 3px;
}

.title-bg{
	 background-image: url(../images/titilebg.jpg);
	 -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-size: center center;
    background-size: cover;
    color: #fff;
    display: inline-block; 
}

.leftmenus .onemenu .leftmenus-link{   
    display: block;
    }
.leftmenus .twomenu a{
      font-size: 13px;
      padding-left: 15px;
}


.navbar-light .navbar-toggler{
	border: none;
}


.navbar-toggler-icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle;
      content: "";
      background: no-repeat center center;
      background-size: 100% 100%;
}
.navbar-toggler-icon.open {
      background-image: url('../images/close.png'); 
}


/**********自定义一些基本设置结束**************/



.logo-sm-height{
   height: 28px;
}
.top-phone{
   color:#fff;
}
.top-phone-i{
   background: #fff;
   width:30px;
   height: 30px;
   display: inline-block;
   border-radius: 50%;
   color:#333;
   text-align: center;
   line-height:30px;
}

.navbar{
   padding:0 1rem;
}


.navbar-expand-lg .navbar-nav .nav-link{
   font-size: 16px;
   color:#fff;
   height: 80px;
   line-height: 80px;
   padding:0 0.8rem;
}

.dropdown-item:active {
  background-color: #FFF; /* 你想要的颜色 */
  color: #333;
}
.dropdown-item:hover{
   background: none;
   font-weight: bold;
   color: var(--coloblue)
}

.dropdown-item img{
  width: 65px;
  margin-right:20px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
       background-color:rgba(255,255,255,0.9);
       border:none;
       padding:15px 40px 15px 15px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu a{
   margin: 10px 0;
}

.search-i,
.search-i i{
   color:#fff;
}
.search-i{
   padding:0 30px;
   border-left:1px solid rgba(255, 255, 255, 0.2);
   height: 80px;
   display: flex;
   align-items: center;
}

.search-i{
  padding:0 30px;
   border-left:1px solid rgba(255, 255, 255, 0.2);
   height: 80px;
   display: flex;
   align-items: center;
   position: relative;
   color:#fff;
}
.search-i .top-search{
   position: fixed;
   top:80px;
   right:0;
   width:100%;
   height: auto; 
   background: #f3f5f9;
   z-index: 2;  
   padding:40px 20px;
   text-align: center;
   transition: all 0.6s;
   display: none;
}
.search-i:hover .top-search{
   display: block;
}
.search-i .top-search .form{
   position: relative;
}
.search-i .top-search .form input{
    width:30%;
    border-radius:30px 0 0 30px;
    height: 40px;
    line-height: 40px;
    padding-left:15px;
    outline: none;
    margin-right: -5px;
    border:1px solid #ddd;
}

.search-i .top-search .form .bt{     
    outline: none;
    border:none;
    background:var(--blue);    
   
    height: 41px;
    width: 40px;
    
}
.search-i .top-search .form .bt i{
    color:#fff;
}


.lang{
   padding:0 30px;
   border-left:1px solid rgba(255, 255, 255, 0.2);
   height: 80px;
   display: flex;
   align-items: center;
   position: relative;
   color:#fff;
}
.lang i{
   color:#fff;
}

.lang-float{
   position: absolute;
   top:80px;
   left:-40px;
   width:150px;
   height: auto;
   padding:15px 15px 0 15px;
   background: #fff;
   z-index: 2; 
   display: none;
   transition: all 0.6s;
}
.lang-float ul li{
   margin-bottom: 15px;
}
.lang-float ul li img{
   margin-right: 15px;
}

.lang:hover .lang-float{
   display: block; 
}

.navbar-light{
   border-bottom:1px solid rgba(255, 255, 255, 0.2);
   padding-right: 0;
}
.navbar-light .container-fluid{
   padding-right: 0;  
}





.navbar-light:hover,
.bg-nav-white{
    background: #fff;
}

.navbar-light:hover .navbar-nav .nav-link,
.bg-nav-white .navbar-nav .nav-link{
   color:#333;
}

.navbar-light:hover .search-i,
.bg-nav-white .search-i{
   background: var(--blue);
   color:#fff;
}

.navbar-light:hover .lang i,
.bg-nav-white .lang i{
   color:var(--blue);
}

.navbar-light:hover .top-phone,
.navbar-light:hover .top-phone .top-phone-i,
.bg-nav-white .top-phone,
.bg-nav-white .top-phone .top-phone-i{
     color:var(--blue);
}



.index-banner{
    height: 100vh;
    max-height: 1000px;
    position: relative;
}

.index-banner .swiper-wrapper .swiper-slide{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index-banner .swiper-wrapper .swiper-slide a img{
    width:100%;
    height: 100%;
    object-fit: cover;
}


.right-img{
   position: absolute;
   right:0;
   bottom: 0;
   background:rgba(27,84,162,0.8);
   padding:20px;
   z-index:9999999
}






.honorlist{
   width:100%;
   height: 300px;
   overflow: hidden;
   position: relative;
   background: #ddd;
   padding:15px;
}

.honorlist img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.honortitle{ 
   line-height: 24px;
   background: #ddd;
   padding:0px 15px 15px 15px;
}




.ny-banner{
   height:60rem;
   overflow:hidden;
   position: relative;
}

.ny-banner img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.ny-banner .mytxt{
   position: absolute;
   z-index: 99;
   left:0;
   top:20rem;
   width: 100%;
   height: 300px;
}


.sonsort{
   background:#EFF1F5; 
}

.sonsort .btn{
   padding:10px 35px;
   background: #fff;
}

.sonsort .btn:hover{
    background: #1D55A5;
    color:#fff;
}

.sonsort .btn-info{
   background: #1D55A5;
    color:#fff;
}

.page-num-current {     
    background-color:#1D55A5;
    border-color:#1D55A5;
}








.about .about-pic{
   width:80%;
}

.about2{
   background: url(../images/bg.jpg) center center;
}

.about2 .line{
   width:100px;
   height: 2px;
   background: var(--red);
}


.clurelist{
    background: rgba(0,0,0,0.6);
    padding:50px 30px;
    position: relative;
}

.clurelist .ico img{
   width:50px;
}

.clurelist::before{
   content: "";
   position: absolute;
   left:0;
   top:0;
   width: 100%;
   height: 2px;
   background:var(--red);
   z-index:3;
   transition: all 0.6s;
}
.clurelist div{
   position: relative;
   z-index: 5;
}
.clurelist:hover::before{
   height: 100%;
}



.about3 .clutre{
    padding:0 30px;
    line-height: 40px;
    font-size: 16px;
}
.about3 .clutre img{
   margin-right: 10px;
   width:30px; 
}
.about3 .clutre strong{
   color: var(--blue);
   font-size: 20px;
}


.more-btn{
    padding:10px 50px;
    background: var(--red);
    color:#fff;
    font-size: 12px;
}

.more-btn:hover{
   background: var(--blue);
   color:#fff;
}

.more-btn-kong{
    padding:10px 50px; 
    color:#333;
    font-size: 12px;
    border:1px solid #666;
}

.more-btn-kong:hover{
    border:1px solid var(--blue);
  
}




.about4 .ico{
  height: 220px; 
  position: relative;
  overflow: hidden;
}
.about4 .ico img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.6s;
}

.about4 .ico:hover img{
   transform: scale(1.2);
}

.about4 .title{
   position: absolute;
   left:40px;
   top:40px;
   z-index: 2;
   width: 100%;
   height: auto;
   color:#fff;
   font-size: 30px;
   font-weight: bold;
}




.clutre1{
   padding: 50px 0;
   border-bottom: 1px solid #ddd;
}

.clutre-box strong{
    font-size: 24px;
    font-weight: bold;
    color:var(--colorblue);
}



.clutre-box2{
   padding-left: 30px;
   display: flex;
   align-items: center;
   width: 100%;
   height: 100%;
}

.clutre-box2 .clutre-box3 .desc{
    font-size: 16px;
    padding-left: 30px;
}

.clutre-box2 .clutre-box3 .desc strong{
    position: relative;
    font-size: 24px;
}

.clutre-box2 .clutre-box3 .desc strong::before{
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/ico.png);
    background-size: cover;
    position: absolute;
    left:-30px;
    top:6px;
}







.contact-box{
    padding:30px;
}

.contact-box .desc strong{
   font-size: 18px;
}

.contact-ewm{
    width:120px;
    margin-left: 10px;
    margin-right: 10px;
}

.contact-ewm img{
   width:100%;
}

.message{
   padding:0 50px;
   display: flex;
   flex-wrap: wrap;
}

.message .form-group{
   width:32%;
   margin-right:2%;
}

.message .form-group:nth-child(3){
   margin-right: 0
}

.message .form-group .form-control{
   height: 44px;
   line-height: 44px;
}

.message .form-group2{
   width:100%;
   margin-right: 0;
}

.message .form-group2 .form-control2{
    height:120px;
}




.product-msg{
    display:flex;
    flex-wrap: wrap;
}

.product-msg .form-group{
   width:49%;
   margin-right:2%;
}

.product-msg .form-group:nth-child(2n){
   margin-right: 0
}

.product-msg .form-group .form-control{
   height: 44px;
   line-height: 44px;
}

.product-msg .form-group2{
   width:100%;
   margin-right: 0;
}

.product-msg .form-group2 .form-control2{
    height:120px;
}



.form-control:disabled, .form-control[readonly]{
     background: #fff;
}



.index-case{ 
   width:12%;
 }

.index-case .ico{
  padding:10px;
}

.index-case .ico img{
   border:1px solid #ddd;
   width: 100%;
}



.num{
  display: flex; 
}

.num-list{
    display: flex;
}

.num-list .timer{
   font-size:40px;
}

.num-list .desc .title span{
   font-size: 16px;
}








.index-menu{
   height: 700px;
   background: url(../images/bg2.jpg) center center;
   background-size: cover;
   width: 100%;
   display: flex;
}

.index-menu .index-menu-list{
   width:20%;
   height: 100%;
   color:#fff;
   padding:0 50px;
   padding-top:400px;
   transition: all 0.6s;
}

.index-menu .index-menu-list .list-box .ico img{
    width: 110px;
}

.index-menu .index-menu-list .list-box .desc{
   opacity: 0;
   transition: all 0.6s;
}

.index-menu .index-menu-list:hover{
    padding-top: 300px;
    background: rgba(29,85,165,0.8);
}

.index-menu .index-menu-list:hover .list-box .desc{
    opacity: 1
}



.newslist{
   display: flex;
   padding:20px;
   background: #f3f5f9;
}

.newslist .ico{
   width:380px;
   height: 250px;
   overflow: hidden;
}
.newslist .ico img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.newslist .news-txt{
    width:calc(100% - 380px);
    padding: 20px 30px 20px 50px;
}

.newslist:hover .ico img{
   transform: scale(1.2);
}


.news-box{
   background: #fff;
   padding:20px;
   box-shadow: 1px 1px 10px #ddd;
}

.news-right{
   padding-left: 30px;
}

.news-right-box{
   background: #fff;
   padding:20px;
   box-shadow: 1px 1px 10px #ddd;
}


.news-right-box .newslist2 img{
    width: 15px;
}






.asklist{
   border:1px solid #ddd;
   padding:20px;
}
.asklist:hover{
    background: #f3f5f9;  
}

.asklist img{
    width: 30px;
    margin-right: 10px;
}

.asklist .title{
   border-bottom:1px solid #ddd;
   padding:0 0 15px 0;
   margin-bottom: 15px;
}




.downlist{
    border:1px solid #ddd;
    padding:15px 10px;
}

.downlist:hover{
   background: #f3f5f9;
}


.case-list1{
   border-bottom:1px solid #ddd;
}

.case-list1 img{
    width:130px;
    height:100px;
}
.layui-header{
   height: 50px;
   line-height: 50px;
      border-bottom:1px solid #ddd;
}
.layui-header td{
   font-weight: bold;
   font-size: 18px;
}





.caselist2{
   padding:20px;
   background: #f3f5f9;
   border-radius: 20px;
}

.caselist2 .ico{
    height: 250px;
    overflow: hidden;
}

.caselist2 .ico img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.caselist2:hover .ico img{
   transform: scale(1.2);
}

.caselist2 .title{
   padding:15px 0;

}








.p-left{
    width:300px;
    margin-right: 40px;
}

.p-right{
   width:calc(100% - 340px);
}


 

.left-menu .head{
   background: var(--blue);
   color:#fff;
   padding:20px;
}

.left-menu-list{
    padding: 20px;
       background: #F7F7F7;
       box-shadow: 1px 1px 10px #ddd;
}

.left-contact{
   background: #ECF3FB;
   padding: 15px;
}





.product-list .ico{
   width: 100%;
   height: 260px;
   overflow: hidden;
   border:1px solid #ddd;
   padding:20px;
}

.product-list .ico img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.product-list:hover .ico img{
   transform: scale(1.2);
}



.product-body{ 
   padding:50px;

}
.product-img{
      color:#333;
}
.product-img p img{
   width: 100%; 
   margin:10px auto;
}


.product-btn{
    padding: 10px 30px;
    background: var(--blue);
    display: inline-block;
    color:#fff;
}



.xiangguan{
    background: url(../images/bg3.jpg) center center;
    background-size: cover;
    height: 560px;

}


.swiper-auto{
             height: 340px;
             padding-bottom: 30px;
          }
.swiper-auto .swiper-wrapper .swiper-slide{
             width:100%;
             height: 100%;
             overflow: hidden;
             background: #fff;
          }
.swiper-auto .swiper-wrapper .swiper-slide img{
             width:100%;
             height:calc(100% - 40px);
             object-fit: cover;
 }

 .swiper-auto .swiper-wrapper .swiper-slide .title{
    height: 40px;
    line-height: 40px;
    background: #fff;
 }



.index-news-body{
   background: url(../images/bg4.jpg) center center;
   background-size: cover;
}

.index-news{
   padding: 20px;
   background:#F5F5F5;
   border:1px solid #ddd;
} 
.index-news .ico{
   height: 274px;
   overflow: hidden;
}


.index-down{
   position: relative;
   display: flex;

}

.index-down .txt{
   position: absolute;
   bottom: 30px;
   left:20px;
   z-index: 5;
}




.index-case-body{
    background: url(../images/bg5.jpg) center center;
   background-size: cover;
}

.swiper-case{
      width: 100%;
      height:auto;
      padding:50px 0;
      overflow: hidden;
      position: relative;
    }
    .swiper-case .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 60px;
      box-sizing: border-box;
    }
   .swiper-case .slide-text {
      width: 35%;
      color:#fff;
    }
    .swiper-case .slide-text h2 {
      font-size: 32px;
      margin-bottom: 20px;
      line-height: 1.4;
    }
   .swiper-case .slide-text p {
      line-height: 1.6;
      margin-bottom: 20px;
    }
    .swiper-case .slide-text a {
      display: inline-block;
      padding: 10px 20px;
      background: #0d6efd;
      color: #fff;
      text-decoration: none;
      border-radius: 4px;
      transition: background 0.3s;
    }
    .swiper-case .slide-text a:hover {
      background: #0956c6;
    }
   .swiper-case .slide-img {
      width: 60%;
      height: 500px;
      overflow: hidden;
    }
    .swiper-case .slide-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 12px;
    }

    /* 分页器数字 */
    .swiper-case .swiper-pagination {
      position: absolute;
      right: 30px;
      top: 10%;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      display: inline-block;
      height: 30px;
    }

    /* 自定义竖向进度条容器 */
    .swiper-case .progress-bar {
      position: absolute;
      right: 20px;
      top: 20%;
      width: 2px;
      height: 60%;
      background: rgba(255, 255, 255, 0.3);
      overflow: hidden;
    }
    .swiper-case .progress-bar-fill {
      width: 100%;
      height: 0;
      background: #fff;
      transition: height linear;
    }

    /* 左下角按钮 */
    .swiper-case .swiper-button-prev,
    .swiper-case .swiper-button-next {
      color: #fff;
      bottom: 40px;
      top: auto;
    }
    .swiper-case .swiper-button-prev {
      left: 40px;
    }
    .swiper-case .swiper-button-next {
      left: 100px;
    }









.p-list{
  display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
}

.p-list .list-box{
           flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(20%);
          position: relative;
}

.p-list .list-box .list-box-one{
   display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 100px;
    height: 100px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: rgb(255, 255, 255);
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 23px 30px -5px;
    transition: all 0.6s;

}


.p-list .list-box .list-box-one::before {
    content: "";
    left: 0px;
    top: 50px;
    height: 1px;
    width: calc(50% - 70px);
    right: auto;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
}
.p-list .list-box .list-box-one::after {
    content: "";
    left: auto;
    top: 50px;
    height: 1px;
    width: calc(50% - 70px);
    right: 0px;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);    
}

.p-list .list-box .list-box-one .ico-box{
    max-width: 100%;
    max-height: 100%;
    flex: 1 1 0%;
}
.p-list .list-box .list-box-one .ico-box::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    background: rgb(0, 104, 182);
    transition: 0.3s;
    border-radius: 50%;
}
.p-list .list-box .list-box-one .ico-box .ico{
       position: relative;
    max-width: none;
    margin-left: 15px;
    margin-right: 15px;
    width: 70px;
    height: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    z-index: 2;
    overflow: hidden;

}

.p-list .list-box .list-box-one:hover{
   background: var(--blue)
}

.p-list .list-box .list-box-one:hover .ico-box .ico img{
    transform: translate(0px, -70px);
}





.footer{
   background: #080F19;
   padding-top: 50px;
}

.foot1{
   padding-bottom: 30px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.foot1 .share-img{
    width:30px;
}

.foot1 .share-weixin{
    position: relative;
}

.foot1 .share-weixin .weixin{
    position: absolute;
    bottom:30px;
    padding:10px;
    background: #fff;
    border-radius: 10px;
    z-index: 2;
    left:0;
    display: none;
}

.foot1 .share-weixin:hover .weixin{
    display: block;
}


.foot2{
   padding:50px 0;
   color:#fff;
   background: url(../images/map.png) center right no-repeat;

}

.foot2 .foot-menulist{
   width:20%;
}

.foot2 .foot-menulist a{
   color:#fff;
}

.foot2 .foot-menulist ul li a{
   color:#666;
}


.copyright{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color:#666;
}






.case-index{
   display: flex;
   flex-wrap: nowrap;
   padding:15px;
   background: #f3f5f9;
}

.case-index .ico{
    width:40%;
    height: 300px;
    overflow:hidden;
    margin-right: 5%;
    background: #fff;
}
.case-index .ico img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.6s;
}

.case-index .txt{
    width:55%;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.case-index:hover .ico img{
   transform: scale(1.2);
}
.case-index-list:nth-child(even) .case-index{
    flex-direction: row-reverse;
}

.case-index-list:nth-child(even) .case-index .ico {
    margin-right: 0;
    margin-left: 5%;
}










.top-yuding{      
     width: 100%;
    height: auto;
    min-height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    left: 0%;
    top: 0%;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 999999999999999;
    text-align: left;
    display: none;
    overflow-y: scroll;
}
.yuding-box{
    width: 640px;
    height: auto;    
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -300px;   
    overflow-y: visible;
    padding:30px 0px 0px 0px; 
 
}

 
#yudingclose{
   position: absolute;
   right:15px;
   top:15px;
   z-index: 999;
   cursor: pointer;
   color:#FFF;
}
 
 



.dropdown-toggle::after{
   display: none;
}

.online{
  right:0; 
  z-index: 999999999999999999;
}
.online dl{
   background: #3282C3;
}
.online dl dt{
  padding:15px;
}

.online dl dt h3{
   border-bottom: none;
   padding-bottom: 0
}


.p-tel{
   font-size: 20px;
   font-weight: bold;
}

.p-tel span{
   font-size: 30px;
   color:#CD0000;
}

.card-img-150{
   height: 250px;
}

.card-img-150 img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}



.logo-brand{
     width: 10%;
     padding:0 15px;
}

.logo-brand img{
     width:100%;
         filter: grayscale(100%);
         transition: all 0.6s;
}

.logo-brand:hover img{
        filter: grayscale(0%); 
        transform: scale(1.1);
}



.get-btn{
     width:150px;
     height:44px;
     background:var(--blue);
     text-align: center;
     line-height: 44px;
     font-size: 16px;
     display: inline-block;
     color:#fff;
     border-radius: 10px;
}
.get-btn:hover{
     background:var(--red); 
     color:#fff;
}















