.section1 {
    padding: 80px 0
}

.section1 .container {
    max-width: 1200px
}

.section1 .container img {
    display: inline-block;
    vertical-align: top;
    width: auto
}

.section1 .container span {
    font-size: 22px;
    color: #333333;
    display: inline-block;
    padding: 2px 5px
}

.section1 .container p {
    padding: 15px 0 0 20px
}

.section2 {
    padding: 80px 0;
    background: #f7f7f7;
    text-align: center
}

.section2 .container {
    max-width: 1200px
}

.section2 .title {
    font-size: 30px;
    color: #333333;
    line-height: 1.6;
    font-family: SemiBold;
    padding-bottom: 15px
}

.section2 input::-webkit-input-placeholder {
    color: #999;
    font-size: 18px
}

.section2 input::-moz-placeholder {
    color: #999;
    font-size: 18px
}

.section2 input:-moz-placeholder {
    color: #999;
    font-size: 18px
}

.section2 input:-ms-input-placeholder {
    color: #999;
    font-size: 18px
}

.section2 .from .row {
    width: 100%;
    margin: 0 auto
}

.section2 .from .row form {
    width: 100%
}

.section2 .from .row .title {
    padding: 40px 0
}

.section2 .from .row input,
.section2 .from .row select {
    height: 50px;
    border: 1px solid #666;
    line-height: 50px;
    margin-bottom: 15px;
    border-radius: 0
}

.section2 .from .row input.red-border,
.section2 .from .row select.red-border {
    border: 1px solid #e60039
}

.section2 .from .row .country {
    position: relative
}

.section2 .from .row .country span {
    position: absolute;
    top: -10px;
    left: 15px;
    background: #fff;
    color: #999;
    font-size: 18px;
    padding: 0 3px
}

.section2 .from .row .input-ele {
    position: relative
}

.section2 .from .row .input-ele span {
    position: absolute;
    top: -10px;
    left: 15px;
    background: #fff;
    transition: all .3s linear;
    color: #999;
    font-size: 18px;
    padding: 0 3px;
    display: none
}

.section2 .from .row .name,
.section2 .from .row .email {
    position: relative
}

.section2 .from .row .name:after,
.section2 .from .row .email:after {
    content: "*";
    position: absolute;
    color: #666;
    font-size: 18px;
    right: 10px;
    top: 10px
}

.section2 .from .row .texta {
    position: relative
}

.section2 .from .row .texta:after {
    content: "*";
    position: absolute;
    color: #666;
    font-size: 18px;
    right: 25px;
    top: 10px
}

.section2 .from .row .texta span {
    position: absolute;
    top: -10px;
    left: 30px;
    background: #fff;
    color: #999;
    font-size: 18px;
    padding: 0 3px;
    display: none
}

.section2 .from .row textarea {
    width: 100%;
    border: 1px solid #666;
    height: 310px;
    position: relative;
    padding: 10px;
    outline: none
}

.section2 .from .row textarea:focus {
    border: 1px solid #e60039
}

.section2 .send-btn BUTTON {
    width: 100%;
    background: #333;
    border: none;
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-family: "Medium";
    position: relative;
    transition: all .3s ease-out;
    text-align: center
}

.section2 .send-btn BUTTON:hover {
    color: #fff;
    background: #e60039
}

.section2 .policy-link {
    text-align: center;
    padding-top: 20px
}

.section2 .policy-link a {
    color: #666;
    text-decoration: underline;
    font-size: 14PX
}

.section3 {
    padding: 80px 0;
    background: #ffffff;
    text-align: center
}

.section3 .container {
    max-width: 1200px
}

.section3 .title {
    font-size: 30px;
    color: #333333;
    line-height: 1.6;
    font-family: SemiBold;
    padding-bottom: 25px
}

