.header{
    width: 100%;
    height: 120px;
    position: fixed;
    top:0;
    background-color: #ffffff;
    /*  border-bottom: 1px solid #000;*/
    box-shadow: 0 0 3px #666;
    z-index: 99999;
}
.language{
    margin-left: 20px;
}

.logo{
    height: 120px;
    line-height: 120px;
    margin-left: 20px;
}
.logo a{
    height: 86px;
    line-height: 86px;
    display:inline-block;
    margin-top: 17px;
}
.logo img{
    width: 100%;
    height: 86px;
}
.header-tel{
    height: 50px;
    line-height: 50px;
    padding-right: 20px;
}
.nav{
    height: 70px;
    line-height: 70px;
}
.nav>li>a{
    padding: 0;
    color: #333333;
    font-size: 16px;
    padding-bottom: 10px;
}
.nav>li>a:hover{
    /* background-color: transparent; */
}
.nav li{
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
.tel-icon{
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("phone-icon.png")/*tpa=http://www.railink.com.cn/img/icon/phone-icon.png*/ no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.menu-link,.menu-link2{
    width: 28px;
    background-color: rgba(0,0,0,0.7);
    padding:8px;
    border-radius: 5px;
}
.menu-link2{
    background-color: rgba(181,65,34,0.7);
}
.phone-right{
    display: none;
    margin-top: 28px;
    margin-right: 20px;
}
.menu-link span,.menu-link2 span{
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: relative;
    display: block;
}
.spb{
    margin-top: 7px;
    margin-bottom: 7px;
}
.down-nav{
    position: absolute;
    width: 100%;
    top:101px;
    background-color: #ffffff;
    z-index: 99;
    padding-bottom: 10px;
    display: none;
}
.down-nav li{
    line-height: 40px;
    width: 96%;
    margin: auto;
    border-bottom: 1px solid #ccc;
}
.down-nav li a{
    display: inline-block;
    width: 100%;
    line-height: 40px;
    color: #333333;
}
.main{
    margin-top: 100px;
}
.slogan-div{
    width: 1430px;
    margin: auto;
    position: absolute;
    top:0;
    color: #ffffff;
}
.en2{
    width: 44px;
    height: 39px;
    line-height: 39px;
    color: #ffffff;
    background-color: #b54122;
    border-radius: 5px;
    text-align: center;
    margin-right: 20px;
}
/****底部****/
.footer{
    width: 100%;
    background-color: #b54122;
    color: #ffffff;
    text-align: center;
}
.foot1{
    height: 215px;
    border-bottom: 1px solid #fff;
}
.foot2{
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}
.foot2 span{
    display: inline-block;
}
.ml2{
    margin-left: 15px;
    margin-right: 15px;
}
.phone-num{
    font-size: 24px;
    padding-top: 28px;
    padding-bottom: 28px;
}
.ewm{
    text-align: center;
    margin: auto;
}
.foot-phone{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("foot-icon.png")/*tpa=http://www.railink.com.cn/img/icon/foot-icon.png*/ no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 10px;
}

