@charset "utf-8";
.common-title{
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 3px;
    font-family: var(--thm-font);
    font-weight: bold;
    color: var(--thm-color-two);
}
.underline{
    width: 96px;
    height: 3px;
    border-radius: 3px;
    background: #6f6f6f;
    margin: 0 auto;
}
.common-pt{
    padding-top: 100px
}
.common-pb{
    padding-bottom: 60px
}
.head-slide .bg{
    max-width: 100%;
    height: auto;

}
.head-slide{
    position: relative;
    color: #fff;
}
.head-slide .inner{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    
}
.head-slide .inner-r img{
    text-align: left;
    max-width: 100%;
    height: auto;

}
.head-slide .p1{
    font-size:53px;
    letter-spacing: 3px;
}
.head-slide .p2{
    font-size: 48px;
    letter-spacing: 4px;
    margin: 20px 0 40px;
}
.head-slide .btn{
    width:167px;
    height:48px;
    line-height: 48px;
    text-align: center;
    border:1px solid rgba(255,255,255,1);
    border-radius:4px;
    font-size: 18px;
    cursor: pointer;
}
#swiper1 .swiper-pagination-bullet{
    background: #fff;
}
#swiper1 >.swiper-pagination-bullets{
    bottom: 30px;
}
.cross{
    padding: 35px 0;
    background: #fff;
}
.cross .item{
    border-right: 1px solid #eee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.cross .inner-item{
    margin: 0 20px;
    text-align: center;
}
.cross .inner-item .p1{
    margin-bottom: 15px;

}
.cross .inner-item .p1 span{
    display: inline-block;
    vertical-align: top;
}
.cross .inner-item .p1number{
    font-size: 40px;
    line-height: 40px;
    color: #5f5f5f;
    margin-right: 5px;
}
.cross .inner-item .p1type{
    font-size: 16px;
    line-height: 16px;
    padding-top: 5px;
    color: #5f5f5f;
}
.cross .inner-item ._title{
    font-size: 16px;
    color: #5f5f5f
}
.floor1{
    background: #FBFBFB
}
.floor1 ._content{
    position: relative;
    margin-top: 120px;
}
.floor1 ._content-l img{
    max-width:90%;
    height: auto;
    display: block;
    margin: auto;
    margin-right:10%
}
.floor1 ._content-r{
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
} 
.floor1 ._content-r ._intro{
    word-break: break-all;
    margin-left: 25px;
    font-size: 16px;
    line-height: 36px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    
}
.build{
    background: url('../images/autobuild/floor3.jpg')no-repeat center center;
    height: 336px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}
.build ._titleex{
    display: none
}
.build ._container{
    width: 1180px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    
}
.build ._container .inner-container{
    /* display: inline-block; */
    color: #fff;
    overflow: hidden;
}
.build ._container .inner-container.ex{
    margin-right: 100px;
    float: left;
}
.build ._container .inner-container ._title1{
    font-size: 55px;
}
.build ._container .inner-container ._title2{
    font-size: 16px;
    margin-top: 10px
}
.build ._container .inner-container .item{
    text-align: center;
    position: relative;
}
.build ._container .inner-container .item .iconfont{
    font-size: 74px;
}
.build ._container .inner-container .item p{
    font-size: 20px;
    margin-top: 20px;
}
.build ._container .inner-container .item .arrow{
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 20px;
    
}
.modules ul{
    margin-top: 120px;
    margin-right: -40px;
}
.modules li{
    margin-bottom: 40px;
    position: relative;
}
.modules li .item{
    margin-right: 40px
}
.modules li .item img{
    max-width: 100%;
    display: block;
    height: auto;
    margin: auto;
    box-shadow: 0 0 3px #eee
}
.modules li .item .item-top{
    overflow: hidden;
    padding-bottom: 5px;
    position: relative;
}

