body {
    background-color: #ffffff;
}

.container {
    max-width: 1200px
}

a {
    color: #333;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #333;
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0;
}

.font26 {
    font-size: 1.625rem;
}

.font24 {
    font-size: 1.5rem;
}

.font20 {
    font-size: 1.25rem;
}

.font18 {
    font-size: 1.125rem;
}

.font14 {
    font-size: 0.875rem;
}

.font12 {
    font-size: 0.75rem;
}

li {
    list-style-type: none;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 1.125rem;
}

.home_service_text {
    color: #050404;
    font-family: helvetica, Sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5em;
    padding: 0 100px;
}

.home_pro_box {
    position: relative;
    overflow: hidden;
    display: block;
}

.home_pro_imgbig {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block !important;
}

.pro_box_text {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(65, 65, 65, 0.6);
    top: 0;
    left: 0;
    position: absolute;
    padding: 8% 8%;
}

.view-more a {
    color: #f4b62a;
    padding: 6px 20px;
    border-radius: 25px;
    border: 0px solid transparent;
    overflow: hidden;
    border-width: 1px;
    border-color: #f4b62a;
    font-weight: 600;
}

.home-title-en {
    font-family: times new roman, Sans-serif;
    color: #012c3d;
    font-size: 2.25rem;
    font-weight: bolder;
}

.home_footer_bg {
    background: rgba(28, 35, 39, .8);
    color: #cacfdd;
    background-image: url(../image/home_footer_bg.jpg);
    background-position: bottom center;
    background-size: cover;
}

.home_footer_bg_line {
    width: 100%;
    position: relative;
    border-style: dotted;
    border-width: 1px 0 0;
    border-color: rgba(255, 255, 255, .59);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 20px 0 0;
}

.home_footer_bg a {
    color: #cacfdd;
}

.home_footer_contact_bg {
    display: block;
    background: #f4b62a;
}

.home_footer_contact_bg a:hover {
    color: #2e2e2e;
}

.home_footer_contact_title {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: white;
}

.home_footer_contact_subTitle {
    font-family: 'Roboto-Bold';
    font-size: 24px;
    color: white;
    font-weight: 600;
}

.home_footer_contact {
    float: right;
    width: 166px;
    height: 47px;
    border: 2px solid #2e2e2e;
    text-align: center;
    line-height: 47px;
    font-family: 'Roboto-Bold';
    font-size: 16px;
    color: #2e2e2e;
    margin-top: 22px;
}

.footer_title:after {
    width: 5px;
    height: 21px;
    background: #fcac21;
    position: absolute;
    left: -23px;
    top: 4px;
    content: '';
}

.pro-group-item.active {
    background-color: #f4b62a;
    border-color: #f4b62a;
}

.pro-group-item.cate_line {
    background-color: #f4b62a;
    border-color: #f4b62a;
    color: #FFFFFF;
}

.pro_detail_line {
    background: #F8F8F8;
    height: 50px;
    padding-left: 0;
    border-left: solid 1px #DADADA;
    border-bottom: solid 1px #DADADA;
}

.pdt_intro {
    display: inline-block;
    background: #FFFFFF;
    text-indent: 0;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    border-top: solid 2px #333333;
    border-right: solid 1px #DADADA;
    font-weight: 400;
    color: #000000;
}

.product_intro_container {
    border: solid 1px #DADADA;
    border-bottom: solid 1px #DADADA;
    border-top: none;
    padding-top: 30px;
    padding-bottom: 30px;
    padding: 30px 10px;
}

.product_intro_container img {
    max-width: 640px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .home_service_text {
        padding: 0 10px;
    }
    .home_footer_contact_bg {
        display: none;
    }
    .left_cate_show {
        display: none;
    }
    .product_intro_container img {
        max-width: 100%;
        height: auto;
    }
    .home-title-en {
        font-size: 1.6rem;
    }
}