/*
*  author: AUI
*  home.css
*  http://azenui.com/
*  http://a-ui.cn/
*/
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.container:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.index-page .solution {
    width: 100%;
    overflow: hidden;
    /*padding-bottom: 63px;*/
}

.index-page .solution-more {
    height: 620px;
    background: #fff;
    width: 80%;
    overflow: hidden;
	margin:0 auto;
}

.index-page .solution-more-slide .container {
    height: 620px;
    position: relative;
}

.index-page .solution-more-slide .hd {
    width: 255px;
    position: absolute;
    z-index: 2;
    background: #f5f5f5;
    height: 100%;
    left: 0;
    top: 0;
    color: #000;
}

.index-page .solution-more-slide .hd ul {
    margin-top: 30px;
}

.index-page .solution-more-slide .hd li {
    height: 90px;
    padding-top: 20px;
    position: relative;
    cursor: default;
    transition: all .5s;
    cursor: pointer
}
.index-page .solution-more-slide .hd li:hover{
	color: white;
}
.index-page .solution-more-slide .hd li:after {
    content: "";
    width: 80%;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 10%;
    bottom: 0;
}

.index-page .solution-more-slide .hd li i {
    margin-left: 20px;
    margin-right: 20px;
    float: left;
    background: url("../img/icon/icon-logo.png") no-repeat;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 2;
    transition: all .2s;
}

.index-page .solution-more-slide .hd li.item-1 i {
    background-position: 0 0;
	background: url(../images/sy-icon11.png) no-repeat;
}

.index-page .solution-more-slide .hd li.item-2 i {
    background-position: -40px 0;
	background: url(../images/sy-icon31.png) no-repeat;
}

.index-page .solution-more-slide .hd li.item-3 i {
    background-position: -80px 0;
	background: url(../images/sy-icon21.png) no-repeat;
}

.index-page .solution-more-slide .hd li.item-4 i {
    background-position: -120px 0;
	background: url(../images/sy-icon41.png) no-repeat;
}

.index-page .solution-more-slide .hd li.item-5 i {
    background-position: -160px 0;
	background: url(../images/sy-icon51.png) no-repeat;
}

.index-page .solution-more-slide .hd li.item-6 i {
    background-position: -200px 0;
	background: url(../images/sy-icon61.png) no-repeat;
}

.index-page .solution-more-slide .hd li.item-1.on i {
    background-position: 0 -40px;
	background: url(../images/sy-icon1.png) no-repeat;
}

.index-page .solution-more-slide .hd li.item-2.on i {
    background-position: -40px -40px;
	background: url(../images/sy-icon3.png) no-repeat;
}

.index-page .solution-more-slide .hd li.item-3.on i {
    background-position: -80px -40px;
	background: url(../images/sy-icon2.png) no-repeat;
}

.index-page .solution-more-slide .hd li.item-4.on i {
    background-position: -120px -40px;
	background: url(../images/sy-icon4.png) no-repeat;
}

.index-page .solution-more-slide .hd li.item-5.on i {
    background-position: -160px -40px;
	background: url(../images/sy-icon5.png) no-repeat;
}

.index-page .solution-more-slide .hd li.item-6.on i {
    background-position: -200px -40px;
	background: url(../images/sy-icon6.png) no-repeat;
}