.modules li .item .mask{
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
}
.modules li .item .mask .innermask{

    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding:  0 60px;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
}
.modules li .bottom-title{
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.modules li .item .mask .innermask ._title{
    font-size: 32px;
    text-align: center;
}
.modules li .item .mask .innermask .info{
    margin-top: 30px;
    font-size: 14px;
}
.modules li .item .mask .innermask .info .size{
    float: left;
}
.modules li .item .mask .innermask .info .time{
    float: right;
}
.modules li .item .mask .innermask .bottom-options ._item:first-child{
    margin-left: 0px;
}
.modules li .item .mask .innermask .bottom-options{
    margin-right: -40px;
    margin-top: 30px;
}
.modules li .item .mask .innermask .bottom-options ._item{
    float: left;
    width:33.3%;
    height:40px;
    line-height: 40px;
    font-size: 14px;
}
.modules li .item .mask .innermask .bottom-options ._item .inner{
    margin-right: 40px;
    background:rgba(0,183,238,1);
    border-radius:4px;
    text-align: center;
    cursor: pointer;
}
.modules li .item .mask .innermask .bottom-options ._item .inner a{
	color: #fff;
	display: block;
}
.logs{
    background: #FBFBFB
}
.logs ul{
    margin-top: 120px;

}
.logs ul li{
    margin-bottom: 40px;
}
.logs ul li .inner{
    margin-right:40px;
    background: #fff;
    box-shadow: 0 1px 6px #eee;
    padding: 20px; 
    cursor: pointer;
}
.logs ul li .inner .img{
    width: 180px;
    height: auto;
    float: left;
    margin-right: 30px;
padding:0
}
.logs ul li .inner .info{
    overflow: hidden;
}
.logs ul li .inner .info ._title{
    font-size: 22px;
    color: #373737;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.logs ul li .inner .info ._intro{
    font-size: 16px;
    line-height: 24px;
    color: #8a8a8a;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden;
}
.logs ul li .inner .info .type-wrap{
    color: #b9b9b9;
    margin-top: 20px;
}
.logs .tomore{
    width:147px;
    height:52px;
    line-height: 52px;
    background:rgba(0,183,238,1);
    border-radius:4px;
    text-align: center;
    color: #fff;
    margin: 30px auto 0;
    cursor: pointer;
}
.floor6{
background: #f5f5f5;
}
.floor6 ul{
    border-right:1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 90px;
}
.floor6 li{
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    box-sizing: border-box;
}
.floor6 li .inner{
    overflow: hidden;
    margin:  0 20px;
    padding: 20px 0
}
.floor6 li .inner img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.floor6 li .inner p{
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    width:100%;
    text-overflow: ellipsis;
    white-space:nowrap; 
}
.floor6 .tomore{
    width:147px;
    height:52px;
    line-height: 52px;
    background:rgba(0,183,238,1);
    border-radius:4px;
    text-align: center;
    color: #fff;
    margin: 70px auto 0;
    cursor: pointer;
}

/************************功能模块********************************************/
.anim{
    -webkit-animation: anim-out .75s linear infinite;
    animation-duration: 1.3s;
    animation: anim-out .75s .75s linear infinite;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
}
@keyframes anim-out{
    0%{
        width: 0;
        height: 0;
        background: rgba(0, 0, 0, .25)
    }
    100%{
        width: 100%;
        height: 100%;
        background: transparent
    }
}

.product .item{
    margin-right:40px;
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow:  0 0 10px rgba(0, 0, 0, .15); */

}
.product ul{
    margin-top: 120px;
}
.product ul li{
    margin-bottom: 35px;
}
.product .item-top{
    width: 146px;
    height: 146px;
    transform-origin:center center;
    position: relative;
    border-radius: 50%;
    transition: all .2s linear;
    margin: auto;

}
.product .item-top .top-inner{
    display: none;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 230px;
    padding: 0 20px;
    box-sizing: border-box;
}
.product .item-top .top-inner ._title{
    font-size: 16px;
    text-align: center;
}
.product .item-top .top-inner ._intro{
    font-size: 12px;
    margin-top: 10px;
}
.product .item-top .top-inner .forfree{
    width: 94px;
    height: 31px;
    border: 1px solid #fff;
    border-radius: 16px;
    text-align: center;
    line-height: 31px;
    display: block;
    margin:15px auto 0; 
    position: relative
}

.product .item-top .iconfont{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 67px;
}
.product .item-bottom{
    height: 170px;
    position: relative;
    text-align: center;
}
.product .item-bottom ._title{
    padding-top: 45px;
    margin-bottom: 10px;
    font-size: 16px
}
.product .item-bottom ._intro{
    font-size: 12px;
    color: #999;
    width: 230px;
    padding:  0 20px;
    display: none;
    transition: all .2s linear;
}
.product .item1{
    background:linear-gradient(-48deg,rgba(61,182,248,1),rgba(10,226,248,1))
}
.product .item2{
    background:linear-gradient(-48deg,rgba(100,226,235,1),rgba(100,185,241,1));
}
.product .item3{
    background:linear-gradient(-48deg,rgba(248,186,86,1),rgba(248,134,128,1));
}
.product .item4{
    background:linear-gradient(-48deg,rgba(243,99,110,1),rgba(245,88,130,1));
}
.product .item5{
    background:linear-gradient(-48deg,rgba(100,100,100,1),rgba(240,122,252,1),rgba(208,108,255,1));
}
.product .item6{
    background:linear-gradient(-48deg,rgba(51,217,173,1),rgba(55,209,134,1));
}
.product .item7{
    background:linear-gradient(-48deg,rgba(90,159,249,1),rgba(158,127,253,1));
}
.product .item8{
    background:linear-gradient(-48deg,rgba(122,217,249,1),rgba(111,192,248,1));
}
.product .item9{
    background:linear-gradient(-48deg,rgba(232,227,103,1),rgba(255,201,12,1));
}
.product .item10{
    background:linear-gradient(-48deg,rgba(100,221,236,1),rgba(98,155,249,1));
}
.product .item11{
    background:linear-gradient(-48deg,rgba(117,234,250,1),rgba(73,184,226,1));
}
.product .item12{
    background:linear-gradient(-48deg,rgba(105,217,142,1),rgba(63,201,141,1));
}
.floortop-ex{
    display: none;
}
.modules-ex{
    display: none;
}
.crossex{
    display: none
}
.case{
    display: none;
}
.img{ overflow:hidden; padding:20px 20px 0px 20px; position:relative;}
.img .imgrgba{width:100%;height:100%; background:url(../images/single/rgba054.png); position:absolute;left:0;top:0; z-index:9; display:none;}
.img img{width:100%; display:block;margin:0 auto; overflow:hidden;}
.box{ background:#fff; padding-bottom:183px; margin:10px 20px 10px 0px; position:relative;}
.box .innerbox{height:163px; overflow:hidden; position:absolute;bottom:20px;left:0;width:100%; z-index:9; background:#fff;}
.box .tit{ text-align:center;font-size:18px;height:38px; line-height:38px;margin-top:10px; overflow:hidden; padding:0px 20px;}
.box .info{ line-height:22px;font-size:12px;height:110px; overflow:hidden; padding:0px 20px;margin-top:5px; text-align:center;color:#909598; text-align:left;}
.box .button a{width:110px; display:block;height:36px; line-height:36px;border:1px solid #d0d9dc;border-radius:4px;margin:0 auto; text-align:center;font-size:14px;margin-top:15px;color:#606466;}
.box .button a:hover{ color:#e93c3c;border:1px solid #e93c3c;}
.mycaselist .title{height:44px; line-height:44px; font-size:24px;margin-top:20px; overflow:hidden;}
.case-moblie{display:none}
.case-bg{height:340px; overflow:hidden;background:url(case-bg.jpg) no-repeat 50% 50%;}
.appear {
	bottom: -65px;
    position: absolute;
    left: 50px;
    padding-left: 80px;
    display: none;
}
.hover-code:hover .appear{
	display: block;
}
.appear .infoimg {
	position: absolute;
	left: 10px;
	width: 60px;
}
.infotext {
	text-align: left;
}
.infotext p {
	line-height: 24px;
}
/* pc大屏 */
@media all and (min-width: 1180px) and (max-width: 1920px) {
    .product .item:hover{
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    }
    .product .item:hover .item-top{
        width: 100%;
        border-radius: 0;
    }
    .product .item:hover .item-top .iconfont{
        display: none;
    }
    .product .item:hover .item-top .top-inner{
        display: block;
    }
    .product .item:hover ._intro{
        display: block;
    }

    .modules li .item .item-top:hover .mask{
        top: 0;
        transition: all .3s linear;
    }
}
/***************PC小屏到ipad的横屏***************/
@media all and (min-width: 992px) and (max-width: 1180px) {
    .head-slide .inner{
        width: 90%;
        
    }
    .container, .mainbox{
        padding: 0 20px;
        box-sizing: border-box;
    }
    .build ._container{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}
@media  screen and (max-width: 992px) {
	.product .item {
		margin-right: 25px;
	}
	.build ._container {
		width: 100%;
	}
	.build ._container .inner-container.ex {
		float: none;
		text-align: center;
		margin-bottom:25px;
		margin-right: 0;
	}
	.logs ul li .inner .img {
		float: none;
		width: 100%;
		height: 183px;
		
	}
	.logs ul li .inner {
		max-width: 80%;
		margin: 0 auto;
	}
	.logs {
		background: #f5f5f5;
	}
		.logs ul li .inner .info ._title {
		font-size: 18px;
		
	}
	.logs ul li .inner .info ._intro {
		font-size: 14px;	
	}
	.logs ul li .inner .info {
		padding-top: 10px;
	}
	.head-slide .p1 {
		font-size: 38px;
	}
	.head-slide .p2 {
		font-size: 32px;
	}
}

@media all and (min-width:769px) and (max-width: 992px) {
	
	.floor1 ._content-r ._intro {
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 6;
	    -webkit-box-orient: vertical;
	}
	.head-slide .btn {
	    width: 140px;
		height: 40px;
		line-height:40px ;
		font-size: 15px;
	}

}
/*ipad竖屏*/
@media screen and (max-width:768px){
    .floortop{
        display: none;
    }
    .floortop-ex ._title1{
        font-size: 40px;
        
    }
    .floortop-ex ._title2{
        font-size: 40px;
        margin: 25px 0 35px;;
    }
    .floortop-ex img{
        display: block;
        margin: auto;
        max-width: 100%;
        height: auto;

    }
    .floortop-ex{
        padding: 50px 0 30px;
        display: block;
        background: url(../images/autobuild/headbg.jpg) no-repeat center center;
        background-size: cover;
        color: #fff;
        text-align: center;
    }
    .floor1 ._content-r{
        position: static;
        margin-top: 30px;
    }
    .floor1 ._content-r ._intro{
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        font-size: 18px;
        color: #373737;
        word-break: break-all;
        width: 90%;
        margin: 0 auto;
    }
    .underline{
        display: none
    }
    .floor1 ._content{
        margin-top: 70px;
    }
    .product ul{
        margin-top: 70px;
        margin-right: -40px;
    }
    .container, .mainbox{
        padding: 0 20px;
        box-sizing: border-box;
    }
    .product .item-bottom ._title{
        font-size: 18px;
        margin-bottom: 30px;
    }
   
    .build ._container{
        width: 100%;
        box-sizing: border-box;
        padding:  0 20px;
    }
    .build ._container .inner-container.ex{
        display: none
    }
    .modules{
        display: none
    }
    .modules-ex{
        display: block;
    }
    .modules-ex ul{
        margin-top: 70px;
    }
    .modules-ex ul li{
        width: 95%;
        margin: 0 auto;
       box-shadow: 0 1px 7px rgba(0,0,0,.15);
        padding: 25px;
        box-sizing: border-box;
        margin-bottom: 40px;
    }
    .modules-ex ul li .inner-top{
        display: flex;
        align-items: center;
    }
    .modules-ex ul li .inner-top img{
        height: auto;
	    margin-right: 20px;
	    border-radius: 5px;
	    max-width: 320px;
	    width: 50%;
    }
    .modules-ex ul li .inner-top .info{
      overflow: hidden;
    width: 50%;
    }
    .modules-ex ul li .inner-top .info ._title{
        font-size: 20px;
        color: #949494
    }
    .modules-ex ul li .inner-top .info .size{
        font-size: 16px;
        color: #b1b1b1;
        margin: 10px 0;
    }
    .modules-ex ul li .inner-top .info .time{
        font-size: 16px;
        color: #b1b1b1;
    }
    .modules-ex ul li .inner-bottom{
        display: flex;
        margin-top:40px;
        justify-content: center; 
    }
    .modules-ex ul li .inner-bottom .item{
       
        margin:  0 20px;
        background: #00b7ee;
        padding: 12px 10px;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        font-size: 16px;
    }
    .logs .ex{
        display: none
    }
    .logs ul li .inner{
        margin-right: 0
    }
    .floor6{
        display: none
    }
    .case ul{
        margin-top: 70px;
    }
    .case li{
        float: left;
        width: 50%;
        margin-bottom: 25px
    }
    .case li .inner{
        margin: 0 15px;
        border: 1px solid #eee;
        padding:25px; 
    }
    .case li .inner img{
        width: 80%;
        height: auto;
        display: block;
        margin: auto;
    }
    .case li .inner ._title{
        text-align: center;
        font-size: 18px;
        color: #353535;
        margin: 10px 0;

    }
    .case li .inner  ._intro{
        font-size: 14px;
        color: #999;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        
    }
    .case .tomore{
        width: 147px;
        height: 52px;
        line-height: 52px;
        background: rgba(0,183,238,1);
        border-radius: 4px;
        text-align: center;
        color: #fff;
        margin: 30px auto 0;
        cursor: pointer;
        font-size: 22px;
        
    }
    .logs .tomore{
        font-size:18px;
    }
    .build ._titleex{
        display: block;
        text-align: center;
        font-size: 42px;
        color: #fff;
        padding-top: 30px;
        margin-bottom: 10px;
    }
     .product .item {
	margin-right: 25px;
}
	.product .item-bottom {
		height: 75px;
	} 
	.cross .inner-item ._title {
		font-size: 13px;		
	}
	.cross .inner-item .p1type {
		font-size: 12px;
	}
	.cross .inner-item .p1number {
		font-size: 32px;
	}

	.build ._container .inner-container .item .iconfont {
		font-size: 50px;
	}
	.floor1 ._content-l img {
		margin: auto;
	}
	.product .item-top {
		width: 110px;
		height: 110px;
	}
    .product ul {
        margin-right: 0;
    }
}
/*手机*/
@media screen and (max-width:480px){
    .build ._titleex{
        font-size: 28px;
        padding-top: 20px;
    }
    .logs .tomore{
        width: 160px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
        margin-top: 20px;
    }
    .logs ul li .inner .info .type-wrap{
        margin-top: 5px;
    }
    .logs ul li .inner .info ._intro{
        font-size: 12px;
        line-height: 20px;
    }
    .logs ul li .inner .info ._title{
        font-size: 16px;
    }
    .logs ul li .inner .img{
        width: 120px;
        float: left;
        height: auto;
    }
    .logs ul{
        margin-top: 70px;
    }
    .common-pt{
        padding-top: 70px;
    }
    .common-pb{
        padding-bottom: 50px
    }
    logs{
        background: #f5f5f5
    }
    .modules-ex ul li{
        padding: 15px;
        width: 100%;    
    }
    .modules-ex ul li .inner-bottom{
        margin-top: 20px;
    }
    .modules-ex ul li .inner-bottom .item{
        margin: 0 10px;
        font-size: 14px;
        padding: 8px 10px;
        height: 40px;
        line-height: 40px;
    }
    
    .modules-ex ul li .inner-top .info ._title{
        font-size: 13px;
    }
    .modules-ex ul li .inner-top .info .size{
        font-size: 13px;
    }
    .modules-ex ul li .inner-top .info .time{
        font-size: 13px;
    }
    .modules-ex ul li .inner-top img{
        width: 120px;
    }
    .build{
        height: 180px;
    }
    .build ._container .inner-container .item .iconfont{
        font-size: 40px;
    }
    .build ._container .inner-container .item p{
        font-size: 12px;
    }
    .build ._container .inner-container .item .arrow{
        width: 10px;
        height: 10px;
        top: 10px;
    }
    .product .item-bottom ._title{
        font-size: 14px;
        padding-top: 15px;
           margin-bottom: 0;
    }
    .product .item-bottom{
        height: auto;
     
        padding-top: 15px;
        
    }
    .product .item-top{
        width: 80px;
        height: 80px;
    }
    .product .item-top .iconfont{
        font-size: 40px;
    }
    .product{
        background: #F5F5F5
    }
    .common-title{
        font-size: 28px
    }
    .cross{
        display: none
    }
    .crossex{
        display: flex;
        overflow: hidden;
        padding:15px 0;
        box-shadow:2px 0px 4px rgba(223,223,223,0.75);
        position: relative;
        z-index: 1;
    }
    .crossex .item{
        flex: 1;
        text-align: center;
    }
    .crossex .item:first-child{
        border-right: 1px dashed #ccc;
    }
    .crossex .item .number{
        color: #FF3701;
        font-size: 30px;

    }
    .crossex .item .title{
        color: #3c3c3c;
        font-size: 18px;
    }
    .floortop-ex ._title1{
        font-size: 42px;
    }
    .floortop-ex ._title2{

    }
    .floortop-ex ._title2{
        font-size: 34px;
    }
    .case{
        display: block
    }
    .case ul{
        
    }
    .floor3 li ._title{
        font-size: 14px;
    }
    .floor3 ul{
        margin-top: 70px;
    }
    .floor3 li{
        margin-bottom: 45px;
    }
    .floor4 ._p{
        font-size: 30px;
    }
    .case li .inner{
        padding: 15px;
    }
    .case .tomore{
        background: rgba(0,183,238,1);
        border-radius: 4px;
        text-align: center;
        color: #fff;
        margin: 20px auto 0;
        cursor: pointer;
        font-size: 22px;
        width: 160px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }
.product ul {
margin-right:0
}
.floor1 ._content-l img {
max-width:100%
}
.floor1 ._content-r ._intro {
font-size:16px;
line-height: 28px;
}
.product .item {
margin-right:10px
}
.about-footer {
	background-color: #f5f5f5!important;
}
.build ._container {
	top: 62%;
}
.modules-ex ul li .inner-bottom .item {
	line-height: inherit;
	height: auto;
}
.logs ul li .inner {
	max-width: 100%;
}
.product ul,.floor1 ._content,.modules-ex ul,.logs ul {
	margin-top: 50px;
}
.common-pt {
	padding-top: 50px;
}
.logs ul li .inner .info .type-wrap {
	font-size: 12px;
}
}
@media screen and (max-width:320px){
	
	.common-title {
		font-size: 24px;
	}
	.product .item-bottom ._title{
		font-size: 14px;
	}
	.build ._container .inner-container .item p,.modules-ex ul li .inner-top .info .time,.modules-ex ul li .inner-top .info ._title {
		  overflow:hidden;
	    text-overflow:ellipsis;
	    white-space:nowrap
	}
	.modules-ex ul li .inner-bottom .item {
		margin: 0 5px;
		padding: 8px 10px;
	}
	.logs ul li .inner .info .type-wrap {
		font-size: 12px;
	}
	.logs ul li .inner .info ._intro {
		display: none;
	}
	
}