@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ fieldset, lengend, button, input, textarea, /* form elements 表单元素 */ th, td { /* table elements 表格元素 */ margin: 0; padding: 0; }
html,body{ width:100%; height:100%; color:#6e6e6e; font-family:'微软雅黑'}
/* 设置默认字体 */
body, button, input, select, textarea { /* for ie */ /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
font: 14px/1 Tahoma, Helvetica, Arial, "微软雅黑", sans-serif,; /* 用 ascii 字符表示，使得在任何编码下都无问题 */  }
ul,li{list-style: none;}
button {
    outline: none !important;
    -webkit-appearance: none;
}
body {
    background: #f3f3ef!important;
}

/*导航*/
/*logo动画*/
.center_logo a:nth-child(1){
   z-index: 1;
}
.center_logo a:nth-child(2){
   z-index: 2;
}
.center_logo{
    width: 120px;
    height: 44px;
    display: inline-block;
    position: relative;
    overflow: hidden; 
}
.center_logo a{  
    width: 120px;
    height: 44px;
    background: url(../img/it1024-logo.png)no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
}
@keyframes aa {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}
.center_logo:hover a:nth-child(2){
    animation: aa 1s ;
}
/**/

#routerv {
    background: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    right: 0;
    z-index: 3;
    border-bottom: 2px solid #169aaf;
    box-shadow: 0 0.125rem 1.25rem rgba(0,0,0,.2);
}

.navbar.navbar-expand-lg.navbar-light.bg-light_ {
    max-width: 1220px;
    margin: 0 auto;
}
#navbarSupportedContent {
    font-size: 19px;
}
.navbar-light .navbar-nav .nav-link {
    color: #181819 !important;
}
.nav-link {
    display: block;
    /*padding: 0.3rem 0.3rem;*/
}
.nav-user,.nav-user_{
  margin-bottom: 0 !important; 
}
.nav-user {
    border: 1px solid #e0e2e9;
    border-radius: 10px;
}
.nav-user a {
    font-size: 13px;
    padding: 3px;
    color: #181819;
}
.nav-user li{
    float: left;
    margin: 3px;
    border-radius: 8px;
    font-size: 13px;
}
.nav-user li:nth-child(2){
    margin-top: 5px;
}
.nav-user li a:hover{
   background: #17a2b8;
   color: #fff;
   border-radius: 5px;
}
.sousuo-input {
    outline: 0;
    border: 1px solid #e0e2e9;
    font-size: 14px;
    padding: 7px;
    border-radius: 5px;
}
.el-dropdown-link{
  color: #000;
  margin-right: 10px;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .nav-user li {
      float: none;
      margin: 0px;
      border-radius: 0px;
      border: 0px solid #17a2b8;
  }
  .nav-user_ {
    padding: .5rem 0rem;
  }
  .nav-user a {
     font-size: 18px; 
     color: #181819;
  }
} 

/*点击导航的背景和字体*/
/*.router-link-active{
  background: #17a2b8;
  color: white;
}*/


#xiangqing{
    max-width: 900px;
    background: #ffffff;
    padding: 8px 8px 8px 8px;
    margin: 100px auto;
    padding-bottom: 69px;
    word-break: break-all;
    box-shadow: 0 1rem 2rem rgba(144, 144, 144, 0.175);
}
#xiangqing h2{
    padding-bottom: 16px;
    margin-top: 16px;
    text-align: center;
    font-size: 23px;
}
.fenlei{
   margin-top: 10px;
   color: #613b2e;
   height: 50px;
}
.fenlei span{
   margin-right: 8px;
}
@media screen and (max-width: 500px) {
   #xiangqing{
    padding-bottom: 69px;
    margin-left: 5px;
    margin-right: 5px;
   }
} 
.neirong{
   letter-spacing: 1px;
   font-size: 16px;
   /*margin-top: 1rem;*/
   font-family: '微软雅黑';
}
.neirong pre{
    background: #f2f2f2;
    padding: 1rem;
    border-radius: 5px;
    margin-top: 13px;
    margin-bottom: 13px;
}

.row {
    text-align: center;
    color: #fff;
}
.col-sm {
    background: #5fb878;
    margin: 3px;
    height: 47px;
    line-height: 47px;
}
.col-sm a{
    color: #fff;
}
.jiesao_img{
   text-align: center;
   margin-bottom: 3rem;
}
.jiesao_img img {
    width: 80%;
    margin-top: 26px;
    transition: all 0.5s;
}
.jiesao_img img:hover {
    cursor: pointer;
    box-shadow: 0px 0px 6px rgba(51,153,204,.6);
    transform: scale(1.01);
    transition: all 0.5s;
}
hr {
    margin: 0;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}


/*导航导航动画*/
.nav-item a{
    background: transparent;
    position: relative;
    mix-blend-mode: darken;
}
.nav-item a span{
    mix-blend-mode: darken;
}
.nav-item a:before {
  transition: all 0.8s cubic-bezier(0.7, -0.5, 0.2, 2);
  content: '';
  width: 1%;
  height: 100%;
  /*background: #ff5964;*/
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
} 
.nav-item a:hover:before {
  background: #ff5964;
  width: 100%;
}



/*底部*/
#footr{
    width: 100%;
    height: 40px;
    background: #02707d;
    clear: both;
}
.footr{
    margin: 0 auto;
    text-align: center;
    background: #02707d;
    color: #a7a7a7;
    padding-bottom: 12px;
    padding-top: 12px;
    font-size: 12px;
    clear: both;
}
.footr a{
    color: #a7a7a7;
}



/*hover下拉列表*/

.hov{
    position: relative;
    cursor: pointer;
    display: inline-flex;
}
.el-dropdown-link {
    max-width: 139px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
.hov:hover .dropdown-list{
	display: block;
}
.dropdown-list{
    text-align: center;
    display: none; 
    background: #ffffff;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 38%);
    font-size: 16px;
    width: 100%;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
}
.dropdown-list li{
   color: #000000;
   padding: 5px;
}
.dropdown-list a{
   color: #000000;
}
.dropdown-list li:hover{
   color: #000000;
   background: #e3e3e3;
}

/*支付页面*/
.box-qrcode {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #e0e0e0;
    text-align: center;
    width: 13.99rem;
    height: 17rem;
}
.box-qrcode-alipay{
    width: 6rem;
    margin-top: 1.5rem;
}
.qrcode-footer{
    background: #00a7ef;
    height: 3rem;
    line-height: 3rem;
}
.qrcode-saoyisao{
    color: #ffffff;
}
.qrcode-h5{
    color: #ffffff;
}
#qrcode{
    margin-left: 2.6rem;
    margin-bottom: 1rem;
}
#qrcode img{
    display: inline-block;
    background-color: #fff;  
    padding: 10px;  
}
@media screen and (max-width: 800px) {
    .qrcode-h5{
        display: inline-block !important;
    }
    .qrcode-saoyisao{
        display: none !important;
    }
   .nav-sousuo li form,.nav-user li:nth-child(2) {
        display: none !important;
   }
   .nav-user{
       border: none !important;
   }
} 



