/* 导航 */
/*公共头部*/
.public-headertop{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    z-index:999;
    height:80px;
    transition:all .5s;
}
/*公共头部结束*/

@font-face {
    font-family: 'oswald';
    src: url('../fonts/text_card.TTF');
}

.top-nav-box {
    position: absolute;
    width: 1200px;
    z-index: 2;
    top: 0;
    left: 0px;
    right: 0px;
    margin: auto;
    /*padding: 20px 0*/
}

.top-nav-box ul.top-nav-items {
    display: inline-block;
    margin: 0 30px;
    width: 60%;
}

.top-nav-box .top-nav-items li {
    float: left;
    margin: 0px;
    padding:30px 0;
    text-align: center;
    width:11%;
}

.top-nav-box .top-nav-items li a {
    color: #27292e;
    font-size: 16px;
}

.top-nav-box .top-nav-items li a:hover {
    color: #ffae00;
    display: inline-block;
}

.top-nav-box .login-box {
    color: #8f8f8f;
    font-size: 16px;
    display: inline-block;
    float: right;
    line-height: 43px;
    margin-top:18px;
}

.top-nav-box .login-box a {
    margin: 0 10px;
    color: #8f8f8f
}

.top-nav-box .login-box a:hover {
    color: #ffae00
}

.top-nav-box .try-btn {
    float: right;
    display: inline-block;
    margin:24px 0 0 30px;
    font-size: 16px;
    width:90px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #ffae00;
    border-radius: 20px;
    font-size:15px;
}
.top-nav-box .try-btn.hidden-mobile{
    display:none;
}

.top-nav-box .try-btn:hover {
    background: #ff9512;
}

.m-logo {
    display: inline-block;
    vertical-align: middle;
}

.top-nav-box .nav-collect-icon {
    display: none
}

.top-nav-box .m-logo {
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-top:20px;
}

/* 二级页面banner */

.banner-box {
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    /*display: table;*/
}

.case-banner-box {
    background: url(../images/sub-case-banner.jpg) no-repeat center center;
    height: 320px;
    overflow:hidden;
}

.price-banner-box {
    background: url(../images/sub-price-banner.jpg) no-repeat center center;
    height: 324px;
    overflow:hidden;

}

.pro-banner-box {
    background: url(../images/sub-case-banner.jpg) no-repeat center center;
    height: 380px;
    overflow:hidden;

}

.banner-box img{
    display:block;
    width:100%;
    height:100%;
}

.banner-box .tit {
    font-size: 36px;
    font-weight: 600;
    padding: 0 50px
}

.banner-box .tex {
    color: #a2a7b0;
    font-size: 16px;
    margin-top: 20px;
    padding: 0 50px;
}

.banner-box .tex span {
    margin: 0 5px
}

.banner-box .banner-tex {
    position:absolute;
    left:50%;
    top:50%;
    width:1200px;
    height:188px;
    margin-left:-600px;
    margin-top:-94px;
    display: table-cell;
    /*padding-top:100px;*/
    display:flex;
    justify-content:center;
    align-items: center;
}

/* case页面 */
.case-desoluitem,.case-container{
    margin-bottom:30px;
}
.center-container .case-desoluitem:last-of-type{
    margin-bottom:0;
}

.center-container {
    width: 1200px;
    padding:30px 0 50px 0;
    margin: auto;
}
.center-container ul.case-container li:first-child {
    margin-top:0;
    border-top:none;
}
.center-container ul.case-container li {
    padding: 36px 0;
    display: flex;
    align-items: center;
    margin: 40px 0;
    border-top: 1px solid #efeff1;
    border-bottom: 1px solid #efeff1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.center-container ul.case-container li:last-of-type{
    margin-bottom:0px;
}
.center-container ul.case-container li img {
    width: 270px;
}

.center-container li .tex-box {
    padding: 0 20px;
    border-right: 1px solid #efeff1;
    width: 590px
}

