.home{
    margin-top: 70px;
}
.home .title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.home .title h3{
    color: #eb6143;
    font-size: 22px;
    border-left: 5px solid #eb6143;
    line-height: 24px;
    padding-left: 11px;
    font-family: "Source Han Sans CN Medium","Microsoft Sans Serif",arial,'Hiragino Sans GB',sans-serif,"San Francisco";
}
.home .title h3 span{
    color: #838383;
    font-size: 20px;
    margin-left: 10px;
}

.animation{
    float: left;
    width: 100%;
    margin-bottom: 68px;
}


.news{
   display: inline-block;
    width: 100%;
    /*justify-content: left;*/
    margin-bottom: 50px;
}

.news .content{
    display: -webkit-flex;
    display: flex;
}

.news .list{
    /*border: 1px solid #666666;*/
    border-right: none;
    width: 25%;
    margin-right: 22px;
}
.news .list:last-child{
    /*border-right: 1px solid #666666;*/
    margin-right: 0;
}

.news .list .pic{
    overflow: hidden;
    height: 193px;
}
.news .list .pic img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.news .list .pic:hover img{
    transform: scale(1.1,1.1);
}
.news .list .text{
    padding: 15px 14px;
    border: 1px solid #dddddd;
    border-top: none;
}
.news .list h3 a{
    color: #ed6430;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 28px;
    height: 56px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-decoration: underline;
}

.news .list span{
    color: #cccccc;
    font-size: 16px;
    font-family: Arial;
    margin-bottom: 5px;
    display: block;
}

.news .list p{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    height: 48px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.news .list .more{
    /*display: none;*/
    margin-top: 10px;
}
.news .list .more a{
    display: flex;
    align-items: center;
    color: #707070;
    font-size: 16px;
}
.news .list .more img{
    width: 14px;
    margin-left: 6px;
}
.authorize .inner-w{
    display: flex;
    justify-content: space-between;
}
.authorize{
    background: #fe5536;
    margin-bottom: 50px;
}
.authorize .left{
    width: 45%;
    padding: 45px 0;
}


.business-left{
    background: url("../images/authorize-2.jpg") center right 30px no-repeat;
    background-size: contain;
}
.authorize .left h3{
    color: #fff;
    font-size: 22px;
    border-left: 5px solid #fff;
    line-height: 24px;
    padding-left: 11px;
    font-family: "Source Han Sans CN Medium","Microsoft Sans Serif",arial,'Hiragino Sans GB',sans-serif,"San Francisco";
    margin-bottom: 35px;
}
.authorize .left h3 span{
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
    text-transform: uppercase;
}
.authorize .carousel-indicators{
    display: none;
}
.authorize .left p{
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    margin-bottom: 0;
    /*text-indent: 2em;*/
}
.authorize .left p:nth-child(4){
    margin-bottom: 0;
}
.authorize .left .more{
    display: flex;
    justify-content: center;
    margin-top: 45px;
}
.authorize .left a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 117px;
    height: 29px;
    border: 2px solid #ffaf9e;
    color: #fff;
}

