html,
body {
    padding: 0;
    margin: 0
}

html {
    height: 100%
}
.h-line::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #000;
    margin-top: 23px;
    margin-left: -70px;
}
.li_one:hover h4{
    color: #e60039;
}
.h-line::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #000;
    margin-top: 23px;
    margin-left: 20px;
}
body {
    background-color: #fff;
    font-family: 'Montserrat, Arial, Helvetica, Verdana';
    font-size: 14px;
    line-height: 22px;
    color: #666;
    min-height: 100%;
    position: relative;
    -webkit-text-size-adjust: none
}
.scaleBig {
    transition: all 0.3s linear;
}
.scaleBig:hover {
    transform: scale(1.1);
}
body * {
    text-shadow: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    font-weight: bold;
    margin: 0
}

h1,
h2,
h3 {
    font-size: 18px
}

h4,
h5,
h6 {
    font-size: 16px
}

p {
    margin: 0 0 10px 0
}

a,
a:link,
a:active,
a:visited,
a:hover {
    color: inherit;
    text-decoration: none
}

a.button,
span.button,
select,
input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    text-transform: none;
    text-indent: 0;
    vertical-align: middle;
    line-height: 20px;
    display: block;
    outline: none;
    width: 100%;
    padding: 5px 10px
}
.header .computer .pcMenu li .suMen a:hover {
    color: #e60039
}
a.button,
span.button {
    cursor: pointer;
    background: #4BD963;
    color: #fff !important;
    font-size: 18px;
    text-align: center;
    text-decoration: none
}

select,
input[type="text"] {
    background: #fff;
    border: 1px solid #ccc
}

.mm-label.button {
    text-indent: 0 !important;
    padding: 20px 20px 40px 20px !important
}

pre {
    font-size: 12px;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.fl {
    float: left
}

.fr {
    float: right
}

.container {
    width: 96%;
    max-width: 1600px;
    margin: 0 auto
}

button {
    cursor: pointer
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

.navgation {
    padding: 15px 0;
    background: #f5f5f5
}

.navgation a:hover {
    color: #e60039
}

.subBanner {
    position: relative
}

.subBanner .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.subBanner .text h1 {
    font-size: 60px;
    font-family: SemiBold;
    color: #ffffff
}

#enquiry_box {
    position: fixed;
    right: 25px;
    z-index: 999;
    box-sizing: border-box;
    bottom: 30px;
    padding-bottom: 70px;
    transform: translateX(1200px);
    transition: all .3s ease-out
}

#enquiry_box .content {
    padding: 0;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    background: #fff
}

#enquiry_box .content .top {
    padding: 30px;
    position: relative;
    background: #e6e6e6;
    text-align: center;
    overflow: hidden
}

#enquiry_box .content .top em {
    display: table;
    margin: 15px auto;
    height: 1px;
    width: 40px;
    background: #666
}

#enquiry_box .content .top img {
    max-width: 50px;
    margin: 0 auto
}

#enquiry_box .content .top p {
    font-size: 16px;
    color: #666;
    font-family: "Medium";
    font-weight: 500
}

#enquiry_box .content .top .line {
    position: absolute;
    width: 90%;
    height: 20px;
    bottom: 0;
    left: 5%;
    background: #fff;
    border-top: 1px solid #e60039;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3)
}

#enquiry_box .content .botom {
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-bottom: 30px
}

#enquiry_box .content .botom .form {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    width: 90%;
    margin: 0 auto;
    padding: 0 20px 30px 20px
}

#enquiry_box .content .botom .form input {
    width: 100%;
    color: #333;
    font-size: 18px;
    padding: 5px 0;
    border: none;
    border-bottom: 1px solid #333333;
    border-radius: 0;
    margin-bottom: 15px
}

#enquiry_box .content .botom .form input::-webkit-input-placeholder {
    color: #333
}

#enquiry_box .content .botom .form input:-moz-placeholder {
    color: #333
}

#enquiry_box .content .botom .form input::-moz-placeholder {
    color: #333
}

#enquiry_box .content .botom .form input:-ms-input-placeholder {
    color: #333
}

#enquiry_box .content .botom .form button {
    width: 100%;
    border: 1px solid #333;
    border-radius: 40px;
    padding: 8px;
    background: #fff;
    color: #333;
    font-family: "Medium";
    margin: 10px 0;
    transition: all .3s linear
}

#enquiry_box .content .botom .form button img {
    display: inline-block;
    width: auto;
    vertical-align: -2px
}

#enquiry_box .content .botom .form a {
    display: table;
    margin: 0 auto;
    font-size: 12px;
    text-decoration: underline
}

#enquiry_box.active {
    transform: translateX(0)
}

#enquiry_btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
    height: 60px;
    background: url(/assets/img/enquiry.png) no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    transition: all .3s linear;
    cursor: pointer
}

#enquiry_btn.active {
    background: url(/assets/img/enquiry1.png) no-repeat;
    background-size: 100% 100%
}

@media screen and (min-width: 320px) and (max-width: 760px) {

    #enquiry_btn,
    #enquiry_box {
        right: 12px
    }

    #enquiry_box {
        overflow: initial
    }
}

/*# sourceMappingURL=common.css.map */