.center-container ul.case-container li .tex-box .tit,.center-container ul.case-container li .tex-box .tit a{
    color: #4c5b78;
    font-size: 24px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.center-container ul.case-container li .tex-box .tex {
    color: #a4a9b4;
    font-size: 14px;
}

.center-container ul.case-container li .pro-type {
    padding-left: 20px;
}

.center-container ul.case-container li .pro-type .p1 {
    color: #060606;
    font-size: 16px;
}

.center-container ul.case-container li .pro-type .p2 {
    color: #060606;
    font-size: 24px;
    margin: 16px 0
}

.center-container ul.case-container li .pro-type .btn a {
    display: inline-block;
    background: #4c5b78;
    width: 106px;
    height: 32px;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    border-radius: 20px;
}

.center-container ul.case-container li .pro-type .btn a:hover {
    background: #6276a0;
}

.customer-box {
    width: 1200px;
    margin: auto;
}

.customer-box .customer-tit {
    text-align: center;
    font-size: 32px;
    position: relative;
    padding: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.customer-box .customer-tit:after {
    content: '';
    display: inline-block;
    width: 54px;
    height: 3px;
    background: #ffae00;
    position: absolute;
    bottom: 0;
    left: calc(50% - 27px)
}

.customer-box .img-box {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0;
}

.customer-box .img-box div {
    margin-bottom: 30px;
    width: 16%;
    text-align: center;
}

.customer-box .img-box div img {
    width: 60%;
}

.m-case-container {
    display: none;
}
.public-fff{
    height:80px;
}
.public-fff .top-nav-box .m-logo{
    margin-top:20px;
}

/* 价格页面 */

.m-wrap-editon {
    display: none
}

.wrap-edition {
    display: block;
    width: 1200px;
    margin: auto;
    text-align: center;
    padding: 50px 0
}

.wrap-tit {
    text-align: center;
}

.wrap-tit .tit {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}

.wrap-tit .sub-tit {
    font-size: 12px;
    color: #c6c6c6;
    line-height: 22px;
}

.wrap-edition .edition-box {
    overflow: hidden;
}

.wrap-edition .edition-box {
    padding: 50px 0
}

.wrap-edition .edition-box li {
    position: relative;
    float: left;
    width:16%;
    margin-right: 0.8%;
    background-image: linear-gradient(#627299, #333d52);
    border-radius: 6px;
    padding: 30px 0;
    color: #fff;
    transition:all .5s;
}
.wrap-edition .edition-box li:hover{
    transform:translateY(-10px);
}

.wrap-edition .edition-box li .name {
    padding-top: 65px;
    font-size: 24px;
    font-weight: 600px;
    color: #fff;
    font-weight: 600
}

.wrap-edition .edition-box li .name01 {
    background: url(../images/sub-pro-type01.png) no-repeat top center;
}

.wrap-edition .edition-box li .name02 {
    background: url(../images/sub-pro-type02.png) no-repeat top center;
}

.wrap-edition .edition-box li .name03 {
    background: url(../images/sub-pro-type03.png) no-repeat top center;
}

.wrap-edition .edition-box li .name04 {
    background: url(../images/sub-pro-type04.png) no-repeat top center;
}

.wrap-edition .edition-box li .name05 {
    background: url(../images/sub-pro-type05.png) no-repeat top center;
}
.wrap-edition .edition-box li .name06 {
    background: url(../images/sub-pro-type06.png) no-repeat top center;
}

.wrap-edition .edition-box li .des {
    font-size: 14px;
    color: #8f9dbb;
    line-height: 30px;
    margin-bottom: 10px
}

.wrap-edition .edition-box li .price {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
}

.wrap-edition .edition-box li .unit {
    font-size: 18px;
    margin-bottom: 10px
}

.wrap-edition .edition-box li .btn a {
    width: 126px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    background: #ffa800;
    border-radius: 30px;
    font-size: 18px;
}

.wrap-edition .edition-box li:last-child {
    margin-right: 0;
    background-image: linear-gradient(#00db86, #02c378);
}
.wrap-edition .edition-box li:last-child  .des{
    color: #a4ffdc;
}

.wrap-edition .edition-box li.active {
    background: none
}

.wrap-edition .edition-box li.active:after {
    content: '';
    position: absolute;
    left: -6px;
    top: -15px;
    width: 240px;
    height: 370px;
    z-index: -1;
    background-image: linear-gradient(#fdca35, #ff7e00);
    border-radius: 6px;
    box-shadow: 0 3px 8px rgba(199, 122, 7);
}

.wrap-edition .edition-box li.active .name {
    color: #000;
}

.wrap-edition .edition-box li.active .btn a {
    background-color: #29303a;
}

.wrap-edition .edition-box li.active .price {
    font-size: 60px
}

.wrap-edition .edition-box li.active .des {
    color: #666
}

.wrap-edition .edition-box li.active .hot {
    position: absolute;
    top: -40px;
    right: 15px;
}

.m-wrap-edition {
    display: none;
}

.wrap-fun-box {
    padding: 50px 0;
    background: #f5f5f5;
}

.wrap-fun-box .pc_table-info {
    width: 1200px;
    margin: auto;
    line-height: 40px;
    margin-top: 40px;
    background: #fff;
    padding-top: 50px;
}

.wrap-fun-box .pc_table-info table {
    width: 100%;
}
.wrap-fun-box .pc_table-info table .table_header{
    position:fixed;
    top:80px;
    left:50%;
    background:#fff;
    width:1200px;
    box-sizing: border-box;
    padding:20px 0;
    margin-left:-600px;
    border-bottom: 1px solid #eee;
    z-index:11;
}
.wrap-fun-box .pc_table-info table tr  th:first-child,.wrap-fun-box .pc_table-info table tr.table_header  td:first-child{
    width:151px;
}
.wrap-fun-box .pc_table-info table  td:nth-child(2){
    width:214px;
}
.wrap-fun-box .pc_table-info table  td:nth-child(3){
    width:136px;
}
.wrap-fun-box .pc_table-info table  td:nth-child(4){
    width:136px;
}
.wrap-fun-box .pc_table-info table  td:nth-child(5){
    width:136px;
}
.wrap-fun-box .pc_table-info table  td:nth-child(6){
    width:136px;
}
.wrap-fun-box .pc_table-info table  td:nth-child(7){
    width:167px;
}
.wrap-fun-box .pc_table-info table  td:nth-child(8){
    width:124px;
}


.wrap-fun-box .pc_table-info tr.item_box {
    border-top: 1px solid #eee;
}

.wrap-fun-box .table_content tr img {
    width: 15px;
    height: 15px;
}

.wrap-fun-box .table_content td {
    color: #666;
    vertical-align: baseline;
}

.wrap-fun-box .table_content th {
    vertical-align: baseline;
    padding: 40px 0 0 15px
}

.pdb40 {
    padding-bottom: 40px;
}

.m-wrap-fun-box {
    display: none
}

.wrap-service {
    width: 1200px;
    margin: auto;
    padding: 30px 0;
    display:none
}

.wrap-service ul li {
    text-align: center;
    display: inline-block;
    width: 25%;
    float: left;
    position: relative;
    padding: 50px 0;
    cursor: pointer;
}

.wrap-service ul {
    margin-top: 40px;
    overflow: hidden;
}

.wrap-service ul li img {
    height: 90px;
    margin-bottom: 10px
}

.wrap-service ul li>p.lis-tit {
    font-size: 24px;
    color: #000;
}

.wrap-service .btn {
    text-align: center;
    margin: 20px 0
}

.wrap-service .btn a {
    text-align: center;
    width: 200px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    background: #ffa800;
    border-radius: 30px;
    font-size: 18px;
}

.wrap-service .btn a:hover {
    background: #ff9512;
}

.wrap-service ul li:hover .hov-box {
    display: block
}

.wrap-service ul li .hov-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4c5b78;
    color: #fff;
    padding: 20px 20px;
    box-sizing: border-box;
    text-align: center;
}

.wrap-service ul li .hov-box .tit {
    font-size: 30px;
    margin-bottom: 20px;
}

.wrap-service ul li .hov-box .tex {
    font-size: 16px;
}

/* 产品页面pro */

.pro-container {
    /*margin-top: -100px;*/
    position: relative;
}

.pro-container .pro-tabs {
    position: absolute;
    width: 1200px;
    margin: auto;
    font-size: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    z-index:9;
    left:50%;
    top:-57px;
    margin-left:-600px;
}

.pro-container .pro-tabs li {
    display: inline-block;
    width: 16.6%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #010101;
    position: relative;
    cursor: pointer;
    padding: 20px 0;
}

.pro-container .pro-tabs li.active:after {
    width: 50%;
}

.pro-container .pro-tabs li p {
    margin-top: 20px;
}

.pro-container .pro-tabs li:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 0%;
    left: 25%;
    bottom: 0;
    background: #656891;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.pro-container .pro-tabs li:before {
    content: '';
    position: absolute;
    height: 100px;
    width: 1px;
    right: 0;
    background: #f2f2f2;
}

.pro-container .pro-tabs li:hover:after {
    width: 50%
}

.pro-container .pro-con-box li .pro-item-bg {
    background: #f3f3f3
}

.pro-container .pro-con-box li .pro-item-box {
    padding:120px 0 50px 0;
}

.pro-container .pro-con-box li .item {
    overflow: hidden;
    width: 1200px;
    margin: auto
}

.pro-container .pro-con-box li .item>div {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.pro-container .pro-con-box li .item .pl {
    opacity: 0;
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
}

.pro-container .pro-con-box li .item .pr {
    opacity: 0;
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
}

.pro-container .pro-con-box li .tex-box {
    width: 35%;
}

.pro-container .pro-con-box li .img-box {
    width: 55%;
}

.pro-container .pro-con-box li .img-box img {
    max-width: 670px;
}

.pro-container .pro-con-box li .tex-box .tit {
    color: #313842;
    font-size: 36px;
    position: relative;
    padding: 20px 0;
    margin-bottom: 20px
}

.pro-container .pro-con-box li .tex-box .tex {
    color: #999999;
    font-size: 14px;
    line-height: 22px;
}

.pro-container .pro-con-box li {
    display: none;
}

.pro-container .pro-con-box li:first-child {
    display: block;
}

.pro-container .pro-con-box li .tex-box .tit:before {
    content: '';
    height: 3px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #656697;
}

.pro-form-box {
    padding: 50px 0;
    width: 1200px;
    margin: auto;
}

.pro-form-box .tit-box {
    margin-bottom: 50px;
    text-align: center;
}

.pro-form-box .tit-box .tit {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}

.pro-form-box .tit-box .sub-tit {
    font-size: 24px;
    color: #000;
    margin:15px 0;
}

.pro-form-box .tit-box .des {
    font-size: 14px;
    color: #aaaaaa;
}

.pro-form-box .in-box {
    position: relative;
    font-size: 16px;
    width: 72%;
    margin: auto;
    padding-bottom: 50px;
}

.pro-form-box .in-box input {
    border: none;
    outline: none;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    color: #000;
    height:40px;
    font-size: 16px
}

.pro-form-box .in-box input.active {
    border-color: #ffa800;
}

.pro-form-box .in-box input.error {
    border-color: red;
    color: red;
}

.pro-form-box .in-box input.error::-webkit-input-placeholder {
    color: red
}

.pro-form-box .in-box .error-tip {
    color: red;
    font-size: 14px;
    text-align: left;
    position: absolute;
    top: 40px;
}

.pro-form-box .btn {
    text-align: center;
}

.pro-form-box .btn input[type=submit] {
    background: #ffa800;
    color: #fff;
    border: none;
    outline: none;
    width: 165px;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    font-size: 16px;
    margin-top: 30px;
}

.pro-form-box .btn input[type=submit]:hover {
    background: #ff9512;
}

/* 招商页面cooperation */

.m-wrap-reason {
    display: none
}

.wrap-reason {
    background: #f1f1f5;
    padding: 50px 0;
}

.wrap-reason-con {
    width: 1200px;
    margin: auto;
}

.ani {
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
}

.anitr-0, .anitr-1, .anitr-2, .anitr-3, .anitr-4, .anitr-5 {
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}

.anitr-0 {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}

.anitr-1 {
    transition-delay: .4s;
    -webkit-transition-delay: .2s;
}

.anitr-2 {
    transition-delay: .6s;
    -webkit-transition-delay: .2s;
}

.anitr-3 {
    transition-delay: .8s;
    -webkit-transition-delay: .2s;
}

.anitr-4 {
    transition-delay: 1s;
    -webkit-transition-delay: .2s;
}

.anitr-5 {
    transition-delay: 1.2s;
    -webkit-transition-delay: .2s;
}

.reason-tit-box {
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}

.reason-tit-box .tit {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.reason-tit-box .sub {
    font-size: 12px;
    color: #c6c6c6;
    text-align: center;
}

.wrap-reason-con .reason-con {
    overflow: hidden;
}

.wrap-reason-con .reason-con {
    margin-top: 50px;
}

.wrap-reason-con .reason-con li {
    display: inline-block;
    float: left;
    width: 32.5%;
    margin-right: 1.25%;
    background: #fff;
    padding: 10px 10px 30px 10px;
    box-sizing: border-box;
    position: relative;
}

.wrap-reason-con .reason-con li:last-child {
    margin-right: 0;
}
.wrap-reason-con .reason-con li .item-tex-img{
    overflow:hidden;
}
.wrap-reason-con .reason-con li img {
    width: 100%;
    transition:all .5s;
}

.wrap-reason-con .reason-con li .item-tex-box {
    padding: 10px;
}

.wrap-reason-con .reason-con li .item-tex-box .tit {
    font-size: 24px;
    color: #000000;
    padding: 5px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.wrap-reason-con .reason-con li .item-tex-box .des {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.wrap-reason-con .reason-con li:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    background: #ffae00;
    bottom: 0;
    left: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .5s;
    -o-transition: all .3s;
}

.wrap-reason-con .reason-con li:hover:after {
    width: 100%;
}
.wrap-reason-con .reason-con li:hover .item-tex-img img{
    transform: scale(1.1);

}

.coop-btn-box {
    text-align: center;
    padding: 30px 0
}
.coop-btn-box a {
    display: inline-block;
    width: 165px;
    height: 48px;
    background: #FFA800;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
}
.coop-btn-box a.hidden-mobile{
    display:none;
}

.coop-btn-box a:hover {
    background: #ff9512;
}

.wrap-B2B {
    width: 1200px;
    margin: auto;
    padding: 50px 0;
}

.wrap-B2B .tit-box {
    text-align: center;
}

.wrap-B2B .tit-box .tit01 {
    font-size: 32px;
}

.wrap-B2B .tit-box .tit02 {
    font-size: 42px;
    position: relative;
    padding: 10px 0;
    font-weight: 600;
}

.wrap-B2B .tit-box .tit02:after {
    content: '';
    height: 4px;
    width: 80px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    background: #ffa800;
}

.wrap-B2B .tit-box .des {
    font-size: 14px;
    color: #aeaeae;
    width: 60%;
    margin: auto;
    margin-top: 10px
}

.wrap-B2B .B2B-content {
    background: url(../images/sub-coop-bg.png) no-repeat center;
    padding: 100px 0;
    overflow: hidden;
    margin-top: 50px;
}

.wrap-B2B .B2B-content li {
    width: 48%;
}

.wrap-B2B .B2B-content li .icon-box img {
    height: 50px;
}

.B2B-content li:nth-child(odd) {
    text-align: left;
    float: left;
}

.B2B-content li:nth-child(odd) .des {
    padding-right: 50%
}

.B2B-content li:nth-child(even) {
    text-align: right;
    float: right;
}

.B2B-content li:nth-child(even) .des {
    padding-left: 50%
}

.B2B-content li:nth-child(1), .B2B-content li:nth-child(2) {
    margin-top: -100px;
}

.B2B-content li:nth-child(3), .B2B-content li:nth-child(4) {
    margin-top: 300px;
}

.wrap-B2B .B2B-content li .tex-box .tit {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    margin: 10px 0
}

.B2B-content li .tex-box .des {
    font-size: 16px;
    color: #535353;
}

.wrap-market .m-banner {
    display: none;
}

.wrap-market {}

.market-box {
    background: url(../images/sub-coop-market-bg.jpg) no-repeat center;
    position: relative;
    height: 850px;
}

.market-box .market-con {
    position: absolute;
    right: 0;
    top: 0;
    width: 1200px;
    background: rgba(44, 54, 73, .9);
    color: #fff;
    height: 100%;
    padding: 20px 360px 20px 40px;
    box-sizing: border-box;
}

.market-box .market-con:before {
    content: '';
    border-width: 30px;
    border-style: solid;
    border-color: transparent #293142 transparent transparent;
    opacity: 0.8;
    position: absolute;
    left: -60px;
    top: calc(50% - 30px)
}

.market-con dl dt {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 50px;
}

.market-con dl dt span {
    font-size: 14px;
    color: #929baf;
    margin-left: 20px;
    font-weight: normal
}

.market-con dl dd {
    margin-bottom: 30px;
    margin-left: 0;
}

.market-con dl dd .tit-row {
    overflow: hidden;
}

.market-con dl dd .tit-row .num {
    font-size: 46px;
    width: 61px;
    height: 61px;
    padding: 2px;
    background: #fff;
    border-radius: 10px;
    color: #ffa800;
    float: left;
    text-align: center;
    line-height: 61px;
    margin-right: 20px;
}

.market-con dl dd .tit-row .tit-box .tit {
    font-size: 36px;
}

.market-con dl dd .tit-row .tit-box .sub {
    font-size: 14px;
    color: #a4aabc;
}

.market-con dl dd .con-row {
    font-size: 16px;
    padding: 20px 0;
    line-height: 30px;
}

.wrap-support {
    width: 1200px;
    margin: auto;
    padding: 30px 0
}

.wrap-support .sup-con {
    padding: 30px 20px;
    overflow: hidden;
}

.wrap-support .sup-con li {
    float: left;
    width: 24%;
    margin-right: 1.3%;
    border: 2px solid #9a9fae;
    box-sizing: border-box;
    border-radius: 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.wrap-support .sup-con li:hover {
    box-shadow: 0px 0px 8px 10px rgba(44, 44, 44, 0.2);
    transform: translateY(-8px)
}

.wrap-support .sup-con li:last-child {
    margin: 0
}

.wrap-support .sup-con li .tit-box {
    background: url(../images/sub-coop-sup.jpg) no-repeat top center;
    background-size: 100%;
    text-align: center;
    height: 213px;
    padding-top: 25px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.wrap-support .sup-con li .tit-box img {
    height: 70px;
}

.wrap-support .sup-con li .tit-box .tit {
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 5px;
}

.wrap-support .sup-con li dl dd {
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px 0 40px;
    background: url(../images/sub-dui.png) no-repeat 15px top;
    margin-bottom: 10px;
    margin-left: 0;
    height:42px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* 解决方案页面solution*/

.wrap-solution {
    width: 1200px;
    margin: auto;
    padding: 30px 0
}

.wrap-solution-content li {
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.wrap-solution-content li .left-part .m-icon-box {
    display: none;
}

.wrap-solution-content li .left-part {
    width: 70%;
    float: left;
    padding-right: 30px;
    box-sizing: border-box;
    border-right: 1px solid #e6e6e6;
}
.wrap-solution-content li .left-part .tit{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.wrap-solution-content li .left-part .tit a{
    font-size: 28px;
    color: #4c5b78;
}
.wrap-solution-content li .left-part .tit a:hover{
    color:#000;
}
.wrap-solution-content li .left-part .tips span {
    font-size: 14px;
    color: #8d8f92;
    margin-right: 10px;
    line-height: 50px;
}

.wrap-solution-content li .left-part .tex {
    font-size: 14px;
    color: #4e4e4e;
    line-height: 24px;
}

.wrap-solution-content li .left-part .btn-box {
    text-align: left;
    margin-top: 20px;
}

.wrap-solution-content li .left-part .btn-box a {
    display: inline-block;
    width: 120px;
    height: 40px;
    background: #FFA800;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
}
.wrap-solution-content li .left-part .btn-box a.hidden-mobile{
    display:none;
}

.wrap-solution-content li .left-part .btn-box a:hover {
    background: #ff9512;
}

.wrap-solution-content li .right-part {
    width: 30%;
    float: right;
    padding-left: 30px;
    box-sizing: border-box;
}

.wrap-solution-content li .right-part .tit {
    font-size: 18px;
    color: #000000;
}

.wrap-solution-content li .right-part .m-icon-box {
    padding: 20px 0
}

.wrap-solution-content li .right-part .m-icon-box img {
    width:31%;
    margin-right:2%;
    margin-bottom: 20px;
}
.wrap-solution-content li .right-part .m-icon-box img:nth-child(3n){
    margin-right:0;
}


.wrap-solution .bot-btn-box {
    text-align: center;
    margin-top: 50px;
}

.wrap-solution .bot-btn-box a {
    display: inline-block;
    width: 370px;
    height: 60px;
    border: 1px solid #cfcfcf;
    border-radius: 30px;
    line-height: 60px;
    color: #555;
}

.wrap-solution .bot-btn-box a:hover {
    border-color: #ffa800;
    color: #ffa800;
}

.wrap-tabs-solution {
    background: #f7f7f7;
    padding: 30px 0
}

.solution-tabs {
    overflow: hidden;
    width: 1200px;
    margin: auto;
    margin-top: 30px;
}

.solution-con-box {
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}

.solution-tabs li {
    float: left;
    width: 20%;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
    border-bottom:1px solid #f1f1f1;
}

.solution-tabs li .tit {
    font-size: 24px;
    color: #000000;
    line-height: 40px;
}

.solution-tabs li .sub {
    font-size: 12px;
    color: #d2d2d2;
}

.solution-tabs li.active {
    background: #fff;
    position: relative;
    border-left:1px solid #f1f1f1;
    border-right:1px solid #f1f1f1;
    border-bottom:none;
}

.solution-tabs li:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    background: #ffa800;
    top: 0;
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.solution-tabs li.active:before {
    width: 100%
}

.solution-tabs li>div {
    padding-left: 100px;
    text-align: left;
}

.solution-tabs li .tab01 {
    background: url(../images/fresh/sub-solu-icon01.png) no-repeat 50px center;
    background-size: 40px;
}

.solution-tabs li .tab02 {
    background: url(../images/fresh/sub-solu-icon02.png) no-repeat 50px center;
    background-size: 40px;
}

.solution-tabs li .tab03 {
    background: url(../images/fresh/sub-solu-icon03.png) no-repeat 50px center;
    background-size: 40px;
}

.solution-tabs li .tab04 {
    background: url(../images/fresh/sub-solu-icon04.png) no-repeat 50px center;
    background-size: 40px;
}

.solution-tabs li .tab05 {
    background: url(../images/fresh/sub-solu-icon05.png) no-repeat 50px center;
    background-size: 40px;
}

#swiper-solution,.fresh-solutions,.solu-swiper{
    width: 1200px;
    margin: auto;
    background: #fff;
    height:400px;
    padding-top: 30px;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    border-top: none;
    
}
#swiper-solution .swiper-slide li,.fresh-solutions  .swiper-slide li,.solu-swiper  .swiper-slide li{
    float: left;
    width: 30%;
    margin:0 2%;
    padding: 15px;
    box-sizing: border-box;
    height: 150px;
}

#swiper-solution .swiper-slide li ul,.fresh-solutions .swiper-slide li ul,.solu-swiper  .swiper-slide li ul{
    overflow: hidden;
}

#swiper-solution .swiper-slide li:nth-child(3n),.fresh-solution .swiper-slide li:nth-child(3n),.solu-swiper .swiper-slide li:nth-child(3n) {
    margin-right: 0px
}

#swiper-solution .swiper-slide li .tit,.fresh-solution .swiper-slide li .tit,.solu-swiper .swiper-slide li .tit {
    font-size: 20px;
    color: #4a5a73;
    font-weight: 600
}

#swiper-solution .swiper-slide li .tex,.fresh-solution .swiper-slide li .tex,.solu-swiper .swiper-slide li .tex {
    font-size: 14px;
    color: #a5aebc;
    line-height: 20px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0
}

/* 解决方案详情solutionDetail */

.solu-detail-tex {
    width: 1200px;
    margin: auto;
    font-size: 16px;
    color: #2f3640;
    line-height: 26px;
    padding: 20px 0
}

.wrap-pain-spot {
    width: 1200px;
    margin: auto;
    box-sizing: border-box;
    padding-top:30px;
}

.pain-spot-tit {
    font-size: 32px;
    color: #2f3640;
    position: relative;
    line-height: 80px;
}
.pain-spot-tit.center-spot-tit{
    text-align: center;
}
.pain-spot-tit:before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffae00;
}
.pain-spot-tit.center-spot-tit:before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 3px;
    margin-left:-40px;
    position: absolute;
    bottom: 0;
    left:50%;
    background: #ffae00;
}
.case-spot-detail::after{
    content: '';
    display: inline-block;
    width:100%;
    height:1px;
    position: absolute;
    bottom: 0;
    left:0%;
    background:#f1f1f1;
}
.wrap-pain-spot ul {
    /*overflow: hidden;*/
    padding: 30px 0
}

.wrap-pain-spot li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom:35px;
}

.wrap-pain-spot li .img-box img {
    width: 100%
}

/*.wrap-pain-spot li:nth-child(3n) {
    margin-right: 0
}
.wrap-pain-spot li:last-of-type,.wrap-pain-spot li:nth-last-of-type(2),.wrap-pain-spot li:nth-last-of-type(3){
    margin-bottom: 0;
}*/

.wrap-pain-spot li .tit {
    font-size: 24px;
    color: #0d0d0d;
    padding: 10px 0;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.wrap-pain-spot li .tex {
    font-size: 14px;
    color: #909090;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height:60px;
}

.wrap-solution-detail {
    background: #f7f7f7;
    padding: 20px 0
}

.solution-detail-con {
    width: 1200px;
    margin: auto
}

#swiper-solution-detail {
    width: 100%;
    /*height: 220px;*/
}

#swiper-solution-detail .swiper-slide {
    position: relative;
    text-align: center;
    padding: 50px 30px 30px 0;
    box-sizing: border-box;
    border: 1px solid #f7f7f7;
    transition:all .5s;
}

#swiper-solution-detail .swiper-slide .tit {
    font-size: 20px;
    color: #4a5a73;
    padding: 10px 0;
    width:90%;
    margin:0 auto;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.solu-img{
	width:90px;
	height:90px;
	overflow:hidden;
	border-radius:50%;
	margin:0 auto;
	background:#4a5a73;
	display:flex;
	justify-content: center;
	align-items: center;
    transition:all .5s;
}
.solu-img img {
    max-width:48px;
}
#swiper-solution-detail .swiper-slide::after{ 
    content:"";
    position:absolute;
    left:0px;
    bottom:0px;
    width:0%;
    height:1px;
    background:#ff9512;
    transition:all .5s;
}
#swiper-solution-detail .swiper-slide:hover::after{
    width:100%;

}
#swiper-solution-detail .swiper-slide:hover .solu-img{
    transform:translateY(-10px);
}

