html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
margin: 0;
padding: 0;
}
*{box-sizing: border-box;}
html, body {
min-height: 100%;
}

body {
font-family: "Microsoft YaHei";
font-size:14px;
color:#333;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
list-style: none;
}

img {
border: none;
vertical-align: middle;
}

a {
text-decoration: none;
color: #232323;
}



/* 头部header */
.top_header{
    width: 100%;
    height: 82px;
    background: #69BCC4;
}
.logo_img{
    /*width: 34px;
    height: 34px;*/
    margin-left: 30px;
}

.header_title{
    white-space: nowrap;
    text-overflow:ellipsis;
    display: inline-block;
    color: #fff;
    display: flex;
}
.header_title span{
    display: inline-block;
}
.header_nav{
    height: 82px;
    display: flex;
    align-items: center;
}
.divider{
    color: white;
    width: 30px;
    text-align: center;
}
.nav_right{
    padding-right: 8px;
    flex: 1;
    flex-direction:row;
    display: flex;
    justify-content: space-between;
}
.header_right{
   color: #fff;
}



/* banner图 */
.banner_body{
    width: 100%;
    height: 100%;
}
.body_img{
    width: 100%;
    height: 100%;
}

/* tab栏 */
.tab_list{

}
.tab_list ul{
    
    display: flex;
    justify-content: center;
    
}
.tab_list ul li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 90px;
    align-items: center;
}
.tab_list ul li img{
    
    width: 90px;
    height: 77px;
    
}
.tab_list ul li p {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin-top: 20px;
}

.experience{
    padding-top: 96px;
}
.experience img{
    width: 100%;
    height: 100%;
}
.way img{
    width: 1336px;
    height: 880px;
    margin: 0 auto;
}

footer{
    background-color: #30343E;
    color: #9A9893;
    font-size: 16px;
    padding:50px 150px;
}

footer p{
    margin-top: 10px;
}
footer p a{
    color: #9A9893;
}
.header_right2{
    display:none;
}


@media screen and (max-width: 980px) {
    .header_right2{
        display:none;
    }
}

@media screen and (max-width: 650px) {
    .nav_right{
        flex: 1;
        flex-direction:column;
        display: flex;
        align-items: flex-end;
        
    }
    .header_title{
        flex-direction:column;

    }
    footer{
        padding:50px;
        font-size: 12px;
    }
    .header_right{
        display:none;
    }
    .header_right2{
        display:block;
    }
}
@media screen and (max-width: 480px) {
    footer{
        padding:20px;
    }
    .header_right{
        display:none;
    }
}