ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
	text-decoration: none !important;
}

/* header */

.welcome {
    line-height: 30px;
    background-color: #e5e5e5;
}

.welcome p {
    color: #666666;
    margin-bottom: 0;
}

.welcome a {
    color: #666666;
}

.logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 20;
        background-color: #fff;
        box-shadow: 0 5px 10px #e5e5e5;
    }
    .content {
        margin-top: 123px;
    }
}

.logo a, .logo img, .logo p {
    display: inline-block;
    vertical-align: middle;
}

.logo p {
    margin-bottom: 0;
}

.logo-left p {
    color: #666;
    font-size: 16px;
    margin-top: 20px;
}

.logo-right {
    margin-top: 10px;
}

.logo-right img, .logo-right p {
    display: inline-block;
    vertical-align: middle;
}

.logo-right p {
    color: #111;
    font-size: 18px;
    text-align: left;
}

.logo-right font {
    display: block;
    font-size: 24px;
}

.logo .icon-menu {
    color: #666;
    font-size: 30px;
}

.menu-box {
    position: relative;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
}

.menu li {
    flex: 1;
    padding: 30px 0;
}

.menu li a {
    color: #111;
    font-size: 16px;
    display: block;
    border-right: 1px solid #666666;
}

@media (max-width: 768px) {
    .menu-box {
        border-top: 1px solid #e5e5e5;
    }
    .menu li {
        flex: none;
        width: 25%;
        padding: 5px 0;
    }
    .menu li a {
        font-size: 14px;
        border-right: none;
    }
    .logo-right {
        margin-top: 0;
    }
    .logo-right img {
        width: 30px;
        height: 30px;
    }
    .logo-right p {
        font-size: 14px;
    }
    .logo-right font {
        font-size: 16px;
    }
}

.menu>li:hover>a {
    color: #53b904;
}

.menu>li:hover>div {
    display: block;
}

.menu li:last-child a {
    border-right: none;
}

.menu li .menu-on {
    color: #53b904;
}
.home1 .menu .menu-on1,.home2 .menu .menu-on2,.home3 .menu .menu-on3,.home4 .menu .menu-on4,.home5 .menu .menu-on5,.home6 .menu .menu-on6,.home7 .menu .menu-on7,.home8 .menu .menu-on8,.home9 .menu .menu-on9 {
    color: #53b904;
}

.menu-sub {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 20;
    padding-bottom: 50px;
    background-color: #fff;
    border-top: 1px solid #bfbfbf;
}

.menu-ul {
    display: flex;
    text-align: left;
    justify-content: space-between;
}

.menu-sub li {
    flex: none;
    padding: 10px 0;
    width: 120px;
}

.menu-sub li p {
    color: #111;
    font-size: 16px;
    margin-bottom: 0;
}

.menu-sub li span {
    width: 16px;
    height: 2px;
    display: inline-block;
    background-color: #53b904;
}

.menu-sub li a {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    border-right: none;
}

.menu-sub li a:hover {
    color: #53b904;
}

/* footer */

.footer {
    margin-top: 45px;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
}

.footer-nav li p {
    color: #111;
    font-size: 18px;
    margin-bottom: 0;
}

.footer-nav li span {
    width: 0;
    height: 2px;
    display: inline-block;
    border-left: 20px solid #d2d2d2;
    border-right: 20px solid #53b904;
}

.footer-nav li a {
    color: #666;
    font-size: 16px;
    display: block;
    line-height: 24px;
}

.footer-nav li a:hover {
    color: #53b904;
}

.footer-info {
    display: flex;
    flex-wrap: wrap;
    color: #666666;
    font-size: 16px;
    margin-bottom: 30px;
    justify-content: space-around;
}

.footer-ba {
    color: #666;
    text-align: center;
    font-size: 18px;
}

@media (max-width: 768px) {
    .footer-info>div {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* banner */

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 8px;
    vertical-align: middle;
    border: 1px solid #499062;
    background-color: transparent;
    transition: width ease .5s, height ease .5s;
}

.banner .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background-color: #499062;
}

.banner .swiper-button-page {
    color: #666;
    width: 70px;
    height: 70px;
    border-radius: 40px;
    background-color: #949494;
}

