* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
    min-width: 1200px;
    /* background-color: #f6f6f6; */
    color: #333;
}

.container {
    width: 100%;
    height: 100%;
}

.header {
    width: 100%;
    margin: 0 auto;
    height: 120px;
    background: #fff;
       -webkit-box-shadow: 0 0 20px hsl(0deg 0% 53% / 30%);
       box-shadow: 0 0 20px hsl(0deg 0% 53% / 30%);
}
   .headerWrapper{
       display: flex;
       display: -webkit-flex;
       align-items:flex-start;
       justify-content: center;
       padding: 20px 0;
       position: relative;
       
       
   }
       .headerWrapper img{
           height: 48px;
       }
       .headerWrapper h1{
          font-size: 20px;
          color: #3c3c3c;
          margin-left: -30px;
          font-weight: bold;
       }
        .getinto{
            position: absolute;
            right: 13%;
            top: 21px;
            text-align: center;
            height: 32px;
            width: 96px;
            font-size: 16px;
            border-radius: 4px;
            cursor: pointer;
            background: #186c9b;
            color: #fff;
            line-height: 32px;
        }
        .getinto:hover{
            background: rgba(24,108,155,.93);
        }
       .loginp{
           color: #3c3c3c;
           font-size: 16px;
           position: absolute;
           right: 10%;
           top:25px;
           cursor: pointer;
       }
       .loginp:hover{
           color: rgba(24,108,155,.93);
       }
.headnav{
    width: 1200px;
    margin: 0 auto;
}
.navlist{
    display: flex;
    display: -webkit-flex;
    align-items:center;
    justify-content: center;
}
.navlist>div{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 0 5px;
    cursor: pointer;
}
.navlist>div.on{
    color: #186c9b!important;
    font-weight: 700!important;
}
.navlist>span{
  width: 1px;
  height: 1rem;
  background-color: #4d4d4d;
  margin: 0 20px;
}
.content{
    width: 100%;
    padding: 10px 0;
}
     .content>div{
         width: 1200px;
         margin: 0 auto;
         display: none;
     }
      .content>div.active{
         display:block;
     } 
     ._banner{
         width: 100%;
         height: 400px;
         background-image: url(../img/banner.jpg);
         background-position: center;
         background-repeat: no-repeat;
         background-size: cover;
     }
      ._tip{
          text-align: center;
          color: rgb(102, 102, 102);
          font-size: 12px;
          margin: 10px 0 20px;
      }
      ._videobtn span{
          display: inline-block;
        background: #186c9b;
        height: 34px;
        font-size: 12px;
        border-radius: 4px;
        line-height: 34px;
        color: #fff;
        cursor: pointer;
        text-align: center;
        width: 102px;
      }
      ._videobtn span.active{
          background: #409fd6!important;
      }
      ._videobtn span:hover{
        background: rgba(24,108,155,.93);
    }
      ._videobtn span:first-child{
          margin-right: 20px;
      }
