﻿

img {
    max-width: 100%;
    border: none;
    border: 0;
    vertical-align: middle;
}

a {
    color: #333333;
    text-decoration: none;
    transition: all ease 0.3s;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

.decbox a:hover {
    text-decoration: none;
    color: #0ab455;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.Contain {
    max-width: 1500px;
    margin: 0 auto;
}

.nNav {
    text-align: center;
    margin-top: 28px;
}

.nNav ul li a{
    display: inline-block;
    margin-left: -4px;
    margin: 0 5px;
    width: 115px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 10px;
}

.tab {
    height: 36px;
    width: 1500px;
}

.tab li a {
    position: relative;
    float: left;
    cursor: pointer;
    border-top: 4px solid #fff;
}
.tab li a{
font-size:16px;
}
.products .main {
    display: none;
}

.products .main.active {
    display: block;
}

.tab li a.active {
    background: #0ab455;
    color: #fff;
    font-weight: bold;
}

.tab li a:hover {
    background: #0ab455;
    color: #fff;
    font-weight: bold;
}

.circle {
    color: #009900;
    font-family: SimHei;
    font-size: 18px;
}

/*网页滚动条*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    -webkit-overflow-scrolling: touch;
    background-color: #e8e8e8;
}

::-webkit-scrollbar-track {
    background-color: #e8e8e8;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #0ab455;
}

::-webkit-scrollbar-button {
    height: 0px;
    background-color: #e8e8e8;
}

.imgbox {
    overflow: hidden;
    position: relative;
}

.imgbox span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgbox img {
    width: auto !important;
    max-height: 100%;
}

.Solution .tit {
    margin-bottom: 50px;
}

.Solution .tit span {
    opacity: 0.4;
    font-family: Arial;
}

.Solution .tit h1 {
    font-size: 40px;
    margin-top: 10px;
}

.Solution .tit b {
    display: block;
    width: 60px;
    height: 3px;
    background: #0ab455;
    margin-top: 40px;
}

.Solution {
    margin-top: 70px;
}

.Solution .Part1 {
    padding-bottom: 70px;
    position: relative;
height:500px;
}

.Solution .Part1::before {
    content: '';
    display: block;
    width: 95%;
    height: 65%;
    background: #f1f7f4;
    position: absolute;
    bottom: 0;
    right: 0;
}

.Solution .Part1 .PartBox .img {
    width: 50%;
    padding-top: 500px;
}

.Solution .Part1 .PartBox .txt {
    width: 44%;
    position: relative;
    z-index: 99;
}

.Solution .Part1 .PartBox .txt .tit {
    padding: 60px 0;
}

.Solution .Part1 .PartBox .txt .dec .decbox {
    line-height: 36px;
    color: #666;
    padding-right: 10px;
    height: 216px;
    overflow: auto;
}

.Solution .Part1 .PartBox .txt .dec b {
    width: 60px;
    height: 3px;
    background: #0ab455;
    display: block;
    margin-bottom: 30px;
}

.slider:hover .slick-prev {
    left: -80px;
}

.slider:hover .slick-next {
    right: -80px;
}
@media ( min-width:1921px) {
	.Solution .Part1::before {
    content: '';
    display: block;
    width: 62.2%;
    height: 65%;
    background: #f1f7f4;
    position: absolute;
    bottom: 0;
    right: 19%;
}
}
@media(max-width:1440px) {
    .Solution .tit h1 {
        font-size: 30px;
    }
    .Solution .Part1 .PartBox .txt .dec .decbox {
        font-size: 15px;
        line-height: 30px;
    }
}

@media(max-width:1280px) {    
    .slider:hover .slick-prev {
        left: 10px;
    }
    .slider:hover .slick-next {
        right: 10px;
    }
}

@media(max-width:992px) {
    .Solution {
        margin-top: 30px;
    }
    .Solution .Part1 {
        padding-bottom: 30px;
    }
    .Solution .Part1 .PartBox .img {
        width: 100%;
        padding-top: 60%;
    }
    .Solution .Part1 .PartBox .txt {
        width: 100%;
    }
    .Solution .Part1::before {
        width: 100%;
    }
    .Solution .Part1 .PartBox .txt .tit {
        padding: 30px 0;
        margin-bottom: 0;
    }
    .Solution .tit h1 {
        font-size: 22px;
    }
}

@media(max-width:768px) {
    .Solution .tit {
        margin-bottom: 20px;
    }
    .Solution .tit h1 {
        font-size: 18px;
    }
    .Solution .tit b {
        width: 40px;
        margin-top: 20px;
    }
    .Solution .Part1 .PartBox .txt .dec .decbox {
        height: auto;
        font-size: 14px;
    }
    .Solution .Part1 .PartBox .txt .dec b {
        width: 40px;
    }
}
.decbox a span{
font-size:14px;
}







