﻿@charset "utf-8";
/* CSS Document */



/*链接整体设置*/


/*公用样式*/
div,table,tr,td,img,ul,li,ol,h1,h2,h3,h4,h5,h6,p,em,i,font,span,dl,dt,dd,form,textarea,input,select{ margin:0; padding:0;   }
ul,ol{ list-style-type:none;}
h1,h2,h3,h4{font-weight:500;}
img{ border:none; -ms-interpolation-mode:bicubic;}
.left{ float:left;}
.right{ float:right;}
.clear{ clear:both;}
.clear0{ clear:both; font-size:0px; height:0px; overflow:hidden;}
.hidden{display:none;}
.wrap{ width:100%;}

/*团队样式*/
.outBox{ width:1140px; margin:0 auto;}
.outBox .hd{ overflow:hidden; height:50px; padding:15px 0 0 710px; text-align:center;}
.outBox .hd ul{ width:100%; text-align:center; overflow:hidden; zoom:1; zoom:1;}
.outBox .hd ul li{ display:inline-block; width:20px; height:20px; overflow:hidden; margin:0 4px; font-size:0; cursor:pointer; background:#eee; border-radius:50%;}
.outBox .hd ul li.on{ background:#edac07;}
.inBox .inHd{ width:480px; height:310px; overflow:hidden;}
.inBox .inHd ul{ overflow:hidden; zoom:1;}
.inBox .inHd ul li{ float:left; width:154px; height:152px; overflow:hidden; margin:0 0 5px 5px; position:relative;}
.inBox .inHd ul li .txt{ display:none; position:absolute; left:0; top:0; right:0; bottom:0; text-align:center; background:rgba(223,170,38,.8);}
.inBox .inHd ul li .txt em{ display:block; color:#fff; font-size:15px; line-height:30px; margin-top:48px;}
.inBox .inHd ul li .txt p{ font-size:13px; color:#fff; line-height:24px;}
.inBox .inHd ul li img{ width:100%; height:100%; object-fit:cover;}
.inBox .inHd ul li.on .txt{ display:block;}
.inBox .inBd{ width:660px; background:#efefef; height:310px;}
.team-infor{ background:#efefef; padding:15px; overflow:hidden;}
.team-infor dt{ width:280px; height:280px; overflow:hidden; float:left;}
.team-infor dt img{ width:100%; height:100%; object-fit:cover;}
.team-infor dd{ float:right; width:350px; padding-top:20px;  text-align: left; padding-left: 20px;}
.team-infor dd h3{ font-size:15px; color:#000; font-weight:bold; line-height:28px;}
.team-infor dd h4{ font-size:14px; line-height:28px;}
.team-infor dd i{ display:inline-block; width:30px; height:2px; font-size:0; overflow:hidden; background:#c33; margin:5px 0 15px 0;}
.team-infor dd p{ font-size:13px; line-height:24px; color:#999; margin-bottom:15px;}