._videowrapper{
    margin-top: 20px;
    display: flex;
    display: -webkit-flex;
    align-items:center;
    justify-content: space-between;
}
    ._videobox{
       
       
    }
    .videop{
        color: #666;
        font-size: 18px;
        font-weight: 500; 
        margin: 10px 0 15px 5px;
    }
    ._intoexp{
        width: 100%;
        text-align: center;
    }
    ._intoexp>span{
        display: inline-block;
        height: 42px;
        width: 156px;
        font-size: 18px;
        border-radius: 4px;
        cursor: pointer;
        background: #186c9b;
        color: #fff;
        line-height: 42px;
    }
    ._intoexp>span:hover{
        background: rgba(24,108,155,.93);
    }
    .expdatabox{
           display: flex;
           display: -webkit-flex;
           justify-content: space-between;
           width: 100%;
    }
    .expdataitem{
            width: 240px;
            height: 160px;
            border-radius: 4px;
            -webkit-box-shadow: 0 0 20px 4px rgb(145,149,153,0.3);
            box-shadow: 0 0 20px 4px rgb(145,149,153,0.3);
            flex: 0 1 auto;
            text-align: center;    
    }
    .expdataitem>img{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .expdataitem>p{
        font-size: 14px;
        font-weight: 500;
        color: #919599;
    }
    .expdataitem>p:last-child{
            font-size: 40px;
            font-weight: 700;
            color: #0e91f7;
            margin-top: 10px;
    }
    .exptitle{
        color: rgb(95, 97, 109);
        font-size: 40px;
        text-align: center;
        margin-top: 80px;
    }
    .thred{
        width: 30px;
        height: 0px;
        border: 2px solid rgb(95, 97, 109);
        margin: 5px auto 20px;
    }
.expsheetwrapper{
    display: flex;
    display:-webkit-flex;
    width: 100%;
}
.expsheetwrapper>div{
    width: 50%;
    text-align: center;
}
.sheetbox{
    padding: 20px;
    width: 500px;
    height: 264px;
    background-color: #ccc;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.sheetname{
    color: #666;
    font-size: 18px;
    font-weight: 500;
    margin: 60px 0 20px 0;
}

._commontitle {
     display: flex;
     display: -webkit-flex;
     align-items: center;
     justify-content: center;
     margin: 60px 0 40px 0;
}
    ._commontitle>span{
        display: inline-block;
        height: 2px;
        width: 100%;
        background-color: #171919;
    }
    ._commontitle>p{
        font-size: 25px;
        color: #171919;
        width: 100px;
        white-space: nowrap;
        padding: 0 20px;
    }
    .textWrapper{
        width: 1026px;
        min-height: 500px;
        margin: 0 auto;
        box-shadow: 0 2px 12px 0 rgb(0,0,0,0.1);
        padding: 20px;
    }
    .details {
        text-indent: 2em;
        font-size: 14px;
        line-height: 1.8;
    }

    .details p {
        margin: 1rem 0;
    }
    .details table{
        margin-left: 4em;
    }
    .details table td,
    .details table th{
        padding: 5px 15px;
    }
    #teamtable{
        margin:0 auto !important; 
    }
.footer{
    height: 148px;
    width: 100%;
    background-color: #313131;
}
.footerWrapper{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items:center;
    justify-content: space-between;
}
    .footerWrapper>img{
          height: 50px;
    }
    .footerWrapper p{
        color: #b3b0b0;
        font-size: 14px;
    }

    .loginWrapper{
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        left:0;
        right: 0;
        top:0;
        bottom: 0;
        z-index: 99999;
        background-color: rgba(0,0,0,0.5); 
        background-image: url(../img/loginbg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .loginbox{
        position:absolute;
        top:50%;
        left:50%;
        width: 560px;
        height: 464px;
        transform: translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        background-color: #fff;
        border-radius: 8px;
        box-sizing: border-box;
        padding: 60px;
    }
    .loginRadio{
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content:center;
    }
    .loginRadio label{
        font-size: 18px;
        color: #000;
        margin-right: 25px;
        cursor: pointer;
        font-weight: 600;
        margin-left: 10px;
    }
    .loginRadio input{
        width: 15px;
        height: 15px;
    }
    .loginInputBox{
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content:flex-start;
        border: 1px solid #999;
        border-radius: 4px;
        width: 100%;
        height: 64px;
        margin-top: 30px;
    }
    .loginInputBox label{
        font-size: 18px;
        color: #000;
        font-weight: 600;
        margin: 0 30px;
        width: 60px;
    }
    .loginInputBox input{
        outline: none;
        border: none;
        font-size: 18px;
        width: 290px;
        line-height:64px ;
    }
    .loginbtn{
        background-color:rgba(96, 149, 224, 1);
        text-align: center;
        width: 100%;
        height: 64px;
        line-height: 64px;
        color: #fff;
        font-size: 20px;
        border-radius: 4px;
        margin-top: 48px;
        cursor: pointer;
    }
       .loginbtn:hover{
        background-color:rgba(96, 149, 224, 0.8);
       }
       .closepic{
        position: absolute;
        top:20px;
        right: 20px;
        cursor: pointer;
    }
    ._select{
        width: 100%;
        height: 64px;
        border: 1px solid #999;
    }
    .accountp{
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items: center;
        margin: 15px 0;
    }
    .accountp>span{
        color: #3095c1;
        cursor: pointer;
        font-size: 14px;
    }