.section3 .col-lg-3 .img {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.section3 .col-lg-3 .img:after {
    content: "";
    position: absolute;
    top: 0%;
    transition: all .5s;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(230, 0, 57, 0.2);
    z-index: 9;
    transform: scale(0)
}

.section3 .col-lg-3 .img:hover:after {
    transform: scale(1)
}

.section3 .col-lg-3 h3 {
    margin-top: 15px;
    border-top: 1px solid #000000;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: SemiBold;
    color: #000000
}

.section3 .col-lg-3 p {
    font-size: 16px;
    color: #333
}

.section3 .btn {
    font-size: 16px;
    padding: 10px 40px;
    display: table;
    margin: 40px auto 0;
    border-top: 1px solid #e60039;
    border-bottom: 1px solid #e60039;
    color: #333;
    text-transform: uppercase;
    transition: all .3s linear
}

.section3 .btn:hover {
    background: #e60039;
    color: #ffffff
}

.section4 {
    padding: 80px 0;
    background: #f7f7f7;
    text-align: center
}

.section4 .container {
    max-width: 1080px
}

.section4 .title {
    font-size: 30px;
    color: #333333;
    line-height: 1.6;
    font-family: SemiBold;
    padding-bottom: 40px
}

.section4 .box_table {
    text-align: left
}

.section4 .box_table .box {
    display: none
}

.section4 .box_table .box.active {
    display: block
}

.section4 .box_table .panel-heading {
    padding: 30px 0;
    border-top: 1px solid #d4d4d4
}

.section4 .box_table .panel-heading {
    font-size: 22px;
    font-family: 'Montserrat-Medium'!important;
    font-weight: normal;
    color: #323333;
}

.section4 .box_table .panel-heading a.collapsed {
    color: #333
}

.section4 .box_table .panel-heading .icon {
    float: right;
    display: table;
    width: 20px;
    height: 20px;
    background: url(/assets/img/add.png) no-repeat;
    background-size: 100%;
    color: #4c4c4c
}

.section4 .box_table .panel-heading .icon.active {
    background: url(/assets/img/red-reduce.png) no-repeat;
    background-size: 100%
}

.section4 .box_table .panel-body {
    font-size: 16px;
    color: #4c4c4c;
    padding: 20px 30px 20px 0;
    box-sizing: border-box;
    font-family: 'Montserrat-Light'!important;
    letter-spacing: 1px;
    border-top: 1px solid #d4d4d4
}

.current-position {
    height: 42px;
    background: #f5f5f5;
    line-height: 42px
}

.current-position .container {
    font-size: 13px;
    color: #666
}

.product-list {
    padding: 55px 0 80px
}

.product-list .container {
    width: 80%
}

.product-list .product {
    width: 96%;
    margin: 0 auto
}

.product-list .product div {
    text-align: center
}

.product-list .product div a {
    display: block;
    width: 100%;
    position: relative
}

.product-list .product div a:after {
    content: "";
    position: absolute;
    top: 0%;
    transition: all .5s;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 9;
    transform: scale(0)
}

.product-list .product div a:hover:after {
    transform: scale(1)
}

.product-list .product div img {
    width: 100%;
    margin-bottom: 15px
}

.product-list .product span {
    display: block;
    text-align: center;
    padding: 15px 0 10px;
    color: #333;
    font-size: 16px
}

.product-list .product span.date {
    padding: 0 0 60px
}

.product-list .product span.name {
    border-top: 2px solid #666;
    font-family: SemiBold
}

.page-btn {
    text-align: center
}

.news-detail {
    padding-bottom: 60px
}

.news-detail h3 {
    text-align: center;
    font-size: 24px;
    font-family: SemiBold;
    color: #333;
    padding: 55px 0 28px
}

.news-detail .time {
    font-size: 16px;
    color: 666;
    text-align: center;
    padding-bottom: 50px
}

.news-detail .row img {
    width: 100%
}

.news-detail .row p {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #333
}

.news-detail .row p:nth-of-type(1) {
    padding: 50px 0 32px
}

@media screen and (min-width: 320px) and (max-width: 760px) {
    .product-list .container {
        width: 100%
    }

    .subBanner .text h1 {
        font-size: 20px
    }

    .subBanner {
        overflow: hidden
    }

    .subBanner img {
        max-width: 160%;
        width: 160%;
        margin-left: -30%
    }

    .section1 {
        padding: 30px 0 0 0
    }

    .section1 .container p {
        padding: 10px 0 30px 5px
    }

    .section2 {
        padding: 30px 0
    }

    .section3,
    .section4 {
        padding: 30px 15px
    }

    .section3 .btn {
        width: 100%;
        padding: 5px 0;
        font-size: 12px
    }

    .section3 .btn {
        margin-top: 10px
    }

    .section3 .title,
    .section2 .title,
    .section4 .title {
        font-size: 24px;
        padding-bottom: 10px
    }

    .section4 .box_table .panel-heading a.collapsed {
        font-size: 12px
    }

    .section4 .box_table .panel-heading a,
    .section4 .box_table .panel-body {
        font-size: 12px
    }

    .section3 .col-lg-3 h3,
    .section3 .col-lg-3 p {
        font-size: 12px
    }

    .section3 .col-lg-3 h3 {
        padding-top: 10px;
        padding-bottom: 0px
    }

    .section1 .container span {
        font-size: 18px
    }

    .section1 .container img {
        width: 18px;
        vertical-align: -2px
    }
}

@media screen and (min-width: 761px) and (max-width: 1120px) {
    .subBanner .text h1 {
        font-size: 30px
    }

    .section1 {
        padding: 30px 0 0 0
    }

    .section1 .container p {
        padding: 10px 0 30px 5px;
        font-size: 12px
    }

    .section2 {
        padding: 30px 0
    }

    .section3,
    .section4 {
        padding: 30px 15px
    }

    .section3 .btn {
        padding: 5px 30px;
        font-size: 12px
    }

    .section3 .btn {
        margin-top: 10px
    }

    .section3 .title,
    .section2 .title,
    .section4 .title {
        font-size: 24px;
        padding-bottom: 10px
    }

    .section4 .box_table .panel-heading a.collapsed {
        font-size: 12px
    }

    .section4 .box_table .panel-heading a,
    .section4 .box_table .panel-body {
        font-size: 12px
    }

    .section3 .col-lg-3 h3,
    .section3 .col-lg-3 p {
        font-size: 12px
    }

    .section3 .col-lg-3 h3 {
        padding-top: 10px;
        padding-bottom: 0px
    }

    .section1 .container span {
        font-size: 18px
    }

    .section1 .container img {
        width: 18px;
        vertical-align: -2px
    }
}

@media screen and (min-width: 320px) and (max-width: 760px) {
    .subBanner .text h1 {
        font-size: 20px
    }

    .subBanner {
        overflow: hidden
    }

    .subBanner img {
        max-width: 160%;
        width: 160%;
        margin-left: -30%
    }

    .following-from .row .text p {
        font-size: 16px
    }

    .following-from .row {
        margin: 30px auto
    }

    .from .container .row {
        width: 100%;
        padding: 20px 0
    }

    .section2 .com-title {
        padding: 40px 0 15px;
        font-size: 18px
    }

    .section2 .container .from .row input,
    .section2 .container .from .row select {
        font-size: 14px;
        height: 40px;
        line-height: 40px
    }

    .section2 .container .from .row .input-ele span,
    .section2 .container .from .row .country span {
        font-size: 14px;
        left: 10px
    }

    .section2 .container .from .row .texta span {
        font-size: 14px;
        left: 23px
    }

    .section2 .container .from .row textarea {
        height: 160px
    }

    .section2 input::-webkit-input-placeholder {
        color: #999;
        font-size: 14px
    }

    .section2 input::-moz-placeholder {
        color: #999;
        font-size: 14px
    }

    .section2 input:-moz-placeholder {
        color: #999;
        font-size: 14px
    }

    .section2 input:-ms-input-placeholder {
        color: #999;
        font-size: 14px
    }

    .section2 .send-btn BUTTON {
        font-size: 14px;
        padding: 8px 0
    }

    .section2 .policy-link a {
        font-size: 12px
    }

    .section2 .policy-link {
        text-align: center;
        padding: 10px 0 20px 0
    }

    .section2 .brand .row span,
    .section2 .supermarket .row span {
        font-size: 14px
    }
}

@media screen and (min-width: 761px) and (max-width: 1120px) {
    .subBanner .text h1 {
        font-size: 20px
    }

    .subBanner {
        overflow: hidden
    }

    .subBanner img {
        max-width: 160%;
        width: 160%;
        margin-left: -30%
    }

    .following-from .row .text p {
        font-size: 16px
    }

    .following-from .row {
        margin: 30px auto
    }

    .from .container .row {
        width: 100%;
        padding: 20px 0
    }

    .section2 .com-title {
        padding: 40px 0 15px;
        font-size: 18px
    }

    .section2 .container .from .row input,
    .section2 .container .from .row select {
        font-size: 14px;
        height: 40px;
        line-height: 40px
    }

    .section2 .container .from .row .input-ele span,
    .section2 .container .from .row .country span {
        font-size: 14px;
        left: 10px
    }

    .section2 .container .from .row .texta span {
        font-size: 14px;
        left: 23px
    }

    .section2 .container .from .row textarea {
        height: 260px
    }

    .section2 input::-webkit-input-placeholder {
        color: #999;
        font-size: 14px
    }

    .section2 input::-moz-placeholder {
        color: #999;
        font-size: 14px
    }

    .section2 input:-moz-placeholder {
        color: #999;
        font-size: 14px
    }

    .section2 input:-ms-input-placeholder {
        color: #999;
        font-size: 14px
    }

    .section2 .send-btn BUTTON {
        font-size: 14px;
        padding: 8px 0
    }

    .section2 .policy-link a {
        font-size: 12px
    }

    .section2 .policy-link {
        text-align: center;
        padding: 10px 0 20px 0
    }

    .section2 .brand .row span,
    .section2 .supermarket .row span {
        font-size: 14px
    }
}

/*# sourceMappingURL=contact.css.map */
input[type="email"] {
    box-sizing: border-box;
    text-transform: none;
    text-indent: 0;
    vertical-align: middle;
    display: block;
    outline: none;
    width: 100%;
    padding: 5px 10px;
}