/* CSS Document */
body{ background: #ededef; overflow-x:hidden;}
.main ._container{ width:1110px; background: #fff; padding:30px;}
.main ._container>img{ width:100%;}

.team{ overflow: hidden;}
.team h3{ height: 100px; line-height: 100px; text-align: center; position:relative;}
.team h3 span{ padding:0 20px; background: #fff; font-size: 25px; text-align: center; display: inline-block; position: relative; z-index: 101;}
.team h3:after{ content:""; width:100%; height: 1px; background: #aeaeae; position: absolute; left:0; top:50%;}

.flexslider img{ width:100%;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center; opacity:0;}
.thumb{ height: 215px; margin:30px 0; position: relative; overflow: hidden;}
.ul_thumb{ position: absolute; height: 215px; width:1300px; user-select:none;}
.ul_thumb li{ width:165px; float:left; margin-right:24px; cursor: pointer; transition: transform 0.25s;}
.ul_thumb li img{ width:165px; height: 215px; -webkit-filter:grayscale(1); filter:grayscale(0.9);}
.ul_thumb li.active img{ width:155px; height: 205px; border:5px solid #f52c86; -webkit-filter:none; filter:none;}
.ul_thumb li.active:hover{ transform: none;}
.ul_thumb li:hover{ transform: translateY(-5px);}

.com_desc{padding:0 20px; margin-top:20px; background: #fff; font-size: 20px; text-align: left; text-indent: 2em; position: relative; z-index: 101;}