/********* base ***********/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0; }
img{vertical-align:middle;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
caption,th {text-align:left}
.tl{text-align:left}
.tc{text-align:center}
.tr{text-align:right}
.bc{margin-left:auto;margin-right:auto;}
.fl{float:left;display:inline}
.fr{float:right;display:inline}
.t2{text-indent:2em}
.lh150{line-height:150%}
.lh180{line-height:180%}
.lh200{line-height:200%}
.unl{text-decoration:underline;}
.none{list-style:none}
a:link {
	/*color:#FFF;*/
	text-decoration:none;
}
a:visited {
	/*color:#FFF;*/
	text-decoration:none;
	outline:none;
}
a:hover {
	/*color:#FFF;*/
	text-decoration:none;
}
a:active {
	/*color:#FFF;*/
	text-decoration:none;
}
.m10{margin:10px}
.m15{margin:15px}
.m30{margin:30px}
.mt5{margin-top:5px}
.mt10{margin-top:10px}
.mt15{margin-top:15px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt50{margin-top:50px}
.mt100{margin-top:100px}
.mb5{margin-bottom:5px}
.mb10{margin-bottom:10px}
.mb15{margin-bottom:15px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb50{margin-bottom:50px}
.mb100{margin-bottom:100px}
.ml5{margin-left:5px}
.ml10{margin-left:10px}
.ml15{margin-left:15px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}
.ml40{margin-left:40px}
.ml50{margin-left:50px}
.ml100{margin-left:100px}
.mr5{margin-right:5px}
.mr10{margin-right:10px}
.mr15{margin-right:15px}
.mr20{margin-right:20px}
.mr30{margin-right:30px}
.mr50{margin-right:50px}
.mr100{margin-right:100px}
.p5{padding:5px;}
.p10{padding:10px;}
.p15{padding:15px;}
.p30{padding:30px;}
.pt5{padding-top:5px}
.pt10{padding-top:10px}
.pt15{padding-top:15px}
.pt20{padding-top:20px}
.pt30{padding-top:30px}
.pt50{padding-top:50px}
.pb5{padding-bottom:5px}
.pb10{padding-bottom:10px}
.pb15{padding-bottom:15px}
.pb20{padding-bottom:20px}
.pb30{padding-bottom:30px}
.pb50{padding-bottom:50px}
.pb100{padding-bottom:100px}
.pl5{padding-left:5px}
.pl10{padding-left:10px}
.pl15{padding-left:15px}
.pl20{padding-left:20px}
.pl30{padding-left:30px}
.pl50{padding-left:50px}
.pl100{padding-left:100px}
.pr5{padding-right:5px}
.pr10{padding-right:10px}
.pr15{padding-right:15px}
.pr20{padding-right:20px}
.pr30{padding-right:30px}
.pr50{padding-right:50px}
.pr100{padding-right:100px}
.vt{vertical-align:top}
.vm{vertical-align:middle}
.pr{position:relative}
.pa{position:absolute}
/*文本单行溢出*/
.ellipsis{ display:block; overflow:hidden; text-align:left; /* Opera */ text-overflow:ellipsis; /* IE, Safari (WebKit) */ white-space: nowrap; }

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*{zoom:1}


/*清除浮动*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

/*弹性图片*/
.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}

.colorFFF { color:#FFF;}
.colorRed { color:red;}

.btn{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 7px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  /*margin-top: 10px;
  margin-bottom: 10px;*/
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-left: 10px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/*html{*/
/*font-size: 122.3px;*/
/*}*/
body {
	min-width: 300px;
	background:#FFF;
	font-size:14px;
	font-family: 'Times New Roman', Helvetica,'Helvetica Neue', 'Segoe UI', stheiti, Arial, "microsoft yahei", "微软雅黑", "宋体", sans-serif;
}

.baseWidth {
	width: 1200px;
}

.header{
    padding: 10px 0;
}
.headerLogo{

}
/*搜索*/
.headerSearch{
    width: 300px;
    height: 40px;
    border: 0px solid #dedede;
    border-radius: 20px;
    background: #F2F2F2;
    margin-top: 25px;
}
.headerSearch>.txtKeyword{
    float: left;
    width: 240px;
    height: 40px;
    margin-left: 20px;
    background: #F2F2F2;
    border: 0;
}
.headerSearch>.btnSearch{
    float:right;
    width: 40px;
    height: 40px;
    background: url("../images/fangdajing.png") no-repeat center center;
    border: 0;
}
/*菜单*/
.menuBg{
    background: #2EAFE9;
    height: 66px;
    position: relative;
    z-index: 999;
}
.menu{

}
.menu a{
    color: #FFF;
    text-align: center;
    display: block;
}
.menu>li{
    float: left;
    position: relative;
    width: 120px;
}
.menu>li>a{
    font-size: 16px;
    font-weight: bold;
    height: 66px;
    line-height: 66px;
 }
.menuChild{
    width: 210px;
    position: absolute;
    top: 50px;
    left: -46px;
    display: none;
    list-style: none;
}
.menuChild>li{
    position:relative;
    width: 210px;
    height: 53px;
}
.menuChild>li>a{
    width: 190px;
    height: 53px;
    position: absolute;
    left: 10px;
    background: #2EAFE9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    float-size: 14px;
    padding: 15px 6px;
}
.menuChild>li>a:hover{
    color: #FADC00;
    width: 210px;
    position: absolute;
    left: 0px;
}

/*轮播图*/
.pics_wrap{
    margin-bottom: 60px;
    max-width: 1920px;
    overflow-x: hidden;
 }

/*首页*/
.homeWrap{

}
.homeH{
    font-size: 30px;
    font-weight: bold;
    color: #2EAFE9;
    text-align: center;
    background: url("../images/navbg1.jpg") no-repeat center bottom;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.homeArea{

}
/*研究领域*/
.homeArea{
    margin: 0 -20px 60px;
}
.homeArea>li{
    width: 25%;
    float: left;
    padding: 0 20px;
}
.homeArea>li>span{
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius:35px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
    margin: 0 auto;
}
.homeAreaIcon1{
    background-color:#4E78D7;
}
.homeAreaIcon2{
    background-color:#FB9400;
}
.homeAreaIcon3{
    background-color:#788091;
}
.homeAreaIcon4{
    background-color:#37B4EC;
}
.homeArea>li>h3{
    text-align: center;
    font-size:18px;
    padding:20px 0px 12px 0px;
    font-weight: normal;
}
.homeArea>li>p{
    line-height: 1.5em;
}

/*人工智能与机器人实验室*/
.homeLab{
    background:url("../images/ro1.jpg") no-repeat center center;
    background-size:cover;
    padding: 30px 0 50px 0;
    color: #FFF;
    margin-bottom: 60px;
}
.homeLab span{
    background: url("../images/robot1.png") no-repeat;
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
 }
.homeLab h2{
    padding: 20px 0;
    font-size:30px;
    font-weight:bold;
    text-align: center;
}
.homeLab p{
    font-size:20px;
    line-height: 2em;
    text-indent: 2em;
}

/*研究成果*/
.homeResult{
    position: relative;
    z-index: 99;
    margin: 0 -15px;
}
.homeResult>li{
    width: 25%;
    float: left;
    padding: 0 15px;
}
.homeResult>li>a{
    display: block;
    background: #FFF;
}
.homeResult>li>a .img{
    font-size: 14px;
    color: #000;
    border: 1px solid #eee;
    height: 268px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
.homeResult>li>a>h3{
    font-size: 14px;
    color: #333;
    text-align: center;
    height: 60px;
	padding:0 10px;
    line-height: 60px;
}

.homeResultMore{
    margin: -60px 0 60px 0;
    height: 235px;
    background: #2EAFE9;
    padding-top: 140px;
}
.homeResultMore>a{
    width: 160px;
    height: 40px;
    display: block;
    margin: 0 auto;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 40px;
    transition: all .5s;
    font-size: 18px;
    border-radius: 3px 3px 3px 3px;
}
.homeResultMore>a:hover{
    background-color: #fff;
    color: #2EAFE9;
}


/*新闻中心*/
.homeNewsBg{
    background: url("../images/homeNewsBg.jpg") repeat-y center top;
    margin: 0 -45px 60px;
}
.homeNewsLeft,.homeNewsRight{
    width: 50%;
    float: left;
    padding: 10px 45px 0;
}
/*新闻中心 left*/
.homeNewsLeft{

}
.homeNewsLeft>li{
    padding-bottom: 10px;
}
.homeNewsLeft>li>a{
    display: block;
}
.homeNewsLeft>li>a>.img{
    width: 130px;
    height: 90px;
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
.homeNewsLeft>li>a>.cont{
    margin-left: 140px;
}
.homeNewsLeft>li>a h3{
    color: #5a5a5a;
    padding-bottom: 5px;
}
.homeNewsLeft>li>a h3>span{
    color:#2EAFE9;
}
.homeNewsLeft>li>a .date{
    color: #929292;
    padding-bottom: 5px;
}
.homeNewsLeft>li>a p{
    color: #999999;
    line-height: 1.5em;
}
/*新闻中心 right*/
.homeNewsRight{

}
.homeNewsRight>li{
    padding-bottom: 5px;
}
.homeNewsRight>li>a{
    display: block;
    color:#929292;
}
.homeNewsRight>.homeNewsRightFirst{
    padding-bottom: 10px;
}
.homeNewsRightFirst>a{
    border-bottom: 1px #cccccc dotted;
    padding-bottom: 10px;
}
.homeNewsRightFirst>a>h3{
    font-size: 24px;
    color: #1cb9c8;
    padding-bottom: 5px;
}
.homeNewsRightFirst>a>.date{
    color:#929292;
    padding-bottom: 5px;
}
.homeNewsRightFirst>a>p{
    color:#000;
    line-height: 1.5em;
}

/*合作伙伴*/
.homePartner{
    overflow: hidden;
    padding-bottom: 60px;
}
.homePartnerCont>li{
    float: left;
    padding-left: 20px;
}
.homePartnerCont>li>a{
    display: block;
    border: 1px solid #cccccc;
    width: 220px;
    height: 97px;
    text-align: center;
    overflow: hidden;
}
.homePartnerCont>li>a>img{
    height:  100%;
}

/*home style end */

/* banner */
.banner{
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}

/* subMenu */
.subMenu{
    text-align: center;
    background: url("../images/bgLine.jpg") repeat-x left center ;
    padding: 60px 0;
}
.subMenu>li{
    display: inline-block;
}
.subMenu>li>a{
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: #cccccc 1px solid;
    border-radius: 20px;
    font-size: 14px;
    color: #b3b3b3;
    margin-left: 10px;
}
.subMenu>li>a:hover,.subMenu>li>a.on{
    display: block;
    background: #2EAFE9;
    border: #2EAFE9 1px solid;
    color: #fff;
}

/* InnerWrap */
.InnerWrap{
    margin-bottom: 60px;
}
.InnerCont{
    border: 1px solid #ebebeb;
    padding: 20px;
}

/* 新闻列表 */
.newsList{
    border-top:0px solid #ebebeb;
	border-right:0px solid #ebebeb;
    list-style: none;
}
.newsList>li{
    border-left:0px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
    width: 48%;
    float: left;
	margin:0px 1%;
}
.newsList>li>a{
    display: block;
    padding: 15px;
    height: 190px;
    overflow: hidden;
}
.newsList>li>a .img{
    width: 160px;
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
}
.newsList>li>a .cont{
    margin-left: 175px;
	word-wrap:break-word;
}
.newsList>li>a .cont>h3{
    color:#000;
    font-size: 18px;
    padding-bottom: 10px;
}
.newsList>li>a .cont>p{
    font-size: 14px;
    color: #333;
    line-height: 2em;
    padding-bottom: 10px;
}
.newsList>li>a .cont>.date{
    font-size: 14px;
    color: #333;
    text-align: right;
}

/*  内页分页 */
.fenyeneirong{
    width:1200px;
    margin: 60px auto;
    text-align: center;
}
.fenyeneirong ul.pagination {
    width:auto !important;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.fenyeneirong ul.pagination li {display: inline;}
.fenyeneirong ul.pagination li a,.fenyeneirong ul.pagination li span {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    background-color: #FFF;
    font-size:14px;
    border: 1px solid #ddd;
    border-radius:5px;
    margin:0 3px;
}
.fenyeneirong ul.pagination li a.active {
    background-color:#2EAFE9;
    color: white;

}
.fenyeneirong ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
    border: 1px solid #ddd;
}

/* 新闻详细页 */
.newsDetails{
    border: #ebebeb 1px solid;
    padding: 20px;
    width: 860px;
    float: left;
    margin-bottom: 60px;
}
.newsDetails>dt{
    border-bottom: #ebebeb 1px solid;
    padding-bottom: 20px;
}
.newsDetails>dt>h2{
    font-size: 24px;
    text-align: center;
    line-height: 1.5em;
}
.newsDetails>dt>.date{
    text-align: right;
    padding-top: 10px;
    color: #aaaaaa;
}
.newsDetails>dd{
    line-height: 2em;
    color: #333;
    font-size: 14px;
    padding-top: 20px;
}
.newsDetails>dd img{
    
    max-width: 100%;
    height: auto;
}
/* 侧边栏新闻 */
.newsListOther{
    margin-left: 900px;
    margin-bottom: 60px;
    border: #ebebeb 1px solid;
    padding:10px 20px 20px;
    list-style: none;
}
.newsListOther>li{
    border-bottom: #ebebeb 1px solid;
}
.newsListOther>li>a{
    display: block;
    color: #000;
    padding: 10px 0;
}

/* 团队成员 */
.teamOne{
    border: #ebebeb 1px solid;
    margin-bottom: 10px;
    padding: 20px;
    height: 220px;
}
.teamOne .img{
    display: block;
    overflow: hidden;
    width: 180px;
    height: 180px;
    float: left;
    border-top: 5px solid #2EAFEA;
    overflow: hidden;
}
.teamOne .cont{
    margin-left: 200px;
}
.teamOne .cont .name{
    color: #000;
    font-size: 24px;
}
.teamOne .cont .job{
    color: #333;
    border-bottom: #ebebeb 1px solid;
    font-size: 20px;
    padding: 10px 0 5px;
}
.teamOne .cont .info{
    color: #333;
    font-size:16px;
    padding-top: 5px;
}
/* teamList */
.teamList{
    border: #ebebeb 1px solid;
    padding:20px 10px;
    margin-bottom: 60px;
}
.teamList>li{
    width: 25%;
    float: left;
    padding: 10px;
    height: 240px;
}
.teamList>li .cont{

}
.teamList>li .img{
    display: block;
    border-radius:50%;
    border:2px solid #2EAFE9;
    width:150px;
    height:150px;
    overflow: hidden;
    float: left;
}
.teamList>li .img.bc1{
    border-color:#2EAFE9;
}
.teamList>li .img.bc2{
    border-color:#855E00;
}

.teamList>li .img.bc3{
    border-color:#0e8878;
}

.teamList>li .img.bc4{
    border-color:#8AA620;
}
.teamList>li .img.bc5{
    border-color:#0d9e06;
}
.teamList>li .contRight{
    margin-left: 160px;
}
.teamList>li .name{
    color: #000;
    font-size: 20px;
    padding-top: 20px;
}
.teamList>li .job{
    font-size: 16px;
    padding-top: 20px;
	word-wrap:break-word;
}
.teamList>li .info{
    font-size: 16px;
    text-align: center;
    padding: 20px 20px 0px 0px;
}

/*团队成员介绍*/
.teamInfo{
    padding: 20px;
    border: #ebebeb 1px solid;
    line-height: 2em;
    font-size: 14px;
    margin-bottom: 60px;
}

/* 研究项目 */
.projectList{
    margin:-10px;
    list-style: none;
}
.projectList li{
    width:20%;
    float: left;
    padding: 10px;
}
.projectList li a{
    display: block;
}
.projectList li a .img{
    width: 100%;
    height: 222px;
    border: #ebebeb 1px solid;
    background-size: cover;
    background-repeat: no-repeat;
}
.projectList li a .info{
    background:#2EAFE9;
    color:#fff;
    font-size: 16px;
    padding: 10px;
}
.projectList li a .date{
    padding-bottom: 5px;
}
.projectList li a .name{

}

/*合作单位*/
.LinksList{
    text-align: center;
    margin: -10px -10px 60px;
}
.LinksList li{
    display: inline-block;
    width: 16%;
    padding: 10px;
}
.LinksList li a{
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    height: 182px;
    position: relative;
}
.LinksList li a .name{
    position: absolute;
    bottom: 0;
    color: #FFF;
    background: #000;
    background: rgba(0,0,0,0.6);
    width:100%;
    padding: 5px;
    text-align: center;
}


/* footer */
.footerBg{
    background-color:#2EAFE9;
}
.footer{
    padding: 20px 70px;
}
.footerLogo{
    float: left;
    width: 96px;
    height: 96px;
}
.footerCopyright{
float: left;
    margin:0px 80px;
    text-align: center;
    color: #FFF;
    font-size:14px;
    width: 680px;
}
.footerCopyright p{
    margin-top: 20px;
}
DIV.quotes {
    PADDING: 60px 0 ; TEXT-ALIGN: center; width:100%;color: #333;
}
DIV.quotes A {
    color: #333; BORDER: #ddd 1px solid; PADDING:8px 16px; MARGIN-RIGHT: 4px;  TEXT-DECORATION: none;border-radius: 5px;
}
DIV.quotes A:hover {
    color: #333; BORDER: #a0a0a0 1px solid; PADDING:8px 16px; MARGIN-RIGHT: 4px;border-radius: 5px;
}
DIV.quotes A:active {
    color: #333; BORDER: #a0a0a0 1px solid; PADDING:8px 16px; MARGIN-RIGHT: 4px;border-radius: 5px;
}
DIV.quotes SPAN.current {
    color: #fff; BORDER: #2EAFE9 1px solid; PADDING:8px 16px;  FONT-WEIGHT: bold;  MARGIN-RIGHT: 2px;  BACKGROUND-COLOR: #2EAFE9;border-radius: 5px;
}
DIV.quotes SPAN.disabled {
    color: #333; BORDER: #f3f3f3 1px solid; PADDING:8px 16px;   MARGIN-RIGHT: 4px;border-radius: 5px;
}