#swiper-solution-detail .swiper-slide .tex {
    width:90%;
    margin:15px auto 0 auto;
    font-size:15px;
    color: #4a5a73;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
    line-height:24px;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: none
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: none
}

#swiper-solu-detail-next {
    outline: none;
    right: 0px;
    width: 37px;
    height: 37px;
    background: url(../images/time-next.png);
}

#swiper-solu-detail-prev {
    outline: none;
    left: 0px;
    width: 37px;
    height: 37px;
    background: url(../images/time-prev.png);
}

.wrap-solu-detail-cus {
    padding: 20px 0;
    width: 1200px;
    margin: auto
}

.solu-list{
    margin-top:60px;
/*    display: flex;
    justify-content:space-between;
    align-items: space-between;
    flex-wrap: wrap;*/
}
.solu-list li{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:0;
    height: 174px;
    background: #4a5a73;
    border-radius:5px;
    transition:all .5s;
}
.solu-list li:hover{
    transform:translateY(-10px);
}
.solu-four li{
    width:269px;
    margin:0 41px 56px 0;
}
.solu-four li:nth-child(4n){
    margin-right:0;
}
.solu-three li{
    width:372px;
    margin:0 41px 56px 0;
}
.solu-three li:nth-child(3n){
    margin-right:0;
}
.solu-num{
    position:absolute;
    left:50%;
    top:-26px;
    width:46px;
    height:46px;
    margin-left:-23px;
    line-height:46px;
    text-align: center;
    border-radius:50%;
    border: 3px solid #4a5a73;
    font-size:30px;
    color:#4a5a73;
    background:#f0f5f8;
    font-family:'oswald';
    transition:all .5s;
}
.solu-text{
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
    width:90%;
    margin:0 auto;
    font-size: 16px;
    line-height:26px;
    color: #ffffff;
}
.solu-three li .solu-text{
    font-size:18px;
}

