@import url("https://cdn-font.hyperos.mi.com/font/css?family=MiSans_VF:VF:Chinese_Simplify,Latin&display=swap");
 

html,body{ 
  color:#333;
  max-width: 100%;
  overflow-x: hidden;
  font-family:'MiSans VF','Microsoft YaHei','微软雅黑','Arial'!important; 
  font-weight: 400;
}
 
 
:root {
  --colorred: #DB3E09;
  --colorblue:#179FB5;
  --coloryellow: #ECDF2B;
  --coloryellow2: #F3E734;
}

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

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

 

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


.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
    }
td{
      border:1px solid #ddd;
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 15px;
    font-weight: normal;
     }
tr:nth-child(2n){
        background: #f8f8f8;
     }
tr:hover{
         
        cursor: pointer;
}

 
table thead tr th{
    border:1px solid #ddd;
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 15px;
    font-weight: normal;
      background: #f8f8f8;
} 


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



.d-flex-xy-center{
  justify-content:center!important;    
  align-items:center!important;
}
.d-flex-x-center{
  justify-content:center!important;   

}
.d-flex-y-center{  
  align-items:center!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'); 
}


.fw300{
   font-weight: 300;
}

.fweight{
   font-weight: 500;
}

.fweightB{
   font-weight: bold;
}

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

.colorfff{
   color:#fff!important;
}

.color333{
   color:#333!important;
}

.colorred{
    color:var(--colorred)!important;
}

.bgf8{
   background: #f8f8f8!important;
}
.bgf3{
   background: #f3f5f9!important;
}
.bgfff{
   background: #fff!important;
}
.bg000{
   background: #000!important;
}

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

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

.head-sm-height{
   height: 72px;
}
.top-search{
   position: relative;
}

.top-search input{
    border:1px solid #ddd;
    border-radius: 15px;
    width: 150px;
    padding:2px 15px;
    height:30px;
}

.top-search .search-bottom{
     border:none;
     outline: none;
    position: absolute;
    right: 5px;
    z-index: 9;
    background: none;
    top:2px;
}


.top-contact{
    float: right;
}
.top-contact a{
    margin-left: 20px;
}
.top-contact a img{
    width: 35px;
}





.navbar{
   padding:0px 15px;
}

.navbar-light .navbar-nav .nav-link{
    color:#333; 
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
        padding-right: 1rem;
    padding-left: 1rem;
    
}

.navbar-light .navbar-nav .on .nav-link{
    color:var(--colorblue);
}




/**********二级导航**************/

.nav-item{
   position: relative;
   padding:10px 0px;
}
.submenu{
    position: absolute;
    top:130%;
    left:20px;
    width:auto; 
    z-index: 999;
    background: rgba(255,255,255,0);
    transition: .2s;
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;

}

.nav-item:hover .submenu{   
     opacity: 1;
    top:100%;
    visibility:visible;
}


.submenu .submenu-2{   
    padding:10px 20px;
   background: rgba(255,255,255, 0.95);
    border-radius: 10px;
    box-shadow: 0 5px 16px 0 rgba(40, 40, 40, .24);
   
  
}

.submenu .submenu-2 a{
 
   display: block;
   width: 100%;
   display: flex;
   white-space: nowrap; 
}
.submenu .submenu-2 a:hover{
    color: var(--colorblue); 
}

.triangle-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid  rgba(255,255,255, 0.95); 
  margin-left: 20px;
}



/**********二级+三级导航导航**************/

 
.submenu2{
    position: absolute;
    top:100%;
    left:20px;
    min-width:500px;
    display: none;
    z-index: 999;
    word-break: break-all;  
    background: rgba(255,255,255,0); 


}

.nav-item:hover .submenu2{   
    display: block;
}

.submenu2-box{
    padding:30px 20px;
    background: rgba(255,255,255, 0.95);
    border-radius: 10px;
    box-shadow: 0 5px 16px 0 rgba(40, 40, 40, .24); 
    display: flex;
    flex-wrap: nowrap;
}

.submenu2-menu3{
   width: auto;
   margin-right:15px;
   margin-left: 15px;
}
.submenu2-menu3 .name{
  margin-bottom: 15px;
}

.submenu2-menu3 .name a{
   border-bottom: 2px solid #dbe5f7;    
    cursor: pointer;
    font-size: 16px; 
    display: flex;
    padding-bottom: 5px;
    margin-bottom: 10px;
    white-space: nowrap; 
     
}
.submenu2-menu3 .name a:hover{
    color: #E60012;
    border-bottom-color:#E60012; 
}
.submenu2-menu3 ul li{
  display: flex;
  flex-wrap: nowrap;  
  margin-bottom: 10px;
}

.submenu2-menu3 ul li a{
   white-space: nowrap;  
   font-size: 14px;
}
.submenu2-menu3 ul li a:hover{
     color:#E60012;
}











.index-banner{
    height: 800px;
}

.index-banner .desc a{
    color:#fff;
}

.index-banner .desc .centont{
    line-height:36px;
    font-size: 16px;
}





.index-server{
    padding:30px 50px;
    height: 100%;
}




.index-p{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-p .title{
    padding:10px 30px;
    background: rgba(255,255,255,0.8);
}

.index-p .index-p2{
    width: 100%;
      height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
}

.index-p .index-p2 .title{
    background: none;
    color:#fff;
}

.index-p .index-p2:hover{
    background:  rgba(0,0,0,0.4);
}
.index-p .index-p2:hover .title{
    color:var(--coloryellow);
}






.youji img{
  width: 100%;
  height: 240px;
}
.youji-box{
    padding:20px;
}



.index-video{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-video .index-v2{
    width: 100%;
      height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
}


.index-video .index-v2 .title{
    padding:10px 30px; 
    color:#fff;
}

.index-video .index-v2:hover .title{
    color:var(--coloryellow);
}







.footer{
    background: #1D1D1D;
    padding-top: 50px;
    color:#fff;
}



 .swiper-box {
            position: relative;
            width: 100%;
            overflow: hidden;
            padding:50px 0;
        }
        .swiper-container {
            width: 100%; 
        }
        .swiper-slide{
             width: auto;
        }
        .swiper-slide img {
            width: auto;
            height: 100%;
        }
        .shuiji{
             height: 300px;
        }
        .shuiji2{
             height: 300px;
        }







.news-box{
     display: flex;
    align-items: center;
    justify-content: center;   
}



.news-box1{
   padding:0 50px;
}
.newsbody{
    padding:30px;
}



.newslistbox{
height: 350px;
   overflow: hidden;

}


.newlist2{
     height: 250px;
}

.fangyilist{
   height: 250px;
   overflow: hidden;

}



.bg-info {
    background-color: var(--colorblue)!important;
}


.nextbody{
   display: flex;
   flex-wrap: nowrap;
   margin-top: 30px;
}

.nextbody p{
   width:50%;
}


.tuijian{
   border:1px solid #ddd;
   padding-bottom: 10px;
   height: 100%;
}

.tuijian .pic{
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
}

.logo-sm-height{
     display: none;
}

.navlist{
     height: 200px;
     overflow: hidden;
}

