@font-face {
  font-family:"en";
  src: url(../font/FESTER.otf) format('truetype');
}


@font-face {
  font-family:"cnfont";
  src: url(../font/HONORSansCN-Regular.ttf) format('truetype');
}

.en{
     font-family:"en";
}
.cnfont{
     font-family:"cnfont";
}
   
html,body{
	color:#000;
	max-width: 100%;
	overflow-x: hidden;
   font-family:pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif;
}
/**********重置一些原样式**************/
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
}

.container-fluid{
   width:100%;
   padding:0 3%;   
}
.main{
   width:100%;
   padding:0 3%;   
   display: block;
}
.fixed-top{
    z-index: 999;
}
.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{
        border:1px solid #ddd;
        padding:10px 15px;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
     }
tr:nth-child(2n){
        background: #f8f8f8;
     }
tr:hover{         
        cursor: pointer;
     }    
 



.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;
}
 
.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: 18px;
     }
tr:nth-child(2n){
        background: #f8f8f8;
     }
tr:hover{
         
        cursor: pointer;
}



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


.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.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:#d61526!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;
}

.color999{
	color:#999999!important;
}
 

.colorred{
	 color:#d61526!important;
}

.colorblue{
    color:#44A9D3!important;
}

.bg000 {
	background: #000!important;
}

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

.bgblue{
	background: #44A9D3!important;
} 
 

.bg00{
	background: #000!important;
}

.bgddd{
	background: #ddd!important;
}

.bgfff{
	background: #fff!important;
}
.bgf5{
	background: #f5f5f5!important;
}

.bg39{
	background: #393939!important;
}
.bg44{
	background: #444444!important;
}
.bgred{
	background: #d61526!important;
}

.col-md-20{
           -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
            padding-right: 5px;
    padding-left: 5px;
}

.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/closewhite.png'); 
}


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

.navbar{
   padding:0; 
}
.logo-sm-height{
   height: 70px;
   padding:10px 0;
}


.cnbtn{
    display: inline-block;
    background: #3C74C4;
    border-radius: 20px;
    border:1px solid #3C74C4;
    padding-right: 6px;
    color:#fff!important;
    position: relative;
    text-align: right;
    width:50px;
    height:20px;
    font-size: 12px;
    padding-right: 5px; 
    margin-right: 15px;
  }
.cnbtn .yuan{
     background: #fff;    
     border-radius: 50%;
     width:15px;
     height: 15px;
     display: inline-block;
     position: absolute;
     left:1px;
     top:1px;
     transition: all 0.1s;
  }
.cnbtn:hover .yuan{
   background:#FFDE59;
}
.cnoff{
   background: #FD5305;
   border-color:#FD5305;
} 




.navbar-expand-lg .navbar-nav .nav-link{
   font-size: 18px;
   color:#000; 
   padding:0;
   margin:0 1.5rem; 
   padding:2.5rem 0rem;
}



   
.dropdown{
     position: static;
    
}
 
.submenu{
   text-align: right;
   display: block;
   padding-right: 15%;
   padding:0;
   position: relative;
}
.dropdown-item{
     display: inline-block!important;
     width:auto; 
     padding:20px 15px; 
     color:#333;
}
.dropdown-item:active{
    background: #fcf9f4;
}
.dropdown-item:hover{ 
     color:#da1727!important;
}
.navbar-light .navbar-nav .nav-link{    
     position: relative;
}

.nav-item.on .nav-link:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
 
.nav-item:hover .nav-link:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scaleX(1);
}
.navbar-nav  li .nav-link:after{
    position: absolute;
    left:0px;
    bottom:0px;
    width: 100%;
    height: 4px;
    background: #d61526;
    content: "";
    z-index: 9999999;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    box-sizing: border-box;
    border-top: none;
}


.dropdown-menu {
    position: absolute;
     top: 99%;
    left:0rem;
    z-index:-1;
    float: left;
    min-width: 10rem;
    padding:0rem 0;
    margin: 0;   
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border:none;
    border-radius: 0rem;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
     background:rgba(243,243,243,0.9);
     width:100%;
    border:none;
    color:#333;
    font-size: 14px;
}

