

.inside-width {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .inside-width {
      max-width: 1660px;
    }
}
@media (min-width: 992px) {
    .inside-width {
        max-width: 1660px;
    }
}
@media (min-width: 1200px) {
    .inside-width {
        max-width: 1660px;
    }
} 
@media (min-width: 1400px) {
    .inside-width {
        max-width: 1660px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
@media(min-width:1599px) {
    .inside-width {
        max-width: 1660px;
    }
}


/*抖音*/
.trilldev-lbox{
    background: url(../images/douyin/trill-phonebg.png) no-repeat top center;
    width: 300px;
    height: 630px;
    overflow: hidden;
    position: relative;
    background-size: 100%;
}
.trilldev-lbox video{
    width: 100%;
}
.trilldev{
    padding-top: 100px;
}
.trilldev-lbox ul{
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.trilldev-lbox ul li{
    width: 286px;
    height: 616px;
    opacity: 0;
    position: absolute;
    top: 6px;
    border-radius: 30px;
    overflow: hidden;
}
.trilldev-lbox ul li.active{
    opacity: 1;
    animation: trillfade .4s ease-in-out forwards;
    -webkit-animation: trillfade .4s ease-in-out forwards;
}


@keyframes trillfade
{
    0% {
        transform: scale(1.1);
        opacity: .6;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
 
@-webkit-keyframes trillfade /* Safari 与 Chrome */
{
    0% {
        transform: scale(1.1);
        opacity: .6;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.trilldev-wrap{
    display: flex;
    justify-content: space-between;
}
.trilldev-r{
    width: 75%;
}
.trilldev-r h3{
    font-size: 50px;
    font-weight: bold;
}
.trilldev-r span{
    color: #999999;
    display: block;
    font-size: 14px;
    margin-top: 20px;
}
.trilldev-r .trilldev-rtxt{
    line-height: 35px;
    margin-top: 50px;
}

.trilldev-rbox{
    margin-top: 30px;
}
.trilldev-rbox{
    padding-bottom:30px;
}
.trilldev-rbox .fazhan{
	float: left;
    background: #f0f0f4;
	width: 31.3%;
	margin: 1%;
}

.trilldev-rbox .fazhan a{
   
    padding: 40px 25px 40px;
    display: block;
}
.trilldev{
    padding-bottom: 100px;
}
.trilldev-rbox .fazhan a h4{
    font-size: 24px;
    color: #111111;
}
.trilldev-rbox .fazhan a p{
    margin-top: 25px;
    line-height:30px;
    color: #444444;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.trilldev-rbox .fazhan a:hover{
    background: #da251c;
}
.trilldev-rbox .fazhan a:hover h4{
    color: #fff;
}
.trilldev-rbox .fazhan a:hover p{
    color: #fff;
}

/*改变*/
.trillchange{
    background: #f0f0f4;
    padding: 100px 0;
}
.trill-tit h3{
    font-size: 40px;
    font-weight: bold;
}
.trill-tit{
    text-align: center;
}
.trill-tit span{
    color: #999999;
    font-size: 14px;
    margin-top:15px;
    display: block;
}
.trillchange-box{
    margin-top: 60px;
}
.trillchange-img img{
    width: 100%;
    transition: all 0.4s;
}
.trillchange-box ul li:hover .trillchange-img img{
    transform: scale(1.1);
}
.trillchange-img{
    overflow: hidden;
}
.trillchange-box ul li{
    cursor: pointer;
    position: relative;
}
.trillchange-txt{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.trillchange-txt h3{
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.trillchange-txt .trillchange-icon img{
	display: block;
	margin: 10px auto;
}

.trill-why{
    padding:100px 0 0;
}

.trill-whybox{
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    line-height: 30px;
}
.trill-whyl{
    width: 23%;
    padding-top: 30px;
}
.trill-whyr{
    width: 23%;
    padding-top: 30px;
}
.trill-whylrow{
    font-size: 18px;
    margin-bottom: 120px;
    font-family: 'msyhsb';
    color: #000000;
}
.trill-whyl .trill-whylrow{
    text-align: right;
}
.trill-whyl .trill-whylrow:hover p{
    color: #da251c;
}
.trill-whylrow:hover p{
    color: #da251c;
}
.trill-why .marginRight{
    margin-right:85px;
}
.trill-why .marginLeft{
    margin-left:78px;
}
.trillchange-whybg img{
    width: 100%;
}

.trill-val{
    background: #f0f0f4;
    padding:100px 0;
}
.trill-valbox{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.trill-vall ul li{
    display: none;
}
.trill-vall{
    width: 57%;
}
.trill-valr{
    width: 40%;
}
.trill-valr ul li{
    background: #fff;
    display: flex;
    padding:35px 20px;
    cursor: pointer;
}
.trill-valr ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.trill-vall ul li img{
    width: 100%;
}
.trill-valrtxt{
    margin-left: 30px;
}
.trill-valrtxt h3{
    font-size: 20px;
    font-family: 'msyhsb';
}
.trill-valrtxt span{
    display: block;
    margin-top: 5px;
}
.trill-valr .on{
    background:#da251c;
}
.trill-valr .on .trill-valrimg img:last-child{
    display: block;
}
.trill-valr .on .trill-valrimg img:first-child{
    display:none;
}
.trill-valr ul li .trill-valrimg img:last-child{
    display: none;
}
.trill-valr .on .trill-valrtxt h3{
    color: #fff;
    font-weight: bold;
}
.trill-valr .on .trill-valrtxt span{
    color: #fff;
    font-weight: bold;
}

.trill-seo{
    padding: 100px 0;
}
.trill-seoimg img{
    width: 100%;
}
.trill-seotxt{
    position: absolute;
    top:165px;
    color: #fff;
    width: 580px;
    left: 54%;
}
.trill-seobox{
    position: relative;
}
.trill-seotxt h3{
    font-size: 40px;
    font-weight: bold;
}
.trill-seotxt p{
    margin-top: 60px;
    line-height: 30px;
	color: #fff;
}
.trill-solution{
    background: #f0f0f4;
    padding: 100px 0 20px;
}
.trill-solutionbox{
    max-width: 1440px;
    margin: 60px auto;
}
.trill-solutionrow{
    display: flex;
    position: relative;
    margin-bottom: 45px;
}
.trill-solutionrowl{
    width: 50%;
    background: url("../images/douyin/trill-solutionl.png") no-repeat center;
    height: 133px;
    font-size: 20px;
    line-height: 133px;
    padding-left: 30px;
}
.trill-solutionrowr{
    width: 50%;
    background: url("../images/douyin/trill-solutionr.png") no-repeat center;
    height: 133px;
    font-size: 20px;
    line-height: 133px;
    color: #fff;
    text-align: right;
    padding-right: 70px;
}
.trill-solutionc{
    background: url("../images/douyin/trill-solutionc.png") no-repeat center;
    width: 160px;
    height: 160px;
    background-size: cover;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-48%);
}
.trill-solutionc{
    font-size: 30px;
    text-align: center;
    height: 160px;
    line-height: 140px;
}
.trill-serive{
    padding: 100px 0;
}
.trill-serivebox{
    display: flex;
    justify-content: space-between;
}
.trill-serivel ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
    cursor: pointer;
}
.trill-serivel{
    width: 62%;
}
.trill-serivebox{
    margin-top: 60px;
}
.trill-serivell{
    display: flex;
    align-items: center;
}
.trill-sertxt h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.trill-sertxt{
    margin-left: 26px;
}
.trill-serivelr{
    padding-right: 20px;
    color: #da251c;
    background: url("../images/douyin/trill-serive-arrow.png") no-repeat center right;
    white-space: nowrap;
}
.trill-serivelr a{
    color: #da251c;
}
.trill-serive .trilldev-lbox{
    height: 770px;
    width: 364px;
}
.trill-serive .trilldev-lbox ul li{
    width: 349px;
    height: 751px;
}
.trill-case{
    background: #f0f0f4;
    padding: 100px 0;
}
.trill-casebox ul li video{
    width: 100%;
}
.trill-casebox{
    margin-top: 60px;
}

@media(max-width:1600px){
	
	.trilldev-rbox .fazhan{
		float: left;
	    background: #f0f0f4;
		width: 100%;
		margin: 1% 0;
	}
	
    .trill-whyl{
        width: 30%;
    }
    .trill-whyr{
        width: 30%;
    }
    .trill-whyc img{
        width: 100%;
    }
    .trill-whylrow{
        margin-bottom: 80px;
    }
    .trill-valr ul li{
        padding: 20px 15px;
    }
    .trill-valrtxt h3{
        font-size: 18px;
    }
    .trill-seotxt{
        left: auto;
        right: 3%;
        top: 20%;
    }
    .trill-seotxt h3{
        font-size: 30px;
    }
    .trill-seotxt p {
        margin-top: 25px;
        line-height: 30px;
		color: #333;
    }
    .trill-solutionc{
        font-size: 30px;
    }
    .trill-solutionrowl{
        font-size: 22px;
    }
    .trill-solutionrowr{
        font-size: 22px;
    }
}


@media(max-width:1400px){
    .trill-valrtxt span{
        font-size: 14px;
    }
    .trill-valrtxt h3{
        font-size: 16px;
    }
    .trilldev-r{
        width: 70%;
    }
    .trilldev-r h3{
        font-size: 35px;
    }
    .trilldev-r .trilldev-rtxt{
        margin-top: 30px;
    }
    .trillchange-txt h3{
        white-space: normal;
        line-height: 24px;
    }
    .trill-whyl{
        width: 35%;
    }
    .trill-whyr{
        width: 35%;
    }
    .trill-whylrow{
        margin-bottom: 80px;
    }
    .trill-why .marginRight{
        margin-right: 20px;
    }
    .trill-why .marginLeft{
        margin-left: 20px;
    }
    .trill-sertxt{
        width: 80%;
    }

}
@media(max-width:1200px){
    .trilldev-r{
        width: 64%;
    }
    .trilldev-r .trilldev-rtxt{
        margin-top: 15px;
    }
    .trilldev-r .trilldev-rtxt{
        line-height: 30px;
    }
    .trilldev-r h3{
        font-size: 30px;
    }
    .trilldev-swiper .swiper-slide a {
        padding: 20px 15px 15px;
    }
    .trillchange-txt h3{
        margin-top: 6px;
    }
    .trill-whybox{
        display: block;
    
    }
    .trill-whyl {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .trill-whyr{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .trill-why .marginLeft{
        margin-left: 0;
    }
    .trill-why .marginRight{
        margin-right: 0;
    }
    .trill-valbox{
        display: block;
    }
    .trill-vall{
        width: 100%;
    }
    .trill-valr ul {
        display: flex;
    }
    .trill-valr{
        width: 100%;
    }
    .trill-solutionrowl{
        font-size: 18px;
    }
    .trill-solutionrowr{
        font-size: 18px;
    }
    .trill-sertxt{
        width: 70%;
    }
}
@media(max-width:991px){
    .trilldev-wrap{
        flex-wrap: wrap;
        justify-content: center;
    }
    .trilldev-r{
        width: 100%;
        margin-top: 40px;
    }
    .trilldev{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .trillchange-box{
        margin-top: 30px;
    }
    .trillchange-box ul li{
        margin-bottom: 30px;
    }
    .trill-tit h3{
        font-size: 30px;
    }
    .trillchange{
        padding: 40px 0 10px;
    }
    .trill-tit h3{
        font-size: 24px;
    }
    .trill-whyc{
        display: none;
    }
    .trill-whyl .trill-whylrow{
        text-align: left;
        margin-bottom: 30px;
        font-size: 14px;
    }
    .trill-whylrow{
        font-size: 14px;
    }
    .trill-whyl{
        padding-top:0;
    }
    .trill-whybox{
        line-height: 24px;
    }
    .trill-val{
        padding: 40px 0;
    }
    .trill-valbox{
        margin-top: 20px;
    }
    .trill-seo{
        padding: 40px 0;
    }
    .trill-seotxt{
        position: relative;
        color: #000;
        margin-top: 30px;
        width: 100%;
        right: 0;
    }
    .trill-solutionrow{
        display: block;
        
    }
    .trill-solutionrowl{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .trill-solutionrowr{
        width: 100%;
        padding: 0;
    }
    .trill-solutionrowr{
        text-align: center;
    }
    .trill-solutionc{
        width: 80px;
        height: 80px;
    }
    .trill-solutionc{
        font-size: 18px;
        line-height: 75px;
    }
    .trill-solution{
        padding: 40px 0 10px;
    }
    .trill-serivebox{
        display: block;
    }
    .trill-serivel{
        width: 100%;
    }
    .trill-serivel ul li{
        display: block;
    }
    .trill-serivelr{
        width: 120px;
        margin-top: 20px;
    }
    .trill-sertxt{
        width: 100%;
    }
    .trill-serive{
        padding: 40px 0;
    }
    .trill-serive .trilldev-lbox{
        margin: 0 auto;
        width: 300px;
        height: 640px;
    }
    .trill-serive .trilldev-lbox ul li{
        width: 286px;
        height: 619px;
    }
    .trill-case{
        padding: 40px 0 10px;
    }
    .trill-casebox{
        margin-top: 30px;
    }
    .trill-casebox ul li{
        margin-bottom: 20px;
    }
}


@media(max-width:630px){
    .trill-whyl{
        flex-wrap: wrap;
    }
    .trill-whylrow{
       width: 50%;
    }
    .trill-whyr{
        flex-wrap: wrap;
    }
    .trill-whyl .trill-whylrow{
        margin-bottom: 10px;
    }
    .trill-whyr .trill-whylrow{
        margin-bottom: 10px;
    }
}


@media(max-width:449px){
    .trill-whylrow{
        width: 100%;
    }
    .trill-why{
        padding: 40px 0 30px;
    }
    .trill-whybox{
        margin-top: 20px;
    }
    .trill-valr ul li{
        display: block;
        margin-bottom: 15px;
    }
    .trill-valrimg{
        margin-bottom: 10px;
        
    }
    .trill-valrtxt{
        margin-left: 0;
    }
    .trill-seotxt h3{
        font-size: 24px;
    }
}
