/*
*  author: AUI
*  home.css
*  http://azenui.com/
*  http://a-ui.cn/
*/


.index-page .solution-more {
    height: 746px;
    background: #151515;
    width: 100%;
    overflow: hidden;
}

.index-page .solution-more-slide .container-fluid {
    height: 746px;
    position: relative;
}



@media (max-width: 1359px) {
	.index-page .solution-more-slide .hd {
    width: 380px;
    position: absolute;
    z-index: 2;
	left:0;
	background:rgba(60,60,65,.8);
    height: 746px;
    top: 0;
    color: #fff;
}
}

@media (min-width: 1360px) {
 .index-page .solution-more-slide .hd {
    width: 450px;
    position: absolute;
    z-index: 2;
	left:50%; 
	margin-left:-680px;
	background:rgba(60,60,65,.8);
    height: 746px;
    top: 0;
    color: #fff;
}
}

.index-page .solution-more-slide .hd ul {
    margin-top: 100px;
}

.index-page .solution-more-slide .hd li {
    height: 90px;
    position: relative;
    cursor: default;
    transition: all 0s;
    cursor: pointer
}

.index-page .solution-more-slide .hd li:before {
    content: "";
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: 0;
	background:#f60;
}
.index-page .solution-more-slide .hd li i {
	margin-top:25px;
    margin-left: 20px;
    margin-right: 20px;
    float: left;
    background: url("../images/icon-logo.png") no-repeat;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 2;
    transition: all 0s;
}

.index-page .solution-more-slide .hd li .niu {
	margin-top:30px;
    margin-left: 0px;
    margin-right: 30px;
    float: right;
    background: url("../images/niu.png") no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 2;
    transition: all 0s;
}

.index-page .solution-more-slide .hd li.item-1.on .niu,.index-page .solution-more-slide .hd li.item-2.on .niu,.index-page .solution-more-slide .hd li.item-3.on .niu,.index-page .solution-more-slide .hd li.item-4.on .niu,.index-page .solution-more-slide .hd li.item-5.on .niu,.index-page .solution-more-slide .hd li.item-6.on .niu { background-position: 0 -30px;}

.index-page .solution-more-slide .hd li.item-1 i {
    background-position: 0 0;
}

.index-page .solution-more-slide .hd li.item-2 i {
    background-position: -40px 0;
}

.index-page .solution-more-slide .hd li.item-3 i {
    background-position: -80px 0;
}

.index-page .solution-more-slide .hd li.item-4 i {
    background-position: -120px 0;
}

.index-page .solution-more-slide .hd li.item-5 i {
    background-position: -160px 0;
}

.index-page .solution-more-slide .hd li.item-6 i {
    background-position: -200px 0;
}

.index-page .solution-more-slide .hd li.item-1.on i {
    background-position: 0 -40px;
}

.index-page .solution-more-slide .hd li.item-2.on i {
    background-position: -40px -40px;
}

.index-page .solution-more-slide .hd li.item-3.on i {
    background-position: -80px -40px;
}

.index-page .solution-more-slide .hd li.item-4.on i {
    background-position: -120px -40px;
}

.index-page .solution-more-slide .hd li.item-5.on i {
    background-position: -160px -40px;
}

.index-page .solution-more-slide .hd li.item-6.on i {
    background-position: -200px -40px;
}

.index-page .solution-more-slide .hd li:before {
    background: #ba0001;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ba0001 0%, #ba0001 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ba0001 0%,#ba0001 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ba0001 0%,#ba0001 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0001', endColorstr='#ba0001',GradientType=1 );
    /* IE6-9 */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    transition: all 0s;
}

.index-page .solution-more-slide .hd li.on:before {
    width: 100%;
}

.index-page .solution-more-slide .hd li.on:after {
    display: none;
}

.index-page .solution-more-slide .hd .text {
    position: relative;
    z-index: 2;
}

.index-page .solution-more-slide .hd .text h3,.index-page .solution-more-slide .hd .text h3 a{
	float:left;
	color:#fff;
    font-size: 20px;
	line-height:90px;
}


.index-page .solution-more-slide .bd {
	position:relative;
    width: 100%;
	height:746px;
}

.index-page .solution-more-slide .bd li.item-1 {
    background: url("../images/index_sol_01.jpg") no-repeat center center ;background-size:cover; width:100%;
}

.index-page .solution-more-slide .bd li.item-2 {
    background: url("../images/index_sol_02.jpg") no-repeat center center;background-size:cover; width:100%;
}

.index-page .solution-more-slide .bd li.item-3 {
    background: url("../images/index_sol_03.jpg") no-repeat center center;background-size:cover; width:100%;
}

.index-page .solution-more-slide .bd li.item-4 {
    background: url("../images/index_sol_04.jpg") no-repeat center center;background-size:cover; width:100%;
}

.index-page .solution-more-slide .bd li.item-5 {
    background: url("../images/index_sol_05.jpg") no-repeat center center;background-size:cover; width:100%;
}

.index-page .solution-more-slide .bd li.item-6 {
    background: url("../images/index_sol_06.jpg") no-repeat center center;background-size:cover; width:100%;
}

@media (max-width: 1359px) {
	.index-page .solution-more-slide .bd .inner {
     position:absolute;
	 left:400px;
	 height:746px;
	 top:0;
    padding-top: 120px;
	max-width:880px;
    color: #fff;
}
}
@media (min-width: 1360px) {
	
 .index-page .solution-more-slide .bd .inner {
  position:absolute;
	 left:50%;
	 height:746px;
	 top:0; 
	 padding-top:240px;
	max-width:560px;
    color: #fff;
}
}
.container-fluid1 {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid1:before,.container-fluid1:after,{ display: table; content: " ";}
.container-fluid1:after,{ clear: both;}

.index-page .solution-more-slide .bd .inner h2{ color: ##FFFEFE;font-size:24px; line-height:24px; margin-bottom:40px;text-shadow: 1px 4px 8px rgba(0, 0, 0, 0.3);}
.index-page .solution-more-slide .bd .inner ul li{color: ##FFFEFE; line-height:30px; font-size:16px;text-shadow: 1px 4px 8px rgba(0, 0, 0, 0.29); }

.xx{ margin-top:2px; margin-bottom:2px;}
.xx h2{ font-size:18px; line-height:24px; font-weight:bold; color:#fff; text-align:center; margin-top:15px; margin-bottom:15px;}
.xx ul li{ font-size:14px; line-height:20px;  color:#fff;}
.x1{background-size: cover;-webkit-background-size: cover;-o-background-size: cover;}
.x2{ padding:15px 10px; min-height:250px;}