.solve {
    width: 100%;
    overflow: hidden;
    background: #F5F5F5;
}

.solve .wrap {
    width: 1200px;
    margin: 203px auto 51px;
}

.solve .wrap .title .text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.solve .wrap .title .text span {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}

.solve .wrap .title .text div {
    display: flex;
    align-items: center;
}

.solve .wrap .title .text div a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    position: relative;
    top: 8px;
}

.solve .wrap .content {
    margin: 24px 0 0 0;
}

.solve .wrap .content img {
    width: 100%;
}

.solve .wrap .content .color {
    width: 940px;
    height: 230px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    margin: -55px auto 0;
    padding: 36px 10px 54px 10px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.solve .wrap .content .color span {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 19px 0;
    display: block;
}

.solve .wrap .content .color p {
    width: 845px;
    margin: auto;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.automatic {
    width: 100%;
    overflow: hidden;
}

.automatic .wrap {
    width: 1200px;
    margin: 60px auto 63px;
}

.automatic .wrap .title {
    margin: 0 0 37px 0;
}

.automatic .wrap .title span {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 25px 0;
    display: block;
}

.automatic .wrap .title p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.automatic .wrap .content {
    margin: 0 0 59px 0;
}

.automatic .wrap .content .item {
    display: flex;
    height: 330px;
}

.automatic .wrap .content .item:not(:last-child) {
    margin: 0 0 36px 0;
}

.automatic .wrap .content .item .picture {
    width: 50%;
    height: 100%;
    position: relative;
}

.automatic .wrap .content .item .picture > div {
    overflow: hidden;
}

.automatic .wrap .content .item .picture img {
    width: 100%;
    height: 100%;
    transition: 0.6s;
    cursor: pointer;
}

.automatic .wrap .content .item .picture .label {
    position: absolute;
    left: -17px;
    top: 35px;
    width: 240px;
    height: 46px;
    background: #999999;
    display: flex;
    align-items: center;
    padding: 0 0 0 17px;
    z-index: 1;
    transition: 0.6s;
}

.automatic .wrap .content .item .picture .label span {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    transition: 0.6s;
}

.automatic .wrap .content .item .picture .label p {
    font-size: 13px;
    font-family: DINCond-Black;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 0 11px;
    text-transform: uppercase;
    position: relative;
    top: 3px;
    transition: 0.6s;
}

.automatic .wrap .content .item .picture .label .yellow {
    display: flex;
    align-items: center;
    position: absolute;
    right: -15px;
    transition: 0.6s;
}

.automatic .wrap .content .item .picture .label .yellow .first {
    width: 9px;
    height: 11px;
    background: #F7AB00;
    transition: 0.6s;
}

.automatic .wrap .content .item .picture .label .yellow .big {
    width: 32px;
    height: 21px;
    background: #F7AB00;
    display: flex;
    align-items: center;
    transition: 0.6s;
}

.automatic .wrap .content .item .picture .label .yellow .big div {
    width: 9px;
    height: 11px;
    background: #999999;
    transition: 0.6s;
}

.automatic .wrap .content .item .picture:hover img {
    transform: scale(1.1);
}

.automatic .wrap .content .item .picture:hover .label {
    background: #F7AB00;
}

.automatic .wrap .content .item .picture:hover .label .yellow .big div{
    background: #F7AB00;
}
.automatic .wrap .content .item .picture:hover .label .yellow .first,.automatic .wrap .content .item .picture:hover .label .yellow .big{
    background: #999999;
}
.automatic .wrap .content .item .color {
    width: 50%;
    height: 100%;
    background: #F7F7F7;
    padding: 37px 44px;
}

.automatic .wrap .content .item .color p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.automatic .wrap .content .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.automatic .wrap .facilities > span {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0 0 24px 0;
}

.automatic .wrap .facilities > p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.automatic .wrap .facilities .message {
    margin: 93px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.automatic .wrap .facilities .message .list:not(:last-child) {
    margin: 0 233px 0 0;
}

.automatic .wrap .facilities .message .list {
    text-align: center;
    position: relative;
}

.automatic .wrap .facilities .message .list span {
    font-size: 22px;
    font-family: Helvetica;
    font-weight: bold;
    color: #F7AB00;
}

.automatic .wrap .facilities .message .list:not(:last-child):after {
    content: '';
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 130px;
    background: #E5E5E5;
}

.browse {
    overflow: hidden;
    width: 100%;
    background: #F5F5F5;
}

.browse .wrap {
    width: 1200px;
    margin: 45px auto 55px;
}
.browse .wrap .title{
    margin: 0 0 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.browse .wrap .title span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}

/**/
.browse .wrap .title .more {
    display: flex;
    align-items: center;
}

.browse .wrap .title .more .circle {
    width: 20px;
    height: 20px;
    background: #F7AB00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
}

.browse .wrap .title .more .circle .iconfont {
    color: #333333;
}

.browse .wrap .title .more p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
/**/
.browse .wrap .content {
    display: flex;
    flex-wrap: wrap;
}

.browse .wrap .content .item {
    width: 230px;
    height: 274px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    padding: 18px 20px 0 20px;
    position: relative;
    overflow: hidden;
    margin: 0 12px 12px 0;
}

.browse .wrap .content .item:nth-child(5n) {
    margin: 0 0 12px 0;
}

.browse .wrap .content .item .text p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin: 0 0 7px 0;
}

.browse .wrap .content .item .text p:nth-child(2) {
    font-size: 16px;
    font-family: Helvetica;
    font-weight: bold;
    color: #333333;
}

.browse .wrap .content .item .images {
    width: 175px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0 0;
}

.browse .wrap .content .item .images img {
    max-width: 100%;
    transition: 0.6s;
}

.browse .wrap .content .item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #F7AB00;
    transform: translateX(-100%);
    transition: 0.6s;
}

.browse .wrap .content .item:hover:after {
    transform: translateX(0);
}

.browse .wrap .content .item:hover .images img {
    transform: scale(1.1);
}

.case{
    width: 100%;
    overflow: hidden;
}
.case .wrap{
    width: 1200px;
    margin: 57px auto 58px;
}
.case .wrap .title{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 27px 0;
}
.case .wrap .content{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.case .wrap .content .button_{
    position: absolute;
    width: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}
.case .wrap .content .button_ .iconfont{
    color: #000;
    font-size: 32px;
    pointer-events: auto;
    cursor: pointer;
}

.case .wrap .content .button_ .iconfont:first-child{
    transform: rotate(180deg);
}

.case .wrap .content .item{
    width: 380px;
    margin: 0 30px 30px 0;
}
.case .wrap .content .item:nth-child(3n){
    margin: 0 0 30px 0;
}
.case .wrap .content .item .images{
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.case .wrap .content .item .images img{
    width: 100%;
    height: 100%;
    transition: 0.6s;
}

.case .wrap .content .item .color{
    width: 100%;
    background: #F5F5F5;
    padding: 30px 32px;
    display: none;
}
.case .wrap .content .item .color span{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    transition: 0.6s;
}
.case .wrap .content .item .color > p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    min-height: 72px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.case .wrap .content .item .color .more{
    display: flex;
    align-items: center;
    margin: 34px 0 0 0;
}
.case .wrap .content .item .color .more .circle{
    width: 20px;
    height: 20px;
    background: #F7AB00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px 0 0;
}
.case .wrap .content .item .color .more .circle .iconfont{
    color: #333333;
}
.case .wrap .content .item .color .more p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.case .wrap .content .item:hover .images img{
    transform: scale(1.1);
}
.case .wrap .content .item:hover .color span{
    color: #F7AB00;
}



.automatic .wrap .content .item .picture a{
    display: block;
    height:100%;
    overflow: hidden;
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	.solve .wrap {
        margin-top: 180px;
    }
    .solve .wrap .content .color span,
    .solve .wrap .title .text span,
    .automatic .wrap .title span,
    .browse .wrap .title span,
    .case .wrap .title{
        font-size: 28px;
    }
    .solve .wrap .content .color {
        height: auto;
        padding: 30px 10px 40px 10px;
    }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
    .automatic .wrap,
	.solve .wrap,
    .browse .wrap,
    .case .wrap
    {
        width: 90%;
    }
    .case .wrap .content{
        width: 95%;
        margin: 0 auto;
    }
    .browse .wrap .content{
        width: 90%;
        margin: 0 auto;
    }
    .automatic .wrap .content .item .color {
        padding: 30px;
    }
    .browse .wrap .content .item .text p {
        font-size: 16px;
    }
    .browse .wrap .content .item {
        height: 250px;
    }
    .automatic .wrap{
        margin-top: 40px;
    }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}



@media screen and (max-width: 1024px){
    .solve .wrap .content .color span{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .solve .wrap .content .color {
        padding: 20px 10px 30px;
    }
    .automatic .wrap, .solve .wrap, .browse .wrap,.case .wrap{
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .browse .wrap .content .item {
        width: auto;
    }
    .browse .wrap .content .item .images {
        width: 100%;
    }
    .automatic .wrap .content .item .color {
        padding: 20px;
    }
    .automatic .wrap .content .item .picture .label {
        width: 240px;
    }
    .solve .wrap{
        margin-top: 80px;
    }
}


@media screen and (max-width: 820px){
    .automatic .wrap .content .item:nth-child(2n),
    .automatic .wrap .content .item{
        height:auto;
        flex-direction: column;
    }
    .automatic .wrap .content .item .picture,
    .automatic .wrap .content .item .color{
        width: 100%;
    }
    .solve .wrap .content .color {
        width: 95%;
    }
    .solve .wrap .content .color p{
        width: 100%;
        font-size: 16px;
    }
    .solve .wrap .content .color span {
        font-size: 22px;
    }
    .automatic .wrap .content .item .picture .label span {
        font-size: 16px;
    }
    .browse .wrap .content .item .images {
        margin-top: 20px;
    }
    .browse .wrap .content .item {
        height: 220px;
    }
    .browse .wrap,
    .case .wrap {
        margin: 40px auto;
    }
    .case .wrap .content .item .images{
        height: auto;
    }
    .solve .wrap .content .color span {
        margin-bottom: 12px;
    }
}


@media screen and (max-width: 768px){
    .automatic .wrap .content .item .color p span{
        font-size: 18px!important;
    }
    .automatic .wrap .title{
        margin: 0 0 12px;
    }
}


@media screen and (max-width: 540px){
	.solve .wrap .title .text span, .automatic .wrap .title span, .browse .wrap .title span, .case .wrap .title {
        font-size: 24px;
        line-height: 1;
    }
    .solve .wrap .title .text div a {
        font-size: 14px;
    }
    .automatic .wrap, .solve .wrap, .browse .wrap, .case .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .solve .wrap .content .color span {
        font-size: 20px;
    }
    .browse .wrap .content .button_,
    .case .wrap .content .button_ {
        width: 110% !important;
    }
    .browse .wrap .content .item{
        margin-right: 0;
    }
}
@media screen and (max-width: 500px){
    .solve .wrap .content .color span {
        font-size: 18px;
    }
	.solve .wrap .content .color p{
        font-size: 14px;
    }
    .solve .wrap .content .color {
        padding: 20px 10px 20px;
    }
    .automatic .wrap .title p {
        font-size: 14px;
        line-height: 22px;
    }
}
@media screen and (max-width: 450px){
	.solve .wrap .content .color span {
        font-size: 16px;
    }
    .solve .wrap .title .text span, .automatic .wrap .title span, .browse .wrap .title span, .case .wrap .title {
        font-size: 20px;
    }
    .automatic .wrap .content .item .color p {
        font-size: 14px;
        line-height: 22px;
    }
    .automatic .wrap .content .item .color {
        padding: 15px;
    }
    .automatic .wrap .content .item .picture .label {
        height: 40px;
    }
    .solve .wrap {
        margin-bottom: 30px;
    }
    .browse .wrap .title .more p {
        font-size: 14px;
    }
    .browse .wrap .title .more .circle {
        width: 18px;
        height: 18px;
    }
}
@media screen and (max-width: 414px){
	.automatic .wrap .content .item:not(:last-child) {
        margin: 0 0 24px 0;
    }
    .solve .wrap .content .color span {
        font-size: 14px;
    }
    .solve .wrap .content .color p {
        font-size: 12px;
    }
    .automatic .wrap .content .item .color p {
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (max-width: 375px){
	.solve .wrap .content .color{
        width: 100%;
        margin-top: 0;
    }
}

@media screen and (max-width: 360px){
	
}




 