#index {
	padding:0;
}
#index .slider_container{
    background-image: url(../../img/open/banner_bg3b8804.png);
	height: 568px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    text-align: center;
    color: #fff;
}
#index .slider_container .slider_list ol{
	height:568px;
}
#index .slider_container .slider_list li{
	opacity: 0;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	padding-top:30px;
	height:568px;
}

#index .slider_container img{
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom:0;
}

#index .slider_container .leftImg{
    -webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
    left: 0;
}
#index .slider_container .rightText{
    width: 45%;
    left: 40%;
    position: absolute;
    text-align: left;
    top: 50%;
    margin-left: 80px;
}
#index .slider_container .rightImg{
    -webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
    right: 0;
}
#index .slider_container .leftText{
    width: 45%;
    right: 45%;
    position: absolute;
    text-align: left;
    top: 50%;
    margin-right: 80px;
}


#index .slider_nav{
	position: absolute;
	right:100px;
	margin-top:-50px;
    z-index: 10000;
}
.slider_nav li{
	cursor: pointer;
	height:5px;
	width:5px;
	padding:0;
	margin-right:10px;
	border-radius: 50%;
    text-indent: -999em;
	background-color: #595959;
}
.slider_nav li.active,.slider_nav li:hover{
	background-color: #fff;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}

#index .inner{
	text-align: center;
}
#index .inner li{
	padding:10px;
	text-align: center;
	width:250px;
	height:250px;
}
#index .iconImg{
    width: 81px;
    height: 81px;
    margin:10px auto;
	background-image: url(/gtsUser/img/open/page_index.png);
}
#index .webIcon{
	background-position: 0 -91px;
}
#index .text{
    height: 100px;
}
#index .text .title{
	font-weight: bold;
}

#index .msgList{
	position: absolute;
    margin-top: -40px;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    right: 0;
    z-index: 2;
}
#index .msgList li{
	padding:5px;
	margin-right:100px;
}
#index .msgList li:last-child{
	margin:0;
}
#index .msgList li span{
	color: #B7BEC6;
    margin-right: 10px;
    float: left;
    font-size: 18px;
}
#index .msgList li a{
    color:#222;
}
#index .msgList li a:hover{
	color:#3292ff;
}