.dropdown:hover .dropdown-menu {
    top: 99%;
    opacity: 1;
    visibility: visible;    
     border-bottom: none;
}

.dropdown-menu-black{
     background: rgba(0,0,0,0.9)!important;
}
.dropdown-menu-black a{
     color:#fff!important;
}



.dropdown-item2{
     position: relative;
     display: inline-block;
}
 
 .dropdown-item2 .dropdown-item:hover{
    color:#d51626;
    background: none;
 }









.language{
    position: relative;
    display: inline-block;
}
.language .language-menu {
    position:absolute;
    left:-30px;
    top:18px;
    background:#494547!important;
    z-index:999999999999999999;
    width:140px;
    height:auto;
    display:none;
    padding-top:10px;
    padding-bottom:15px;
    text-align: left;
    padding-left: 25px;
    border-radius: 0 0 10px 10px;
}
.language:hover .language-menu {
    display:block;
}
.language .language-menu li {
    height:40px;
    line-height:40px;
}
.language .language-menu li a {
    color:#fff;
    height:40px;
    line-height:40px;
}
.language .language-menu li a:hover{
     font-weight: bold;
}
.language .language-menu li a img {
    width:30px;
    margin-right:10px;
}



.navbar-text{
   position: relative;
}

.navbar-text .nav-search{
   position: absolute;
   top:73px;
   right:0px;
   z-index: 99;
   opacity: 0; /* 初始透明度为0 */
   transition: opacity 0.5s ease; /* 0.5秒的渐变效果 */
   pointer-events: none; /* 防止透明状态下仍可点击 */
}
.navbar-text .nav-search.show {
   opacity: 1; /* 显示时透明度为1 */
   pointer-events: all; /* 恢复可点击状态 */
}
.navbar-text .nav-search input{
    width:300px;
    border-radius: 25px;
    border:1px solid #ddd;
    outline: none;
    height: 40px;
    line-height: 40px;
    padding-left:20px;
    padding-right: 40px;
}

.navbar-text .nav-search .form{
   position: relative;
}

.navbar-text .nav-search .form .search-btn{
    position: absolute;
    right:10px;
    top:5px;
    z-index: 99;
    background: none;
    outline: none;
    border:none;
}



/*************index-about***************************/

.index-about{
   background: url(../images/indexabout.jpg);
   background-size: cover;
   position: relative;
}

.ind-part01_top{
  position: absolute; 
  right:0; top:0; 
  color:#fff; 
  width:49.4701%; 
  background: url(../images/about.jpg) no-repeat; 
  background-size: cover;
}

.ind-part01_top h3{ 
  padding:5% 13%; 
  text-align: right;
}

.gd-num{
   text-align: center;
   font-size: 18px;
}

.timenum{
   font-size: 60px;
}

.more{
  display: inline-block; 
  border:1px solid #000;
  transition: all 0.6s;
  background: #fff!important;
  width: 200px;
  height: 50px;
  line-height: 50px;
}

.more:hover{
   border:1px solid #D31727;
}

.lingdong-btn{       
      
       line-height: 50px;
       text-align: center;
       cursor: pointer;
       position: relative;      
        overflow:hidden;
    }
.lingdong-btn:after{ 
      content: '';
       width: 100%;
       height: 100%;
       background:#D31727;
       left:-100%;
       display: inline-block;
       position: absolute;
       top:0;
       transition: all  0.6s;
       z-index: 9;

    }
.lingdong-btn a{
      display: inline-block;
      width: 100%;
      height: 100%;
      z-index: 10;
      text-decoration: none;
      position: absolute;
      left:0;
      top:0;
    }
     
.lingdong-btn:hover:after{
       left:0;
       color:#fff!important;
    }
.lingdong-btn:hover a{
       color:#fff!important;
    }


