<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img{
    border:none;
}
.search-form {
    position: fixed;
    display: none;
    width: 100%;
    background: #F3F3F3;
    left: 0;
    top: 0;
    margin: 0px;
    border-top: 0px;
    z-index: 1000;
}
.search-form a.close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    font-size: 19px;
    background: #182b43;
    padding: 10px;
    color: white;
}
.search-form a.close span {
    font-size: inherit;
    color: inherit;
}
.inner {
    max-width: 1700px;
    padding: 0 7%;
    margin: 0 auto;
    position: relative;
}
.inner.thin {
    max-width: 1200px;
}
.search-form&gt;.inner {
    padding: 50px 7% 60px;
}
.search-inner {
    position: relative;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 40px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.search-form input.search-field {
    border: 0;
    color: rgba(0, 0, 0, 0.96);
    font-size: 2.5em;
    height: auto;
    padding: 1px 0 23px;
    margin: 0;
    width: calc(100% - 50px);
    outline: 0;
    box-sizing: border-box;
    background-color: transparent;
    font-weight: 300;
}
.search-form .submit-wrap {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 7px;
    right: 0;
}
.search-form .submit-wrap .search-submit {
    position: absolute;
    font-size: 0px;
    border: 0px;
    background: transparent;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    height: 100%;
    outline: none;
}
.search-form .submit-wrap span {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    color: #182b43;
    margin-left: 8px;
}
.frequently-searched&gt;h4 {
    font-weight: 400;
    color: #9e9e9e;
    font-size: 12px;
    line-height: 1.22em;
    margin-bottom: 0.7em;
}
.frequently-searched&gt;.button-group {
    margin: 1.2em 0 0;
}
a.button {
    padding: 16px 45px 16px 28px;
    background-color: #7cbb42;
    color: white;
    font-size: 12px;
    display: inline-block;
    line-height: 1em;
    position: relative;
    border-radius: 33px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    transition: 0.3s ease all;
    font-family: 'uni_neueheavy';
}
.button-group a {
    margin: 0 15px 5px 0;
}
a.button.small {
    padding: 6px 12px;
    font-size: 10px;
    background: #f5f5f5;
    color: #182b43;
    font-weight: 500;
    border-radius: 20px;
    margin-right: 3px;
}
a.button:hover {
    opacity: 1;
    transform: translateX(5px);
}
.frequently-searched&gt;.button-group a.button.small {
    background: white;
    color: #182b43;
    font-weight: 500;
    border-radius: 20px;
    margin-right: 3px;
}
/*é¡¶éƒ¨*/
.home-header {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}
.home-header .head-top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 105;
    background: #fff;
    /*border-bottom: 1px solid #ccc;*/
    box-sizing: border-box;
}
.home-header .head-top .container {
    width: 75%;
    /* height: 45px; */
    margin: 0 auto;
}
.home-header .head-top .left {
    float: left;
    width: auto;
    height: 100%;
    color: #999;
    font-size: 12px;
}
.home-header .head-top .left ul li {
    float: left;
    margin: 0 10px;
    line-height: 45px;
}
.home-header .head-top .left ul .cut {
    float: left;
    line-height: 45px;
}
.home-header .head-top .left ul li span.email {
    font-size: 14px;
    color: #666;
    font-family: "iconfont" !important;
}
.home-header .head-top .left ul li span {
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 12px;
    color: #666;
}
.home-header .head-top .left ul li a {
    color: #666;
    font-size: 12px;
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
}
.home-header .head-top .left ul li a:hover {
    color: #85c43f;
}
.home-header .head-top .right {
    float: right;
    width: auto;
    height: 100%;
}
.home-header .head-top .right .search {
    width: 200px;
    height: 100%;
    float: left;
    padding: 0 !important;
    margin-right: 15px;
}
.home-header .head-top .right .search .pox {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 0 !important;
    position: relative;
}
.home-header .head-top .right .search .input-box {
    width: 162px;
    height: 33px;
    outline: none;
    padding-left: 5%;
    box-sizing: border-box;
    float: left;
    border: none;
    background: transparent;
}
.home-header .head-top .right .search .pox .submit-wrap{
    position: absolute;
    right: 15px;
    top: 0;
    display: flex;
}
.home-header .head-top .right .search .pox .submit-wrap .search-submit{
    width: 30px;
    height: 30px;
    opacity: 0;
    position: absolute;
    right: -5px;
    top: 1px;
}
.home-header .head-top .right .search .cha {
    font-size: 20px;
    color: #999;
    margin-left: 5%;
    line-height:35px;
    box-sizing: border-box;
    cursor: pointer;
}
.home-header .head-top .right .language {
    float: left;
    position: relative;
    cursor: pointer;
    padding: 0 !important;
    margin: 8px;
}
.home-header .head-top .right .language&gt;.lang{
    min-width: 100px;
    width: auto;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    background-color: rgba(0,0,0,.1);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
}
.home-header .head-top .right .language&gt;.lang span{
    display: inline-block;
    vertical-align: middle;
}
.home-header .head-top .right .language:hover&gt;span{
    background: #85c43f;
    color: #fff;
}
.home-header .head-top .right .language .list {
    position: absolute;
    top: 30px;
    left: 0;
    height: auto;
    z-index: 100;
    /*border: 1px solid #eee;*/
    display: none;
    background-color: #e5e5e5;
    width: 120%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.home-header .head-top .right .language .list li {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 6px 0;
    line-height: 21px;
    font-size: 14px;
}
.home-header .head-top .right .language .list li:hover{
    background: #85c43f;
}
.home-header .head-top .right .language .list li:hover span{
    color: #fff;
}
.home-header .head-top .right .language .list li:last-child {
    border-bottom: 0;
}
.home-header .head-top .right .language .list li a {
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home-header .head-top .right .language .list li img {
    width: 20px;
    height: 20px;
    margin: 5px 10px;
    float: left;
}
.home-header .head-top .right .icon-img {
    width: auto;
    height: 35px;
    margin: 5px 0;
    float: left;
    border-radius: 5px;
    padding: 0 !important;
}
.home-header .head-top .right .icon-img ul {
    overflow: hidden;
}
.home-header .head-top .right .icon-img ul li {
    float: left;
    width: 32px;
    text-align: center;
}
.home-header .head-top .right .icon-img ul li a {
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, .1);
    border-radius: 50%;
    overflow: hidden;
    margin-top: 5px;
    /* display: inline-block; */
    display: flex;
    justify-content: center;
    text-align: center;
}
.home-header .head-top .right .icon-img ul li a:hover {
    background-color: #86c440;
}
.home-header .head-top .right .icon-img ul li a:hover span {
    color: #fff;
}
/*
.home-header .head-top .right .icon-img ul li:nth-child(2) a {
	background: rgba(0,0,0,.1);
}
.home-header .head-top .right .icon-img ul li:nth-child(3) a {
	background: rgba(0,0,0,.1);
}
.home-header .head-top .right .icon-img ul li:nth-child(4) a {
	background: rgba(0,0,0,.1);
}*/
.home-header .head-top .right .icon-img ul li span {
    font-size: 16px;
    color: #333;
    line-height: 25px;
}
.home-header .head-content {
    width: 100%;
    background: rgba(0, 0, 0, .4);
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 10px 0;
}
.home-header .head-content .container {
    width: 75%;
    /* height: 60px; */
    /*position: relative;*/
    /*min-width: 1360px;*/
    /*overflow: hidden;*/
}
.home-header .head-content .container .logo {
    float: left;
    width: auto;
    height: 100%;
    text-align: left;
    /*margin-left: 18%;*/
}
.home-header .head-content .container .logo img {
    max-width: 100%;
    max-height: 50px;
}
.home-header .head-content .container .nav {
    width: auto;
    height: 100%;
    float: right;
    /*margin-right: 18%;*/
}
.home-header .head-content .container .nav .postion li {
    width: auto;
    height: auto;
    float: left;
    /*line-height: 60px;*/
    margin: 0 10px;
    position: relative;
}
.home-header .head-content .container .nav .postion li#unique {
    _position: inherit;
}
.home-header .head-content .container .nav .postion li .navbar {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 60px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-weight: 600;
}
.home-header .head-content .container .nav .postion li .navbar img {
    width: 18px;
    height: 18px;
    /*margin-top: 10px;*/
}
.home-header .head-content .container .nav .postion li .navbar span {
    font-size: 22px;
    color: #fff;
    float: right;
}
@media screen and (max-width: 500px) {
    .container {width:96%!important;}
    .container .left , .container .right .search , .container .right .icon-img {
        display: none;
    }
    header.home-header .head-content {
        height: 43px!important;
        background-color: #fff!important;
        transition: all 0.3s ease 0s;
        margin-top: -50px;
        z-index: 999;
        height: 48px!important;
        padding: 0!important;
        float: right;
        width: 64%;
    }
    .logo {
        margin-left: 0!important;
    }
    .home-header .head-content .container .logo img {
        max-width: 84%;
        max-height: 50px;
    }
}
@media only screen and (max-width:1200px) {
    .home-header .head-content .container .nav .postion li .navbar {
	font-size: 13px;
    }
}
.home-header .head-content .container .nav .postion li:hover a span {
    color: #85c43f;
}
.home-header .head-content .container .nav .postion li.active a span {
    color: #85c43f;
}
.home-header .head-content .container .nav .postion li:hover .muen {
    display: block;
}
.home-header .head-content .container .nav .postion li .muen {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    display: none;
    margin: 0;
    min-width: 160px;
    z-index: 1000;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, .6);
}
.home-header .head-content .container .nav .postion li .muen&gt;li {
    float: none;
    margin: 0;
}
.home-header .head-content .container .nav .postion li .muen:before {
    border-bottom: 8px solid rgba(0, 0, 0, .6);
    border-right: 0 solid transparent;
    border-left: 40px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 50px;
    position: absolute;
    top: -8px;
    width: 0;
}
.home-header .head-content .container .nav .postion li .muen&gt;li:hover a {
    color: #262626;
    background: #f5f5f5;
}
.home-header .head-content .container .nav .postion li .muen&gt;li.active a{
    background: #85c43f;
    color: #fff;
}
.home-header .head-content .container .nav .postion li .muen&gt;li&gt;a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.home-header .head-content .container .nav .postion li:hover .covers {
    display: block;
}
/*
.home-header .head-content .container .nav .postion li .covers {
	position: absolute;
	top: 60px;
	left: auto;
	right: 0;
	width: 100%;
	height: auto;
	padding: 20px 0;
	background: rgba(0,0,0,0.5);
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	z-index: 10000;
	overflow: hidden;
	display: none;
}*/
.home-header .head-content .container .nav .postion li .covers {
    position: absolute;
    top: 60px;
    left: -325px;
    right: auto;
    height: auto;
    padding: 20px 6px;
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    z-index: 10000;
    display: none;
}
.home-header .head-content .container .nav .postion li .covers:before {
    border-bottom: 8px solid rgba(0, 0, 0, .6);
    border-right: 0 solid transparent;
    border-left: 40px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 60%;
    position: absolute;
    top: -8px;
    width: 0;
}
.home-header .head-content .container .nav .postion li .covers .block {
    /* min-width: 1450px; */
    width: 897px;
    height: auto;
    /*float: left;*/
    /*padding-left: 5%;*/
    margin: 0 auto;
    _overflow: hidden;
    box-sizing: border-box;
}
.home-header .head-content .container .nav .postion li .covers .block .open-up {
    /*width: 25%;*/
    height: auto;
    float: left;
    text-align: center;
    font-size: 0;
}
.home-header .head-content .container .nav .postion li .covers .block .open-up img {
    width: 200px;
    height: 150px;
    vertical-align: middle;
    margin-top: 20px;
}
.home-header .head-content .container .nav .postion li .covers .block .small-nav {
    width: 18%;
    height: auto;
    float: right;
    /*border-right: 1px solid #ccc;*/
    box-sizing: border-box;
    position: relative;
    margin-right: 522px;
}
.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav {
    /*width: 20%;*/
    height: auto;
    min-height: 220px;
    max-height: 100%;
    float: left;
}
.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul {
    /*width: 100%;*/
    height: auto;
    _overflow: hidden;
    display: initial;
}
.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li {
    /*width: 100%;*/
    height: auto;
    line-height: 45px;
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 14px;
    color: #000;
    margin: 0;
    float: none;
    _position: inherit;
    text-align: left;
}
.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li:hover{
    background: #fff;
}
.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li:hover a{
    color: #333;
}
.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li .firstext {
    position: absolute;
    top: 0;
    right: -135%;
    left: auto;
    width: 120%;
    height: auto;
    min-height: 200px;
    /*padding: 0 20px;*/
    box-sizing: border-box;
    display: none;
}
.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li .firstext p{
    color: #fff;
    font-size: 14px;
}
.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li a {
    display: block;
    /*width: 100%;*/
    height: 100%;
    color: #fff;
    padding: 0 5%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li.active{
    background: #85c43f;
}
.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li.active a {
    color: #fff;
}
.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li img {
    display: none;
}
.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li .switch {
    position: absolute;
    top: 0;
    left: 140px;
    /* position: fixed; */
    /* top: 182px; */
    /* left: 375px; */
    /*_width: 80%;*/
    height: auto;
    z-index: 1000;
    display: none;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    width: 500px;
}
.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li .switch ul {
    display: flex;
}
.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li .switch ul li {
    /*_width: 16%;*/
    height: auto;
    text-align: left;
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 12px;
    color: #000;
    margin: 0;
    /*_float: left;*/
    line-height: 45px;
    /*position: inherit;*/
    width: 138px;
    margin-right: 25px;
    background: url(../images/sdian.png) no-repeat 0 center;
}
.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li .switch ul li a {
    line-height: 45px;
    color: #fff;
    display: block;
    /*_width: 100%;*/
    height: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    /*_overflow: hidden;*/
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li .switch ul li:hover{
    background: #fff;
}
.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li .switch ul li:hover a{
    color: #333;
}
.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li .switch ul li img {
    display: none;
}
.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li .switch ul li .chang {
    position: absolute;
    top: 0;
    left: auto;
    right: -400%;
    width: 400%;
    height: auto;
    min-height: 200px;
    z-index: 100;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 14px;
    color: #fff;
    text-align: left;
    font-weight: normal;
    display: none;
}
.home-header .head-content .container .nav .postion li .covers .block.block_2 {
    padding: 0 20px;
    box-sizing: border-box;
}
.home-header .head-content .container .nav .postion li .covers .firstext div {
    width: 100%;
    height: 100%;
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
/*åº•éƒ¨*/
.footer {
    width: 100%;
    height: auto;
}
.footer .top {
    width: 100%;
    height: auto;
    line-height: 8em;
    background: #86c440;
    text-align: center;
    position: relative;
}
.footer .top:before{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    width: 0;
    height: 0;
    border: 10px solid #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    content: '';
}
.footer .top .container {
    width: 75%;
    overflow: hidden;
    padding: 0 !important;
}
.footer .top .title {
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 1.7em;
    color: #fff;
    margin-right: 2%;
    display: inline-block;
}
.footer .top .button {
    width: auto;
    border: 2px solid #fff;
    outline: none;
    border-radius: 5px;
    background: transparent;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.footer .top .button a {
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 1.3em;
    color: #fff;
    line-height: 3.4em;
    display: block;
    width: 12em;
    font-weight: 600;
    text-transform: uppercase;
    height: 100%;
    box-sizing: border-box;
}
.footer .bottom {
    width: 100%;
    height: auto;
    background: url(../img/bg-footer.jpg) no-repeat;
    background-size: cover;
}
.footer .bottom .container {
    width: 75%;
    padding: 50px 0 70px;
    box-sizing: border-box;
    overflow: hidden;
}
.footer .bottom .copyright{
    width: 100%;
    height: auto;
    padding: 15px 0;
    /*border-top: 1px solid #eee;*/
}
.footer .bottom .copyright .container{
    width: auto;
    height: auto;
    padding: 0;
    overflow: hidden;
}
.footer .bottom .copyright .container p{
    text-align: center;
    font-size: 14px;
    color: #ccc;
}
.footer .bottom .copyright .container p a{
    color: #ccc;
}
.footer .bottom .copyright .container p span:hover{
    color: #86c440;
}
.footer .bottom .copyright .container p span a:hover{
    color: #86c440;
}
.back-to-top {
    width: auto;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 20px;
    text-align: center;
    z-index: 1000;
    display: none;
    overflow: hidden;
}
.back-to-top a {
    display: block;
    background: #86c440;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    text-align: center;
}
.back-to-top a:last-child{
    margin-bottom: 0;
}
.back-to-top img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}
/*å…¬å…±éƒ¨åˆ†*/
.content .container .slider-open {
    width: 100%;
    height: auto;
    margin-top: 50px;
    float: left;
}
.content .container .slider-open .title {
    width: 100%;
    height: auto;
}
.content .container .slider-open .title h2 {
    width: 50%;
    height: auto;
    line-height: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    text-align: center;
}
.content .container .slider-open .title h2:after {
    content: '';
    background: #86c440;
    height: 2px;
    width: 100%;
    top: 50%;
    float: left;
    position: absolute;
    left: 0;
    z-index: 0;
}
.content .container .slider-open .title h2 p {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    position: relative;
    z-index: 10;
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 26px;
    color: #85c43f;
}
.content .container .slider-open .title h2 p a {
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 26px;
    color: #999;
}
.content .container .slider-open .title h2 p a.active {
    color: #85c43f;
}
.content .container .slider-open .title .truboer p {
    text-align: center;
    line-height: 35px;
    color: #666;
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 14px;
    display: none;
}
.content .container .slider-open .cl-switch {
    width: 100%;
    height: auto;
}
.content .container .slider-open .cl-switch .slider-up {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    display: none;
}
.content .container .slider-open .cl-switch .slider-up .left {
    width: 30px;
    height: 146px;
    float: left;
    text-align: center;
    line-height: 146px;
    /* margin-left: 113px; */
}
.content .container .slider-open .cl-switch .slider-up .left a {
    display: block;
    width: 100%;
    height: 100%;
    color: #86C440;
}
.content .container .slider-open .cl-switch .slider-up .left span {
    font-size: 28px;
}
.content .container .slider-open .cl-switch .slider-up .right {
    width: 30px;
    height: 146px;
    float: left;
    text-align: center;
    line-height: 146px;
}
.content .container .slider-open .cl-switch .slider-up .right a {
    display: block;
    width: 100%;
    height: 100%;
    color: #86C440;
}
.content .container .slider-open .cl-switch .slider-up .right span {
    font-size: 28px;
}
.content .container .slider-open .cl-switch .slider-up .shift {
    /* width: 75%; */
    height: 180px;
    overflow: hidden;
    position: relative;
    float: left;
}
.content .container .slider-open .cl-switch .slider-up ul {
    width: 2160px;
    height: 146px;
    position: absolute;
    top: 0;
    z-index: 20;
}
.content .container .slider-open .cl-switch .slider-up ul li {
    width: 160px;
    height: 100%;
    float: left;
    margin: 0 10px;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.content .container .slider-open .cl-switch .slider-up ul li img ,.content .container .slider-open .cl-switch .slid-shift ul li img{
    width: 100%;
    height: 110px;
    transition: all .5s ease;
}
.content .container .slider-open .cl-switch .slider-up ul li:hover img ,.content .container .slider-open .cl-switch .slid-shift ul li:hover img{
    transform: scale(1.175,1.175);
    transition: all .5s ease;
}
.content .container .slider-open .cl-switch .slider-up ul li .shiftimg ,.content .container .slider-open .cl-switch .slid-shift ul li .shiftimg {
    width: 100%;
    overflow: hidden;
    height: 110px;
}
.content .container .slider-open .cl-switch .slider-up ul li P {
    line-height: 25px;
    text-align: center;
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    color: #666;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content .container .slider-open .cl-switch .slid-shift {
    width: 100%;
    /* min-height: 230px; */
    margin-top: 40px;
    display: none;
}
.content .container .slider-open .cl-switch .slid-shift .left {
    /* width: 60px; */
    width: 30px;
    height: 180px;
    float: left;
    text-align: center;
    line-height: 146px;
    /* margin-left: 113px; */
}
.content .container .slider-open .cl-switch .slid-shift .left a {
    display: block;
    width: 100%;
    height: 100%;
    color: #86C440;
}
.content .container .slider-open .cl-switch .slid-shift .left span {
    font-size: 28px;
}
.content .container .slider-open .cl-switch .slid-shift .right {
    /* width: 60px; */
    width: 30px;
    height: 146px;
    float: left;
    text-align: center;
    line-height: 146px;
}
.content .container .slider-open .cl-switch .slid-shift .right a {
    display: block;
    width: 100%;
    height: 100%;
    color: #86C440;
}
.content .container .slider-open .cl-switch .slid-shift .right span {
    font-size: 28px;
}
.content .container .slider-open .cl-switch .slid-shift .transform {
    width: 1080px;
    height: 146px;
    overflow: hidden;
    position: relative;
    float: left;
}
.content .container .slider-open .cl-switch .slid-shift ul {
    width: 2160px;
    height: 146px;
    position: absolute;
    top: 0;
    z-index: 20;
}
.content .container .slider-open .cl-switch .slid-shift ul li {
    width: 160px;
    height: 100%;
    float: left;
    margin: 0 10px;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
/*.content .container .slider-open .cl-switch .slid-shift ul li img {
	width: 100%;
	height: 140px;
}*/
.content .container .slider-open .cl-switch .slid-shift ul li P {
    line-height: 25px;
    text-align: center;
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    color: #666;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media only screen and (max-width:868px) {
    .content .container .slider-open .title h2 {
        width: 100%;
    }
    .footer .top .button a {
        font-size: 0.5rem;
    }
    .footer .top .button {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:568px){
	.home-header .head-content .container .nav .postion li .covers {
	
	    left: -230px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 812px) {
    .footer .top .title {
        margin-bottom: 15px;
    }
    .footer .top .button a {
        font-size: 12px;
        line-height: 40px;
        width: 160px;
    }
    .footer .top .button {
        margin-bottom: 5px;
    }
    .home-header .head-content .container .nav .postion li .navbar span {
        /* color: #85c43f; */
        transform: rotate(90deg);
    }
}

/*mzt-css*/
.footer .bottom .container{
    display: block;
}
.contact-us{
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.mzt-footer .bottom .container{
    display: block;
}
.contact-us .title{
    color: #86C440;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}
.contact-us .footer-inquiry .title{
    /*margin-top: 33px;*/
    /*text-align: left;*/
    margin-top: 10px;
    text-align: left;
    font-size: 20px;
}
.footer-inquiry .inquiry{
    position: relative;
    margin-top: 20px;
}
.footer-inquiry input{
    width: 270px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: none;
    font-size: 14px;
}
.footer-inquiry .right{
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 60px;
    line-height: 40px;
    text-align: center;
    background-color: #86C440;
    color: #fff;
}
.footer-inquiry .right img{
    max-width: 28px;
}
.footer-inquiry .right .iconfont{
    font-size: 28px;
}
.mzt-footer .item .img{
    height: auto;
    text-align: center;
}
.mzt-footer .item .desc{
    color: #FFFFFF;
    font-size: 14px;
    line-height: normal;
    height: auto;
    margin-top: 25px;
    text-align: center;
}
.mzt-footer .item.footer-inquiry .desc{
    margin-top: 10px;
    text-align: left;
}
.mzt-footer .item .link{
    margin-top: 22px;
}
.mzt-footer .footer-link{
    min-width: 228px;
}
.contact-us .footer-link .link .title{
    font-weight: 300;
}
.mzt-footer .footer-link .iconfont{
    font-size: inherit;
}
.mzt-footer .footer-link .title{
    text-align: left;
}
.back-to-top a{
    margin-bottom: 1px;
}
.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;
}
.head-top {
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
    min-height: 45px;
}
.bottom .contact-us .item{
    position: relative;
}
.bottom&gt;.container{
    border-bottom: 1px solid #cccccc20;
}
.bottom .contact-us .item:before {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: -45%;
    background: #cccccc20;
    content: '';
}
.home-header .head-top .right .language .list li span {
    display: inline-block;
    line-height: 25px;
    vertical-align: middle;
}
.home-header .head-top .right .language .list .iconf{
    display: inline-block;
    line-height: 0;
    padding: 0 10px;
}
.home-header .head-top .right .language .list li a {
    line-height: 25px;
    vertical-align: middle;
}
.home-header .head-top .right .language .list{
    width: 160%;
}
.home-header .head-top .right .language .list li{
    text-align: left;
}
@media (max-width: 1440px) {
    .footer-inquiry .logo{
        margin: 0;
    }
}
@media (max-width: 1200px) {
    .contact-us .item{
        width: calc(50% - 40px);
        padding: 20px;
    }
    .footer-inquiry input{
        width: calc(100% - 30px);
    }
    .contact-us .title{
        display: block;
    }
}
@media (max-width: 768px) {
    .contact-us .footer-inquiry,
    .contact-us .footer-link,
    .contact-us .footer-tel,
    .contact-us .item{
        width: 100%;
        padding: 0;
    }
    .contact-us .footer-link,
    .contact-us .footer-tel,
    .contact-us .item{
        padding: 20px;
    }
    .mzt-footer .item .link {
        margin: 22px auto 0 auto;
        width: 50%;
    }
    .footer .bottom .container {
        padding: 30px 0 30px;
    }
    .contact-us .title{
        font-size: 18px;
        line-height: 22px;
    }
    .footer .top{
        padding: 15px 0;
    }
    .footer .top .title{
        font-size: 16px;
        line-height: 20px;
    }
    .home-header{
        background: rgba(0, 0, 0, .4);
    }
    .home-header .head-top,
    header.home-header .head-content{
        background: none !important;
    }
    .home-header .head-top .right .language span{
        /*line-height: 1;*/
        color: #fff;
    }
    .home-header .head-top .right .language .arrow{
        color: #fff;
    }
    .home-header .head-top .right .language .list span{
        color: #555;
    }
    .mobile-menu-icon{
        top: 11px;
    }
    #mobile-menu-nav{
        filter: brightness(0);
    }
    header.home-header .head-content{
        margin-top: -47px;
        height: 47px!important;
        width: 100%;
    }
    .home-header .head-content .container{
        height: 47px;
    }
    .banner{
        margin-top: 0;
    }
    .home-header .head-content .container .nav .postion li .covers{
        position: static;
        left: 0;
        padding: 0;
    }
    .home-header .head-content .container .nav .postion li .covers .block{
        width: 100%;
        height: auto;
    }
    .home-header .head-content .container .nav .postion li .covers .block .open-up{
        display: none;
    }
    .home-header .head-content .container .nav .postion li .covers .block .small-nav {
        width: 100%;
        height: auto;
        float: none;
        position: relative;
        margin-right: 0;
    }
    .home-header .head-top .right .language .list{
        right: 0;
        left: auto;
    }
}</pre></body></html>