<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*banner*/
.banner {
    width: 100%;
    height: 100%;
    margin-top: 45px;
}
.banner .container {
    width: 100% !important;
    height: 100%;
    /* min-width: 1200px; */
    min-height: 900px;
    margin: 0 auto;
    position: relative;
}
.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 900px;
    width: 100%;
    overflow: hidden;
}
.gallery-top .swiper-wrapper {
    margin-left: auto;
    margin-right: auto;
}
.gallery-thumbs {
    /* width: 1200px; */
    width:80%;
    height: 150px;
    box-sizing: border-box;
    padding: 0;
    position: absolute !important;
    left: 10%;
    bottom: 20px;
    /* margin-left: 100px; */
    margin-right: 20px;
}
.gallery-thumbs .swiper-wrapper {
    margin-left: auto;
    margin-right: auto;
}
.gallery-thumbs .swiper-slide {
    /* width: 32%; */
    height: auto;
    opacity: 0.4;
    background-size: corver;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.banner .swiper-container.gallery-top .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* background-size: 100% 100%; */
    background-size: cover;
    background-position: center;
}
/*@media screen and (min-width: 1680px) {*/
/*.swiper-button-next{*/
/*right: calc((100% - 1655px)/2);*/
/*}*/
/*.swiper-button-prev{*/
/*left: calc((100% - 1655px)/2);*/
/*}*/
/*}*/
/*@media screen and (min-width: 1280px) and (max-width: 1679px)  {*/
/*.swiper-button-next{*/
/*right: calc((100% - 1250px)/2);*/
/*}*/
/*.swiper-button-prev{*/
/*left: calc((100% - 1250px)/2);*/
/*}*/
/*}*/
/*@media screen and (min-width: 1024px) and (max-width: 1279px)  {*/
/*.swiper-button-next{*/
/*right: calc((100% - 980px)/2);*/
/*}*/
/*.swiper-button-prev{*/
/*left: calc((100% - 980px)/2);*/
/*}*/
/*}*/
/*@media screen and (min-width: 800px) and (max-width: 1023px)  {*/
/*.swiper-button-next{*/
/*right: calc((100% - 800px)/2);*/
/*}*/
/*.swiper-button-prev{*/
/*left: calc((100% - 800px)/2);*/
/*}*/
/*}*/
/*@media screen and (max-width: 799px)  {*/
/*.swiper-button-next{*/
/*right: calc((100% - 500px)/2);*/
/*}*/
/*.swiper-button-prev{*/
/*left: calc((100% - 500px)/2);*/
/*}*/
/*}*/
/*å†…å®¹*/
.content {
    width: 100%;
    height: auto;
}
.content .classfiy {
    width: 100%;
    height: auto;
}
.content .classfiy .container {
    width: 76%;
    padding: 50px 0;
}
.content .classfiy .container h1.title {
    width: 100%;
    height: auto;
    line-height: 60px;
    margin: 0 auto;
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 3.4em;
    color: #85c43f;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.content .classfiy .container p {
    width: 100%;
    height: auto;
    padding: 0 10%;
    box-sizing: border-box;
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    color: #777;
    text-align: center;
    text-indent: 2em;
    margin-bottom: 50px;
}
.content .classfiy .container p a {
    color: #86c440;
}
.content .classfiy .container p.interval {
    margin-bottom: 10px;
}
.content .classfiy .container .pro-title {
    width: 100%;
    height: 50px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.content .classfiy .container .pro-title ul li {
    float: left;
    width: 16.666%;
    height: 48px;
    text-align: center;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-content: center;
}
.content .classfiy .container .pro-title ul li a {
    font-size: 16px;
    color: #666;
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    line-height: 48px;
}
.content .classfiy .container .pro-title ul li.active a {
    color: #85C43F;
}
.content .classfiy .container .pro-title ul li:last-child {
    border: none;
}
.content .classfiy .container .box {
    width: 100%;
    height: auto;
}
.content .classfiy .container .product-list {
    width: 100%;
    height: auto;
    margin: 15px 0;
    display: none;
}
.content .classfiy .container .product-list ul{
    overflow: hidden;
}
.content .classfiy .container .product-list ul li {
    float: left;
    /* width: 23.5%; */
    margin-right: 2%;
    height: 100%;
    font-size: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.content .classfiy .container .product-list ul li:last-child{
    margin-right:0;
}
.content .classfiy .container .product-list ul li:hover img{
    transform: scale(1.1756, 1.1756);
    transition: all .5s ease;
}
.content .classfiy .container .product-list ul li img {
    width: 100%;
    /* height: 249px; */
    transition: all .5s ease;
}
.content .classfiy .container .product-list ul li p.name {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #85c43f;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    padding: 0;
    margin: 0;
    text-indent: 0;
}
.content .classfiy .container .product-list ul li p.name:hover {
    background: #5d9a2c;
}
.content .classfiy .container .product-list ul li p.name a {
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content .classfiy .container .more {
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 60px;
    margin-top: 30px;
}
.content .classfiy .container .more a {
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    color: #666;
    font-size: 14px;
    width: 180px;
    height: 50px;
    display: block;
    border-radius: 10px;
    border: 2px solid #666;
    line-height: 50px;
    margin: 0 auto;
    font-weight: 600;
    transition: all 0.2s ease;
}
.content .classfiy .container .more a:hover {
    transition: all 0.2s ease;
    color: rgba(133, 196, 63, .8);
    border-color: rgba(133, 196, 63, .8);
}
.content .us {
    width: 100%;
    height: 100%;
    /* min-width: 1200px; */
    display: flex;
    background: url(../img/bg-img.jpg) no-repeat;
    /* background-size: 100% 100%; */
    position: relative;
    background-size: cover;
}
.content .us .container {
    width: 75%;
    padding: 40px 0;
    box-sizing: border-box;
}
.content .us .container .title {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px 0;
}
.content .us .container .title h2 {
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 3.4em;
    color: #85c43f;
    line-height: 60px;
}
.content .us .container .text {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 30px;
}
.content .us .container .text p {
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.content .us .container .module {
    width: 100%;
    min-height: 260px;
}
.content .us .container .module ul li {
    /* width: 20%; */
    min-height: 100%;
    float: left;
    text-align: center;
}
.content .us .container .module ul li img {
    width: 38%;
    height: auto;
    transition: all .5s ease;
}
.content .us .container .module ul li:hover img {
    transform: scale(1.1756, 1.1756);
    transition: all .5s ease;
}
.content .us .container .module ul li h4 {
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    color: #86c440;
    line-height: 35px;
    margin-bottom: 10px;
    margin-top: 8px;
    font-size: 1em;
    font-weight: 700;
}
.content .us .container .module ul li p {
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    color: #fff;
    padding: 0 10%;
    box-sizing: border-box;
    line-height: 30px;
}
.content .us .container .button {
    width: 100%;
    height: auto;
    margin: 30px 0;
    text-align: center;
}
.content .us .container .button a {
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    color: #fff;
    font-size: 14px;
    width: 180px;
    height: 50px;
    display: block;
    border-radius: 10px;
    border: 2px solid #fff;
    line-height: 50px;
    margin: 0 auto;
    font-weight: 600;
    transition: all 0.2s ease;
}
.look-more a,
.mzt-banner .banner .text-font .button a{
    transition: all 0.2s ease;
}
.content .us .container .button a:hover,
.look-more a:hover,
.mzt-banner .banner .text-font .button a:hover{
    transition: all 0.2s ease;
    color: rgba(133, 196, 63, .8);
    border-color: rgba(133, 196, 63, .8);
}
.content .our-service {
    width: 100%;
    height: auto;
}
.content .our-service .container {
    width: 75%;
    padding: 50px 0 30px;
    box-sizing: border-box;
}
.content .our-service .title {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
}
.content .our-service .title h2 {
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    color: #85c43f;
    font-size: 3.4em;
    line-height: 60px;
}
.content .our-service .service-nape {
    width: 100%;
    /* height: 550px; */
}
.content .our-service .service-nape ul {
    overflow: hidden;
    height: 100%;
}
.content .our-service .service-nape ul li {
    float: left;
    /* width: 25%; */
    height: 100%;
    font-size: 0;
    padding: 0 15px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 2%;
}
.content .our-service .service-nape ul li .wrtingimg{
    width: 100%;
    /* height: 234px; */
    overflow: hidden;
}
.content .our-service .service-nape ul li img {
    width: 100%;
    /* height: 234px; */
    transition: all .5s ease;
}
.content .our-service .service-nape ul li:hover img {
    transform: scale(1.1756, 1.1756);
    transition: all .5s ease;
}
.content .our-service .service-nape ul li .writing {
    width: 100%;
    background: #f2f2f2;
    height: auto;
    text-align: left;
    padding: 2% 5%;
    overflow: hidden;
    box-sizing: border-box;
}
.content .our-service .service-nape ul li .writing h4 {
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 20px;
    font-weight: normal;
    color: #666;
    line-height: 35px;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content .our-service .service-nape ul li .writing .xianzhi {
    height: 150px;
    overflow: hidden;
    width: 100%;
}
.content .our-service .service-nape ul li .writing .xianzhi p {
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    width: 100%;
}
.content .our-service .service-nape ul li .writing a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: #85c43f;
    text-align: center;
    margin: 10px auto;
    color: #fff;
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content .datails {
    width: 100%;
    height: auto;
    background: url(../img/bg-img_1.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
.content .datails .container {
    width: 75%;
    padding: 20px 0;
    box-sizing: border-box;
}
.content .datails .container .list {
    width: 100%;
    min-height: 250px;
}
.content .datails .container .list ul li {
    /* width: 25%; */
    height: 100%;
    float: left;
    text-align: center;
}
.content .datails .container .list ul img {
    width: auto;
    height: 100px;
    margin: 30px 0 20px;
}
.content .datails .container .list ul h2 {
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 40px;
    color: #85C43F;
    line-height: 30px;
    margin: 20px 0;
    font-weight: normal;
}
.content .datails .container .list ul p {
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    color: #fff;
    padding: 0 3%;
    box-sizing: border-box;
}
.content .project {
    width: 100%;
    height: auto;
    background: #efefef;
}
.content .project .container {
    width: 75%;
    padding: 30px 0 50px;
    box-sizing: border-box;
}
.content .project .title {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
}
.content .project .title h1 {
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 3.4em;
    color: #86C440;
    font-weight: normal;
    line-height: 60px;
    /*text-transform: uppercase;*/
}
.content .project .select {
    width: 100%;
    height: 50px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}
.content .project .select ul li {
    width: 16.666%;
    height: 100%;
    float: left;
    line-height: 48px;
    text-align: center;
    background: #fff;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-content: center;
}
.content .project .select ul li:last-child {
    border-right: 0;
}
.content .project .select ul li a {
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    color: #666;
    display: block;
    width: 100%;
    height: 100%;
}
.content .project .select ul li.active a {
    color: #86C440;
}
.content .project .show-shelf {
    width: 100%;
    height: auto;
    /*min-height: 375px;*/
    margin: 20px 0;
}
.content .project .show-shelf .list-case {
    width: 100%;
    height: 100%;
    display: none;
}
.content .project .show-shelf .list-case ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.content .project .show-shelf .list-case ul li {
    float: left;
    /* width: 23.5%; */
    height: 100%;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.content .project .show-shelf .list-case ul li:last-child{
    margin-right: 0;
}
.content .project .show-shelf .list-case ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.content .project .show-shelf .list-case ul li:nth-child(4n) {
    margin-right: 0;
}
.content .project .show-shelf .list-case ul li a img {
    width: 100%;
    /* height: 249px; */
    transition: all .5s ease;
}
.content .project .show-shelf .list-case ul li:hover img{
    transform: scale(1.175,1.175);
    transition: all .5s ease;
}
.content .project .show-shelf .list-case ul li .covers {
    width: 100%;
    height: 249px;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}
.content .project .show-shelf .list-case ul li:hover .covers {
    opacity: 1;
    top: 0;
    transition: all 0.2s ease;
}
.content .project .show-shelf .list-case ul li .covers p {
    _position: absolute;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    _top: 35%;
    _left: 0;
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    _margin-top: -5%;
    overflow: hidden;
    _white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.content .project .look-more {
    width: 100%;
    height: auto;
    text-align: center;
}
.content .project .look-more a {
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    color: #666;
    font-size: 14px;
    width: 385px;
    height: 50px;
    display: block;
    border-radius: 10px;
    border: 2px solid #666;
    line-height: 50px;
    margin: 0 auto;
    font-weight: 600;
    transition: all 0.2s ease;
}
.content .project .look-more a:hover {
    transition: all .3s ease;
    color: rgba(133, 196, 63, .8);
    border-color: rgba(133, 196, 63, .8);
}
.content .project .look-more a span {
    text-transform: uppercase;
}
.content .manager {
    width: 100%;
    height: auto;
    background: url(../img/bg-img_2.jpg) no-repeat;
    background-size: cover;
}
.content .manager .container {
    width: 75%;
    padding: 40px 0;
}
.content .manager .container .head {
    width: 102px;
    height: 102px;
    border: 2px solid #516380;
    margin: 20px auto;
    text-align: center;
    border-radius: 50%;
}
.content .manager .container .head img {
    width: auto;
    height: auto;
}
.content .manager .container .intorcution {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    margin: 30px 0;
}
.content .manager .container .intorcution p {
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    color: #eee;
    line-height: 30px;
    padding: 0 5%;
    text-align: center;
    text-indent: 2em;
    box-sizing: border-box;
}
.content .manager .container .button {
    width: 100%;
    height: auto;
    text-align: center;
}
.content .manager .container .button a {
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    text-transform: uppercase;
    margin: 0 auto;
    font-weight: 600;
    transition: all .2s ease;
}
.content .manager .container .button a:hover {
    transition: all .2s ease;
    color: rgba(133, 196, 63, .8);
    border-color: rgba(133, 196, 63, .8);
}
.content .news-video {
    width: 100%;
    min-height: 600px;
}
.content .news-video .container {
    width: 75%;
    padding: 50px 0;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
}
.content .news-video .container .news {
    /* width: 48%; */
    height: auto;
    float: left;
    margin-right: 4%;
}
.content .news-video .container .news .title {
    width: 100%;
    height: 50px;
    background: #85c43f;
    font-size: 12px;
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    color: #fff;
}
.content .news-video .container .news .title .left {
    float: left;
    font-size: 18px;
    padding-left: 10px;
    line-height: 50px;
}
.content .news-video .container .news .title .left span {
    margin: 0 2px;
}
.content .news-video .container .news .title .left .xinwen {
    font-size: 22px;
}
.content .news-video .container .news .title .right {
    float: right;
    padding-right: 10px;
    line-height: 50px;
    color: #fff;
}
.content .news-video .container .news .block {
    width: 100%;
    height: 597px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-top: 0;
    box-sizing: border-box;
}
.content .news-video .container .news .block ul {
    width: 100%;
    height: 1200px;
    margin: 0;
    padding: 0;
    position: relative;
}
.content .news-video .container .news .block ul li {
    width: 100%;
    _max-height: 170px;
    padding: 5% 2%;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
}
.content .news-video .container .news .block ul li:last-child {
    border-bottom: 0;
}
.content .news-video .container .news .block ul li .images {
    width: 25%;
    float: left;
    margin-right: 5%;
    text-align: center;
}
.content .news-video .container .news .block ul li .images img {
    width: 100%;
    height: auto;
}
.content .news-video .container .news .block ul li .text {
    float: left;
    width: 70%;
    height: 100%;
}
.content .news-video .container .news .block ul li .text h4 {
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 18px;
    color: #85C43F;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content .news-video .container .news .block ul li .text div {
    width: 100%;
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    color: #777;
    height: 100px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.content .news-video .container .video {
    /* width: 48%; */
    height: auto;
    float: left;
}
.content .news-video .container .video .title {
    width: 100%;
    height: 50px;
    background: #85c43f;
    font-size: 12px;
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    color: #fff;
}
.content .news-video .container .video .title .left {
    float: left;
    font-size: 18px;
    padding-left: 10px;
    line-height: 50px;
}
.content .news-video .container .video .title .left span {
    margin: 0 2px;
}
.content .news-video .container .video .title .left .viode {
    font-size: 22px;
}
.content .news-video .container .video .title .right {
    float: right;
    padding-right: 10px;
    line-height: 50px;
    color: #fff;
}
.content .news-video .container .video .block {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 2%;
    overflow: hidden;
    border-top: 0;
}
.content .news-video .container .video .block ul {
    display: flex;
    flex-wrap: wrap;
}
.content .news-video .container .video .block ul li {
    width: 48%;
    min-height: 200px;
    float: left;
    background: rgba(45, 52, 54,0.8);
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom: 10px;
}
.content .news-video .container .video .block ul li:nth-child(3n) {
    /* margin-right: 0; */
}
.content .news-video .container .video .block ul li img {
    width: 100%;
    height: auto;
}
.content .news-video .container .video .block ul li h4 {
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    text-align: center;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content .news-video .container .video .block ul li .information {
    width: 100%;
    height: auto;
    padding: 0 2%;
    box-sizing: border-box;
}
.content .news-video .container .video .block ul li .information p {
    width: 100%;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    color: #86C440;
    font-size: 14px;
}
.content .news-video .container .video .block ul li .information p span {
    color: #666;
}
@media only screen and (max-width:1060px) {
    .gallery-thumbs {
        height:100px;
    }
}
@media only screen and (max-width:668px) {
    .gallery-thumbs {
        height:60px;
    }
    .content .news-video .container .video .block ul li {
        width:100%;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 812px) {
    .gallery-thumbs .swiper-slide {
        background-size: cover;
    }
    .gallery-top {
        height: 500px;
    }
    .banner .container {
        min-height: 500px;
    }
    .content .classfiy .container&gt;.pro-title {
        height: auto;
        border: unset;
    }
    .content .classfiy .container .pro-title ul li {
        border: 1px solid #ddd;
        width: 33.2%;
    }
    .content .classfiy .container .pro-title ul li:last-child {
        border: 1px solid #ddd;
    }
    .content .project&gt;.container&gt;.select {
        height: auto;
        border: unset;
        margin-bottom: 20px;
    }
    .content .project&gt;.container&gt;.select&gt;ul {
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
    }
    .content .project&gt;.container&gt;.select&gt;ul&gt;li {
        width:33.2%;
        height: 50px;
        border: 1px solid #ddd;
    }
    .content .project .select ul li:last-child {
        border: 1px solid #ddd;
    }
}

/*MZT css*/
.mzt-banner.fluid_container{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.mzt-banner img{
    width: 100%;
}
.mzt-banner .camera_pag{
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    left: 0;
}
.mzt-banner .camera_wrap .camera_pag .camera_pag_ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.mzt-banner .camera_wrap .camera_pag .camera_pag_ul li {
    background: none;
    border: 2px solid #fff;
    border-radius: 100%;
    height: 12px;
    width: 12px;
}
.mzt-banner .camera_wrap .camera_pag .camera_pag_ul li &gt; span {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 14px;
    left: -1px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    width: 14px;
}
.mzt-banner .camera_wrap .camera_pag .camera_pag_ul li:hover &gt; span{
    background: #fff;
}
.mzt-banner .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent &gt; span {
    background: #fff;
}
.mzt-banner .camera_commands {
    display: none;
}
.mzt-banner .camera_prev,.mzt-banner .camera_next{
    cursor: pointer;
    height: 50px;
    margin-top: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 2;
    border-radius: 100%;
}
.mzt-banner .camera_next &gt; span{
    background-image: url("../images/arrow-r.png");
    display: block;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
}
.mzt-banner .camera_prev &gt; span{
    background-image: url("../images/arrow-l.png");
    display: block;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
}
.mzt-banner .camera_azure_skin .camera_next &gt; span,
.mzt-banner .camera_azure_skin .camera_prev &gt; span{
    background-position: center;
}
.mzt-banner .camera_prev,.mzt-banner .camera_next{
    background-color: rgba(0,0,0,0.5);
}
#camera_wrap_1{
    margin-bottom: 0 !important;
}
.mzt-banner .swiper-container,
.mzt-banner .swiper-button-white{
    transition: all 0.3s;
}
.mzt-banner .swiper-button-white{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
    background-repeat: no-repeat;
    background-size: 15px;
    display: none;
}
.mzt-banner .swiper-container:hover .swiper-button-white{
    display: block;
}
.mzt-banner .swiper-button-white:hover{
    background-color: rgba(0,0,0,1);
}
.mzt-banner .swiper-container-horizontal&gt;.swiper-pagination-bullets{
    bottom: 20px;
}
.mzt-banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: none;
    opacity: 1;
    border: 2px solid #fff;
}
.mzt-banner .swiper-pagination-bullet-active{
    background: #fff;
}
.mzt-banner .swiper-button-next{
    right: 0;
}
.mzt-banner .swiper-button-prev{
    left: 0;
}
.mzt-banner .text-font{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.mzt-banner img{
    width: 100%;
}
.banner .container{
    min-height: inherit;
}
.mzt-banner .text-font h2{
    font-size: 54px;
    line-height: 72px;
    font-weight: bold;
    text-align: center;
}
.mzt-banner .text-font p{
    font-size: 30px;
    line-height: 48px;
    font-weight: 400;
    text-align: center;
    margin-top: 30px;
}
.mzt-banner .text-font .button{
    text-align: center;
    margin: 30px auto 0 auto;
}
.mzt-banner .text-font .button a{
    padding: 15px 45px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 10px;
}
@media (max-width: 500px) {
    .mzt-banner .container{
        width: 100% !important;
    }
}
.solution{
    background: url("../images/solution.jpg") no-repeat center center;
    /*min-height: 390px;*/
    padding-top: 100px;
    background-size: cover;
}
.classfiy&gt;.title{
    font-size: 36px;
    line-height: 48px;
    width: 100%;
    height: auto;
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    color: #85c43f;
    text-align: center;
    margin: 50px 0;
    font-weight: 600;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.content .classfiy .solution .container{
    width: 76%;
    padding: 0;
    margin: 0 auto;
}
.content .classfiy .solution h1.title{
    font-size: 36px;
    line-height: 48px;
    width: 100%;
    height: auto;
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    color: #85c43f;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 600;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.solution-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.solution-left{
    max-width: 600px;
    padding-right: 45px;
}
.content .classfiy .container .solution-left p{
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    text-align: left;
    text-indent: 0;
    margin-bottom: 0;
    line-height: 28px;
}
.solution-right{
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}
.solution-right .item{
    text-align: center;
    width: 25%;
    color: #fff;
    border-right: 1px solid #85C43F;
    position: relative;
}
.solution-right .item:before{
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translate(0,-50%);
    width: 8px;
    height: 8px;
    content: '';
    background-color: #85C43F;
    border-radius: 100%;
}
.solution-right .item:last-child:before{
    display: none;
}
.solution-right .item:last-child{
    border-right: none;
}
.solution-right .item .list:first-child{
    border-bottom: 1px solid #85C43F;
}
.solution-right .item .list{
    height: 80px;
    padding: 10px 0;
    overflow: hidden;
}
.solution-right .item .list .strong{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
.solution-right .item .list img{
    max-width: 80px;
}
.content .classfiy .container .list p{
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 14px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product{
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.product .list{
    width: 50%;
}
.product .list img{
    width: 100%;
}
.product .list .name{
    padding: 16px 15px;
    line-height: 28px;
    background-color: #85C43F;
    text-align: center;
    font-size: 18px;
}
.product .list .name a{
    color: #fff;
    height: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product .more{
    padding: 15px 45px;
    border: 1px solid #666666;
    border-radius: 10px;
    margin: 40px auto;
}
.content .mzt-us .container{
    padding: 0;
}
.content .mzt-us .container .title,
.mzt-video .container .title,
.mzt-project .container .title{
    margin: 40px 0 60px 0;
    font-weight: bold;
}
.content .mzt-us .container .title h2,
.mzt-video .container .title,
.mzt-project .container .title{
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
}
.content .mzt-video .container,
.content .mzt-project .container{
    padding: 0;
}
.mzt-video .container .title,
.mzt-project .container .title{
    text-align: center;
    color: #85C43F;
}
.mzt-video .block,
.mzt-project .item,
.footer-link .link{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.mzt-video .block .item{
    width: calc(50% - 20px);
    position: relative;
}
.mzt-video .block .item .list{
    position: relative;
    text-align: right;
}
.mzt-video .block .item .list:nth-child(2){
    margin-top: 40px;
}
.mzt-video .block .item img{
    max-width: 700px;
    width: 100%;
}
.play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hidden-video{
    position: fixed;
    top: 106px;
    width: 100%;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .8s ease,-moz-transform .8s ease,-o-transform .8s ease,transform .8s ease,opacity .5s ease,visibility .5s ease;
    -moz-transition: -webkit-transform .8s ease,-moz-transform .8s ease,-o-transform .8s ease,transform .8s ease,opacity .5s ease,visibility .5s ease;
    transition: -webkit-transform .8s ease,-moz-transform .8s ease,-o-transform .8s ease,transform .8s ease,opacity .5s ease,visibility .5s ease;
}
.hidden-video.active{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 9;
}
.hidden-video .video{
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    top: 10%;
}
.hidden-video .close{
    position: absolute;
    top: 5%;
    right: 18%;
    width: 30px;
}
.mzt-project{
    background: url("../images/project.png") no-repeat center center;
    padding-top: 60px;
    background-size: cover;
}
.mzt-video .more,
.mzt-news .more{
    margin: 40px auto;
    overflow: hidden;
    text-align: center;
}
.mzt-video .more a,
.mzt-news .more a{
    padding: 15px 45px;
    border: 1px solid #666666;
    border-radius: 10px;
    display: inline-block;
}
.mzt-project .item .list{
    width: 33.3333333%;
    max-width: 460px;
    position: relative;
    margin-bottom: 30px;
    transition: all .5s ease;
    overflow: hidden;
}
.mzt-project .item .list img,
.mzt-project .item .list .covers{
    width: 100%;
    transition: all .5s ease;
}
.mzt-news .swiper-slide,
.mzt-video .block .item:first-child,
.mzt-us .swiper-slide,
.product .list .img,
.mzt-video .block .item .list,
.mzt-video .block .list{
    transition: all .5s ease;
    overflow: hidden;
}
.mzt-news .swiper-slide img,
.mzt-video .block .item:first-child img,
.mzt-us .swiper-slide img,
.product .list img,
.mzt-video .block .list img{
    transition: all .5s ease;
}
.mzt-project .item .list:hover img,
.mzt-news .swiper-slide:hover img,
.mzt-video .block .item:first-child:hover img,
.mzt-us .swiper-slide:hover img,
.product .list:hover img,
.mzt-video .block .list:hover img{
    transform: scale(1.1);
    transition: all .5s ease;
}
.mzt-project .item .list .covers{
    display: none;
    position: absolute;
    height: 100%;
    color: #fff;
    top: 0;
    left: 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    transition: all 0.5s;
}
.mzt-project .item .list .covers p{
    padding: 0 20px;
}
.mzt-project .item .list:hover .covers{
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.look-more{
    margin: 30px auto 60px auto;
    text-align: center;
}
.look-more a{
    padding: 16px 24px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
}
.desc{
    width: 100%;
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    color: #666666;
    height: 76px;
    line-height: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: 15px;
}
.mzt-news,.mzt-project,.mzt-us,.classfiy{
    position: relative;
    z-index: 1;
}
.mzt-news .img{
    height: 300px;
    overflow: hidden;
}
.mzt-news img{
    width: 100%;
}
.news-text {
    padding: 20px;
    border: 1px solid #DDDDDD;
}
.news-text .more{
    text-align: center;
    margin-top: 20px;
}
.news-text .more a{
    padding: 6px 12px;
    color: #fff;
    border-radius: 5px;
    background: #85C43F;
    font-weight: bold;
    font-size: 14px;
    border: none;
}
.mzt-news .title{
    color: #85C43F;
    margin: 60px auto;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}
.mzt-news .swiper-slide .title,
.index-us .swiper-slide .title,
.content .mzt-us .container .index-us .title{
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
}
.mzt-news .swiper-button-white,
.index-us .swiper-button-white{
    width: 50px;
    height: 50px;
    background-size: 10px;
    background-color: rgba(0,0,0,0.5);
    background-repeat: no-repeat;
    border-radius: 50%;
    display: none;
    transition: 0.5s;
}
.mzt-news .news{
    transition: 0.5s;
}
.mzt-news .time{
    display: inline-block;
    padding: 2px 12px;
    border-radius: 10px;
    background: #EEEEEE;
    color: #666666;
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
}
.mzt-news:hover .swiper-button-white{
    background-color: rgba(0,0,0,1);
    display: block;
}
.index-us .swiper-slide{
    text-align: center;
}
.index-us .swiper-slide .title,
.content .mzt-us .container .index-us .title{
    font-size: 14px;
    line-height: 19px;
    height: auto;
    text-align: center;
    color: #85C43F;
    font-weight: bold;
    margin-top: 10px;
    padding: 0;
}
.index-us .swiper-slide .desc{
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 10px;
}
.mzt-news .switch{
    width: 1600px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    /*height: 100%;*/
    transform: translate(-50%, -50%);
}
.mzt-news .switch .swiper-button-next{
    right: 0;
}
.mzt-news .switch .swiper-button-prev{
    right: 0;
}
.swiper-button-white:focus{
    outline: none;
    box-shadow: none;
    border: none;
}
@media (max-width: 1600px) {
    .mzt-news .switch{
        width: 100%;
    }
}
@media (max-width: 1440px) {
    .content .solution .container{
        min-width: initial;
    }
    .solution-item{
        display: block;
    }
    .solution-left {
        max-width: 90%;
        padding-right: 0;
        margin: 0 auto;
    }
    .content .classfiy .solution h1.title{
        margin-bottom: 60px;
    }
    .solution-right{
        margin-top: 60px;
    }
    .mzt-video .block .item .list:nth-child(2) {
        margin-top: 25px;
    }
    .mzt-video .block .item {
        width: calc(50% - 30px);
        padding: 0 15px;
    }
    .index-us:hover .swiper-button-white{
        background-color: rgba(0,0,0,1);
        display: block;
    }
}
@media (max-width: 1200px) {
    .mzt-project .item .list{
        width: 50%;
    }
    .mzt-banner .text-font h2{
        font-size: 48px;
        line-height: 60px;
    }
    .mzt-banner .text-font p{
        font-size: 24px;
        line-height: 36px;
    }
}
@media (max-width: 1024px) {
    .mzt-project .item .list{
        width: calc(50% - 10px);
        padding: 0;
    }
}
@media (max-width: 768px) {
    .mzt-video .block .item{
        width: 100%;
    }
    .mzt-video .block .item:first-child{
        margin-bottom: 25px;
    }
    .content .classfiy .solution h1.title,
    .content .mzt-us .container .title h2,
    .mzt-video .container .title,
    .mzt-project .container .title,
    .classfiy&gt;.title,
    .content .container .flier .title{
        font-size: 20px;
        line-height: 28px;
    }
    .classfiy&gt;.title{
        margin: 30px 0;
    }
    .mzt-news .img{
        height: 200px;
    }
    .mzt-banner .text-font h2{
        font-size: 30px;
        line-height: 42px;
    }
    .mzt-banner .text-font p{
        font-size: 20px;
        line-height: 28px;
        margin-top: 15px;
    }
    .mzt-banner .text-font .button{
        margin-top: 15px;
    }
    .mzt-banner .text-font .button a{
        padding: 8px 15px;
    }
    .mzt-banner .swiper-button-white,
    .mzt-news .swiper-button-white,
    .index-us .swiper-button-white{
        display: block;
    }
}
@media (max-width: 480px) {
    .product .list{
        width: 100%;
    }
    .solution-right{
        flex-wrap: wrap;
    }
    .solution-right .item{
        width: calc(50% - 1px);
    }
    .solution-right .item:nth-child(2){
        border-right: none;
    }
    .solution-right .item:nth-child(3) .list:first-child,
    .solution-right .item:nth-child(4) .list:first-child{
        border-top: 1px solid #85C43F;
    }
    .mzt-project .item .list{
        width: 100%;
    }
    .hidden-video{
        top: 47px;
    }
    .mzt-banner .text-font h2{
        font-size: 20px;
        line-height: 28px;
    }
    .mzt-banner .text-font p{
        font-size: 14px;
        line-height: 20px;
    }
    .mzt-banner .swiper-container-horizontal&gt;.swiper-pagination-bullets {
        bottom: 5px;
    }
    .mzt-banner .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
}</pre></body></html>