.lingdong-btn-on{
   background: #000!important;
}
.lingdong-btn-on a{
  color:#fff;
}






/*************index-product***********************/


.index-prodcut-bg{
   background: url(../images/pbg.jpg);
   background-size: cover;
}


.index-plist .img img{
   transform: scale(0.85);
   transition: all 0.6s;
   max-width:130px;
}

.index-plist:hover .img img{
  transform: scale(1);
}


.bg-adv{
  background: url(../images/bg.jpg);
   background-size: cover;
}


.index-adv{   
   padding:50px 30px;
}
 
.index-adv .ico img{
    width:100px;
}
.index-adv .desc{
    height: 180px;
    padding-right:50px;
}
.index-adv:hover{
   background: url(../images/bgon.jpg);
   background-size: cover;
   color:#fff;
}

.index-adv:hover .ico img{
      filter: invert(100%) brightness(1000%);
}


.index-newslist{
  padding:15px; 
}
.index-newslist .desc{
   padding:15px;
   height: 80px;
   background: #f8f8f8;
   text-align: center;
}
.index-newslist .ico{
    height: 300px;
}



/********底部和分页*************/




.footer{
   background: #494547;
}

.foot-menu a{
   color:#999;
}

.foot-menu a:hover{
   color:#fff;
}


.title-line{
   position: relative;
   padding-bottom:10px;
   display: inline-block;
}

.title-line:after{
   content: '';
   position: absolute;
   left:0;
   bottom: 0;
   width: 80px;
   height: 4px;
   background: #D61526;
}

.title-line-center{
     position: relative;
    padding-bottom:10px;
}
.title-line-center:after{
   content: '';
   position: absolute;
   left:50%;
   bottom: 0;
   width: 80px;
   height: 4px;
   margin-left:-40px;
   background: #D61526;
}

 .page-num, .page-link{
    color:#333;
}

.page-num-current{ 
    background-color:#494547;
    border-color:#494547;
    color:#fff;
}

.page-num:hover,
.page-link:hover{
    color:#ca0f25;
}
.page-num-current:hover{
     color:#fff;
     background-color:#333;
    border-color:#333;
}

/**********荣耀******************/


.honorlist:hover{
   box-shadow: 2px 2px 6px 2px #ddd;
}
.honorlist3{
    padding:15px;
   border:1px solid #ddd;
}

.honorlist3 .pic img{
   transform: scale(0.8);
   transition: all 0.6s;
} 

.honorlist3:hover .pic img{
   transform: scale(1);
}





.jumbotron-fluid{
   padding: 15rem 0;
}
.jumbotron{
   margin-bottom: 0;
}


.menu-2{
   padding:15px 30px;
   display: inline-block;
}
.menu-2-on{
   background:#44A9D3;
   color:#fff;
 }
 .menu-2-on:hover{
   color:#fff;
 }
.menu-2-box-fiexd{
   position: fixed;
   z-index: 9;
   top:125px;
   width: 100%;
}


.about-content{
   padding-left: 30px;
}

.huodonglist{
   padding:0 8px;
}



/**********联系我们****************/


.contact-box{
   background: #f8f8f8;  

}

.contact-left-box{
   padding:30px; 
}
.contact-left-box .name{
    font-weight: bold;
    font-family: en;
    font-size: 48px;
    color:#ddd;
}
.contact-left-box img{
   margin-right: 10px;
}

.contact-left-box .content{   
    font-size: 16px;
    line-height: 32px;
}


.contact-ico{
   display:block;
   text-align: center;
}

.contact-ico .ico1{
     width: 50px;
     display: inline-block;
     margin-bottom:20px;
}

.contact-ico .ico2{
     width: 140px;
     display: inline-block; 
}



.map-btn{ 
   width:80px; 
   height: 80px; 
   margin-left:300px;
   display: flex;
   justify-content: center;
   align-items: center;
}
.map-btn i{
    color: #EF0020;
}
 
