.section{
    padding-bottom: 150px;
}
.qrcode {
    border: 4px solid #fff;
}
.search_btn{cursor: pointer;}
.footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
}
.temp_page .banner_index {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.temp_page .main_index {
    position: relative;
}

.temp_page .main_index .main_sw {
    margin-bottom: 78px;
}

.bannerImg img{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
	opacity: 0
}
.bannerImg img:first-child{
	display: block;
	opacity: 1;
}

.slide_main {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    margin-top: 50px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
}

.switch_slide {
    margin-left: 50px;
}

.switch_slide>div {
    height: 50px;
    float: left;
    margin-right: 30px;
    font-size: 18px;
    line-height: 50px;
    color: #0065b3;
    cursor: pointer;
}

.switch_slide>div.active {
    border-bottom: 5px solid #277bd5;
}

.dyContent {
    width: 1300px;
    height: 330px;
    overflow: hidden;
}

.dyContent>div {
    position: relative;
    display: none;
    width: 1300px;
    padding: 0px 90px;
    overflow: hidden;
}
.dyContent>div.active{
	display: block;
}
.imgPages {
    position: absolute;
    left: -25px;
    right: -25px;
    top: 100px;
}

.prev,
.prev_one,
.next,
.next_one {
    position: absolute;
    width: 90px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
}

.prev,
.prev_one {
    background-image: url(../img/left.png);
    left: 10px;

}

.next,
.next_one {
    background-image: url(../img/right.png);

    right: 10px;

}

.team_members {
    width: 1120px;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.team_members .members_list {
    margin-right: -30px;
}

.members_item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 240px;
    
    position: relative;
    height: 290px;
    margin: 20px 0px;
    margin-right: 50px;
    border: 1px solid rgba(0,0,0,0)
}
.members_item:hover{
    background-color: #fff;
    border: 1px solid #9cccf0;
}
.team_img{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 50%;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
    border: 1px solid #80b3d5;
}

.members_img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
    border: 10px solid #fff;
}

.members_name {
    font-size: 18px;
    color: #0065b3;
    margin-top: 30px;
    text-align: center;
    line-height: 25px;
   }