img {
    height: 100%;
    width: 100%;
}

html, body {
    background-color: #ffffff;
}

.centreBox {
    width: 1200px;
    background-color: #ffffff;
    margin: 0 auto;
}

.logo {
    height: 90px;
    width: 205px;
    margin: 0 auto;
}

.navBox {
    height: 80px;
    border-top: 1px solid #349ACD;
    margin: 20px 60px 0 60px;
}

.active {
    font-weight: bold;
}

.navBox ul {
    margin: 30px auto 0;
    width: 400px;
    display: flex;
    justify-content: space-around;
}

.navBox li {
    cursor: pointer;
}

.margin_auto {
    margin: 0 60px;
}

.contentUI li {
    display: none;
}

.contentUI .activeLi {
    display: block;
}

.activeLi .presentation {
    height: 300px;
    width: 100%;
    position: relative;
}

.activeLi .presentation .text {
    position: absolute;
    top: 120px;
    left: 100px;
    width: 320px;
}

.activeLi .presentation .text p:nth-child(1) {
    color: #00AEDF;
    font-size: 20px;
    font-weight: bold;
    font-style: oblique;
    text-align: center;
}

.activeLi .presentation .text p:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    font-style: oblique;
}

.BrandBox {
    margin-top: 20px;
    padding: 20px 0;
    background-color: #DEEBF7;
}

.title {
    text-align: center;
    font-weight: bold;
}

.BrandBox .BrandIcon {
    height: 40px;
    width: 40px;
    margin: 20px auto;
}

.BrandBox .content {
    padding: 0 20px;
    line-height: 40px;
}

.BrandBox .LearnMore {
    text-align: center;
    font-weight: bold;
}

.titleBox {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.titleBox .text {
    padding: 0 40px;
    font-weight: bold;
}

.titleBox .line {
    height: 2px;
    flex: 1;
    flex-grow: 1;
    background-color: #222222;
}

.shopList {
    display: flex;
    justify-content: space-between;
}

.shopList .shop {
    height: 200px;
}

.shopList .shop div:nth-child(2) {
    border: 1px solid #222222;
    height: 40px;
    width: 100px;
    margin: 20px auto;
}

.shopList .shop div:nth-child(2) a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.shopList .shop .shopImg {
    height: 172px;
    width: 310px;
}

.shopList .shop .shopImg img {
    height: 100%;
    width: 100%;
}

.AboutUsBox {
    height: 700px;
    margin: 0 60px;
    position: relative;
}

.AboutUsBox .content {
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    z-index: 6;
    padding: 20px;
    border: 1px solid #222222;
}

.AboutUsBox .content p {
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    margin-bottom: 60px;
}

.AboutUsBox .content p:nth-child(1) {
    font-weight: bold;
    font-size: 20px;
}

.EmailBox {
    margin-top: 60px;
}

.EmailBox input {
    display: block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 20px;
    padding-left: 10px;
    border: 1px solid #222222;
}

.submit {
    background-color: #222222;
    height: 40px;
    line-height: 40px;
    width: 312px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    color: #ffffff;
    border: none;
    cursor:pointer;
}

.mt40 {
    margin-top: 40px;
}

.EmailBox .phoneNo {
    margin-top: 20px;
    text-align: center;
}

.lineShop {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 60px;
}

.lineShop .shopImg {
    width: 411px;
    height: 178px;
}

.lineShop div:nth-child(2) {
    border: 1px solid #222222;
    height: 40px;
    width: 100px;
    margin-top: 69px;
    /* margin: 20px auto; */
}

.lineShop div:nth-child(2) a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.ContactUsBox {
    margin-top: 20px;
}

.ContactUsBox .title {
    font-weight: bold;
}

.ContactUsBox p {
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.ContactUsBox .mailbox {
    color: #6F6FFF;
}

.formBox {
    width: 600px;
    margin: 0 auto;
}

.inputBox {
    height: 40px;
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #222222;
    margin: 5px 10px;
}

.inputBox .tag {
    width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.inputBox input {
    flex: 1;
}

.textareaBox {
    border: 1px solid #222222;
    margin-top: 40px;
    width: 600px;
}

.textareaBox textarea {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 150px;
    border: none;
}

.space_between {
    display: flex;
    justify-content: space-between;
}

.bottomInfo {
    text-align: center;
    padding: 80px 0 40px 0;
}