@import "dongxiao.css";
@import "common.css";



/*屏保 start*/
.index-page{background-color: #000;}

.index-page .header{background: unset;box-shadow: unset;}

.index{position: relative;}
.index .index-conts {width: 100%;}
.index .index-conts .index-cont{width: 100%;justify-content: space-between;align-items: unset;}
.index .index-c {position: relative;transition: all 0.3s;}
.index .index-c .img{width: 100%;z-index: 1;}
.index .index-c .img img {display: block;width: 100%;}
.index .index-c .img-yy{width: 100%;position: absolute;bottom: 0;left: 0;right: 0;z-index: 2;}
.index .index-c .img-yy img {display: block;width: 100%;}
.index .index-c .titles{width:440px;position: absolute;bottom: 40px;left: 10%;right: 0;z-index: 3}
.index .index-c .titles .title{border-left: 3px solid #fff;padding-left: 20px;font-size: 30px;font-weight:550;color: #fff;line-height: 40px;}
.index .index-c .titles .desc{width:100%;min-height:100px;font-size: 16px;color: #fff;margin-top: 20px;line-height: 25px;}
.index .index-c .titles .imgs{width: 100%;margin-top: 30px;}
.index .index-c .titles .imgs ul{width: 100%;}
.index .index-c .titles .imgs ul li{width: 220px;}
.index .index-c .titles .imgs ul li:first-child{margin-right: 5px;}
.index .index-c .titles .imgs ul li:nth-child(2){margin-left: 5px;}
.index .index-c .titles .imgs ul li img{width: 220px;}
.index .index-c:first-child{margin-top: 0;}
.index .index-c:nth-child(2){margin-left: -8%;margin-right: -8%;}
.index .index-c:nth-child(2) .titles{left: 13%;}
.index .index-c:nth-child(3){}
.index .index-c:nth-child(3) .titles{left: 18%;}
/*屏保 end*/




