header{
    width: 100%;
    display: block;
    position: fixed;
    z-index: 999999;
    top: 0;
    box-shadow: rgba(0,0,0,0.3) 2px 2px 2px;
    background-color: #FFF;
}
.header-box{
    width: 1300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
 
    transition: all .4s linear;
    position: relative;
}

.header-logo{
    width: 200px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s linear;
}

.header-menu-box{
    width: calc(100% - 310px);
    display: inline-block;
    vertical-align: middle;

}
.header-menu{
    width: 950px; /*主選單按鈕左右位置*/
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
}
.menu-list-title{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.header-menu li{
    font-size: 17px;
   
    display: inline-block;
    letter-spacing: 1px;
    transition: all .4s linear;
    position: relative;
}
.header-menu li> a{
    display: block;
     padding: 28px 34px;
}
.header-menu li span{
    width: 15px;
    display: block;
    position: absolute;
    left: calc(50% - 7.5px);
    bottom: -60px;
    transition: all .4s linear;
    opacity: 0;
}
.menu-list{
    width: 210%; /*下拉選單寬度*/
    display: block;
    height: 0;
    transition: all .4s linear;
    overflow: hidden;
    position: absolute; 
    left: 24px; /*下拉選單項目文字對齊*/
    text-align: left; 
    box-shadow: rgba(0,0,0,0.3) 0px 5px 8px;
    background-color: #FFF;
    /* bottom: -93px; */
}
/* .header-menu li:nth-child(4) .menu-list{
    bottom: -188px;
}
.header2 .header-menu li:nth-child(4) .menu-list{
    bottom: -180px;
}
.header2 .menu-list{
    bottom: -90px;
} */
.menu-list-p{
    display: block;
    padding:10px 10px;
}
.header-link-icon{
    width: 110px;
    display: block;
    font-size: 0;
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
}
.header-icon1{
    width: 50px;
    display: block;
    max-width: 100%;
    float: right;
    transition: all .3s linear;
}

.header-icon2{
    width: 50px;
    display: block;
    max-width: 100%;
    float: right;
    transition: all .3s linear;
}
.header-icon1 img, .header-icon2 img{
    width: 100%;
}

.header2 .header-logo{
    width: 150px;
}
.header2 .header-icon1, .header2 .header-icon2{
    width: 40px;
}
.header2 .header-link-icon{
    width:100px;
    top: calc(50% - 20px);
}
.header2 .header-menu-box{
    width: calc(100% - 240px);
}
.header2 .header-menu li{
    font-size: 16px;
}

.header2 .header-menu li> a{
    padding: 17px 26px;
}
.rwd-icon{
    width: 50px;
    height: 50px;
    max-width: 100%;
    display: none;
    position: absolute;
    right: 10px;
    top: 5px;
    background-image: url('../img/more.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .4s linear;
}
.header2 .rwd-icon{
    width: 40px;
    height: 40px;
}

.mask{
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    z-index: 900;
}

.mask-open{
    display: block
}
/*footer*/
footer{
    width: 100%;
    padding: 20px;
    display: block;
    box-sizing: border-box;
    background-image: url('../img/footer-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 2;
    color: #fff;
}
.footer-box{
    width: 1300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
}
.footer-logo{
    width: 100px;
    max-width: 100%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}
.footer-info{
    width: 900px; /*頁尾寬度*/
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
.footer-info:nth-child(2){
    width: 600px;
}
.footer-info li{
    font-size: 16px;
    padding-bottom: 5px;

    letter-spacing: 2px;
}

.footer-title{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;

    letter-spacing: 2px;

}

.web{
    width: 100%;
    max-width: 100%;
    font-family: "Arial";
    font-size: 11px;
    display: inline-block;
    letter-spacing: 2px;
    color:#9a9a9a;
    vertical-align: bottom;
    text-align: center;
}
.loading {
    background: #FFFFFF;
    height: 3px;
    position: relative;
    z-index: 9999;
}