.authorize .left a img{
    width: 8px;
    margin-left: 12px;
}
.authorize .owl-carousel .owl-item .item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*height: 100%;*/
}
.authorize .owl-carousel .owl-item .item img {
    width: auto;
    /*height: 100%;*/
    max-height: 305px;
}
.authorize .owl-prev {
    width: 15px;
    height: 29px;
    border-radius: 0;
    position: absolute;
    /* top: 50%; */
    left: -45px;
    transform: translateY(60%);
    background: url(../images/prev-2.jpg) no-repeat;
    transition: 0.3s;
}
.authorize .owl-next {
    width: 15px;
    height: 29px;
    border-radius: 0;
    position: absolute;
    /* top: 50%; */
    right: -45px;
    transform: translateY(60%);
    background: url(../images/next-2.jpg) center no-repeat;
    transition: 0.3s;
}
.authorize .right{
    display: flex;
    align-items: center;
    width: 50%;
    padding: 45px 55px 45px 20px;
}
.authorize .right .large-12{
    height: auto;
}
.shop{
    margin-bottom: 80px;
}
.shop .inner-w .content{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shop .left{

}
.shop img{
    width: 100%;
    display: block;
    height: 100%;
    transition: 0.3s;
}
.shop img:hover{
    transform: scale(1.1,1.1);
}
.shop .right a:nth-child(2) img:hover{
    transform: scale(1);
}
.shop .right a:nth-child(3) img:hover{
    transform: scale(1);
}
.shop .list{
    display: flex;
    width: 33%;
    margin-right: 22px;
}
.shop .mid{
    display: flex;
    flex-flow: column;
}
.shop .list:last-child{
    margin-right: 0;
}
.shop a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.shop .left a{
    /*width: 368px;*/
    overflow: hidden;
    /*border: 1px solid #666666;*/
    position: relative;
}
.shop .title-h3{
    position: absolute;
    bottom: -75px;
    left: 0;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    line-height: 50px;
    padding: 0 20px;
    background: rgba(0,0,0,0);
    transition: 0.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.shop a:hover .title-h3 {
    bottom: 0;
    background: rgba(0,0,0,0.6);
}
.shop .left .text{
    background: #fe5536;
    width: 46px;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.shop .left .text h3{
    font-size: 28px;
    color: #fff;
    padding-top: 10px;
    text-align: center;
    border-top: 5px solid #ffffff;
    margin-top: 13px;
    letter-spacing: 4px;
}
.shop .left .text span{
    color: #ffaf9e;
    font-size: 24px;
    display: inline-block;
    transform: rotate(90deg);
    position: absolute;
    top: 120px;
    left: -9px;
}

.shop .mid a:first-child{
    margin-bottom: 21px;
}

.shop .mid a{
    display: block;
    overflow: hidden;
    /*border: 1px solid #666666;*/
}

.shop .mid a:first-child{
    border-bottom: none;
}

.shop .right{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.shop .right a{
    display: block;
    overflow: hidden;
    width: 47%;
    /*border: 1px solid #666666;*/
    border-left: none;
    border-bottom: none;
    margin-bottom: 22px;
}
.shop .right a:nth-child(2n){
    margin-right: 0;
}
.shop .right a:nth-child(3){
    margin-bottom: 0;
}
.shop .right a:nth-child(4){
    margin-bottom: 0;
}
.about .content{
    display: flex;
    border: 2px solid #fe5536;
    /*padding-top: 55px;*/
    /*height: 525px;*/
}
.about .more{
    display: flex;
    justify-content: center;
    margin-top: 45px;
}
.about .more a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 117px;
    height: 32px;
    border: 2px solid #fd5d3f;
    color: #fd5535;
}

.about .more a img{
    width: 10px;
    margin-left: 12px;
}
.about .left{
    position: relative;
    width: 324px;
}
.about .left img{
    position: absolute;
    left: -1px;
    bottom: -1px;
    width: 327px;
    max-width: 400px;
}

.about .mid{
    width: 530px;
    padding-bottom: 40px;
    margin-left: 35px;
}
.about .mid h3{
    color: #eb6143;
    font-size: 22px;
    border-left: 5px solid #eb6143;
    line-height: 24px;
    padding-left: 11px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: "Source Han Sans CN Medium","Microsoft Sans Serif",arial,'Hiragino Sans GB',sans-serif,"San Francisco";
}
.about .mid h3 span{
    color: #838383;
    font-size: 20px;
    margin-left: 10px;
}

.about .mid p{
    color: #eb6143;
    font-size: 16px;
    line-height: 30px;
    /*text-indent: 2em;*/
}
.about .right{
    width: 490px;
    position: relative;
}

.about .right img{
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 517px;
    max-width: 600px;
}
.about .pic{
    display: none;
}




.cartoon{
    margin-top: 150px;
    margin-bottom: 60px;
}

.cartoon .title h3{
    color: #fd5535;
    font-size: 30px;
    margin-bottom: 20px;
}

.cartoon .title h3 span{
    font-family: Arial;
    font-size: 24px;
    color: #a0a0a0;
}
.cartoon .title p{
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 18px;
    margin-bottom: 30px;
}

.cartoon .title p span{
    display: flex;
    align-items: center;
    margin-right: 34px;
}
.cartoon .title p span img{
    width: 34px;
}

.cartoon .content{
    display: flex;
    justify-content: space-between;
}
.cartoon .content .text{
    margin-right: 40px;
}
.cartoon .content p{
    text-indent: 2em;
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.cartoon .content ul{
    margin-left: 35px;
    width: 655px;
    margin-top: 67px;
}

.cartoon .content ul li{
    display: flex;
    border-bottom: 2px solid #ff7033;
    margin-bottom: 8px;
}

.cartoon .content ul li span{
    color: #ff5912;
    font-family: Arial;
    font-size: 18px;
    margin-right: 22px;
    margin-left: 5px;
}
.cartoon .content ul li p{
    font-size: 16px;
    line-height: 22px;
    text-indent: 0;
    margin-bottom: 0;
}

.cartoon .content .pic{
    border: 1px solid #fd7b62;
    margin-bottom: 7px;
    overflow: hidden;
    width: 430px;
}
.cartoon .content .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.cartoon .content .pic img:hover{
    transform: scale(1.1,1.1);
}




.news-main{
    margin-top: 150px;
}
.news-main .title{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    width: 100%;
}

.news-main .title h3{
    color: #eb6143;
    font-size: 22px;
    border-left: 5px solid #eb6143;
    line-height: 24px;
    padding-left: 11px;
    font-family: "Source Han Sans CN Medium","Microsoft Sans Serif",arial,'Hiragino Sans GB',sans-serif,"San Francisco";
}
.news-main .title h3 span{
    color: #838383;
    font-size: 20px;
    margin-left: 10px;
}
.news-main table{
    border: 1px solid #d9d9d9;
}

.news-main td{
    width: 25%;
    border: 1px solid #d9d9d9;
}
.news-main .list{
    margin-bottom: 20px;
}
.news-main .list .text{
    padding: 15px 14px;
    border: 1px solid #dddddd;
    border-top: none;
}
.news-main .list h3 a{
    color: #ed6430;
    font-size: 20px;
    margin-bottom: 5px;
    height: 44px;
    line-height: 22px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-decoration: underline;
}
.news-main .list .more{

    margin-top: 10px;
}
.news-main .list .more a{
    display: flex;
    align-items: center;
    color: #707070;
    font-size: 16px;
}
.news-main .list .more img{
    width: 14px;
    margin-left: 6px;
}
.news-main .list span{
    color: #cccccc;
    font-size: 16px;
    font-family: Arial;
    margin-bottom: 5px;
    display: block;
}

.news-main .list p{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    height: 48px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-main .list .pic{
    overflow: hidden;
    height: 205px;
}

.news-main .list .pic img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.news-main .list .pic:hover img{
    transform: scale(1.1,1.1);
}

.yema{
    margin-top: 52px;
}
.yema ul{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
}

.yema ul li{
    font-size: 20px;
    color: #cccccc;
    font-family: Arial;
    margin-right: 9px;
    cursor: pointer;
    transition: 0.3s;
}
.yema ul li a{
    font-size: 20px;
    color: #cccccc;
    font-family: Arial;
    margin-right: 9px;
    cursor: pointer;
    transition: 0.3s;
}
.yema ul li:last-child{
    margin-right: 0;
}
.yema ul li:hover a{
    color: #fd5535;
}
.yema ul li.active a{
    color: #fd5535;
}
.news-main .title h3{
    display: flex;
    align-items: center;
}
.news-main .title h3 span:last-child{
    font-size: 18px;
}


.detail-title{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 50px;
}

.detail-title h3{
    color: #fd5535;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 14px;
    text-align: center;
}

.detail-title span{
    color: #cccccc;
    font-size: 18px;
    font-family: Arial;
}



.news-detail p{
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    width: 100%;
}





.shouquan{
    margin-top: 55px;
}
.shouquan .content{
    /*padding: 0 18px;*/
    margin-top: 45px;
}
.shouquan .content .item{
    display: flex;
    justify-content: space-between;
}
.shouquan .content .item .big{
    width: 49.5%;
}
.shouquan .content .item .small{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 49.5%;
}
.shouquan .content .item .small .list{
    width: 321px;
    height: 321px;
    margin-bottom: 11px;
}
.shouquan .title{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    width: 100%;
}

.shouquan .title h3{
    color: #eb6143;
    font-size: 22px;
    border-left: 5px solid #eb6143;
    line-height: 24px;
    padding-left: 11px;
    font-family: "Source Han Sans CN Medium","Microsoft Sans Serif",arial,'Hiragino Sans GB',sans-serif,"San Francisco";
}
.shouquan .title h3 span {
    color: #838383;
    font-size: 20px;
    margin-left: 10px;
}
.shouquan table tr{
    display: flex;
}
.shouquan table td{
    display: flex;
    flex-flow: wrap;
    width: 50%;
    /*border: 1px solid #666666;*/
}
.shouquan table td .list{
    transition: 0.3s;
    overflow: hidden;

}
.shouquan table td .list:hover{
    box-shadow: 0 0 15px #aaaaaa;
}
.shouquan table td .pic{
    overflow: hidden;
}
.shouquan table td .pic img{
    transition: 0.3s;
    width: 100%;
    height: 100%;
}
.shouquan table td .pic img:hover{
    transform: scale(1.1,1.1);
}
.shouquan table td .text{
    padding: 18px 22px;
}
.shouquan table td h4{
    color: #fd5636;
    font-size: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.shouquan table .small .list{
    width: 50%;
}
/*.shouquan table .small .list:nth-child(1){*/
    /*border-right: 1px solid #666666;*/
    /*border-bottom: 1px solid #666666;*/
/*}*/
/*.shouquan table .small .list:nth-child(2){*/
    /*border-bottom: 1px solid #666666;*/
/*}*/
/*.shouquan table .small .list:nth-child(3){*/
    /*border-right: 1px solid #666666;*/
/*}*/
.shouquan table td p{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.shouquan table tr:first-child td:first-child h4{
    /*margin-bottom: 25px;*/
    /*margin-top: 10px;*/
}

/*.shouquan table tr:first-child td:first-child p{*/
    /*min-height: 24px;*/
    /*margin-bottom: 24px;*/
/*}*/
.shouquan table tr:first-child td:first-child p:last-child{
    margin-bottom: 0;
}

.shouquan .biaodan{
    width: 80%;
    margin: 0 auto;
    margin-top: 90px;
}
.shouquan .biaodan h4{
    text-align: center;
    color: #666666;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 45px;
}

.shouquan .biaodan span{
    color: #666666;
    font-size: 16px;
}
.shouquan .biaodan span i{
    color: #eb6143;
    font-style: normal;
    font-size: 16px;
    margin-right: 7px;
}

.shouquan .biaodan .ul1{
    max-width: 1028px;
    margin: 0 auto;
    margin-top: 42px;
}
.shouquan .biaodan ul{
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.shouquan .biaodan ul li{
    width: 12.5%;
    /*margin-right: 18px;*/
    margin-bottom: 30px;
    transition: 0.1s;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}
.shouquan .biaodan ul li .pic{
    width: 74px;
    height: 74px;
    border: 1px solid #cfcfcf;
}
.shouquan .biaodan ul li img{
    max-width: 100%;
    max-height: 100%;
}
.shouquan .biaodan ul li .pic.active{
    border: 3px solid #fd5f40;
}
.shouquan .biaodan ul li p{
    color: #666666;
    font-size: 16px;
    margin-top: 3px;
    text-align: center;
}
.shouquan .biaodan ul li:nth-child(8n){
    margin-right: 0;
}

.shouquan .biaodan .qita{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.shouquan .biaodan input{
    width: 386px;
    height: 39px;
    border: 1px solid #cfcfcf;
    background: #ededed;
    padding-left: 10px;
    font-size: 16px;
    margin-left: 28px;
}



.shouquan .biaodan .box{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 60px;
}
.shouquan .biaodan .box .list{
    margin-bottom: 30px;
}

.shouquan .biaodan .box .list input{
    width: 400px;
}

.shouquan .biaodan .box textarea{
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #ededed;
    height: 192px;
    margin-left: 28px;
    padding-left: 10px;
    padding-top: 10px;
}
.shouquan .biaodan .box textarea:focus{
    outline: none;
}
.shouquan .biaodan .box .message{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.shouquan .biaodan .box .message span{
    width: 90px;
}


.shouquan .biaodan .Submit{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 125px;
}
.shouquan .biaodan .Submit button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 36px;
    line-height: 34px;
    background: #fff;
    border: 1px solid #666666;
    color: #666666;
    font-size: 16px;
    transition: 0.3s;
}
.shouquan .biaodan .Submit button img{
    margin-left: 12px;
}
.shouquan .biaodan .Submit button:hover{
    border-color: #fd5636;
    color: #fd5636;
}



.scan-code{
    margin-top: 85px;
    margin-bottom: 80px;
}
.scan-code .pic{
    text-align: center;
    width: 65%;
    margin: 0 auto;
}

.scan-code ul{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.scan-code li{
    text-align: center;
    margin-right: 28px;
}
.scan-code li img{
    width: 82px;
}
.scan-code li p{
    color: #999999;
    font-size: 14px;
    margin-top: 5px;
}
.scan-code li:last-child{
    margin-right: 0;
}
.scan-code li:nth-child(2){
    border-right: 2px solid #bfbfbf;
    padding-right: 28px;
}


.animation-main .content{
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
}

.animation-main .content .item{
    width: 15%;
    margin-right: 26px;
    margin-bottom: 25px;
    position: relative;
}
.animation-main .content .item:nth-child(6n){
    margin-right: 0;
}
.animation-main .content .item .model {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 999;
    transition: 0.3s;
}
.animation-main .content .item:hover .model{
    opacity: 0;
    z-index: -1;
}
.animation-main .title{
    margin-bottom: 50px;
}
.animation-main .title h3 {
    color: #eb6143;
    font-size: 22px;
    border-left: 5px solid #eb6143;
    line-height: 24px;
    padding-left: 11px;
    font-family: "Source Han Sans CN Medium","Microsoft Sans Serif",arial,'Hiragino Sans GB',sans-serif,"San Francisco";
}

.animation-main .title h3 span {
    color: #838383;
    font-size: 20px;
    margin-left: 10px;
}


.animation-main .yema{
    margin-top: 30px;
}

.cartoon-detail .content{
    display: flex;
    justify-content: space-between;
}
.cartoon-detail{
    margin-top: 64px;
}
.cartoon-detail .left{
    width: 26%;
}
.cartoon-detail .text{
    width: 70%;
}
.cartoon-detail h3{
    color: #fd5535;
    font-size: 26px;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.cartoon-detail .title p{
    color: #666666;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.cartoon-detail .title p span{
    display: flex;
    align-items: center;
    margin-right: 38px;
}
.cartoon-detail .title p span a{
    display: flex;
    align-items: center;
}
.cartoon-detail .title p img{
    width: 23px;
    transform: translateY(-1px);
}

.cartoon-detail h4{
    color: #fd5535;
    font-size: 20px;
    border-bottom: 2px solid #fd5535;
    display: inline-block;
    margin-bottom: 20px;
}
.cartoon-detail .introduce{
    margin-top: 35px;
}
.cartoon-detail .introduce p{
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}

.cartoon-detail ul li{
    display: flex;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}

.cartoon-detail ul li span{
    /*display: none;*/
}

.cartoon-bot{
    display: flex;
    background: #eb6143;
    padding: 35px 0;
    margin-top: 65px;
    margin-bottom: 50px;
}

.cartoon-bot .large-12{
    max-width: 1320px;
    margin: 0 auto;
}
.cartoon-bot .owl-carousel .owl-item .item{
    display: flex;
    align-items: center;
    width: 100%;
    height: 260px;
    overflow: hidden;
}


.cartoon-bot .owl-prev {
    width: 15px;
    height: 29px;
    border-radius: 0;
    position: absolute;
    /* top: 50%; */
    left: -45px;
    transform: translateY(60%);
    background: url(../images/prev-3.jpg) no-repeat;
    transition: 0.3s;
    background-size: cover;
}

.cartoon-bot .owl-next {
    width: 15px;
    height: 29px;
    border-radius: 0;
    position: absolute;
    /* top: 50%; */
    right: -45px;
    transform: translateY(60%);
    background: url(../images/next-3.jpg) center no-repeat;
    transition: 0.3s;
    background-size: cover;
}


.news-main .content {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.news-main .content .list{
    width: 23.7%;
    margin-right: 22px;
}

.news-main .content .list:nth-child(4n){
    margin-right: 0;
}




.news-detail{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.news-detail .left{
    width: 72%;
}

.news-detail .right{
    width: 24%;
}


.news-detail .detail-title{
    margin-top: 0;
}

.news-detail .right li a{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: 0.3s;
}

.news-detail .right li a:hover{
    color: #ff6633;
}

.news-main .news-detail .title h3 span:last-child{
    font-size: 20px;
    font-family: Arial;
    font-weight: normal;
    transform: translateY(3px);
}



.shangcheng .list{
    position: relative;
    overflow: hidden;
}
.shangcheng table td{
    align-items: center;
}
.shangcheng .list .pic{
    height: 100%;
    /*padding: 5px;*/
}
.shangcheng .list .pic img{
    transition: 0.3s;
}
.shangcheng .list .pic:hover img{
    transform: scale(1.1,1.1);
}
.shangcheng .title-h3{
    position: absolute;
    bottom: -75px;
    left: 0;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    line-height: 50px;
    padding: 0 20px;
    background: rgba(0,0,0,0);
    transition: 0.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.shangcheng .list:hover .title-h3{
    bottom: 0;
    background: rgba(0,0,0,0.6);
}

.shangcheng{
    margin-bottom: 140px;
    margin-top: 0;
}

.shangcheng table .small .list{
    width: 329px;
    height: 329px;
}


.shangcheng ul{
   display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
}
.shangcheng ul li{
    position: relative;
    float: left;
    margin-left: 10px;
}
.shangcheng ul li .img1{
    width: 75px;
    height: 75px;
    position: relative;
}

.shangcheng ul li .erweima{
    position: absolute;
    top: -85px;
    left: -15px;
    width: 108px;
    max-width: initial;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}
.shangcheng ul li:hover .erweima{
    opacity: 1;
    z-index: 9999;
}

.aboutUs{
    margin-top: 110px;
    margin-bottom: 100px;
}
.aboutUs .text{
    width: 72%;
    margin-bottom: 22px;
    padding-right: 50px;
    border-right: 2px solid #eb6144;
}
.aboutUs .text .pic{
    width: 40%;
}
.aboutUs .text p{
    margin-bottom: 36px;
}
.aboutUs .text p:last-child{
    margin-bottom: 0;
}
.aboutUs p{
    color: #666666;
    font-size: 16px;
    line-height: 35px;
}

.wenhua{
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    width: 28%;
    padding-left: 50px;
}

.wenhua .pic{
    max-width: 320px;
    margin-bottom: 54px;
}
.wenhua .left p{
    color: #666666;
    font-size: 16px;
}
.wenhua .left p span{
    color: #fd5535;
}
.wenhua .right{
    width: 30%;
    text-align: center;
    margin-right: 50px;
}

.aboutUs .content{
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 0;
}

.aboutUs .title{
    margin-bottom: 24px;
}


.shangwu .picList{
    display: flex;
    justify-content: space-between;
}
.shangwu .picList .list{
    width: 49.5%;
    transition: 0.3s;
}
.shangwu .picList:first-child .list .text{
    height: 165px;
}
.shangwu .picList .list .text{
    padding: 18px 22px;
    border: 1px solid #bfbfbf;
    border-top: none;
    height: 194px;
}
.shangwu .picList .small .list .text{
    height: 120px;
}
.shangwu .picList .list .text h4{
    color: #fd5636;
    font-size: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.shangwu .picList .list .text p {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.shangwu .picList{
    margin-bottom: 12px;
    flex-flow: wrap;
}
.shangwu .picList .list:hover {
    box-shadow: 0 0 15px #aaaaaa;
}

.shangwu .picList .list .pic {
    overflow: hidden;
}
.shangwu .picList .list .pic img{
    transition: 0.3s;
}
.shangwu .picList .list .pic:hover img{
    transform: scale(1.1,1.1);
}

.shangwu .picList .small{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    width: 49.5%;
}

.shangwu .picList .small .list{
    width: 49%;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}
.shangwu .picList .small .list:nth-child(3){
    margin-bottom: 0;
}
.shangwu .picList .small .list:nth-child(4){
    margin-bottom: 0;
}


.shangwu .picList .list .all-text{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 18px 22px;
    transition: 0.3s;
}
.shangwu .picList .small .list:hover .all-text{
    top: 0;
}
.shangwu .picList .list .all-text h4{
    color: #fd5636;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 20px;
}

.shangwu .picList .list .all-text p{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.sj-about{
    display: none;
}
.sj-about p{
    color: #eb6143;
    font-size: 16px;
    line-height: 30px;
}

.shangwu .picList .list .text .last{
    display: none;
}
.img2{
    width: 60%;
    margin: 0 auto;
}

.authorize .sj-content{
    display: none;
}

.authorize .sj-content .list{
    display: flex;
    justify-content: space-between;
}
.authorize .sj-content .list .pic{
    width: 50%;
}
.authorize .sj-content .list .text{
    width: 50%;
    padding: 15px;
    position: relative;
}
.authorize .sj-content .list .text p{
    color: #fff;
    line-height: 22px;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 6;*/
    /*overflow: hidden;*/
}

.authorize .sj-content p a{
    color: #fff;
}
.authorize .sj-content .more {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    height: 45px;
    border: 2px solid #ffaf9e;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.authorize .sj-content a img{
    width: 14px;
    margin-left: 10px;
}


.animation .pc-banner{
    display: none;
}




.authorize .sj-content .top p{
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    margin-bottom: 20px;
    /* text-indent: 2em; */
}














@media screen and (max-width: 1440px){
    .cartoon-bot .owl-carousel{
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1366px){
    .shangwu .picList .list .text{
        height: 199px;
    }
    .shouquan .content .item .small .list{
        width: 291px;
        height: 291px;
    }
    .shouquan .biaodan ul li{
        /*margin-right: 9px;*/
    }
    .authorize .left p:nth-child(3){
        display: none;
    }
    .shangcheng table .small .list{
        width: 299px;
        height: 299px;
    }
    .shangcheng .title-h3{
        font-size: 20px;
        padding-left: 25px;
    }
    .news-main .content .list {
        width: 23.6%;
    }
    .animation-main .content .item{
        width: 14.8%;
    }
    .shouquan .biaodan .box .list input{
        width: 350px;
    }
    .shouquan table td .text{
        padding: 16px 22px;
    }
    .news-main .list .pic{
        overflow: hidden;
        height: 186px;
    }

    .about .content{
        height: auto;
        /*padding-top: 0;*/
    }
    .about .mid p:last-child{
        display: none;
    }
    .news .list .pic{
        height: 153px;
    }
    .authorize .left p:nth-child(4){
        display: none;
    }
    .about .left img{
        width: 259px;
    }
    .about .right img{
        width: 409px;
    }
    .inner{
        max-width: 1200px;
    }
    .about .mid p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
}
@media screen and (max-width: 1220px){
    .shouquan .biaodan ul li {
        /*margin-right: 8px;*/
    }
    .shouquan .content .item .small .list {
        width: 241px;
        height: 241px;
        margin-bottom: 9px;
    }
    .shangcheng .title-h3 {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .shangcheng table .small .list{
        width: 247px;
        height: 247px;
    }
    .news-main .content .list {
        width: 23.3%;
    }
    .cartoon-bot .owl-next{
        transform: translateY(35%);
    }
    .cartoon-bot .owl-prev{
        transform: translateY(35%);
    }
    /*.shouquan table tr:first-child td:first-child h4{*/
        /*margin-bottom: 15px;*/
    /*}*/
    /*.shouquan table tr:first-child td:first-child p {*/
        /*margin-bottom: 13px;*/
    /*}*/

    .animation-main .content .item:nth-child(5n){
        margin-right: 0;
    }
    .animation-main .content .item:nth-child(6n){
        margin-right: 26px;
    }
    .animation-main .content .item{
        width: 17.9%;
    }
}
@media screen and (max-width: 1200px){
    .shangwu .picList .list .text {
        height: 208px;
    }

    .shangwu .picList .list .all-text p{
        margin-bottom: 0;
    }
    .shouquan .biaodan .box .list input {
        width: 270px;
    }
    .shouquan .biaodan .box .message span {
        width: 93px;
    }
    .shouquan .biaodan ul li{
        /*margin-right: 28px;*/
    }
    .shouquan table td .text {
        padding: 23px 22px;
    }
    .news-main .list .pic{
        overflow: hidden;
        height: 153px;
    }
    .inner{
        max-width: 992px;
    }
    .cartoon .content .text{
        width: 60%;
    }
    .cartoon .content .right{
        width: 35%;
    }
    .cartoon .content .pic{
        width: 100%;
    }
    .cartoon .content ul{
        width: 90%;
    }
}
@media screen and (max-width: 992px){
    .shangwu .picList .list .text {
        height: 219px;
    }
    .shouquan .content .item .small .list {
        width: 186px;
        height: 186px;
        margin-bottom: 8px;
    }
    .shangcheng table .small .list {
        width: 191px;
        height: 191px;
    }
    .news-main .content{
        justify-content: space-between;
    }
    .news-main .content .list{
        width: 48.5%;
        margin-right: 0;
    }

    .animation-main .content .item{
        width: 22.4%;
        margin-right: 26px!important;
    }
    .animation-main .content .item:nth-child(4n){
        margin-right: 0!important;
    }
    .shouquan .biaodan .box .list input {
        width: 185px;
    }
    .shouquan .biaodan ul li {
        width: 20%;
    }
    .shouquan .biaodan .box .message span {
        width: 98px;
    }
    .shouquan table td .text {
        padding: 19px 22px;
    }
    .news-main .list .pic{
        overflow: hidden;
        height: 230px;
    }
    .inner{
        max-width: 768px;
    }
    .news .list .pic{
        height: 118px;
    }
    .authorize .left p:nth-child(3){
        /*display: none;*/
        /*display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-line-clamp: 1;*/
        /*overflow: hidden;*/
    }
    .authorize .left p:nth-child(2){
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .about .mid p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .about .left img {
        width: 214px;
    }
    .about .right img {
        width: 337px;
    }

    .cartoon .content ul{
        width: 150%;
    }
    .header-inner{
        width: 768px;
    }
}
@media screen and (max-width: 768px){
    .news .list .more{
        display: block;
    }
    .authorize .sj-content{
        display: block;
        padding-bottom: 50px;
    }
    .home_top{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .home .news {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .home .animation {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .home .animation .inner-w .columns{
        display: none;
    }
    .home .owl-carousel .owl-item .item .model{
        display: none;
    }
    .news .list p{
        min-height: auto;
        display: none;
    }
    .shangwu .picList .list:hover{
        box-shadow: none;
    }
    .shangwu .picList .list .pic:hover img{
        transform: scale(1);
    }
    .news-main .list p{
        min-height: auto;
    }
    .authorize .left{
        padding: 35px 0 20px 0;
    }
    .authorize .left h3{
        margin-bottom: 0;
    }
    .home .title{
        margin-bottom: 20px;
    }
    .shangwu .picList .list .text .last{
        display: block;
    }
    .shangwu .picList .small .list .all-text{
        display: none;
    }
    .shangwu .picList .list .text p{
        display: block;
        min-height: auto;
    }
    .img2{
        width: 100%;
        margin: 0 auto;
    }
    .cartoon-banner{
        display: none;
    }
    .animation-main .yema{
        display: none;
    }
    .sj-about{
        display: block;
    }
    .authorize .owl-carousel .owl-item .item img{
        height: auto;
        max-height: 193px;
    }
    .business-left{
        background: none;
        background-size: contain;
    }
    .animation{
        margin-bottom: 50px;
    }
    .wenhua .pic{
        max-width: 100%;
    }
    .shangwu .picList .small .list .text{
        height: auto;
    }
    .shangwu .picList .list .text {
        height: auto;
    }
    .shangwu .picList:first-child .list .text {
        height: auto;
    }
    .shop .inner-w .content{
        flex-flow: wrap;
    }
    .shangwu .picList .list{
        width: 100%;
        margin-bottom: 40px;
    }
    .shangwu .picList{
        margin-bottom: 0;
    }
    .shangwu .picList .small .list:nth-child(3){
        margin-bottom: 40px;
    }
    .shangwu .picList .small .list:nth-child(4){
        margin-bottom: 12px;
    }
    .shangwu .picList .small{
        width: 100%;
    }
    .shangwu .picList .small .list{
        width: 100%;
        margin-bottom: 40px;
    }
    .shouquan .content .item{
        flex-flow: wrap;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .shouquan .content .item .big{
        width: 100%;
        margin-bottom: 8px;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .shouquan .content .item .small{
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .shouquan .content .item .small .list{
        width: 49%;
        height: auto;
    }
    .shouquan .biaodan{
        width: 100%;
        margin-top: 30px;
    }
    .shouquan .biaodan h4{
        margin-bottom: 20px;
    }
    .shouquan .biaodan .box{
        margin-top: 30px;
    }
    .news-main .title{
        margin-bottom: 20px;
    }
    .shangcheng ul li .erweima{
        display: none;
    }
    .shangcheng .title-h3{
        font-size: 14px;
        display: none;
    }
    .shop .title-h3{
        display: none;
    }
    .shop img:hover{
        transform: scale(1);
    }
    .shangcheng .list .pic:hover img{
        transform: scale(1);
    }
    .shouquan .biaodan ul li:last-child{
        margin-bottom: 10px;
    }
    .authorize .right .owl-nav{
        top: 34%;
    }
    .shop{
        margin-bottom: 19px;
    }
    .about .more{
        margin-top: 25px;
    }
    .aboutUs{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .aboutUs .text p{
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .aboutUs p{
        margin-bottom: 20px;
    }
    .wenhua .left p{
        margin-bottom: 6px;
    }
    .wenhua{
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
    }
    .wenhua .right{
        display: none;
        width: 100%;
        margin-top: 30px;
    }
    .aboutUs .text{
        width: 100%;
        border-right: none;
        padding-right: 0;
        margin-bottom: 50px;
    }
    .aboutUs .text .pic{
        width: 100%;
        margin-bottom: 20px;
    }
    .aboutUs .text p{
        width: 100%;
    }
    .shangcheng ul{
        justify-content: center;
        margin-bottom: 30px;
    }
    .shangcheng table .small .list{
        height: auto;
    }
    .shouquan table .small .list{
        border-bottom: 1px solid #666666;
    }
    .shouquan table .small .list:nth-child(4){
        border-bottom: none;
    }
    .shouquan table td{
        width: 100%;
    }
    .detail-title{
        /*align-items: flex-start;*/
    }
    .detail-title h3{
        line-height: 32px;
    }
    .news-detail{
        flex-flow: wrap;
    }
    .news-detail .left{
        width: 100%;
        margin-bottom: 50px;
    }
    .news-detail .right{
        width: 100%;
    }
    .news-main .content .list{
        width: 100%;
        margin-bottom: 40px;
    }
    .cartoon-bot .owl-prev{
        left: -35px;
        transform: translateY(15%);
    }
    .cartoon-bot .owl-next{
        right: -35px;
        transform: translateY(15%);
    }
    .cartoon-bot .owl-carousel {
        width: 90%;
        margin: 0 auto;
    }
    .cartoon-detail .content{
        flex-flow: wrap;
        /*padding-top: 40px;*/
    }
    .cartoon-detail .left{
        width: 100%;
        margin-bottom: 30px;
    }
    .scan-code ul{
        margin-top: 40px;
    }
    .cartoon-detail .title p{
        flex-flow: column;
        align-items: flex-start;
    }
    .cartoon-detail .title p span{
        margin-bottom: 5px;
    }
    .cartoon-detail .text{
        width: 100%;
    }
    .animation-main .content{
        justify-content: space-between;
    }
    .animation-main .content .item{
        width: 47.2%;
        margin-right: 0!important;
        margin-bottom: 15px;
    }
    .scan-code{
        margin-top: 50px;
        margin-bottom: 0px;
    }
    .news .list:last-child{
        margin-bottom: 0;
    }
    .scan-code ul{
        flex-flow: wrap;
    }
    .scan-code .pic{
        width: 90%;
    }
    .scan-code li{
        width: 38%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .scan-code li:nth-child(3){
        margin-bottom: 0;
    }
    .scan-code li:last-child{
        margin-bottom: 0;
    }
    .scan-code li:nth-child(2){
        padding-right: 0;
        border-right: none;
    }
    .about .content{
        border: none;
    }
    .about .left{
        display: none;
    }
    .about .mid{
        display: none;
    }
    .about .right{
        display: none;
    }
    .about .pic{
        display: block;
    }
    .shouquan .biaodan .box .list{
        width: 100%;
    }
    .shouquan .biaodan .box .list input{
        width: 100%;
        margin-left: 0;
    }
    .shouquan .biaodan .box .message{
        flex-flow: wrap;
    }
    .shouquan .biaodan .box span{
        margin-bottom: 5px;
        display: block;
    }
    .shouquan .biaodan ul li:nth-child(8n){
        margin-right: 20px;
    }
    .shouquan .biaodan .box .message textarea{
        margin-left: 0;
    }
    .about .left img {
        width: 189px;
        height: 124%;
    }
    .about .right img {
        width: 326px;
        height: 128%;
    }
    .shouquan table tr {
        display: flex;
        flex-flow: wrap;
    }
    .shouquan table td{
        display: flex;
        /*margin-bottom: 20px;*/
    }
    .shouquan table .small .list{
        width: 100%;
        border-right: none!important;
        /*margin-bottom: 20px;*/
    }
    .shouquan table td p{
        display: block;
    }
    .shouquan .content{
        padding: 0;
    }
    .news-main table{
        border: none;
    }
    .news-main tr{
        display: flex;
        flex-flow: column;
    }
    .news-main tr td{
        width: 100%;
        margin-bottom: 20px;
    }
    .news-main tr td{
        border: none;
    }
    .yema{
        display: none;
    }
    .news-main .list .pic{
        height: auto;
    }
    .header-inner{
        width: 100%;
        padding: 0 15px;
    }
    .inner{
        width: 100%;
        padding: 0 15px;
    }
    .news .content{
        flex-flow: wrap;
        justify-content: space-between;
    }
    .news .list{
        width: 48.5%;
        margin-bottom: 20px;
    }

    .news .list .text{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        border: 1px solid #b1b1b1;
        border-top: none;
    }
    .news .list span{
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .news .list h3{
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .news .list .more{
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
    .news .list .pic{
        height: 103px;
    }
    .news .list .pic img{
        height: auto;
    }
    .authorize .inner-w{
        flex-flow: column;
    }
    .authorize .left{
        width: 100%;
    }
    .authorize .right{
        width: 100%;
        margin-bottom: 20px;
        display: none;
    }
    .authorize .left p{
        display: none;
        margin-bottom: 10px;
    }
    .authorize .left .more{
        margin-top: 20px;
        display: none;
    }
    .shop .inner-w{
        flex-flow: wrap;
    }
    .shop .left{
        width: 100%;
    }
    .shop .mid{
        width: 100%;
        margin-bottom: 22px;
    }
    .shop .right{
        width: 100%;
    }
    .about .content{
        height: auto;
        /*padding-top: 0;*/
    }
    .news .list h3 a{
        font-size: 16px;
        -webkit-line-clamp: 2;
        line-height: 26px;
        height: 56px;
        font-weight: bold;
        text-decoration: underline;
    }
    .news .list {
        margin-right: 0;
    }
    .news{
        margin-bottom: 40px;
    }
    .authorize{
        margin-bottom: 40px;
    }
    .authorize .left p:nth-child(2){
        display: none;
    }
    .authorize .right{
        padding: 0 20px 15px 20px;
    }
    /*.shop .right a:nth-child(1){*/
        /*border-left: 1px solid #666666;*/
    /*}*/
    /*.shop .right a:nth-child(3){*/
        /*border-left: 1px solid #666666;*/
    /*}*/
    .home{
        margin-top: 50px;
    }
    .shop .list{
        margin-right: 0;
        margin-bottom: 21px;
    }
    .authorize .left p:nth-child(4){
        display: none;
    }
    .authorize .left p:nth-child(3){
        display: none;
    }
    .cartoon .content{
        flex-flow: wrap;
    }
    .cartoon .content .text{
        width: 100%;
        margin-right: 0;
    }
    .cartoon .content .right{
        width: 100%;
        margin-top: 30px;
    }
    .cartoon .content ul{
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
    .shouquan{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .shouquan .title{
        margin-bottom: 20px;
    }
    .shouquan .content{
        margin-top: 20px;
    }
    .news-main{
        margin-top: 100px;
    }
    .cartoon{
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .animation-main .title{
        margin-bottom: 20px;
    }
    .cartoon .title p{
        flex-flow: column;
        justify-content: flex-start;
        font-size: 16px;
    }
    .cartoon .title p span{
        margin-bottom: 5px;
    }
    .cartoon .content p{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .detail-title h3{
        font-size: 24px;
    }
    .news-detail p{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 414px){
    .animation-main .content .item{
        /*width: 100%;*/
    }
    .shouquan .biaodan ul li{
        margin-right: 0;
        width: 33%;
    }
    .shouquan .biaodan ul li p{
        font-size: 14px;
    }
    .shouquan .biaodan ul li:nth-child(8n){
        margin-right: 0;
    }
    .shouquan .biaodan ul{
        justify-content: space-between;
    }
    .shouquan .biaodan .qita{
        flex-flow: wrap;
    }
    .shouquan .biaodan span{
        display: block;
        margin-bottom: 5px;
    }
    .shouquan .biaodan input{
        margin-left: 0;
    }
    .animation .pc-banner{
        display: block;
    }
}

@media screen and (max-width: 375px){
    .authorize .sj-content .list .text p{
        color: #fff;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        overflow: hidden;
    }
    .authorize .sj-content .list .text p:first-child{
        font-size: 12px;
        line-height: 20px;
    }
    .authorize .owl-carousel .owl-item .item img{
        height: auto;
        max-height: 171px;
    }
}
@media screen and (max-width: 360px){
    .authorize .owl-carousel .owl-item .item img{
        height: auto;
        max-height: 163px;
    }
}
@media screen and (max-width: 320px){
    .authorize .sj-content .list .text p{
        color: #fff;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }
    .authorize .sj-content .list:nth-child(2) .text p{
        color: #fff;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .authorize .owl-carousel .owl-item .item img{
        height: auto;
        max-height: 140px;
    }
}