/* 关于我们页面 */

.wrap-about-total {
    width: 1200px;
    margin: auto;
    font-size: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    margin-top: -100px;
    position: absolute;
    left: 0;
    right: 0
}

.wrap-about-total li {
    display: inline-block;
    width: 25%;
    text-align: center;
    cursor: pointer;
    padding: 30px 0;
}

.wrap-about-total li .num {
    font-size: 60px;
    color: #5a5d88;
    font-family: 'oswald';
    position: relative;
    display: inline-block
}

.wrap-about-total li.add .num:before {
    content: '+';
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 20px;
}

.wrap-about-total li .num:after{
    position: absolute;
    bottom: 0;
    right: -20px;
    font-size:14px;
}
.wrap-about-total li:first-child .num:after{
    content:"年";
}
.wrap-about-total li:nth-child(2) .num:after{
    content:"户";
}

.wrap-about-total li:nth-child(3) .num:after{
    content:"年";
}
.wrap-about-total li:nth-child(4) .num:after{
    content:"位";
}

.wrap-about-total li .tex {
    font-size: 16px;
    color: #000000;
    margin-top: 5px;
}

.wrap-brand {
    padding:120px 0 50px 0;
    background: #fff;
}

.brand-con {
    padding-top:40px;
    text-align: left;
    width: 1200px;
    margin: auto;
}

.brand-con .hanyu-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.brand-con .hanyu-box p {
    font-size: 16px;
    color: #3a3939;
    line-height: 26px;
    flex: 1.6
}

.brand-con .hanyu-box .img-box {
    padding-left: 20px;
    box-sizing: border-box;
    flex: 1;
    box-sizing: border-box;
    height: 200px;
    overflow: hidden;
}

.brand-con .hanyu-box .img-box img {
    width: 100%
}

.brand-con .english {
    font-size: 12px;
    color: #c3c3c3;
    line-height: 20px;
    padding: 20px 0
}

.wrap-envir {
    background: #f3f3f3;
    padding: 30px 0;
}

.wrap-envir .swi-box {
    position: relative;
    width: 1200px;
    margin: auto;
    margin-top: 50px;
}

#swiper-envir {
    width: 100%;
    height: 360px;
    margin: auto;
}

#swiper-envir .swiper-slide {
    height: 270px;
    overflow: hidden;
}

#swiper-envir .swiper-slide:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2)
}

#swiper-envir .swiper-slide img {
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.swi-box #time-prev {
    outline: none;
    left: -50px;
    width: 37px;
    height: 37px;
    background: url(../images/time-prev.png);
    z-index: 2;
}

.swi-box #time-next {
    outline: none;
    right: -50px;
    width: 37px;
    height: 37px;
    background: url(../images/time-next.png);
    z-index: 2;
}

.wrap-honor {
    padding: 30px 0;
    background: #fff;
}

.wrap-honor ul {
    overflow: hidden;
    padding-top: 50px;
    width: 1200px;
    margin: auto;
}

.wrap-honor ul li {
    width: 25%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}
.wrap-honor ul li img{
    width:100%;
}
.wrap-honor ul li p {
    font-size: 16px;
    color: #000000;
    padding: 10px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.wrap-contact-us {
    background: #f3f3f3;
    padding: 30px 0;
}

.wrap-contact-us .form-box {
    width: 1200px;
    margin: auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    text-align: left;
}

.wrap-contact-us .form-box .left-box {
    flex: 2
}

.wrap-contact-us .form-box .right-box {
    padding-left: 50px;
    box-sizing: border-box;
    flex: 1
}

.wrap-contact-us .form-box .left-box .tit {
    font-size: 20px;
    color: #333;
}

.wrap-contact-us .form-box .left-box .tex {
    font-size: 14px;
    color: #666;
    padding: 5px 0
}

.wrap-contact-us .form-box .left-box .inp-box {
    width: 48%;
    float: left;
    margin-right: 4%;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: 5px 15px;
    margin-bottom: 15px;
}

.wrap-contact-us .form-box .left-box .inp-box:nth-child(even) {
    margin-right: 0px;
}

.wrap-contact-us .form-box .left-box .inp-box input {
    outline: none;
    border: none;
    background: none;
    width: calc(100% - 80px);
    height: 26px;
    font-size: 14px;
    color: #888
}

.wrap-contact-us .form-box .left-box .textarea-box {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #999
}

.wrap-contact-us .form-box .left-box .textarea-box textarea {
    width: 100%;
    border: none;
    padding: 0;
    outline: none;
    background: none;
    font-size: 14px;
    color: #888;
    font-family: '微软雅黑';
}

.wrap-contact-us .form-box .left-box .btn-box input {
    background: #ffa800;
    color: #fff;
    border: none;
    outline: none;
    width: 165px;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    font-size: 16px;
    margin-top: 30px;
    cursor: pointer;
}

.wrap-contact-us .form-box .left-box .btn-box input:hover {
    background: #ff9512;
}

.wrap-contact-us .form-box .left-box form {
    overflow: hidden;
    padding: 20px 0
}

.wrap-contact-us .form-box .right-box .tel {
    font-size: 20px;
    color: #333;
    padding: 20px 0 20px 40px;
    background: url(../images/tel.png)no-repeat left center;
}

.wrap-contact-us .form-box .right-box .address {
    font-size: 14px;
    color: #333;
    padding: 10px 0;
}

.wrap-contact-us .form-box .right-box .email {
    color: #999;
    font-size: 14px;
    margin-bottom: 30px;
}

.wrap-contact-us .form-box .right-box .code-img p {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    line-height: 22px;
}
.product-bannerbox .banner-tex{
    height:120px;
    margin-top:-60px;
    top:40%;
}
/*20200415-生鲜开始*/
.fresh-banner-box{
	padding:0;
	display: flex;
	justify-content: center;
	align-items: center;
	height:400px;
	background: url(../images/freshImg.jpg) no-repeat center center;
    overflow: hidden;
}
.fresh-banner-box .banner-tex{
	padding-top:0px;
}
.fresh-tit-box .tit{
	margin-bottom:15px;
}
.fresh-swiper{
	position: relative;
	padding:60px 0 70px 0;
}

.fresh-swiper .swiper-slide{
	display: flex;
	justify-content:space-between;
	align-items: center;
	box-sizing: border-box;
	padding:30px 40px;
	border-bottom:1px solid #efefef;
	border-right:1px solid #efefef;
}
/*.fresh-swiper .swiper-slide:nth-child(2n){
	border-bottom:0;
}*/

.fresh-swiper .swiper-slide:last-of-type,.fresh-swiper .swiper-slide:nth-last-of-type(2),.fresh-swiper .swiper-slide:nth-last-of-type(3){
    border-bottom: none;
}
.fresh-swiper .swiper-slide:last-of-type,.fresh-swiper .swiper-slide:nth-last-of-type(4){
    border-right:none;
}
.fresh-swiper .fresh-pagin{
	width:100%;
    bottom:10px;
}
.fresh-info{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	margin-left:20px;
	max-width:230px;
	text-align: left;
}
.fresh-title{
	font-size: 18px;
	color: #0c0c0c;
	margin-bottom:10px;
}
.fresh-explain{
	font-size: 14px;
	line-height: 21px;
	color: #ababab;
}
.fresh-swiper .fresh-pagin span{
	box-sizing: border-box;
	margin-right:10px;
    width:10px;
    height: 10px;
    background-image:none;
    background:#2f3954;
    outline: none;
    border-radius:50%;
    opacity:1;
    transition: all .5s;
}
.fresh-swiper .fresh-pagin span.swiper-pagination-bullet-active{
    position: relative;
    width:40px;
    height: 10px;
    background:#2f3954;
    border-radius:30px;
}
.fresh-advent{
	padding:60px 0;
	background:#efefef;
}
.freshadv-container{
	
}
.freshadv-container .swiper-slide{
	
}
.freshadv-ent .swiper-slide .fresh-advarea{
    width:365px;
    margin:0 auto;
    opacity:0.5;
    box-sizing: border-box;
    padding:26px 26px 40px 26px;
    background:#fff;
    box-shadow: 0px 5px 20px 0px 
        rgba(173, 173, 173, 0.3);
    border-radius:5px;
}
.freshadv-img{
	
}
.freshadv-img img{
	display:block;
	width:100%;
	max-height:145px;
}
.freshadv-title{
	font-size: 24px;
	margin-top:25px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	position: relative;
	text-align: center;
	color: #000000;
}
.freshadv-info{
	margin-top:20px;
	line-height:25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
    text-align: center;
	color: #666666;
    height:75px;
}
.freshadv-line{
	margin:15px auto;
	width:44px;
	height:3px;
	background:#2f3954;
}
.freshadv-ent{
	margin-top:60px;
	position: relative;
}
.freshadv-paginent{
	display:flex;
	justify-content: center;
	align-items: center;
	margin-top:50px;
	text-align: center;
}
.freshadv-paginent .fresh-next,.freshadv-paginent .fresh-prev{
    position: static;
	display:flex;
	justify-content: center;
	align-items: center;
    width:28px;
    height:25px;
    outline: none;
    background-image:none;
}
.freshadv-paginent .fresh-next::after,.freshadv-paginent .fresh-prev::after{
	display:none;
}
.freshadv-paginent .fresh-prev{
	margin-right:20px;
}
.freshadv-paginent .fresh-next{
	margin-left:20px;
}
.freshadv-paginent .freshadv-pagin{
	position:static;
	display:inline-block;
	margin-top:-24px;
}
.freshadv-paginent .freshadv-pagin span{
	box-sizing: border-box;
	margin-right:12px;
    width:10px;
    height: 10px;
    background-image:none;
    background:#2f3954;
    outline: none;
    border-radius:50%;
    opacity:0.6;
    transition: all .5s;
}
.freshadv-paginent .freshadv-pagin span.swiper-pagination-bullet-active{
    background:#2f3954;
    opacity:1;
}
.freshadv-paginent .freshadv-pagin span:last-of-type{
	margin-right:0px;
}
.freshadv-ent .swiper-slide.swiper-slide-prev .fresh-advarea,.freshadv-ent .swiper-slide.swiper-slide-active .fresh-advarea,.freshadv-ent .swiper-slide.swiper-slide-next .fresh-advarea{
	opacity:1;
}
.fresh-solution{
	box-sizing: border-box;
	padding:60px 0;
	background:#fff;
}
.fresh-soluArea{
	margin-top:80px;
}
.fresh-soluArea .solution-tabs{
	margin-top:0px;
}
.fresh-soluArea ul{
	/*border: 1px solid #f1f1f1;*/
	border-top:none;
}
.fresh-solution #swiper-solution{
	/*padding:0;*/
}
.fresh-solutitle{
	text-align: center;
	font-size: 24px;
}
.fresh-solutitle span{
	position:relative;
}
.fresh-solutitle span::after,.fresh-solutitle span::before{
	content:"";
	position:absolute;
	top:50%;
	margin-top:-0.5px;
	width:110px;
	height: 1px;
	background:#f1f1f1;
}
.fresh-solutitle span::after{
	left:-130px;
}
.fresh-solutitle span::before{
	right:-130px;
}
.fresh-list{
	float: left;
	box-sizing: border-box;
	padding:0 8%;
	width:50%;
}