.index-page .solution-more-slide .hd li:before {
    background: #fd7d7d;
    /* Old browsers */
    background: -moz-linear-gradient(left, #009ed3 0%, #009ed3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #009ed3 0%,#009ed3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #009ed3 0%,#009ed3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7d7d', endColorstr='#009ed3',GradientType=1 );
    /* IE6-9 */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    transition: all .2s;
}

.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 span {
    font-size: 18px;
    margin-bottom: 5px;
	font-weight:bold;
}

.index-page .solution-more-slide .hd .text p {
    font-size: 14px;
    color: #000;
    color: rgba(100,100,100,.7);
	margin:2px;
}

.index-page .solution-more-slide .bd {
    width: 100% !important;
    height: 100% !important;
}

.index-page .solution-more-slide .bd>li {
    width: 100% !important;
    height: 100%;
    overflow: auto;
}

/* .index-page .solution-more-slide .bd li.item-1 {
    background: url("../img/banner1.jpg") no-repeat center top;
}

.index-page .solution-more-slide .bd li.item-2 {
    background: url("../img/banner2.jpg") no-repeat center top;
}

.index-page .solution-more-slide .bd li.item-3 {
    background: url("../img/banner3.jpg") no-repeat center top;
}

.index-page .solution-more-slide .bd li.item-4 {
    background: url("../img/banner4.jpg") no-repeat center top;
}

.index-page .solution-more-slide .bd li.item-5 {
    background: url("../img/banner5.jpg") no-repeat center top;
}

.index-page .solution-more-slide .bd li.item-6 {
    background: url("../img/banner6.jpg") no-repeat center top;
}
*/
.index-page .solution-more-slide .bd .inner {
    height: 100%;
    padding-left: 300px;   
    padding-right: 40px;
    color: #000;
}

.index-page .solution-more-slide .bd .inner img {
	width:361px;
	height:226px;
	float:left;
	margin:0 40px 10px 10px;
}

.index-page .solution-more-slide .bd .inner span {
    font-size: 24px;    
	color:#009ed3;
	/*font-weight: bold;*/	
	display: block;
    padding-top: 5%;
}

.index-page .solution-more-slide .bd .intro {
    font-size: 14px;
    margin-bottom: 20px;
	margin-left:10px;
    /*max-height: 396px;*/
    /*overflow: auto;*/
}

.index-page .solution-more-slide .bd .intro dt {
    margin-bottom: 10px;
}

.index-page .solution-more-slide .bd .intro dd {
    color: #484848;
    margin-bottom: 20px;
    line-height: 1.8;
}

.index-page .solution-more-slide .bd .btn-wrap {
    overflow: hidden;   
	margin:50px 0 80px 400px;
}

.index-page .solution-more-slide .bd .btn-wrap a {
    width: 130px;
    height: 40px;
    border: 1px solid #009ed3;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    float: left;
    margin-right: 15px;
    transition: all .2s;
	background: #009ed3;
}

.index-page .solution-more-slide .bd .btn-wrap a.btn-2 {
    background: #009ed3;
    color: #fff;
}

.index-page .solution-more-slide .bd .btn-wrap a:hover {
    background: #fb8d40;
    color: #fff;
    border-color: #fb8d40;
    opacity: .9;
}

.index-page .solution-more-slide .bd .btn-wrap a.btn-2:hover {
    background: ##fb8d40;
    color: #fff;
    border-color: #fb8d40;
    opacity: .9;
}

.index-page .solution-more-slide .bd .example p {
    margin-bottom: 15px;
	color:#009ed3;
	font-size:16px;
	border-bottom:1px solid #eaeaea;	
	line-height:2;
}
	
.index-page .solution-more-slide .bd .example li {
    float: left;
    margin-right: 20px;
    width: 200px;
	list-style:none;
}

.index-page .solution-more-slide .bd .example li img {
    width: 120px;
    height: 70px;
    display: block;
    border: none;
}

.index-page .video .inner {
    display: block;
    cursor: pointer;
}

.solution {
    /*padding: 50px 32px;*/
    width: 100%;   
    box-sizing: border-box;
}
.solution .title {
   font-size: 48px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    height: 85px;
    line-height: 75px;	
	background: url("../images/solution.png") no-repeat center 0;
	font-weight: bold;
    letter-spacing: 3px;
}
.solution .title:after{display: block;content: '';width: 60px;height: 3px;margin: 15px auto 0;background-color: #023793;}

	
@media (max-width: 767px) {
    .index-page .solution {
        padding: 10px 15px;
    }
    .index-page .solution .title {
        font-size: 40px;
        height: 50px;
        line-height: 42px;
        padding-bottom: 0;
    }
    .solution .title span {
        bottom: -8px;
		left:42%;
    }
    .index-page .solution-more {
        width: 100%;
        margin-top: 15px;
    }
    .index-page .solution-more-slide .hd {
        width: 100px;
    }
    .index-page .solution-more-slide .hd li {
        padding-top: 16px;
    }
    .index-page .solution-more-slide .hd li i {
        display: none;
    }
    .index-page .solution-more-slide .hd .text {
        padding: 0 5px 0 10px;
    }
    .index-page .solution-more-slide .hd .text h3 {
        font-size: 16px;
    }
    .index-page .solution-more-slide .hd .text p {
        font-size: 12px;
    }

    .index-page .solution-more-slide .bd .inner {
        padding-left: 120px;
        padding-right: 25px;
        padding-top: 0;
    }
    .index-page .solution-more-slide .bd .inner img {
        float: none;
        max-width: 100%;
        height: auto;
        margin: 0;
    }
    .index-page .solution-more-slide .bd h2 {
        font-size: 21px;
        line-height: 28px;
        margin: 15px 0 0;
    }
    .index-page .solution-more-slide .bd .btn-wrap {
        margin: 10px 0;
    }
    .index-page .solution-more-slide .bd .btn-wrap a {
        width: 106px;
    }
    .index-page .solution-more-slide .bd .btn-wrap a.btn-2 {
        margin-right: 0;
    }
    .index-page .solution-more-slide .bd .intro dd {
        font-size: 12px;
    }
	.index-page .solution-more-slide .bd .inner span{
		font-size:16px;
	}
}