/*
*  author: AUI
*  home.css
*  http://azenui.com/
*  http://a-ui.cn/
*/
.container {
    width: 1200px;
	width: 1180px;
	color: #FFFFFF;
	margin: 0px 0 0;
	margin-left: auto;
	margin-right: auto;
  padding-top: 0px;
}

.container:after {
    content: "";
    display: block;
}



.index-page .index-title {
    font-size: 16px;
    text-align: center;
}

.index-page .index-title h2 {
    font-size: 36px;
}

.index-page .index-title a {
    width: 100px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #DBDCE0;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 25px auto 0;
    transition: all .2s;
}

.index-page .index-title a:hover {
    background: #F96A69;
    border-color: #F96A69;
    color: #fff;
}


.index-page .solution-more {
    height:680px;
    background:#151515;
    width: 100%;
    overflow: hidden;
}

.index-page .solution-more-slide .container {
    height: 680px;
    position: relative;
	padding-top:0px;
	margin-top: 0px;
}

.index-page .solution-more-slide .hd {
    width: 255px;
    position: absolute;
    z-index: 2;
    background: #000000;
    height: 680px;
    left: 0;
    top: 0;
    color: #fff;
}

.index-page .solution-more-slide .hd ul {
    margin-top: 0px;
}

.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:after {
    content: "";
    width: 80%;
    border-bottom: 1px solid #2A2A2A;
    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-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;
}

.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:#CC3333;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f50000 0%, #CC3333 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f50000 0%,#CC3333 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f50000 0%,#CC3333 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f50000', endColorstr='#CC3333',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 h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.index-page .solution-more-slide .hd .text p {
    font-size: 16px;
    color: #fff;
    color: rgba(255,255,255,.9);
}

.index-page .solution-more-slide .bd {
    width: 1200px;
    margin-left: -360px;
}

.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 {
    padding-left: 360px;
    padding-top: 30px;
    color: #fff;
	font-size:14px;
}

.index-page .solution-more-slide .bd h2 {
    font-size: 24px;
    margin-bottom: 38px;
}

.index-page .solution-more-slide .bd .intro {
    font-size: 18px;
    margin-bottom: 40px;
}

.index-page .solution-more-slide .bd .intro dt div {
    margin-bottom: 2px;
	font-size:14px;
}

.index-page .solution-more-slide .bd .intro dd {
    color: #999;
    margin-bottom: 20px;
    line-height: 1.8;
}
.index-page .solution-more-slide .bd .intro p{
	color:#fff;
	font-size: 16px;
    line-height:32px;
	padding-top:40px;
	text-indent: 2em;
}

.index-page .solution-more-slide .bd .btn-wrap {
    overflow: hidden;
    margin-bottom: 40px;
}

.index-page .solution-more-slide .bd .btn-wrap a {
    width: 130px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    float: left;
    margin-right: 15px;
    transition: all .2s;
}

.index-page .solution-more-slide .bd .btn-wrap a.btn-2 {
    background: #fff;
    color: #000;
}

.index-page .solution-more-slide .bd .btn-wrap a:hover {
    background: #ff5f5f;
    color: #fff;
    border-color: #ff5f5f;
    opacity: .9;
}

.index-page .solution-more-slide .bd .btn-wrap a.btn-2:hover {
    background: #ff5f5f;
    color: #fff;
    border-color: #ff5f5f;
    opacity: .9;
}

.index-page .solution-more-slide .bd .example h3 {
    margin-bottom: 15px;
}

.index-page .solution-more-slide .bd .example li {
    float: left;
    margin-right: 20px;
    width: 180px;
	text-align:center;
	color:#fff;
}


.index-page .solution-more-slide .bd .example li img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}
.qywh span {
	width:100%; font-size:22px;
	font-weight:bold;qywh1
	font-family:"微软雅黑";
	line-height:42px;
	clear:both;
}
.aa {
	margin-left:30px;
	margin-top:30px;
	color:#DFDFDF;
}
.bb {
	margin-left:30px;
	color:#FF0004;
}
.cc {
	margin-left:131px;
	color:#00C3E3;
}
.dd {
	margin-left:131px;
	color:#DFDFDF;
}
.qywh1 span {
	width:100%; font-size:22px;
	font-weight:bold;
	font-family:"微软雅黑";
	line-height:42px;
	margin-top:60px;
}
.qywh1 img {
	float:right;
}
.qywha {
	float:left;
	width:35%;
}
.qywhb {
	float:left;
	width:45%;
	margin-left:30px;
	color:#DFDFDF;
}
.ee {
	color:#FF0000;
}

.sh1 {
	color:#ff0000;
	font-size:42px;
	line-height:42px;
	margin-left:40px;
}
.shfwA {
}
.shfw4 {
	width:75%;
	line-height:26px;
	margin-top:20px;
	color:#fff;
	float:left;
}
.shfw4 li{
	list-style:circle; 
	font-family:"微软雅黑";
	font-size:16px;
}
.shfw5 img {
	float:left;
}
.gsys {
	width:100%; 
	font-family:"微软雅黑";
	color:#ff000;
}
.ys1 {
	color:#ff0000;
	font-size:42px;
	line-height:42px;
	margin-left:40px;
}
.gsys1 {
	width:100%; 
}
.gsys1 img {
	width:460px;
	text-align:center;
	margin-left:180px;
}