.fresh-list dt{
	margin-bottom:40px;
}
.fresh-list dd{
	margin:0 0 20px 0;
	line-height:25px;
    font-size:16px;
}
.fresh-list dd:last-of-type{
	margin-bottom:0px;
}
.fresh-soluswiper .fresh-list:first-child{
	position:relative;	
}
.fresh-soluswiper .fresh-list:first-child::after{
	content:"";
	position:absolute;
	top:15%;
	right:0px;
	height:80%;
	width: 1px;
	background:#f1f1f1;
}
.fresh-soluArea .fresh-soluswiper{
	border: 1px solid #f1f1f1;
	border-top:0;
}
.fresh-price{
	box-sizing: border-box;
	padding-top:53px;
	background:url(../images/fresh/pricebg.png) no-repeat;	
}
.fresh-pricelist{
	margin-top:50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fresh-pricelist li{
	position: relative;
	float: left;
	overflow:hidden;
	text-align: center;
	width:299px;
	
}
.fresh-pricelist li>img{
	width:100%;
	max-height:533px;
}
.fresh-priceslide{
	position:absolute;
	left:0px;
	top:0px;	
	box-sizing:border-box;
	padding:70% 5% 0 5%;
	width:100%;
	height:100%;
	background:linear-gradient(rgba(57,67,88,.4), #394358);
	transition:all .5s;
}
.fresh-priceicon{
	display: flex;
	justify-content: center;
	align-items: center;
	height:75px;
}
.fresh-priceicon img{
	
}
.fresh-pricetitle{
	margin:25px 0;
	font-size: 22px;
	color: #ffffff;
    line-height:36px;
}
.fresh-priceinfo{
	font-size: 13px;
	line-height: 25px;
	color: #a3b0c8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;
	overflow: hidden;
}
.fresh-pricesolu{
	margin-top:35px;
	line-height:25px;
	font-size: 14px;
	color: #a3b0c8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:6;
	overflow: hidden;
}
.fresh-priceshow{
	position:absolute;
	left:0px;
	bottom:-100%;	
	box-sizing:border-box;
	padding:53px 5% 0 5%;
	width:100%;
	height:100%;
	background:rgba(57,67,88,.9);
	transition:all .5s;
}
.fresh-pricelist li:hover .fresh-priceslide{
	top:-100%;
}
.fresh-pricelist li:hover .fresh-priceshow{
	bottom:0%;
}
/*20200415-生鲜结束*/
@media(max-width:1300px){
    .news-box{
        width:1200px;
    }
    .wrap-trends .time-line-box .time-line{
        width:90%;
        margin:0 auto;
    }

}
@media(max-width:1199px){
    #swiper-solution, .fresh-solutions, .solu-swiper,.pro-container .pro-con-box li .item,.solu-detail-tex,.solution-detail-con,.banner-box .banner-tex,.wrap-pain-spot,.wrap-reason-con,.center-container,.customer-box,.wrap-B2B,.market-box .market-con,.wrap-support,.pro-form-box,.pro-container .pro-tabs,.top-nav-box,.wrap-solution,.solution-tabs,#swiper-solution,.solu-swiper,.fresh-solution,.wrap-edition,.wrap-fun-box .pc_table-info,.wrap-service,.wrap-about-total,.brand-con,.wrap-envir .swi-box,.wrap-honor ul,.wrap-contact-us .form-box{
        width:98%;
        margin:0 auto;
    }
    .pain-spot-tit{
        font-size:27px;
    }
    .top-nav-box ul.top-nav-items{
        margin:0 10px;
    }
    .top-nav-box .try-btn{
        margin-left:0px;
    }
    .top-nav-box .login-box{
        font-size:12px;
    }
    .pro-container .pro-con-box li .img-box img{
        max-width:100%;
    }
    .wrap-service ul li img{
        height:70px;
    }
    .wrap-service ul li>p.lis-tit{
        font-size:20px;
    }
    .wrap-service ul li .hov-box .tit{
        font-size:25px;
        margin-bottom:12px;
    }
    .wrap-service ul li .hov-box .tex{
        font-size:14px;
    }
    #swiper-envir{
        width:85%;
        height:auto;
        padding-bottom:30px;
    }
    .swi-box #time-next{
        right:13px;
    }
    .swi-box #time-prev{
        left:13px;
    }
    .reason-tit-box .tit,.banner-box .tit{
        font-size:30px;
    }
    #swiper-envir .swiper-slide{
        height:auto;
    }
    .swi-box .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom:0px;
    }
    .brand-con .hanyu-box p{
        line-height:23px;
        font-size:14px;
    }
    .brand-con .hanyu-box .img-box{
        height:auto;
    }
    .wrap-brand{
        padding-bottom:50px;
    }
    .wrap-reason-con .reason-con li .item-tex-box .tit{
        font-size:20px;
    }
    .coop-btn-box{
        padding-bottom:0px;
    }
    .wrap-B2B .tit-box .tit01{
        font-size:26px;
    }
    .wrap-B2B .tit-box .tit02{
        font-size:24px;
    }
    .wrap-B2B .B2B-content li .tex-box .tit{
        font-size:24px;
    }
    .wrap-reason-con .reason-con{
        margin-top:30px;
    }
    .wrap-reason{
        padding:40px 0;
    }
    .B2B-content li:nth-child(even) .des{
        padding-left:20%;
    }
    .B2B-content li:nth-child(odd) .des{
        padding-right:20%;
    }
    .market-box .market-con{
        width:70%;
        padding:40px;
    }
    .wrap-support .sup-con li .tit-box img{
        height:55px;
    }
    .wrap-support .sup-con li .tit-box .tit{
        font-size:20px;
    }
    .market-con dl dt{
        font-size:36px;
    }
    .wrap-pain-spot li .tex{
        height:60px;
    }
    .wrap-pain-spot li:last-of-type,.wrap-pain-spot li:nth-last-of-type(2),.wrap-pain-spot li:nth-last-of-type(3){
        margin-bottom:0;
    }
    #swiper-solution-detail{
        padding-bottom:0;
    }
    .customer-box .img-box{
        padding:30px 0;
    }
    .wrap-pain-spot li .tit{
        font-size:18px;
    }
    .wrap-pain-spot li{
        margin-bottom:30px;
    }
    #swiper-solution-detail .swiper-slide .tit{
        font-size:18px;
    }
    .freshadv-ent{
    	margin-top:40px;
    }
    .fresh-advent{
    	padding:40px 0;
    }
    .freshadv-title{
    	font-size:20px;
    }
    .fresh-swiper .swiper-slide{
    	padding:30px 25px;
    }
    .fresh-swiper{
    	padding:40px 0;
    }
    .banner-box .banner-tex{
        margin-left:-50%;
        height:138px;
        margin-top:-75px;
    }
    .freshadv-ent .swiper-slide .fresh-advarea{
        width:100%;
    }

}
@media(max-width:991px){
    .top-nav-box .login-box{
        display:none;
    }
    .pain-spot-tit{
        font-size:24px;
        line-height:55px;
    }
    .top-nav-box .top-nav-items li a{
        font-size:13px;
    }
    .top-nav-box ul.top-nav-items{
        margin:0 10px;
    }
    .top-nav-box ul.top-nav-items{
        width:63%;
    }
    .pro-container .pro-tabs li img{
        width:50px;
    }
    .pro-container .pro-tabs li p{
        margin-top:10px;
    }
    .pro-container .pro-con-box li .tex-box{
        width:42%;
    }
    .pro-container .pro-con-box li .tex-box .tit{
        font-size:24px;
    }
    .pro-container .pro-con-box li .pro-item-box{
        padding:30px 0;
    }
    .wrap-trends .time-line-box .time-line{
        width:85%;
        margin-top:20px;
    }
    .wrap-trends{
        height:auto;
    }
    .pro-form-box .in-box{
        padding-bottom:20px;
    }
    .pro-form-box .tit-box .tit{
        font-size:28px;
    }
    .pro-form-box .tit-box .sub-tit{
        font-size:20px;
    }
    .pro-form-box .tit-box .des{
        font-size:12px;
    }
    .wrap-trends>.btn{
        margin-top:30px;
    }
    .wrap-solution-content li .left-part .tit a{
        font-size:22px;
    }
    .reason-tit-box .tit{
        font-size:28px;
    }
    .solution-tabs li>div{
        padding-left:45px;
    }
    .solution-tabs li .tab01{
        background: url(../images/sub-solu-icon01.png) no-repeat 3px center;
        background-size:42px;
    }
    .solution-tabs li .tab02{
        background: url(../images/sub-solu-icon02.png) no-repeat 3px center;
        background-size: 42px;
    }
    .solution-tabs li .tab03{
        background: url(../images/sub-solu-icon03.png) no-repeat 3px center;
        background-size: 42px;
    }
    .solution-tabs li .tab04{
        background: url(../images/sub-solu-icon04.png) no-repeat 3px center;
        background-size: 42px;
    }
    .solution-tabs li .tab05{
        background: url(../images/sub-solu-icon05.png) no-repeat 3px center;
        background-size: 42px;
    }
    .solution-tabs li .tit{
        font-size:16px;
    }
    .wrap-edition .edition-box li .name{
        font-size:18px;
    }
    .wrap-edition .edition-box li .des{
        font-size:12px;
    }
    .wrap-edition .edition-box li .btn a{
        width:80%;
        height:35px;
        line-height:35px;
        font-size:16px;
    }
    .wrap-edition .edition-box{
        padding-bottom:0;
    }
    .wrap-tit .tit{
        font-size:30px;
        line-height:60px;
    }
    .wrap-service ul li img{
        height:55px;
    }
    .wrap-service ul li .hov-box .tit{
        font-size:20px;
    }
    .wrap-service ul li .hov-box .tex{
        font-size:13px;
    }
    .wrap-about-total li .num{
        font-size:40px;
    }
    .banner-box .tit{
        font-size:28px;
    }
    .brand-con .hanyu-box p{
        font-size:12px;
    }
    .swi-box #time-prev{
        left:7px;
    }
    .swi-box #time-next{
        right:7px;
    }
    .wrap-envir .swi-box{
        margin-top:30px; 
    }
    .wrap-honor ul{
        padding-top:30px;
    }
    .wrap-B2B .B2B-content li .tex-box .tit{
        font-size:20px;
    }
    .B2B-content li .tex-box .des{
        font-size:13px;
    }
    .market-con dl dt{
        font-size:30px;
        margin-bottom:30px;
    }
    .market-con dl dd .tit-row .num{
        font-size:35px;
        width:50px;
        height:50px;
    }
    .market-con dl dd .tit-row .tit-box .tit{
        font-size:26px;
    }
    .market-con dl dd .con-row{
          font-size: 12px;
        padding: 20px 0;
        line-height: 24px;
    }
    .market-box{
        height:700px;
    }
    .wrap-support .sup-con li .tit-box img{
        height:38px;
    }
    .wrap-support .sup-con li .tit-box .tit{
        font-size:17px;
    }
    .wrap-support .sup-con li .tit-box{
        height:auto;
        padding-bottom:30px;
    }
    .wrap-support .sup-con{
        padding-bottom:0px;
    }
    .wrap-pain-spot li .tit{
        font-size:20px;
    }
    .wrap-pain-spot li .tex{
        height:60px;
    }
    .wrap-pain-spot li:last-of-type,.wrap-pain-spot li:nth-last-of-type(2),.wrap-pain-spot li:nth-last-of-type(3){
        margin-bottom:0;
    }
    #swiper-solution-detail{
        padding-bottom:0;
    }
    .customer-box .img-box{
        padding:30px 0;
    }
    .freshadv-title{
    	font-size:17px;
    }
    .freshadv-info{
    	font-size:14px;
    }
    .freshadv-container .swiper-slide{
    	padding:0px;
    }
    .freshadv-ent{
    	margin-top:25px;
    }
    .fresh-solution{
    	padding:40px 0;
    }
    .fresh-soluArea{
    	margin-top:40px;
    }
    .fresh-priceslide{
    	padding-top:35%;
    }
    .fresh-pricetitle{
    	font-size:20px;
    	margin:15px 0;
    }
    .fresh-priceicon img{
    	width:55px;
    }
    .fresh-price{
    	padding-top:0;
    }
    .solu-list li:hover{
        transform:translateY(0px);
    }


}