.banner .swiper-button-prev {
    left: 100px;
}

.banner .swiper-button-next {
    right: 100px;
}

.search {
    margin: 10px 0;
    padding: 20px 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.search p {
    color: #111;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 30px;
}

@media (max-width: 768px) {
    .search {
        padding: 5px 0;
    }
    .search p {
        font-size: 14px;
        line-height: 24px;
    }
}

.search p a {
    color: #999;
    margin-right: 10px;
}

.search form {
    display: flex;
}

.search input {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    outline: none;
    background-color: #fff;
    border: 1px solid #999999;
}

.search input[type=text] {
    flex: 1;
    border-radius: 20px 0 0 20px;
    border-right: none;
}

.search input[type=submit] {
    width: 40px;
    border-radius: 0 20px 20px 0;
    border-left: none;
    background-image: url('../images/search.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.title {
    margin: 50px 0 40px;
}

.title img {
    max-width: 90%;
}

.flow {
    padding: 0 10px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
}

.flow p {
    margin-bottom: 0;
}

.flow-img {
    padding: 20px 0;
    text-align: center;
    margin: 0 -10px 10px -10px;
    background-color: #999;
}
.flow-img img{
	width: 55px;
}

.flow-img p {
    color: white;
    font-size: 20px;
    line-height: 40px;
}

.flow p i {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
}

.flow-text {
    min-height: 130px;
}

.flow-text>p {
    color: #111;
    font-size: 14px;
    line-height: 26px;
}

.flow-text>p i {
    background-color: #53b904;
}

.flow a {
    width: 90%;
    color: white;
    display: block;
    font-size: 18px;
    margin: 15px auto;
    line-height: 32px;
    text-align: center;
    border-radius: 20px;
    background-color: #999;
}

.flow:hover {
    box-shadow: 0 0 20px #999999;
}

.flow:hover .flow-img, .flow:hover a {
    background-color: #53b904;
}

.fw-hot {
    color: #53b904;
    text-align: center;
}

.fw {
    margin-top: -300px;
    padding: 30px 20px;
    position: relative;
    background-color: #eeeeee;
}

@media (max-width: 1200px) {
    .fw {
        margin-top: -100px;
    }
}

@media (max-width: 768px) {
    .fw {
        margin-top: -30px;
    }
}

.fw-menu {
    text-align: center;
    background-color: #fff;
}

.fw-menu li {
    padding: 25px 0 15px;
    border-bottom: 1px solid #dcdcdc;
}

.fw-name {
    color: #111;
    font-size: 20px;
    padding-left: 5px;
    margin-bottom: 20px;
    display: inline-block;
    border-left: 6px solid #53b904;
}

.fw-menu a {
    width: 50%;
    float: left;
    color: #111;
    display: block;
    font-size: 16px;
    line-height: 30px;
}

.fw-menu a:hover {
    color: #53b904;
}

.fw-menu img {
    margin-top: -1px;
}

@media (max-width: 768px) {
    .fw {
        padding: 0 15px;
        background-color: transparent;
    }
    .fw .fw-product {
        overflow: hidden;
        background-color: #fff;
        box-shadow: 0 0 10px #cccccc;
    }
    .fw-pos {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 21;
        overflow: scroll;
        background-color: rgba(0, 0, 0, .5);
    }
    .fw-pos ul {
        width: 72%;
        margin-left: -15px;
    }
}

.fw-m-menu {
    margin: 10px 0;
    padding: 0 10px;
    line-height: 34px;
    background-color: #eeeeee;
}

.fw-m-menu i {
    font-size: 24px;
}

.fw-type {
    margin-bottom: 20px;
}

.fw-type-item {
    display: flex;
    align-items: center;
    padding-right: 24px;
    background: url('../images/fw-bg.png') no-repeat center right;
}

.fw-type-item span {
    width: 150px;
    color: white;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    background-color: #666666;
	display: block;
}

@media (max-width: 768px) {
    .fw-type-item span {
        width: 80px;
        font-size: 14px;
        line-height: 30px;
    }
}

.fw-type-item i {
    flex: 1;
    height: 1px;
    background-color: #666666;
}

.fw-item {
    text-align: center;
}

.fw-item p {
    color: #111;
    font-size: 16px;
    line-height: 36px;
}

.fw-item:last-child {
    display: none;
}

.fw-on .fw-type-item {
    background: url('../images/fw-on-bg.png') no-repeat center right;
}

.fw-on span, .fw-on i {
    background-color: #53b904;
}

.fw-item>div:hover p {
    color: #53b904;
}

.hot {
    margin: 80px 0;
    padding: 80px 0;
    background: url('../images/hot-bg.jpg') no-repeat center;
    background-size: cover;
}

.hot p {
    color: white;
    font-size: 24px;
	margin-bottom: 0;
}

.hot span {
    color: white;
    font-size: 36px;
    border-bottom: 4px solid #53b904;
}

.hot-tel {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid white;
    justify-content: space-between;
}

.hot p strong {
    font-size: 30px;
}

.hot-tel a {
    color: white;
    font-size: 20px;
    padding: 2px 10px;
    background-color: #53b904;
}

@media (max-width: 768px) {
    .hot {
        padding: 40px 0;
    }
    .hot p {
        font-size: 20px;
    }
    .hot span {
        font-size: 30px;
    }
    .hot-tel {
        padding: 10px;
        margin-top: 10px;
    }
    .hot p strong {
        font-size: 26px;
    }
}

.why-box {
    width: 100%;
    max-width: 1560px;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
}

.why-info {
    width: 100%;
    max-width: 724px;
    padding: 40px 60px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px #cccccc;
	z-index: 2;
}

.why-ml {
    margin-left: -60px;
}

.why-name {
    color: #111;
    font-size: 24px;
    margin: 20px 0;
    padding-left: 10px;
    border-left: 8px solid #53b904;
}

.why-name span {
    font-size: 18px;
}

.why-info>span, .why-info div>span {
    display: block;
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    padding-left: 20px;
    background: url('../images/jt.jpg') no-repeat left center;
}

.why-info>div:hover p {
    color: #53b904;
}

.why-two {
    max-width: 870px;
    margin-right: -280px;
}

.why-thr {
    flex-wrap: wrap;
}

.why-thr .why-info {
    max-width: 1200px;
    padding: 50px 60px 40px;
    margin: -220px auto 0;
}

@media (max-width: 768px) {
    .why-box {
        flex-wrap: wrap;
    }
    .why-info {
        padding: 10px;
    }
    .why-ml {
        margin-left: 0;
    }
    .why-thr .why-info {
        padding: 10px;
        margin: 0 auto;
    }
}

.about {
    padding-bottom: 60px;
    background: url('../images/about.png') no-repeat center top;
    background-size: cover;
}

.about-box {
    margin-top: 60px;
    padding: 0 110px 20px 30px;
    background: url('../images/about-bg.png') no-repeat center top;
    background-size: cover;
}

.about-name {
    font-size: 30px;
    color: #53b904;
	font-weight: 600;
}

.about-name span {
    font-size: 18px;
    color: #999999;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 2px solid #666;
	font-weight: 500;
}

.about-img img {
    display: none;
}

.about-img img:first-child {
    display: block;
}

.about-text {
    margin-top: 120px;
}

.about-text li {
    display: none;
    text-align: right;
}

.about-text p {
    color: #666;
    font-size: 16px;
    text-align: left;
    text-indent: 9em;
    line-height: 30px;
}

.about-text a {
    width: 130px;
    color: white;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background-color: #53b904;
}

.about-text li:first-child {
    display: block;
}

.about-nav {
    display: flex;
    margin: 26px 0;
    text-align: center;
    justify-content: space-around;
}

.about-nav span {
    width: 126px;
    color: white;
    font-size: 20px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #999999;
}

.about-nav span a{
	color: white;
}

.about-nav .about-on {
    background-color: #53b904;
}

@media (max-width: 768px) {
    .about-box {
        padding: 0 0 20px 0;
    }
    .about-nav {
        margin: 15px 0;
    }
    .about-nav span {
        width: 80px;
        font-size: 14px;
        line-height: 30px;
    }
    .about-text {
        margin-top: 0;
    }
    .about-text p {
        padding: 0 10px;
        text-indent: 2em;
    }
}

.case-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    text-align: center;
    justify-content: space-around;
}

.case-nav span {
    width: 150px;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 10px;
    border: 1px solid #666;
}

.case-nav .case-on {
    color: white;
    border-color: #53b904;
    background-color: #53b904;
}

.case-list {
    margin-bottom: 60px;
}

.case-list li {
    display: none;
}

.case-list li:first-child {
    display: block;
}

.case-list li p {
    color: #111;
    font-size: 16px;
    overflow: hidden;
    line-height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case-list li>a {
    width: 160px;
    margin: 0 auto;
    display: block;
    font-size: 20px;
    color: #53b904;
    line-height: 40px;
    border: 1px solid #53b904;
}

@media (max-width: 768px) {
    .case-nav {
        justify-content: space-between;
    }
    .case-nav span {
        width: 30%;
        font-size: 14px;
        line-height: 30px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
}

.exper {
    padding: 45px 0;
    margin-bottom: 60px;
    background: url('../images/exper.jpg') no-repeat center top;
    background-size: cover;
}

.exper .swiper-slide-thumb-active {
    border: 1px solid #53b904;
}

.gallery-thumbs .swiper-wrapper {
    flex-direction: column;
}

.gallery-thumbs .swiper-wrapper .swiper-slide {
    width: 100% !important;
    margin-bottom: 45px;
}

.gallery-thumbs .swiper-wrapper .swiper-slide:last-child {
    margin-bottom: 0;
}

.news-title {
    line-height: 50px;
    margin-bottom: 40px;
    background-color: #eeeeee;
}

.news-title span {
    color: white;
    font-size: 24px;
    padding: 0 15px;
    background-color: #53b904;
}

.news-title a {
    font-size: 18px;
    color: #666666;
    padding-right: 10px;
}

.news-img {
    position: relative;
    height: 232px;
    overflow: hidden;
}

.news-time {
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: 1;
    text-align: center;
    padding-right: 9px;
    background: url('../images/news-time-bg.png') no-repeat right top;
}

.news-time span {
    width: 50px;
    color: white;
    font-size: 24px;
    line-height: 44px;
}

.news-month {
    background-color: #53b904;
}

.news-day {
    background-color: #666666;
}

.news-name {
    color: #111;
    display: block;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    margin: 15px 0 15px;
    text-overflow: ellipsis;
}

.news-brief {
    color: #666;
    font-size: 16px;
	height: 44px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-tmp:hover .news-name, .news-tmp:hover .news-brief {
    color: #53b904;
}

/* 友情链接 */

.link {
    margin: 60px 0;
    padding: 20px 0;
    line-height: 30px;
    background-color: #edf8e5;
}

.link span {
    color: #111;
    font-size: 24px;
    padding-right: 10px;
    border-right: 4px solid #53b904;
}

.link a {
    color: #666;
    font-size: 18px;
    margin-left: 10px;
}

/* 路径导航 */

.route .breadcrumb {
    border-radius: 0;
    background-color: #fff;
    border-bottom: 1px solid #d2d2d2;
}

.manager {
    margin-top: 0;
    background-color: #fff;
}

.manager-route {
    box-shadow: 0 0 10px #cccccc;
}

.product-center {
    color: white;
    padding: 15px 0;
    text-align: center;
    background-color: #53b904;
}

.product-center p {
    font-size: 24px;
    font-weight: bold;
}

.product-center span {
    font-size: 18px;
}

.manager-item {
    margin-bottom: 20px;
}

.manager-name {
    color: #111;
    font-size: 16px;
    margin-top: 10px;
}

.manager-operate a {
    width: 140px;
    color: #666;
    margin: 0 5px;
    font-size: 16px;
    line-height: 36px;
    border-radius: 10px;
    display: inline-block;
    background-color: #eee;
    border: 1px solid #bfbfbf;
}

.manager-operate a:hover {
    color: #53b904;
    border-color: #53b904;
    background-color: #fff;
}

@media (max-width: 768px) {
    .manager-route {
        box-shadow: 0 0 10px transparent;
    }
}

.page {
    margin: 50px 0;
}

.page .pagination>li>a, .page .pagination>li>span {
    color: #111;
    font-size: 16px;
}

.manager-list>div:first-child {
    border-right: 1px solid #dcdcdc;
}

.manager-news {
    color: #111;
    font-size: 24px;
    line-height: 40px;
    border-bottom: 1px solid #dcdcdc;
}

.manager-news span {
    font-size: 16px;
}

.manager-link {
    color: #666;
    display: flex;
    font-size: 16px;
    line-height: 44px;
    padding-left: 12px;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    background: url('../images/manager-bg.jpg') no-repeat center left;
}

.manager-link:last-child {
    border-bottom: none;
}

.manager-link a {
    flex: 1;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.manager-link span {
    width: 100px;
}

.manager-link:hover {
    background: url('../images/manager-on-bg.jpg') no-repeat center left;
}

.manager-link:hover a, .manager-link:hover span {
    color: #53b904;
}

@media (max-width: 768px) {
    .manager-list>div:first-child {
        border-right: none;
    }
}

.manager-tmp {
    margin-top: 30px;
}

.manager-like {
    color: white;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
    background-color: #53b904;
}

.manager-img {
    margin-top: 20px;
    position: relative;
}

.manager-img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: flex;
    color: white;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
}

.manager-img:hover a {
    opacity: 1;
}

.manager-click {
    width: 270px;
    color: white;
    display: block;
    font-size: 20px;
    margin-top: 50px;
    line-height: 80px;
    text-align: center;
    background: url('../images/manager-click.jpg') no-repeat center;
    background-size: cover;
}

.manager-click:hover{
	color: #fff;
}

.manager-tel {
    color: #666;
    font-size: 18px;
    line-height: 24px;
    padding: 18px 0;
    border-bottom: 1px solid #d2d2d2;
}

.manager-tel:last-child {
    border-bottom-width: 20px;
}

.case-menu {
    margin-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 0 20px #cccccc;
}

.case-menu li {
    font-size: 20px;
    padding: 0 15px;
    line-height: 50px;
    background-color: #eeeeee;
    border-bottom: 1px solid white;
}

.case-menu li a {
    color: #111;
}

.case-menu li .case-on {
    color: #53b904;
}

.case-box li {
    padding: 20px 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
}

.case-box li:hover {
    border-color: #53b904;
}

.case-title {
    color: #111;
    display: block;
    font-size: 20px;
    text-align: left;
    overflow: hidden;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-left: 6px solid #53b904;
}

.case-sm {
    color: #666;
    font-size: 16px;
    text-align: left;
    text-indent: 2em;
    line-height: 32px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	height: 64px;
}

.case-link {
    width: 130px;
    color: #111;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border: 1px solid #111;
}

.case-link:hover {
    color: #53b904;
    border-color: #53b904;
}

@media (max-width: 768px) {
    .case-title {
        margin: 10px 0;
    }
}

.news-lll {
    margin: 10px 0;
    font-size: 16px;
}

.contact-menu {
    font-size: 0;
    margin: 30px 0;
    line-height: 40px;
    text-align: center;
}

.contact-menu a {
    width: 100%;
    color: #111;
    font-size: 20px;
    max-width: 150px;
    display: inline-block;
    background-color: #eee;
}

.contact-menu .contact-on {
    color: white;
    background-color: #53b904;
}

.contact-menu a:hover {
    color: white;
    background-color: #53b904;
}

.contact-title {
    color: #111;
    font-size: 24px;
    text-align: center;
}

.contact-title span{
	font-weight: 600;
}

.why-name .weight{
	font-weight: 600;
	font-size: 24px;
}

.contact-title i {
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background-color: #111;
}

.contact-product {
    margin-top: 110px;
    position: relative;
    margin-bottom: 60px;
    background: url('../images/chair.jpg') no-repeat right center;
}

.contact-product-box {
    padding: 0 20px 0 445px;
    border: 1px solid #c9c9c9;
    background: url('../images/contact-product.jpg') no-repeat left bottom;
}

.contact-product img {
    position: absolute;
    top: -35px;
    left: -100%;
	transition: all 0.6s;
}
.contact-product img.ons{
	left: 0;
}

.contact-product-box h1 {
    color: #111;
    font-size: 20px;
    margin-top: 40px;
    text-align: center;
}

.contact-product-box span {
    width: 30px;
    height: 4px;
    display: block;
    margin: 10px auto;
    background-color: #53b904;
}

.contact-product-box p {
    color: #666;
    font-size: 16px;
    text-indent: 2em;
    line-height: 30px;
}

.contact-info {
    color: #111;
    margin: 40px 0;
    font-size: 20px;
    line-height: 50px;
    padding: 20px 0 80px;
    /*background: url('../images/contact-img1.jpg') no-repeat right center;
    background-size: contain;*/
}
.contact-info ul{
	width: 43%;
}
.contact-info li {
    max-width: 400px;
    border-bottom: 1px solid #bfbfbf;
}

.contact-info li:last-child {
    border-bottom: none;
}

.uk-first-column{
	width: 55%;
}
.uk-position-relative{
	position: relative;
	border: 1px solid #60bd14;
	height: 343px;
}

.uk-position-relative img{
	position: absolute;
    z-index: 5;
    top: -35px;
    left: 35px;
	width: 100%;
	transition: all 0.5s;
}
.uk-position-relative:hover img{
    transform: translate(-35px,35px);
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.manager-item .cp_tu img{
	transition: 1.2s;
}
.cp_tu{
	overflow: hidden;
	border: 1px solid #ccc;
	height: 302px;
}
.manager-item:hover .cp_tu img{
	transform: scale(1.1);
}

@media (max-width: 768px) {
    .contact-product {
        background: none;
    }
	.cp_tu{
		height: auto;
	}
    .contact-product-box {
        padding: 10px;
        background: none;
    }
    .contact-info {
        background: none;
    }
	.contact-info ul,.uk-first-column{
		width: 100%;
	}
	.uk-first-column{
		margin-top: 40px;
	}
	.uk-position-relative img{
		top: -20px;
		left: 20px;
		width: 97%;
	}
	.uk-position-relative{
		height: 210px;
	}
	.uk-position-relative:hover img{
		transform: translate(-20px,20px);
		width: 100%;
	}
}

.case-detail-name {
    background: url('../images/case-detail-img1.jpg') no-repeat center;
    background-size: cover;
    display: flex;
    padding: 20px 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.case-detail-name span {
    color: white;
    font-size: 24px;
    padding: 5px 20px;
    background-color: #53b904;
}

.case-detail-other {
    color: #666;
    display: block;
    font-size: 16px;
    overflow: hidden;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.case-detail-other i {
    width: 6px;
    height: 6px;
    margin-right: 5px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    background-color: #111;
}
.case-detail-other:hover {
    color: #53b904;
}
.case-detail-other:hover i {
    background-color: #53b904;
}
.case-detail-title {
    color: #111;
    font-size: 24px;
}
.case-detail-line {
    width: 30px;
    height: 4px;
    margin: 15px 0;
    display: inline-block;
    background-color: #53b904;
}
.case-detail-time {
    color: #666;
    display: block;
    font-size: 16px;
}
.case-detail-info {
    margin: 20px 0;
}
.case-detail-info p {
    color: #666 !important;
    font-size: 16px !important;
    text-indent: 2em !important;
    text-align: left !important;
    line-height: 30px !important;
    margin-bottom: 10px !important;
}
.case-detail-info img {
    max-width: 100%;
    margin-bottom: 30px;
}
.case-page a {
    width: 50%;
    float: left;
    color: #111;
    font-size: 16px;
    overflow: hidden;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #dcdcdc;
}
.case-page a:hover {
    color: #53b904;
    border-color: #53b904;
}
.content-thumbs {
    margin-top: 20px;
    padding: 0 30px;
}
.content-thumbs .swiper-slide-thumb-active {
    border: 1px solid #53b904;
}
.content-thumbs .swiper-button-next {
    right: 0;
}
.content-thumbs .swiper-button-prev {
    left: 0;
}
.detail-info {
    padding: 20px;
    color: #111;
    border: 1px solid #e5e5e5;
}
.detail-info span {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #53b904;
}
.detail-info p {
    font-size: 16px;
}
.detail-tel {
    margin-top: 60px;
}
.detail-tel div {
    color: #111;
    font-size: 18px;
    line-height: 28px;
    padding-left: 50px;
    background: url('../images/contact-icon1.jpg') no-repeat left center;
    background-size: 40px;
}
.detail-tel a {
    width: 110px;
    color: white;
    font-size: 18px;
    margin-top: 10px;
    line-height: 36px;
    text-align: center;
    background-color: #000;
}
@media (max-width: 768px) {
    .detail-info {
        margin-top: 20px;
    }
    .detail-tel {
        margin-top: 30px;
    }
}
.detail-title {
    color: #111;
    font-size: 20px;
    line-height: 38px;
    margin: 40px 0 20px;
    padding-bottom: 13px;
    background: url('../images/detail-title-bg.jpg') no-repeat left bottom;
}
.detail-ys span {
    width: 108px;
    color: white;
    display: block;
    font-size: 20px;
    margin: 10px auto;
    line-height: 30px;
    text-align: center;
    background-color: #53b904;
}
.detail-ys p {
    color: #666;
    font-size: 16px;
	line-height: 28px;
}
.detail-cz-js {
    color: #666;
    font-size: 16px;
    line-height: 28px;
}
.detail-cz-js img {
    max-width: 100%;
}
.tips {
    color: #666;
    margin-top: 30px;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #eeeeee;
}
.tips b {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
}
.tips p {
    font-size: 16px;
}
.about_qt{
	margin-top: 60px;
	background: none;
}
.about_qt .contact-product-box{
	padding: 0 20px;
    border: 1px solid #c9c9c9;
    background: none;
}
.about_qt_detail img{
	position: relative;
    top: 0;
    left: 0;
}
.sy_pic_pos{
	position: relative;
	height: 255px;
    overflow: hidden;
}
.sy_pic_pos .sy_yiny{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
}
.sy_prd:hover .sy_pic_pos .sy_yiny{
	display: block;
}
.case-item:hover .sy_pic_pos .sy_yiny{
	display: block;
}
.jiacu{
	font-weight:600;
}
.why-name:hover{
	color: #53b904;
}
.sj{
	display: none;
}
.about-img{
	overflow: hidden;
}
.about-img img{
	transition: 2s;
}
.about-img img:hover{
	transform: scale(1.2);
}
.sy_chanpin{
	padding: 0;
}
.yishi_pic{
	/*overflow: hidden;*/
	margin-top: 15px;
}
.yishi_pic img{
	transition: 1s;
}
.yishi_pic img:hover{
	/*transform: scale(1.1);*/
	transform: translateY(-15px);
}
.yishi_img,.wsm_img{
	overflow: hidden;
}
.yishi_img img,.wsm_pic{
	transition: 1s;
}
.yishi_img:hover img,.wsm_pic:hover img{
	/*transform: scale(1.1);*/
	transform: translateY(-15px);
}
.wsm_pic:hover{
	/*transform: scale(1.1);
	margin-right: -7px;*/
	transform: translateY(-15px);
}
.sy_tbbox{
	text-align: center;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    transition: all 0.4s linear;
	height: 60px;
}
.sy_tbbox em.lx_pic1 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.sy_tbbox i.lx_pic2 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,0,-65px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-65px) rotate3d(1,0,0,90deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.flow:hover .sy_tbbox em.lx_pic1 {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,65px,0) rotate3d(1,0,0,-90deg);
    transform: translate3d(0,65px,0) rotate3d(1,0,0,-90deg);
}
.flow:hover .sy_tbbox i.lx_pic2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
}
.why-img{
	overflow: hidden;
	z-index: 0;
}
.why-img img{
	transition: 2s;
}
.why-img:hover img{
	transform: scale(1.1);
}
.news_list_img{
	overflow:hidden;
	height: 180px;
}
@media(max-width: 767px){
	.pc{
		display: none;
	}
	.sj{
		display: block;
	}
	.fw-name {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.news_list_img{
		height: auto;
	}
	.fw-menu a{
		font-size: 14px;
	}
	.news-img{
		height: auto;
	}
	.sy_pic_pos{
		height: auto;
	}
	.footer{
		margin-bottom: 65px;
	}
}