*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:'Microsoft YaHei';  
}
a{
    text-decoration: none;
}
ul{
    list-style:none;
}
/* 顶部导航 */
.top{
    height: 110px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
}
.top_center{
    width: 1200px;
    height: 110px;
    margin: 0 auto;
    line-height: 110px;
    text-align: center;
    vertical-align: middle;
}
.log{
    float: left;
    height: 70px;
    line-height: 110px;
    
}
.log a{
    display: inline-block;
    height: 70px;
    vertical-align: middle;
}

.navigation{
    float: left;
}
.navigation a{
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 18px;
    color: #F39800;
    text-align: center;
    margin-left: 10px;
}
.navigation a:first-child{
    margin-left: 36px; 
}
.navigation a:hover{
    background-color: #67C0B7;
    color: #fff;
}
.search{
    display: inline-block;
    width: 220px;
    height: 40px;
    border: 2px solid #F39800;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}
.search input{
    float: left;
    width: 160px;
    height: 36px;
    font-size: 16px;
    line-height: 40px;
    padding-left: 16px;
    color: #9FA0A0;
    border:0;
    border-radius: 18px;
    outline: 0;

}
.button_box {
    float: left;
    width: 48px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    vertical-align: middle;
}
.button_box a{
    display: inline-block;
    height: 26px;
    vertical-align: middle;
}

/* 中部内容 */
.content_img_box{
    margin: 0 auto;

}
.content01{
    height: 880px;
    text-align: center;
}
.content01 a{
    float: left;
    margin-bottom: 68px;
}
/* 页脚导航 */
.foot{
    float: left;
    width: 100%;
    height: 360px;
    margin: 0 auto;
    background-color: #383838;
}
.foot_center{
    margin: 0 auto;
    width: 800px;
    height: 200px;
    margin-top: 72px;
    color: #FFFFFF;
    vertical-align: middle;
    
}
.foot_left{
    float: left;
    width: 125px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    vertical-align: middle;
    margin-left: 75px;
}
.foot_left a{
    display: inline-block;
    height: 125px;
    line-height: 125px;
    vertical-align: middle;
}
.foot_right{
    float: right;
    width: 515px;
    height: 200px;
    
}
.right_box{
    width: 515px;
    height: 48px;
}
.right_box a{

    line-height: 48px;
    vertical-align: middle;
    margin-left: 36px;
}
.right_box a:first-child{
    margin-left: 0;
}                           


.foot_center .join{
    font-size: 22px;
    color: #FFFFFF;
    line-height: 60px;
    font-weight: 300;
}
.foot_center .address{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 36px;
    font-weight: 300;
}