*{
    margin: 0;
    padding: 0;
}
.kingyon-tabImg{
    position: relative;
    /* padding-top: 55px; */
    width: 100%;
    height: 220px;
}
.kingyon-tabImg div{
    position: absolute;
    background-size: 100%;
    width: 100%;
    height: 220px;
    display: none;
}
.kingyon-tabImg div:nth-child(1){
    background-image: url(../mimages/bitt.png);
}
/*.kingyon-tabImg div:nth-child(2){
    background-image: url(https://img.haomain.com/m2019/images/team-intro.png);
   
}
.kingyon-tabImg div:nth-child(3){
    background-image: url(https://img.haomain.com/m2019/images/contact-us.png);
}*/
.kingyon-tabImg .kingyon-tabimg-item h5{
    font-size: 24px;
    color: #383838;
    font-weight: normal;
}
.kingyon-tabImg .kingyon-tabimg-item p{
    font-size: 16px;
    color: #828282;
    font-weight: normal;
}
.kingyon-tabImg .imgActive{
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* tab点击部分 */
.kingyon-tab{
    display: flex;
    width: 100%;
    height: 40px;
}
.kingyon-tab .kingyon-tabItem{
    width: 33%;
    background:rgba(66,66,66,0.35);
    display: flex;
    justify-content: center;
    align-items: center;
}
.kingyon-tab .kingyon-tabItem:nth-child(2){
    flex: 1;
}
.kingyon-tab .kingyon-tabItem p{
    font-size: 16px;
    color: #fff;
}
.kingyon-tab .tabActive{
    background: #17A8E3;
}
/* tab主要内容 */
.kingyon-tabMain{
    position: relative;
}
.kingyon-tabMainItem{
    display: none;
    width: 100%;
}
.kingyon-tabMain .mainActive{
    display: block;
}
.kingyon-littleTitle{
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 84%;
    padding: 0 8%;
    margin-top: 50px;
}
.kingyon-littleTitle h4{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
}
.kingyon-littleTitle p{
    font-size: 14px;
    color: #7E7E7E;
    text-align: center;
}
/* tab1 关于我们 */
.kingyon-tabOne-div1{
    width: 100%;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.kingyon-div1-top{
    display: flex;
    justify-content: center;
    align-items: center;
}
.kingyon-div1-top>p{
    font-size: 92px;
    color: #CC413C;
    line-height: 100px;
}
.kingyon-div1-top div p:nth-child(1){
    font-size: 16px;
    color: #383838;
}
.kingyon-div1-top div p:nth-child(2){
    font-size: 32px;
    color: #383838;
    line-height: 40px;
    font-weight: 600;
}
.kingyon-div1-top div p:nth-child(3){
    font-size: 10px;
    color: #828282;
}
.kingyon-div1-bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.kingyon-div1-bottom p{
    font-size: 20px;
    color: #383838;
}
.kingyon-tabOne-div2{
    margin-bottom: 65px;
}
.kingyon-div2-bottom{
    padding: 0 8%;
    width: 84%;
}
.kingyon-div2-bottom p{
    font-size: 14px;
    color: #828282;
    text-indent: 2em;
    margin-bottom: 15px;
    text-align: justify;
}
.kingyon-div3-bottom{
    padding: 0 4%;
    width: 92%;
}
.kingyon-div3-bottom img{
    width: 100%;
    height: 235px;
}
.kingyon-div3-bottom p{
    font-size: 14px;
    color: #BCC0C4;
    text-align: center;
    margin-bottom: 60px;
}
.kingyon-div4-bottom{
    width: 90%;
    height: 197px;
    margin: 0 auto;
    background: url(../mimages/Bitmap@3x.png);
    background-size: 100% 100%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.kingyon-div4-bottom h5{
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 15px;
}
.kingyon-div4-bottom p{
    font-size: 14px;
    color: #fff;
}
/* 时间轴 */
.kingyon-div5-main{
    width: 84%;
    height: 100%;
    padding: 5% 8%;
    display: flex;
}
.kingyon-div5-center{
    width: 5px;
    height: 650px;
    background: #E2E7EB;
    position: relative;
}
.kingyon-div5-center::before{
    content:"";
    position: absolute;
    left: -8px;
    width:0;
    height:0;
    border-top: 11px solid #fff;
    border-left: 11px solid #fff;
    border-right: 11px solid #fff;
    border-bottom: 11px solid #E2E7EB;
}
.kingyon-div5-left{
    width: 45%;
    padding-top: 80px;
    padding-right: 15px;
}
.kingyon-div5-right{
    width: 45%;
    padding-top: 40px;
    padding-left: 15px;
}
.kingyon-div5-itemTitle{
    padding: 4px 0;
    font-size: 16px;
    color:#fff;
    background: #17A8E3;
    border-radius: 5px;
    width: 98px;
   
}
.kingyon-div5-leftItem{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 50px;
}
.kingyon-div5-left .kingyon-div5-itemTitle{   
    padding-right: 10px;
    text-align: right;
    position: relative;
}
.kingyon-div5-left span{
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #E2E7EB;
    right: -24px;
    top:7px;
}
.kingyon-div5-left .kingyon-div5-itemTitle::before{
    content:"";
    position: absolute;
    right: -10px;
    top:35%;
    width:0;
    height:0;
    border-top: 5px solid #fff;
    border-left: 5px solid #17A8E3;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.kingyon-div5-rightItem{
    position: relative;
    margin-bottom: 40px;
}
.kingyon-div5-right span{
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #E2E7EB;
    left: -24px;
    top:7px;
}
.kingyon-div5-right .kingyon-div5-itemTitle{
    padding-left: 10px;
    text-align: left;
    position: relative;
}
.kingyon-div5-right .kingyon-div5-itemTitle::before{
    content:"";
    position: absolute;
    left: -10px;
    top:35%;
    width:0;
    height:0;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #17A8E3;
    border-bottom: 5px solid #fff;
}
.kingyon-div5-itemMain{
    font-size: 14px;
    color: #4A4A4A;
    margin-top: 15px;
}

/* 时间轴写完 */

/* 继续写 */
.kingyon-gods{
    padding: 0px 30px;
}
.kingyon-gods .weui-grid:before{
    border: none;
}
.kingyon-gods .weui-grid:after{
    border: none;
}
.kingyon-gods .weui-grids:before{
    border: none;
}
.kingyon-gods .weui-grids:after{
    border: none;
}
/* 团队成员 */
.kingyon-div1-item{
    
}
.kingyon-div1-item img{
    width: 130px;
    height: 200px;
}

.about_us {
    padding: 80px 30px 0;
    font-size: 14px;
    color: #828282;
    line-height: 20px;
}

.title {
    font-size: 24px;
    padding-bottom: 50px;
    color: #333;
    text-align: center;
}

.contact_method {
    width: 100%;
}
.contact_method ul{
    display: flex;
    justify-content: space-between;
    list-style:none;
    padding: 0 15px;
}
.contact_method ul li{
    margin-bottom: 40px;
}
.contact_method ul li p:first-child a{
    display: inline-block;
    color: #000;
    font-size: 14px;
    padding-bottom: 5px;
}
.contact_method ul li p:last-child{
    color: #BDBDBD;
    font-size: 13px;
}