@media(max-width:767px) {
    /* 顶部导航 */
    .top-nav-box {
        padding: 20px 30px;
        box-sizing: border-box;
        position: relative;
        width: 100%;
    }
    .top-nav-box .pc-logo {
        display: none;
    }
    .top-nav-box .m-logo {
        display: inline-block;
    }
    .top-nav-box ul.top-nav-items {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        top:77px;
        height: 430px;
        background: rgb(27, 33, 44);
        padding-top: 30px;
        display: none;
    }
    .top-nav-box .top-nav-items li {
        display: block;
        text-align: center;
    }
    .top-nav-box .top-nav-items li a {
        color: #fff;
        line-height: 50px
    }
    .top-nav-box .nav-collect-icon {
        position: absolute;
        top: 30px;
        right: 30px;
        display: inline-block;
    }
    .top-nav-box .nav-collect-icon img {
        width: 46px;
    }
    .top-nav-box .login-box {
        vertical-align: middle;
        margin-left: 30px;
        color: #2a354b;
        float: none;
    }
    .top-nav-box .login-box a {
        color: #2a354b;
        font-size: 22px;
    }
    .top-nav-box .try-btn {
        top: 22px;
        position: absolute;
        right: 120px
    }
    .top-nav-box {
        width: 100%;
    }
    .fresh-price{
        display:none;
    }
    .fresh-swiper{
        padding:0 0 20px 0;
    }
    .fresh-swiper .swiper-slide{
        padding:20px;
    }
    /* case页面 */
    .center-container {
        /*display: none;*/
        padding-bottom:20px;
    }
    .m-case-container {
        display: block;
        padding: 0 30px
    }
    .m-case-container li {
        padding: 20px 0;
        /*border-top: 1px solid #f2f2f2;*/
        border-bottom: 1px solid #f2f2f2;
        /*margin:0 0 15px 0;*/
    }
    .m-case-container .case-container{
        margin-bottom:0;
    }
    .m-case-container li .img-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .m-case-container li .img-box p {
        color: #4c5b78;
        font-size: 24px;
        margin-left: 20px;
    }
    .m-case-container li .tex {
        font-size: 14px;
        line-height: 24px;
        color: #a4a9b4;
        padding:15px 0;
    }
    .m-case-container li .p1 {
        font-size: 16px;
        line-height: 30px;
        color: #060606;
    }
    .m-case-container li .p2 {
        font-size: 24px;
        line-height: 30px;
        color: #060606;
        margin-left: 20px;
    }
    .m-case-container li .btn {
        text-align: center;
    }
    .m-case-container li .btn a {
        width: 196px;
        height: 46px;
        font-size: 18px;
        display: inline-block;
        background: #4c5b78;
        border-radius: 30px;
        line-height: 46px;
        color: #fff;
        margin: auto;
        margin-top: 20px;
    }
    .m-case-container li .btn a:hover {
        background: #6276a0
    }
    .customer-box .img-box {
        padding:10px 0 0 0;
        margin-top:30px;
    }
    .customer-box .img-box div {
        width: 50%;
    }
    /* 价格页面 */
    .wrap-edition {
        display: none
    }
    .m-wrap-edition {
        display: block;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .m-wrap-tit .tit {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }
    #m-edition {
        width: 100%;
        height: 360px;
        padding-top: 20px
    }
    #m-edition .swiper-slide {
        position: relative;
        background-image: linear-gradient(#627299, #333d52);
        border-radius: 6px;
        padding: 30px 0;
        color: #fff;
        box-sizing: border-box;
        height: 300px;
        text-align: center;
    }
    #m-edition .swiper-slide .name {
        padding-top: 60px;
        font-size:17px;
        font-weight: 600;
        color: #fff;
        font-weight: 600;
    }
    #m-edition .swiper-slide .name01 {
        background: url(../images/sub-pro-type01.png) no-repeat top center;
        background-size: 40px; 
    }
    #m-edition .swiper-slide .name02 {
        background: url(../images/sub-pro-type02.png) no-repeat top center;
        background-size: 40px; 
    }
    #m-edition .swiper-slide .name03 {
        background: url(../images/sub-pro-type03.png) no-repeat top center;
        background-size: 40px; 
    }
    #m-edition .swiper-slide .name04 {
        background: url(../images/sub-pro-type04.png) no-repeat top center;
        background-size: 40px; 
    }
    #m-edition .swiper-slide .name05 {
        background: url(../images/sub-pro-type05.png) no-repeat top center;
        background-size: 40px; 
    }
    #m-edition .swiper-slide .name06 {
        background: url(../images/sub-pro-type06.png) no-repeat top center;
        background-size: 40px; 
    }
    #m-edition .swiper-slide .des {
        font-size: 14px;
        color: #8f9dbb;
        line-height: 30px;
        margin-bottom:10px;
    }
    #m-edition .swiper-slide .price {
        font-size: 40px;
        color: #fff;
        font-weight: 500;
        margin: 10px 0;
        display:none;
    }
    #m-edition .swiper-slide .unit {
        font-size: 14px;
        margin-bottom: 10px;
        display:none;
    }
    #m-edition .swiper-slide .btn a {
        width:100px;
        height:35px;
        display: inline-block;
        line-height: 35px;
        background: #ffa800;
        border-radius: 30px;
        font-size: 14px;
    }
    #m-edition .swiper-slide.active img {
        position: absolute;
        top: -20px;
        right: 10px;
        width: 50px;
    }
    #m-edition .swiper-pagination-bullet-active {
        background: #ffa800;
        width: 20px;
        border-radius: 10px;
    }
    .wrap-fun-box,.pc-titinfo{
        display: none
    }
    .m-wrap-fun-box {
        display: block
    }
    .m-table-info {
        padding: 0 20px;
        color: #666;
        text-align: center;
        overflow: hidden;
        margin-top: 20px;
    }
    .m-wrap-fun-box .table-left {
        width: 45%;
        float: left;
    }
    .m-wrap-fun-box .table-right {
        width: 55%;
        display: inline-block;
        float: left;
        overflow-x: auto;
    }
    .m-wrap-fun-box .table-right table {
        width: 480px;
    }
    .m-wrap-fun-box .table-right img {
        width: 15px;
    }
    .m-wrap-fun-box table tr {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
    .m-wrap-fun-box th {
        font-size: 14px;
        line-height: 40px;
        vertical-align: baseline;
    }
    .m-wrap-fun-box .table-left th {
        border-right: 1px solid #eee;
    }
    .m-wrap-fun-box table td {
        font-size: 12px;
        vertical-align: baseline;
        line-height: 40px;
    }
    .m-wrap-fun-box table {
        border: 1px solid #eee;
    }
    body .wrap-service {
        width: 100%;
    }
    .wrap-service ul li img {
        height: 50px;
    }
    .wrap-service ul li>p.lis-tit {
        font-size: 16px;
    }
    .wrap-service ul li {
        width: 50%;
    }
    /* 产品页面pro */
    .pro-container .pro-con-box li .pro-item-box {
        padding:20px;
    }
    .pro-container .pro-tabs {
        width: 100%;
    }
    .pro-container .pro-con-box li .item {
        width: 100%;
    }
    .pro-container .pro-con-box li .tex-box {
        width: 100%;
        text-align: center;
    }
    .pro-container .pro-con-box li .img-box {
        width: 100%;
        text-align: center;
    }
    .pro-container .pro-con-box li .img-box img {
        max-width: 80%
    }
    .pro-container .pro-con-box li .tex-box .tit:before {
        left: calc(50% - 25px);
    }
    .pro-container .pro-con-box li .tex-box .tex {
        width: 85%;
        margin: auto
    }
    .pro-form-box {
        width: 100%;
    }
    .pro-form-box .tit-box .des {
        width: 85%;
        margin: auto;
        line-height: 22px;
    }
    .pro-form-box .in-box {
        font-size: 14px;
    }
    .pro-form-box .in-box input {
        width: 100%;
    }
    .pro-form-box .fresh-forminfo input{
    	width:100%;
    }
    .pro-form-box .tit-box{
    	margin-bottom:25px;
    }
    .pro-form-box .btn input[type=submit]{
        margin-top:10px;
        line-height:35px;
        height:35px;
    }
    /* 招商页面cooperation */
    .wrap-reason-con {
        display: none;
    }
    .wrap-reason {
        padding: 0 0 20px 0
    }
    #swiper-reason {
        margin-top: 20px;
    }
    .m-wrap-reason {
        display: block
    }
    .m-wrap-reason {
        padding: 20px;
        background: #f1f1f5;
    }
    .m-wrap-reason .swiper-slide {
        box-sizing: border-box;
        padding: 10px 10px 30px 10px;
        background: #fff;
        margin-bottom:30px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    	bottom:-2px;
    }
    .m-wrap-reason .swiper-slide img {
        width: 100%;
    }
    .m-wrap-reason .swiper-slide .item-tex-box {
        padding: 10px
    }
    .m-wrap-reason .swiper-slide .item-tex-box .tit {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .m-wrap-reason .swiper-slide .item-tex-box .des {
        font-size: 14px;
        color: #666666;
    }
    .coop-btn-box {
        padding: 0;
        margin-top:20px;
    }
    .coop-btn-box a {
        width: 300px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }
    .coop-btn-box a.hidden-mobile{
        display:inline-block;
    }
    .coop-btn-box a.hidden-pc{
        display:none;
    }
    .wrap-B2B {
        width: 100%;
    }
    body .wrap-B2B .B2B-content li {
        width: 100%;
        float: none;
        margin-top: 0;
        text-align: left;
        margin-bottom: 20px;
        overflow: hidden;
    }
    body .wrap-B2B .B2B-content li:last-if-type{
    	margin-bottom:0;
    }
    .wrap-B2B .B2B-content {
        background: none;
        padding: 20px 20px 0 20px;
    }
    .wrap-B2B .B2B-content {
        margin-top: 0
    }
    .wrap-B2B .tit-box .des {
        width: 80%;
    }
    .wrap-B2B .B2B-content li .des {
        padding: 0;
        font-size: 14px;
        padding:5px 0
    }
    .wrap-B2B .B2B-content li .icon-box {
        float: left;
        width: 20%;
        text-align: center;
    }
    .wrap-B2B .B2B-content li .tex-box {
        float: left;
        width: 80%;
    }
    .wrap-B2B .B2B-content li .tex-box .tit {
        margin: 0;
        font-size: 18px;
    }
    .wrap-B2B .B2B-content li .icon-box img {
        height: 36px;
    }
    .wrap-B2B .tit-box .tit01 {
        font-size: 20px;
    }
    .wrap-B2B .tit-box .tit02 {
        font-size:21px;
        padding-top:0;
    }
    .wrap-market .market-box .market-con {
        position: initial;
        width: 100%;
        padding: 20px 30px
    }
    .wrap-market .m-banner {
        display: block;
        overflow: hidden;
    }
    .wrap-market .m-banner img {
        float: left;
        width: 100%;
    }
    .market-con dl dt {
        font-size: 30px;
    }
    .market-con dl dt span {
        display: block;
        margin-left: 0
    }
    .market-con dl dd .tit-row .tit-box .tit {
        font-size: 26px;
    }
    .market-con dl dd .tit-row .num {
        font-size: 30px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .market-box {
        background-size: auto 100%;
        height: 760px;
    }
    .market-con dl dd .con-row {
        font-size: 13px;
        line-height: 23px;
    }
    .wrap-support {
        width: 100%;
    }
    .wrap-support .sup-con li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px
    }
    .wrap-support .sup-con li:nth-child(even) {
        margin-right: 0
    }
    .wrap-support .sup-con li .tit-box img {
        height: 50px;
    }
    .wrap-support .sup-con li .tit-box .tit {
        font-size: 20px;
    }
    .wrap-support .sup-con li .tit-box {
        height: 110px;
    }
    /* 解决方案页面solution*/
    .wrap-solution {
        width: 100%;
    }
    .wrap-solution-content li .right-part {
        display: none
    }
    .wrap-solution-content li .left-part {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        border: none;
    }
    .wrap-solution-content li .left-part .m-icon-box {
        display: block;
        margin-top: 10px;
    }
    .wrap-solution-content li .left-part .m-icon-box img {
        width: 80px;
        margin-right: 20px;
        margin-bottom: 20px
    }
    .solution-tabs {
        width: 100%
    }
    #swiper-solution,.fresh-solution{
        width: 100%;
    }
    .wrap-tabs-solution .solution-tabs li>div {
        padding-left: 0;
        background: none;
        text-align: center;
    }
    .solu-detail-tex {
        width: 100%;
        font-size: 14px;
        padding: 20px;
        box-sizing: border-box;
    }
    .wrap-pain-spot {
        width: 100%;
        padding:20px;
        box-sizing: border-box;
    }
    .wrap-pain-spot li {
        width:49%;
        margin-bottom:15px;
    }
    .wrap-pain-spot li:nth-child(3n){
        margin-right:0;
    }
    .wrap-pain-spot li:nth-child(2n){
        margin-right:0;
    }
    .wrap-pain-spot li .tit {
        font-size: 16px;
    }
    #swiper-solution-detail .swiper-slide .tit{
        font-size:16px;
    }
    #swiper-solution-detail{
        margin-top:50px;
        height:auto;

    }
    .solution-detail-con {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .pain-spot-tit {
        font-size: 18px;
        line-height:32px;
        font-weight:bold;
    }
    .pain-spot-tit span{
        display:block;
    }
    .wrap-solu-detail-cus {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    /* 关于我们页面 */
    .wrap-about-total {
        width: 100%;
        margin-top: -10px;
    }
    .wrap-about-total li {
        width: 50%;
        padding: 20px 0;
    }
    .wrap-brand {
        padding: 220px 20px 0 20px;
    }
    .wrap-brand .brand-con {
        width: 100%;
    }
    .wrap-envir .swi-box {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .wrap-honor ul li {
        width: 50%;
        margin-bottom:10px;
    }
    .wrap-honor ul li img {
        width: 100%;
    }
    .wrap-honor ul {
        width: 100%
    }
    .wrap-contact-us .form-box {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .swi-box #time-prev {
        display: none
    }
    .swi-box #time-next {
        display: none
    }
    .wrap-about-total li .num {
        font-size: 30px;
    }
    .brand-con .hanyu-box {
        flex-direction: column;
    }
    .brand-con .hanyu-box .img-box {
        padding: 10px;
    }
    #swiper-envir {
        height: 300px;
    }
    /* 顶部导航 */
    .top-nav-box {
        padding:14px 20px;
        box-sizing: border-box;
        position: relative;
        width: 100%;
    }
    .top-nav-box .pc-logo {
        display: none;
    }
    .top-nav-box .m-logo {
        display: inline-block;
        margin:3px 20px 0 0 ;
    }
    .top-nav-box .m-logo img {
        width: 130px;
    }
    .top-nav-box ul.top-nav-items {
        position: absolute;
        left: 0;
        right: 0;
        top:65px;
        width: 100%;
        margin: 0;
        height: auto;
        background: rgba(76, 91, 120, 0.95);
        padding:20px 0;
        display: none;
    }
    .top-nav-box .top-nav-items li {
        display: block;
        text-align: center;
        width:100%;
        padding:8px 0;
    }
    .top-nav-box .top-nav-items li a {
        color: #fff;
        line-height:30px;
    }
    .top-nav-box .nav-collect-icon {
        position: absolute;
        top:25px;
        right: 20px;
        display: inline-block;
    }
    .top-nav-box .nav-collect-icon img {
        width: 30px;
    }
    .top-nav-box .login-box {
        vertical-align: middle;
        color: #2a354b;
        float: none;
        margin:0 0 0 10px;
    }
    .top-nav-box .login-box a {
        color: #2a354b;
        font-size: 14px;
        margin: 0
    }
    .top-nav-box .try-btn {
        line-height: 26px;
        height: 26px;
        top: 22px;
        position: absolute;
        right: 70px;
        width:70px;
        font-size: 12px;
        margin-top:0px;
    }
    .top-nav-box .try-btn.hidden-mobile{
        display:inline-block;
    }
    .top-nav-box .try-btn.hidden-pc{
        display:none;
    }
    /* 二级页面banner */
    .banner-box {
        height: 200px;
    }
    .banner-box .tit {
        font-size:20px;
        padding: 0 40px;
        line-height:29px;
    }
    .banner-box .tit span{
        display:block;
    }
    .banner-box .tex {
        font-size: 14px;
        margin-top: 10px;
        padding: 0 39px;
    }
    /* case页面 */
    .m-case-container li .img-box img {
        width: 150px;
    }
    .m-case-container li .img-box p {
        font-size: 15px;
    }
    .m-case-container li .p1 {
        font-size: 14px;
    }
    .m-case-container li .p2 {
        font-size: 18px;
    }
    .m-case-container li .btn a {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    .customer-box .customer-tit {
        font-size: 20px;
    }
    /* price页面 */
    .wrap-service ul li .hov-box .tit {
        font-size:16px;
        margin-bottom:5px;
    }
    .wrap-service ul li .hov-box .tex {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .wrap-service ul li .hov-box {
        padding: 10px;
    }
    /* 产品页面 pro*/
    .pro-container {
        margin-top: -20px;
        padding-top:130px;
        z-index:46;
    }
    .pro-container .pro-tabs li {
        width: 33.3%;
        font-size: 14px;
        padding:10px 0;
    }
    .pro-container .pro-tabs li img {
        width:auto;
        height:37px;
    }
    .pro-container .pro-con-box li .tex-box .tit {
        font-size:20px;
        padding:10px 0;
    }
    .pro-form-box .tit-box .tit {
        font-size:23px;
    }
    .pro-form-box .tit-box  .fresh-form .tit{
    	font-size:22px;
    }
    .pro-form-box .tit-box .sub-tit {
        font-size:16px;
        margin:6px 0;
    }
    .pro-container .pro-con-box li .tex-box .tex {
        width: 90%;
        margin-bottom: 15px;
    }
    .pro-container .pro-tabs {
        width:92%;
        margin-left:-46%;
       top:-50px;
    }
    /* 招商页面cooperation */
    .market-box {
        height: auto;
    }
    .reason-tit-box .tit {
        font-size:22px;
        margin-bottom:8px;
    }
    .wrap-solution .bot-btn-box a {
        width: 290px;
        font-size: 14px;
        height: 39px;
        line-height: 39px;
    }
    .solution-tabs li .tit {
        font-size: 18px;
    }
    .solution-tabs li .sub {
        display: none;
    }
    .solution-tabs li {
        padding: 10px 0
    }
    .fresh-solutitle span::after, .fresh-solutitle span::before{
    	display:none;
    }
    .fresh-list dd{
    	font-size:14px;
    }
    #swiper-solution .swiper-slide li:nth-child(3n),.fresh-solution  .swiper-slide li:nth-child(3n),.solu-swiper  .swiper-slide li:nth-child(3n){
        margin: 0;
    }
    #swiper-solution .swiper-slide li,.fresh-solution .swiper-slide li,.solu-swiper .swiper-slide li {
        width: 49%;
        margin-right: 2%;
    }
    #swiper-solution .swiper-slide li:nth-child(2n),.fresh-solution .swiper-slide li:nth-child(2n),.solu-swiper .swiper-slide li:nth-child(2n) {
        margin-right: 0
    }
    #swiper-solution,.fresh-solution {
        height:auto;
    }
    #swiper-solution .swiper-slide li .tit,.fresh-solution .swiper-slide li .tit,.solu-swiper .swiper-slide li .tit {
        font-size: 16px;
    }
    .solution-tabs li .tit {
        font-size: 16px;
        line-height:30px;
    }
    .fresh-soluArea{
    	margin-top:25px;
    }
    /* 关于我们页面 */
    #swiper-envir {
        height: 180px;
    }
    .wrap-contact-us .form-box {
        flex-direction: column;
        padding:10px 20px 0 20px;
    }
    .wrap-contact-us .form-box .right-box {
        padding: 0;
        display:none;
    }
    .banner-box .banner-tex{
        /*padding-top:40px;*/
    }
    .banner-box .banner-tex.banner-abouttex{
        margin-top:-55px;
    }
    #m-edition {
        height:260px;
    }
    #m-edition .swiper-slide {
        height: 220px;
    }
    #m-edition .swiper-slide#version06{
        background-image: linear-gradient(#00db86, #02c378);
    }
    #m-edition .swiper-slide .name02 {
        font-size:18px;
    }
    #m-edition .swiper-slide#version06 .des{
        color:#a4ffdc;
    }
    .wrap-tit .tit{
        font-size:24px;
        line-height:35px;
    }
    .wrap-service ul{
        margin-top:10px;
    }
    .wrap-service ul li{
        padding:20px 0;
    }
    .wrap-service ul li img{
        height:37px;
    }
    .wrap-service .btn{
        margin:20px 0 0 0 ;
    }
    .pro-container .pro-tabs li p{
        margin-top:10px;
    }
    /*产品动态开始*/
     /* 产品动态 */
    .wrap-trends .time-line-box .time-line {
        width: 100%
    }
    .wrap-trends {
        padding: 30px 0;
        height: auto;
    }
    .wrap-trends .m-tit {
        padding: 0 30px
    }
    .wrap-trends .wrap-tit-trends {
        display: none;
    }
    #time-prev {
        display: none;
    }
    #time-next {
        display: none;
    }
    #time-line-con .swiper-slide .tex {
        padding: 0 10px;
    }
    #time-line-con .swiper-slide {
        font-size: 14px
    }
    #time-line-con .swiper-slide .tip span {
        padding: 0 10px
    }
    .wrap-trends .time-line-box {
        height: 170px
    }
    .wrap-trends>.btn a {
        width: 250px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }
    .wrap-about-total {
        width: 96%;
        margin-top: -10px;
    }
    /*产品动态结束*/
    .wrap-about-total li{
        padding:10px 0;
    }
    .wrap-brand {
        padding:180px 20px 0 20px;
    }
    .reason-tit-box .sub{
        margin-top:8px;
    }
    .wrap-brand .brand-con{
        padding-top:20px;
    }
    .wrap-envir .swi-box{
        margin-top:20px;
    }
    .wrap-honor ul{
        padding-top:20px;
    }
    .wrap-honor ul li p{
        text-align: center;
    }
    .wrap-contact-us .form-box .left-box .btn-box input{
        margin:15px auto 0 auto; 
        display:block;
        width:200px;
        height:40px;
        line-height:40px;
    }
    .wrap-contact-us .form-box .left-box .inp-box{
        width:100%;
    }
    .market-con dl dt{
        margin-bottom:25px;
        font-size:25px;
    }
    .market-con dl dd .tit-row .tit-box .tit{
        font-size:20px;
    }
    .market-con dl dd .con-row{
       padding:10px 0 0;
    }
    .market-con dl dd .tit-row .num{
        font-size:20px;
        width:30px;
        height:30px;
        line-height:30px;
    }
    .market-con dl dd .tit-row .tit-box .sub{
    	font-size:12px;
    }
    .market-con dl dd{
    	margin-bottom:20px;
    }
    .market-con dl dd:last-of-type{
    	margin-bottom:0px;
    }
    .wrap-support .sup-con li .tit-box img{
        width:40px;
        height:40px;
    }
    .wrap-support .sup-con li .tit-box{
        padding-top:15px;
        padding-bottom:5px;
    }
    .wrap-support .sup-con li .tit-box .tit{
        font-size:16px;
    }
    .wrap-support .sup-con li dl dd{
        font-size:13px;
        line-height:21px;
    }
    #swiper-solution-detail .swiper-slide img{
        width:30px;
    }
    #swiper-solu-detail-next,#swiper-solu-detail-prev{
        display:none;
    }
    #swiper-solution-detail .swiper-slide{
        padding:0;
    }
    .wrap-pain-spot li .tex{
        height:60px;
    }
    .public-fff .top-nav-box .m-logo{
        margin-top:4px;
    }
    .fresh-list{
    	padding:0 2%;
    }
    .fresh-list dt{
    	margin-bottom:15px;
    }
    .fresh-solutitle{
    	font-size:20px;
    }
    .pro-form-box,.fresh-solution{
    	padding:14px 0;
    }
    .pro-form-box .btn input[type=button]{
    	margin-top:0;
    	width:200px;
    	height:40px;
    	line-height:40px;
    }
    .public-headertop{
    	height:65px;
    }
    .fresh-advent{
    	padding:20px 0;
    }
    .freshadv-title{
    	margin-top:15px;
    }
    .freshadv-info{
    	margin-top:10px;
    }
    .freshadv-paginent{
    	margin-top:37px;
    }
    .wrap-solution-content li .left-part .tips{
        margin:10px 0;
    }
    .wrap-solution-content li .left-part .tips span{
    	line-height:25px;
    }
    .wrap-solution-content li .left-part .btn-box{
    	margin-top:12px;
    }
    .wrap-solution-content li .left-part .tit a{
    	font-size:20px;
    }
    .wrap-solution-content li{
    	padding:20px 0;
    }
    .wrap-solution .bot-btn-box{
    	margin-top:20px;
    }
    .wrap-solution-content li .left-part .btn-box a{
    	height:35px;
    	line-height:35px;
    }
    .wrap-solution-content li .left-part .btn-box a.hidden-mobile{
        display:inline-block;
    }
    .wrap-solution-content li .left-part .btn-box a.hidden-pc{
        display:none;
    }
    .wrap-tit{
    	height:70px;
    }
    .wrap-service .btn a{
    	font-size:17px;
    }
    .wrap-contact-us .form-box .left-box form{
    	padding-bottom:0;
    }
    .wrap-B2B{
    	padding:30px 0;
    }
    .solu-list li{
        width:49%;
        margin:0 2% 40px 0;
        height:auto;
        height:150px;
    }
    .solu-list li:nth-child(3n){
        margin-right:2%;
    }
    .solu-list li:nth-child(2n){
        margin-right:0;
    }
    .solu-text{
        -webkit-line-clamp:3;
    }
    .solu-three li .solu-text{
        font-size:13px;
    }
    .solu-num{
        font-size:23px;

    }
   .wrap-pain-spot li:nth-last-of-type(3){
    margin-bottom:45px;
   }
    .freshadv-ent .swiper-slide .fresh-advarea{
        padding-bottom:20px;
        width:90%;
    }
	.wrap-about-total li.add .num:before{
		content:none;
	}
    .pain-spot-tit.center-spot-tit:before{
        bottom:-10px;
    }
    .solu-list{
        margin-top:40px;
    }
    #swiper-solution-detail .swiper-slide .tex{
        font-size:14px;
        -webkit-line-clamp:3;
    }
    .solu-img{
        width:60px;
        height:60px;
    }
    .wrap-pain-spot ul{
        padding-bottom:0;
    }
    .brand-con .english,.casecon{
        display:none;
    }
    .top-nav-box .login-box{
        display:block;
    }
    .case-spot-detail::after{
        display:none;
    }
    .case-hcontaner .solu-detail-tex{
        margin-top:20px;
        padding:0;
    }
    .case-hcontaner .case-desoluitem:last-of-type{
        margin-bottom:0;
    }
    .solution-con-box{
    	margin-top:20px;
    }
    .wrap-trends>.btn a.hidden-mobile{
        display:inline-block;
    }
    .wrap-trends>.btn a.hidden-pc{
        display:none;
    }
    .pro-container .pro-tabs li:before{
        height:83%;
    }
    #swiper-solution, .fresh-solutions, .solu-swiper{
        height:450px;
    }

}

@media(max-width:320px) {
    /* 顶部导航 */
    .top-nav-box .m-logo img {
        width: 110px
    }
    .top-nav-box .nav-collect-icon {
        top: 32px
    }
    .top-nav-box .nav-collect-icon img {
        width: 22px
    }
    .top-nav-box .try-btn {
        width: 40px;
        right: 50px;
        height: 25px;
        line-height: 22px;
        top: 25px
    }
    .banner-box .tit {
        font-size: 20px;
    }
    /* case页面 */
    .m-case-container li .img-box img {
        width: 100px;
    }
    .m-case-container li .img-box p {
        font-size: 16px;
    }
    .m-case-container li .tex {
        font-size: 14px;
        line-height: 20px;
    }
    .m-case-container li .p2 {
        font-size: 16px;
    }
    .customer-box .img-box img {
        width: 60px;
    }
    /* 招商页面cooperation */
    .market-box {
        height: 1020px;
    }
    .wrap-support .sup-con li .tit-box img {
        height: 30px;
    }
    .wrap-support .sup-con li .tit-box .tit {
        font-size: 16px;
    }
    .wrap-support .sup-con li .tit-box {
        padding-top: 15px;
    }
    .wrap-support .sup-con li dl dd {
        font-size: 14px;
    }



}