.map-btn:hover i{
    color:#333;
}
 .up-down3{
    -webkit-animation: chuxian 3s linear infinite;
    animation: chuxian 3s linear infinite;
 }

 

@-webkit-keyframes chuxian {
    0% {
        transform: translateY(0);
    }   
    
    50% {
        transform: translateY(-20px); 
    }

    100% {
        transform: translateY(0);
    }
}




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

.form-group{
   width:30%;
   margin-right: 3.3%;  
   margin-bottom:30px;
}

.form-control{
   border-radius: 0;
   height: 50px;
   line-height: 50px;

}

.form-group2{
   width:96.666%;
}

.form-group .send{
    padding:15px 60px;
    color:#fff;
    border-radius: 30px;
    overflow: hidden;
    border:none;
    outline: none;
    background: #00628E; 
}

.form-group .send:hover{
   background: #007AB1;
  
}




/*********企业文化***************/

.clutre-box{   
   padding:50px 20px;

}

.clutre-list{
   padding:20px;
   background: #f8f8f8;
   border-radius:20px;

}
.clutre-list .title{
   color:#44A9D3;
}
.clutre-list .subtitle{
   color:#db1828;
}
.clutre-list img{
    width:100%;
}

.clutre-box:nth-child(2n){
    margin-top: 100px;
}

.clutre-list:hover{ 
    background: #44a9d3;
    color: #fff;
    cursor: pointer;
    box-shadow: 2px 2px 5px 2px #ddd;
}

.clutre-list:hover .title,
.clutre-list:hover .subtitle{
     color: #fff;
} 

 

/**********新闻 样式一**************/


.newlist3{
   display: flex;
   background: #f8f8f8;    
   padding:20px;
}

.newlist3 .date{
    width:150px;
    text-align: center;
}
.newlist3 .desc{
   width:calc(100% - 180px);
}
.newlist3:hover{ 
    box-shadow: 2px 2px 5px 2px #ddd;
}

.news-content{
   color:#333;
   line-height: 2;
   font-size: 16px;
}

.news-content img{
  display: block;
  margin:0 auto;
   margin-top: 10px;
   margin-bottom: 10px;
}


.text-333 a{
   color:#333;
}

.enbig{
  text-transform: uppercase;
}




/*********新闻顶部切换图片***********/


.news-top{
   padding:10px;
}
.news-top .row{
   background: #f8f8f8;
}
.news-top .row .col-md-6{
   padding: 0
}
/* 控制图片轮播的样式 */
.swiper-container-news {
  width: 100%;
  height: 405px;
}

.swiper-container-news .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 控制新闻列表样式 */
.news-list {
  list-style-type: none;
  padding: 0;
}

.news-item {
  padding:20px 30px;
  cursor: pointer;
  background-color: #f8f9fa;
  position: relative;
  transition: background-color 0.3s;
}

 
.news-item { 
  cursor: pointer;
  background-color: #f8f9fa;
  position: relative;
  transition: background-color 0.3s;
}

 
.news-item:hover {
  background-color: #FFF;
}

/* 添加左边的小三角形箭头 */
.news-item:hover::before {
  content: '';
  position: absolute;
  left: -32px; /* 调整箭头位置 */
  top: 50%;
  z-index: 99;
  transform: translateY(-50%); /* 垂直居中 */
  border-width: 16px;
  border-style: solid;
  border-color:transparent #FFF transparent transparent ; /* 创建一个左向的蓝色箭头 */
}





.bgvideo{
   background:#f8f8f8 url(../images/bgvideo.jpg);
   background-size: cover;
}


/********科技研发**************/

.shui-bg{
   background: url(../images/shui.jpg) center center; 
   background-size: cover;
   height: 800px;
   overflow: hidden;
}


.zhe-ren{
   background: rgba(255,255,255,0.4);     
   height: 700px;
   transition: all 0.6s;
   cursor: pointer;
   position: relative;
    backdrop-filter: blur(10px); /* 背景模糊效果 */
  -webkit-backdrop-filter: blur(10px); /* 为兼容性，添加Webkit前缀 */
  
}

