* {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5rem;
    padding: 0 10%;
}

.header img {
    width: 8.5625rem;
    height: 3.75rem;
}

.header .tabWrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    width: 60%;
}

.header .tabWrap .tab-itemFix, .ulItem {
    color: #333333;
    font-size: 1.1rem;
    white-space: nowrap;
}

.menuPng {
    cursor: pointer;
}

.header .tabWrap .active {
    color: #D2332C;
}

.addressWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 0px 60px 0px;
}

.addressWrap .title{
    width: 32.9375rem;
    height: 7rem;
    margin-bottom: 40px;
}

.addressWrap .addressContent{
    display: flex;
    align-items: center;
    margin:0 auto;
}

.addressWrap .addressContent .name {
    color: #333;
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 0.375rem;
}

.addressWrap .addressContent .text {
    font-size: 1.5rem;
    color: #1E64BC;
}

.addressWrap .addressContent .infoItem {
    margin-bottom: 2.5rem;
}

.addressWrap .addressContent .infoItem:last-child {
    margin-bottom: 0;
}

.addressWrap .addressContent .infoList {
    margin-right: 3.625rem;
}

.addressWrap .addressContent .imgBg {
    width: 50rem;
    height: 37.5rem;
}

.footer {
    text-align: center;
    background-color: #333;
    color: #ddd;
    font-size: 0.875rem;
    display: flex;
    padding: 0.3125rem;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.footer .link {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    display: flex;
    font-size: 1rem;
    width: 31.25rem;
    flex-direction: row;
    justify-content: space-around;
}

.contact {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 46px 0px 84px 0px;
}

.contact img.title {
    width: 50%;
}

.contact .itemList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.itemList .itemCard {
    display: flex;
    flex-direction: column;
    width: 23.125rem;
    /*height: 32rem;*/
    border: 1px solid #DDDDDD;
    margin-top: 4.4375rem;
    text-align: left;
    margin-left: 1.375rem;
    justify-content: space-between;
}

.itemCard .title {
    font-size: 1.25rem;
    font-weight: bold;
    /*white-space: nowrap;*/
    line-height: 1.875rem;
    margin: 1.875rem 0 1rem 1.5rem;
}

.itemCard .desc {
    font-size: 1.1rem;
    line-height: 1.875rem;
    margin: 0 0 1.875rem 1.375rem;
}

.itemCard .contactBtn {
    width: 9.8125rem;
    height: 2.5rem;
    background: #D2332C;
    border: 1px solid #D2332C;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5rem;
    color: #FFFFFF;
    margin: 0 0 1.375rem 1.5625rem;
    cursor: pointer;
    border-radius: 5px;
}

.contact .itemList img {
    width: 23rem;
    height: 16.3125rem;
}

.pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99999999999999999;
}

.contactUs {
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 500px;
    height: 550px;
    padding: 30px 28px 22px;
    text-align: center;
}

.contactUs .closeBtn {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 33px;
    margin-right: 22px;
    cursor: pointer;
}

.contactUs .title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.contactUs .message {
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    white-space: nowrap;
    letter-spacing: 2px;
}

.req:before {
    content: "*";
    color: #D2332C;
}

.message input {
    width: 350px;
    height: 40px;
    background: rgba(255, 255, 255, 0.39);
    border: 1px solid #DDDDDD;
    line-height: 40px;
    margin-left: 20px;
    padding: 9px 0 9px 14px
}

.question {
    display: flex;
    margin-top: 10px;
    flex-direction: column;
    font-size: 16px;
    white-space: nowrap;
    letter-spacing: 2px;
    justify-content: left;
}

.question .desc {
    margin-bottom: 10px;
    text-align: left;
}

.question textarea {
    width: 445px;
    height: 100px;
    background: rgba(255, 255, 255, 0.39);
    border: 1px solid #DDDDDD;
    padding: 10px 0 0 10px;
    resize: none;
}

.contactUs .submit {
    width: 200px;
    border: none;
    height: 50px;
    background: #D2332C;
    font-size: 20px;
    line-height: 50px;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 26px;
    cursor: pointer;
    border-radius: 5px;
}

.itemFooter .fItem img {
    width: 3.25rem;
    height: 3.25rem;
}

.fixHeader {
    display: flex;
}

.phoneHeader {
    display: none;
    position: relative;
}

.dropMenu img {
    width: 2rem;
    height: 2rem;
}

.dropMenu ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 100;
}

.dropMenu ul li {
    display: block;
    text-align: left;
    transition: all 0.2s linear;
}

.ulItem {
    display: block;
    height: 3.5rem;
    line-height: 3.5rem;
    margin-left: 1rem;
}

.dropMenu ul li:hover {
    transition: all 0.3s linear;
    background: #1E64BC;
}

.dropMenu ul li:hover .ulItem {
    color: #fff !important;
}

.dropMenu.is-open .placeholder:after {
    content: '\f077';
}

.dropMenu.is-open ul {
    display: block;
}

@media screen and (max-width: 1200px) {
    .fixHeader {
        display: none;
    }

    .phoneHeader {
        display: flex
    }
    
    .addressWrap .addressContent {
        display: block;
    }

    .addressWrap .addressContent .imgBg {
        margin-top: 2.5rem;
    }
}

@media screen and (max-width: 800px) {
    .itemFooter .fItem img {
        width: 2rem;
        height: 2rem;
    }

    .item1 .itemFooter .text {
        margin-top: 0;
        font-size: 0.75rem;
        color: #fff;
    }
}