
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.h70{height:70px!important;}
.gushi .container {
    /* height: 700px; */
    position: relative;
	width: 1200px;
    margin: 0 auto;
    padding: 0;
}


.gushi .hd {
    width: 255px;
    z-index: 2;
    background: #184fb5;
    /* height: 630px; */
	float:left;
    color: #fff;
}

.gushi .hd li {
    height: 90px;
    position: relative;
    cursor: default;
    transition: all .5s;
    cursor: pointer
}

.gushi .hd li:after {
    content: "";
    width: 80%;
    border-bottom: 1px solid #2A2A2A;
    position: absolute;
    left: 10%;
    bottom: 0;
}

.gushi .hd li i {
	margin:18px 20px 0;
    float: left;
    background: url("../images/icon-logo.png") no-repeat;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 2;
    transition: all .2s;
}
.gushi .h70 li i {
    margin: 17px 20px 0!important;
}
.gushi .hd li.item-1 i {
    background-position: 0 0;
}

.gushi .hd li.item-2 i {
    background-position:  0 0;
}

.gushi .hd li.item-3 i {
    background-position:  0 0;
}

.gushi .hd li.item-4 i {
    background-position:  0 0;
}

.gushi .hd li.item-5 i {
    background-position:  0 0;
}

.gushi .hd li.item-6 i {
    background-position:   0 0;
}

.gushi .hd li.item-1.on i {
    background-position: 0 -40px;
}

.gushi .hd li.item-2.on i {
    background-position: 0 -40px;
}

.gushi .hd li.item-3.on i {
    background-position: 0 -40px;
}

.gushi .hd li.item-4.on i {
    background-position: 0 -40px;
}

.gushi .hd li.item-5.on i {
    background-position: 0 -40px;
}

.gushi .hd li.item-6.on i {
    background-position: 0 -40px;
}

.gushi .hd li:before {
    background: #b90303;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b90303 0%, #b90303 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b90303 0%,#b90303 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b90303 0%,#b90303 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7d7d', endColorstr='#f05251',GradientType=1 );
    /* IE6-9 */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    transition: all .2s;
}

.gushi .hd li.on:before {
    width: 100%;
}

.gushi .hd li.on:after {
    display: none;
}

.gushi .hd .text {
    position: relative;
    z-index: 2;
	padding: 32.5px 0 32.5px;
}
.gushi .h70 .text {
	padding: 25px 0 32.5px!important;
}

.gushi .hd .text h3 {
    font-size: 18px;
}

.gushi .hd .text p {
    font-size: 14px;
    color: #fff;
    color: rgba(255,255,255,.7);
}

.gushi .bd {
	position: relative!important;
    width: 1200px;
	/* height:630px!important; */
}

.gushi .bd li.item-1 {
    background: url("../img/banner1.jpg") no-repeat center top;
}

.gushi .bd li.item-2 {
    background: url("../img/banner2.jpg") no-repeat center top;
}

.gushi .bd li.item-3 {
    background: url("../img/banner3.jpg") no-repeat center top;
}

.gushi .bd li.item-4 {
    background: url("../img/banner4.jpg") no-repeat center top;
}

.gushi .bd li.item-5 {
    background: url("../img/banner5.jpg") no-repeat center top;
}

.gushi .bd li.item-6 {
    background: url("../img/banner6.jpg") no-repeat center top;
}

.gushi .bd .inner {
    padding-left: 300px;
    padding-top: 0;
    color: #000000;
}

.gushi .bd h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.gushi .bd .intro {
    font-size: 14px;
    margin-bottom: 40px;
}

.gushi .bd .intro dt {
    margin-bottom: 10px;
}

.gushi .bd .intro dd {
    color: #727070;
    margin-bottom: 20px;
    line-height: 2;
	text-align: justify;
	height: 440px;
    overflow-y: scroll;
	padding-right: 10px;
}

.gushi .bd .btn-wrap {
    overflow: hidden;
    margin-bottom: 40px;
}

.gushi .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;
}

.gushi .bd .btn-wrap a.btn-2 {
    background: #fff;
    color: #000;
}

.gushi .bd .btn-wrap a:hover {
    background: #ff5f5f;
    color: #fff;
    border-color: #ff5f5f;
    opacity: .9;
}

.gushi .bd .btn-wrap a.btn-2:hover {
    background: #ff5f5f;
    color: #fff;
    border-color: #ff5f5f;
    opacity: .9;
}

.gushi .bd .example h3 {
    margin-bottom: 15px;
}

.gushi .bd .example li {
    float: left;
    margin-right: 20px;
    width: 200px;
}

.gushi .bd .example li img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}


.index-page .video .inner {
    display: block;
    cursor: pointer;
}