.zhe-ren .txt{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding:100px 30px;
    transition: all 0.6s;
}

.zhe-ren .txt .ico img{
   max-width: 100px;
   transition: all 0.6s;
}

.zhe-ren:after{
  content: '';
   background: rgba(5,65,127,0.8);
   position: absolute;
   bottom:-800px;
   left:0;
   width:100%;
   height: 700px;
   transition: all 0.6s;
   z-index: 1;
}

.zhe-ren:hover:after{ 
   bottom:0px; 
}

.zhe-ren:hover .txt{
   color:#fff;
} 

.zhe-ren:hover .txt .ico img{
     filter: invert(100%) brightness(1000%);
}







.rc-clutre{
    display: flex;
    padding:50px;
    align-items: center;
    height: 100%;
}
.rc-clutre2{
    display: flex;
    padding:50px 50px 50px 0;
    align-items: center;
    height: 100%; 
}
.rc-box{
    width:100%; 
    display: block;
}
 

.rc .col-md-6{
   padding:0;

} 





 

/*****招聘********/
.ny_zpp_1{
  background: #44A9D3;
  height: 50px;
  line-height: 50px;
}
.ny_zpp_1 ul {
  width: 100%;
  margin: 0 auto;
}
.ny_zpp_1 ul li{
    color:#fff;
     padding-left: 20px; 
    float: left;
    font-size: 16px
}
.ny_zpp_1 ul .t1{
  width: 20%; 
  padding-left: 20px; 
  float: left;
} 
.ny_zpp_1 ul .t2{
    width:20%;
}
.ny_zpp_1 ul .t3{
   width:60%;
}

 
 


.dl{
  width: 25%; 
  padding-left: 20px; 
  float: left;  
}
.dl_4{
  width: 20px;
  height: 20px;
  background: url(../images/zp_right.png) no-repeat left;
  margin: 20px 0 0 0px; 
  float:left;  
}


.open .dl_4{
  background: url(../images/zp_top.png) no-repeat left;
 }

 

.accordion-job {
  width:100%;
 }
.accordion-job dl{
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px; 
  cursor: pointer;
  padding:18px 0;
}

.accordion-job dl dd{
    width:20%;
    float: left;
    padding-left: 20px;
}

.accordion-job dl .dl3{
   width:60%;
}

.accordion-job li{ 
  border-bottom:1px solid #CCC; 
  line-height: 24px;
}
.accordion-job li:hover{
   background: #f8f8f8
}
 








/*****产品列表********/

.table-row {
  margin:0;
  padding:0;
  list-style:none;
  text-align:center;
  color:#000;
}
.table {
  display:table;
  border-collapse:collapse;
  border:1px dashed #ccc;
  width:100%;
}
.table-caption {
  display:table-caption;
  margin:0;
  padding:0;
  font-size:16px;
}
.table-column-group {
  display:table-column-group;
}
.table-column {
  display:table-column;
  width:200px;
}
.table-row-group {
  display:table-row-group;
}
.table-row {
  display:table-row;
}
.table-row-group .table-row:hover,.table-footer-group .table-row:hover {
  background:#f6f6f6;
}
.table-cell {
  display:table-cell;
  padding:15px 5px;
  border:1px dashed #ccc;
  font-size: 16px;
}
.table-header-group {
  display:table-header-group;
  background:#2667a9;
  font-weight:bold;
  color:#fff!important;
  font-size:18px;
}
.table-header-group li {
  padding:15px 0;
  color:#fff!important;
  font-size: 18px;
  font-family: cnfont;
}
.table-footer-group {
  display:table-footer-group;
}
.table-cell img {
  width:100px;
   
}
.table-row li:hover {
  cursor:pointer;
}

 


.oa-box{
   display: flex;
   width: 100%;
   height: 80vh;
   align-items: center;
   justify-content: flex-end;
} 

.login-box{
   width: 300px;
}

.login-box .form-group{
   width: 100%;
}