* {
    margin: 0;
    padding: 0;
}

.wd12 {
    width: 1266px;
    margin: 0 auto;
}

.bj {
    background-color: black;
}

.box {
    height: 40px;
    width: 1266px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.box .left {
    color: #fff;
    font-size: 12px;
}

.box .right {
    width: 320px;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    font-size: 12px;

}

.box .right div {
    /* width: 50%; */
    display: flex;
    justify-content: space-around;
}

.box .right a {
    display: flex;
    justify-content: space-around;
}
.nav{
    height: 125px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 650px;
    height: 50px;
    line-height: 50px;
}
.nav ul a{
    color: (225,225.225);
    font-size: 14px;
}
.nav ul li:hover{
    color: orange;
    background: url(../images/line_bg.png ) no-repeat center;
}









/* 底部区域 */
.foot {
    width: 100%;
    background-color: rgb(20, 20, 20);
    margin: 0 auto;
    margin-top: 80px;
}

.link {
   
    display: flex;
    justify-content: space-around;
    padding-top: 100px;
}

.foot .link .link-left {
    height: 400px;
    display: flex;
    justify-content: space-between;
    width: 400px;
}

.link p,
h2,
span {
    color: rgb(107, 109, 113);
}

.foot .link .detial {
    margin-top: 90px;
    display: flex;
}

.foot .link .link-left .logo {
    height: 130px;
}

.foot .link .detial .text {
    margin-left: 10px;
}

.foot .link .detial .text p {
    height: 30px;
    line-height: 30px;


}

.foot .link .link-mid {
    width: 400px;
    height: 400px;
    margin: 0 auto;
}

.foot .link .link-mid h2 {
    margin-bottom: 90px;
    color: #fff;
    font-size: 20px;
}
.foot .link .link-mid span{
    margin-top: 40px;
    margin-right: 70px;
    font-size: 16px;
}
.foot .link .link-mid p{
    margin-top: 40px;
    margin-right: 70px;
}
.foot .link .link-right{
height: 300px;

width: 360px;

 
}

.foot .link .link-right .btn button{
    display: inline-block;
    height: 63px;
    width: 100px;
    box-sizing: border-box;
    background-color: rgb(58, 162, 127);
}
.foot .link .link-right .btn input{
  height: 60px;
  width: 200px;
  line-height: 60px;
  margin-top: 90px;
}
.foot .link .link-right h2{
    color: #fff;
    font-size: 20px;
}
.foot .link .link-right h2:hover{
 border-bottom: 1px solid skyblue;

}
.footer{
    background-color: rgb(0, 0, 0);
    margin: 0 auto;
    text-align: center;
    height: 50px;
    padding: 20px;
    color: rgb(107, 109, 113);
    line-height: 50px;
    font-size: 12px;

}
.foot .link .link-right .follow{
    margin-top: 10px;
}
.foot .link .link-right .follow span{
    font-size: 14px;
}
