@media (min-width:1360px) {
/* flexslider */

.shubiao{
	width: 70px;
	height: 74px;
	position: absolute;
	bottom: 30px;
	left: calc(50% - 35px);
	z-index: 9999;
	animation:  icon 1.1s linear infinite;
}
.flexslider{
	position:relative;
	height: auto;
	width:100%; 
	float:left;
}
.flexslider .slides{
	position:relative;
	z-index:1;
}
.flexslider .slides li{
	height: auto; 
	position:relative;
}
.flexslider .slides li a{ 
	height:100%; 
	width:100%; 
	float:left;
}
.flexslider .slides li img{
	width: 100%;
	height: auto;
	display: block;
}

.flexslider .flex-control-nav{
	position:absolute;
	bottom:1.0rem;
	z-index:2;
	width:100%;
	text-align:center; 
	display: none;
}
.flexslider .flex-control-nav li{
	display:inline-block;
	width:8px;
	height:8px;
	margin:0 10px;
	*display:inline;
	zoom:1;
}
.flexslider .flex-control-nav a{
	display:inline-block;
	width:8px;
	height:8px;
	line-height:50px;
	overflow:hidden; 
	border:1px solid #FFF;
	cursor:pointer;
	border-radius:50%;
}
.flexslider .flex-control-nav .flex-active{
	background:rgba(255,255,255,1);
}
.flexslider .flex-direction-nav{
	position:absolute;
	z-index:3;
	width:100%; 
	top: calc(50% - 27px); 
	height: 54px;
}
.flexslider .flex-direction-nav li a{
	display:block;
	width:27px;
	height:54px;
	overflow:hidden;
	cursor:pointer;
	position:absolute; 
}
.flexslider .flex-direction-nav li a.flex-prev{
	left:40px; 
	background-image: url(../img/zj.png);
	background-position: center; 
	background-repeat: no-repeat;
}
.flexslider .flex-direction-nav li a.flex-next{
	right:40px;
	background-image: url(../img/zj.png); 
	background-position: center; 
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
}


.flexslider2{
	position: relative;
	width:100%; 
	float:left; 
	height:auto; 
	margin-top: 40px;
	padding-bottom: 40px;
}
.flexslider2 .slides{
	position:relative;
	z-index:1;
}
.flexslider2 .slides li{
	height: auto; 
	width: 100%;
}
.flexslider2 .slides li .team{
	width: 100%;
	height: auto;
	display: flex;
	
}
.flexslider2 .slides li .team01{
	width: calc(33.3% - 30px);
	height: 345px;
	transition: all 0.6s;
	background-color: #FFFFFF;
	position: relative;
}
.flexslider2 .slides li .team01 .tex{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	background: rgba(9,151,187,0.90);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.6s;
}
.flexslider2 .slides li .team01:hover .tex{
	opacity: 1;
}
.flexslider2 .slides li .team01 .tex h1{
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.flexslider2 .slides li .team01 .tex h2{
	text-align: center;
}
.flexslider2 .slides li .team01 dl dt{
	height: 285px;
}
.flexslider2 .slides li .team01 dl dt span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.flexslider2 .slides li .team01 dl dt img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.flexslider2 .slides li .team01 dl dd{
	font-size: 16px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flexslider2 .flex-control-nav{
	position:absolute;
	bottom:-10px;
	z-index:2;
	width:100%;
	text-align:center;
}
.flexslider2 .flex-control-nav li{
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 5px;
	*display:inline;
	zoom:1;
}
.flexslider2 .flex-control-nav a{
	display:inline-block;
	width:10px;
	height:10px;
	line-height:50px;
	overflow:hidden;
	background: #c4c4c4;
	border-radius: 50%;
	cursor:pointer;
}
.flexslider2 .flex-control-nav .flex-active{
	background: #0997bb;
}
.flexslider2 .flex-direction-nav{
	position:absolute;
	z-index:3;
	width:100%;
	top: calc(50% - 20px);
}
.flexslider2 .flex-direction-nav li a{
	display:block;
	width:41px;
	height:41px;
	overflow:hidden;
	cursor:pointer;
	position:absolute; 
}
.flexslider2 .flex-direction-nav li a.flex-prev{
	left:-80px; 
	background-image: url(../img/left.png); 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: contain;
}
.flexslider2 .flex-direction-nav li a.flex-next{
	right:-80px;
	background-image: url(../img/left.png); 
	background-position: center; 
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
	background-size: contain;
}

.flexslider3{
	position: relative;
	width:100%; 
	float:left; 
	height:auto; 
	margin-top: 20px;
	padding-bottom: 70px;
}
.flexslider3 .slides{
	position:relative;
	z-index:1;
}
.flexslider3 .slides li{
	height: auto; 
	width: 100%;
}
.flexslider3 .slides li .team{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.flexslider3 .slides li .team01{
	width: calc(33.3% - 30px);
	height: auto;
	transition: all 0.6s;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 30px;
}
.flexslider3 .slides li .team01 dl dt{
	height: auto;
}
.flexslider3 .slides li .team01 dl dt img{
	max-width: 100%;
	height: auto;
}
.flexslider3 .slides li .team01 dl dd{
	font-size: 16px;
	line-height: 21px;
	text-align: center;
}
.flexslider3 .slides li .team01:nth-child(3n){
	margin-right: 0px;
}

.flexslider3 .flex-control-nav{
	position:absolute;
	bottom:0px;
	z-index:2;
	width:100%;
	text-align:center;
}
.flexslider3 .flex-control-nav li{
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 5px;
	*display:inline;
	zoom:1;
}
.flexslider3 .flex-control-nav a{
	display:inline-block;
	width:10px;
	height:10px;
	line-height:50px;
	overflow:hidden;
	background: #c4c4c4;
	border-radius: 50%;
	cursor:pointer;
}
.flexslider3 .flex-control-nav .flex-active{
	background: #0997bb;
}
.flexslider3 .flex-direction-nav{
	position:absolute;
	z-index:3;
	width:100%;
	bottom: 30px;
}
.flexslider3 .flex-direction-nav li a{
	display:block;
	width:42px;
	height:42px;
	overflow:hidden;
	cursor:pointer;
	position:absolute; 
}
.flexslider3 .flex-direction-nav li a.flex-prev{
	left:34%; 
	background-image: url(../img/zj01.png); 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: contain;
}
.flexslider3 .flex-direction-nav li a.flex-next{
	right:34%;
	background-image: url(../img/zj01.png); 
	background-position: center; 
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
	background-size: contain;
}













}

@media (min-width:1200px) and (max-width:1519px) {
/* flexslider */

.flexslider2{
	position: relative;
	width:100%; 
	float:left; 
	height:auto; 
	margin-top: 40px;
	padding-bottom: 40px;
}
.flexslider2 .slides{
	position:relative;
	z-index:1;
}
.flexslider2 .slides li{
	height: auto; 
	width: 100%;
}
.flexslider2 .slides li .team{
	width: 100%;
	height: auto;
	display: flex;
	
}
.flexslider2 .slides li .team01{
	width: calc(33.3% - 30px);
	height: 345px;
	transition: all 0.6s;
	background-color: #FFFFFF;
	position: relative;
}
.flexslider2 .slides li .team01 .tex{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	background: rgba(9,151,187,0.90);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.6s;
}
.flexslider2 .slides li .team01:hover .tex{
	opacity: 1;
}
.flexslider2 .slides li .team01 .tex h1{
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.flexslider2 .slides li .team01 .tex h2{
	text-align: center;
}
.flexslider2 .slides li .team01 dl dt{
	height: 285px;
}
.flexslider2 .slides li .team01 dl dt span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.flexslider2 .slides li .team01 dl dt img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.flexslider2 .slides li .team01 dl dd{
	font-size: 16px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flexslider2 .flex-control-nav{
	position:absolute;
	bottom:-10px;
	z-index:2;
	width:100%;
	text-align:center;
}
.flexslider2 .flex-control-nav li{
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 5px;
	*display:inline;
	zoom:1;
}
.flexslider2 .flex-control-nav a{
	display:inline-block;
	width:10px;
	height:10px;
	line-height:50px;
	overflow:hidden;
	background: #c4c4c4;
	border-radius: 50%;
	cursor:pointer;
}
.flexslider2 .flex-control-nav .flex-active{
	background: #0997bb;
}
.flexslider2 .flex-direction-nav{
	position:absolute;
	z-index:3;
	width:100%;
	top: calc(50% - 20px);
}
.flexslider2 .flex-direction-nav li a{
	display:block;
	width:41px;
	height:41px;
	overflow:hidden;
	cursor:pointer;
	position:absolute; 
}
.flexslider2 .flex-direction-nav li a.flex-prev{
	left:0px; 
	background-image: url(../img/left.png); 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: contain;
}
.flexslider2 .flex-direction-nav li a.flex-next{
	right:0px;
	background-image: url(../img/left.png); 
	background-position: center; 
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
	background-size: contain;
}















}


@media (max-width:1359px) {

.flexslider{
	position:relative;
	height: auto;
	width:100%; 
	float:left;
	margin-top: 4.0rem;
}
.flexslider .slides{
	position:relative;
	z-index:1;
}
.flexslider .slides li{
	height: auto; 
	position:relative;
}
.flexslider .slides li a{ 
	height:100%; 
	width:100%; 
	float:left;
}
.flexslider .slides li img{
	width: 100%;
	height: auto;
	display: block;
}

.flexslider .flex-control-nav{
	position:absolute;
	bottom:1.0rem;
	z-index:2;
	width:100%;
	text-align:center; 
	display: none;
}
.flexslider .flex-control-nav li{
	display:inline-block;
	width:8px;
	height:8px;
	margin:0 10px;
	*display:inline;
	zoom:1;
}
.flexslider .flex-control-nav a{
	display:inline-block;
	width:8px;
	height:8px;
	line-height:50px;
	overflow:hidden; 
	border:1px solid #FFF;
	cursor:pointer;
	border-radius:50%;
}
.flexslider .flex-control-nav .flex-active{
	background:rgba(255,255,255,1);
}
.flexslider .flex-direction-nav{
	position:absolute;
	z-index:3;
	width:100%; 
	top: calc(50% - 1.5rem); 
	height: 54px;
}
.flexslider .flex-direction-nav li a{
	display:block;
	width:1.5rem;
	height:3.0rem;
	overflow:hidden;
	cursor:pointer;
	position:absolute; 
}
.flexslider .flex-direction-nav li a.flex-prev{
	left:1.0rem; 
	background-image: url(../img/zj.png);
	background-position: center; 
	background-repeat: no-repeat;
	background-size: contain;
}
.flexslider .flex-direction-nav li a.flex-next{
	right:1.0rem;
	background-image: url(../img/zj.png); 
	background-position: center; 
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
	background-size: contain;
}


.flexslider2{
	position: relative;
	width:100%; 
	float:left; 
	height:auto; 
	margin-top: 1.0rem;
	padding-bottom: 2.0rem;
}
.flexslider2 .slides{
	position:relative;
	z-index:1;
}
.flexslider2 .slides li{
	height: auto; 
	width: 100%;
}
.flexslider2 .slides li .team{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flexslider2 .slides li .team01{
	width: calc(50% - 0.5rem);
	height: auto;
	transition: all 0.6s;
	background-color: #FFFFFF;
	position: relative;
}
.flexslider2 .slides li .team01 .tex{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	background: rgba(9,151,187,0.90);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.6s;
}
.flexslider2 .slides li .team01:hover .tex{
	opacity: 1;
}
.flexslider2 .slides li .team01 .tex h1{
	font-size: 0.8rem;
	line-height: 1.5rem;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 1.0rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.flexslider2 .slides li .team01 .tex h2{
	text-align: center;
}
.flexslider2 .slides li .team01 .tex h2 img{
	max-height: 1.5rem;
}
.flexslider2 .slides li .team01 dl dt{
	height: auto;
}
.flexslider2 .slides li .team01 dl dt span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.flexslider2 .slides li .team01 dl dt img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.flexslider2 .slides li .team01 dl dd{
	font-size: 0.8rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
}

.flexslider2 .flex-control-nav{
	position:absolute;
	bottom:0px;
	z-index:2;
	width:100%;
	text-align:center;
}
.flexslider2 .flex-control-nav li{
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 5px;
	*display:inline;
	zoom:1;
}
.flexslider2 .flex-control-nav a{
	display:inline-block;
	width:10px;
	height:10px;
	line-height:50px;
	overflow:hidden;
	background: #c4c4c4;
	border-radius: 50%;
	cursor:pointer;
}
.flexslider2 .flex-control-nav .flex-active{
	background: #0997bb;
}
.flexslider2 .flex-direction-nav{
	position:absolute;
	z-index:3;
	width:100%;
	top: calc(50% - 20px);
}
.flexslider2 .flex-direction-nav li a{
	display:block;
	width:2.0rem;
	height:2.0rem;
	overflow:hidden;
	cursor:pointer;
	position:absolute; 
}
.flexslider2 .flex-direction-nav li a.flex-prev{
	left:0px; 
	background-image: url(../img/left.png); 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: contain;
}
.flexslider2 .flex-direction-nav li a.flex-next{
	right:0px;
	background-image: url(../img/left.png); 
	background-position: center; 
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
	background-size: contain;
}

.flexslider3{
	position: relative;
	width:100%; 
	float:left; 
	height:auto; 
	margin-top: 20px;
	padding-bottom: 70px;
}
.flexslider3 .slides{
	position:relative;
	z-index:1;
}
.flexslider3 .slides li{
	height: auto; 
	width: 100%;
}
.flexslider3 .slides li .team{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.flexslider3 .slides li .team01{
	width: calc(33.3% - 0.5rem);
	height: auto;
	transition: all 0.6s;
	background-color: #FFFFFF;
	margin-top: 1.0rem;
	margin-right: 0.5rem;
}
.flexslider3 .slides li .team01 dl dt{
	height: auto;
}
.flexslider3 .slides li .team01 dl dt img{
	max-width: 100%;
	height: auto;
}
.flexslider3 .slides li .team01 dl dd{
	font-size: 0.8rem;
	line-height: 1.5rem;
	text-align: center;
}
.flexslider3 .slides li .team01:nth-child(3n){
	margin-right: 0px;
}

.flexslider3 .flex-control-nav{
	position:absolute;
	bottom:0.5rem;
	z-index:2;
	width:100%;
	text-align:center;
}
.flexslider3 .flex-control-nav li{
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 5px;
	*display:inline;
	zoom:1;
}
.flexslider3 .flex-control-nav a{
	display:inline-block;
	width:10px;
	height:10px;
	line-height:50px;
	overflow:hidden;
	background: #c4c4c4;
	border-radius: 50%;
	cursor:pointer;
}
.flexslider3 .flex-control-nav .flex-active{
	background: #0997bb;
}
.flexslider3 .flex-direction-nav{
	position:absolute;
	z-index:3;
	width:100%;
	bottom: 30px;
}
.flexslider3 .flex-direction-nav li a{
	display:block;
	width:2.0rem;
	height:2.0rem;
	overflow:hidden;
	cursor:pointer;
	position:absolute; 
}
.flexslider3 .flex-direction-nav li a.flex-prev{
	left:34%; 
	background-image: url(../img/zj01.png); 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: contain;
}
.flexslider3 .flex-direction-nav li a.flex-next{
	right:34%;
	background-image: url(../img/zj01.png); 
	background-position: center; 
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
	background-size: contain;
}








}