/********* 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}
ol,ul {list-style:none}
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;}
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}
.oh{overflow: hidden;}
/*文本单行溢出*/
.ellipsis1{
    /*display:block;*/
    overflow:hidden;
    text-align:left; /* Opera */
    text-overflow:ellipsis; /* IE, Safari (WebKit) */
    /*white-space: nowrap;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 43px;
}
.ellipsis{
    display:block;
    overflow:hidden;
    text-align:left; /* Opera */
    text-overflow:ellipsis; /* IE, Safari (WebKit) */
    white-space: nowrap;
    height: 30px;
}
.p{
    overflow:hidden;
    text-align:left;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 20px;
}
*, *: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;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.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:16px;
	font-family: 'Times New Roman', Helvetica,'Helvetica Neue', 'Segoe UI', stheiti, Arial, "microsoft yahei", "微软雅黑", "宋体", sans-serif;
}

.baseWidth {
	width: 100%;
    max-width: 640px;
    min-width: 300px;
    position: relative;
    /*background: #eee;*/
}

/*遮罩层*/
.overlay{
    width: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 666;
    opacity: 0.6;
    display: none;
    cursor: pointer;
}

/*菜单*/
.menu{
    background: #2CB4F0;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 777;
    width: 50%;
    height: 100%;
    padding: 30px 0;
}
.menu li{
}
.menu li a{
    display: block;
    color: #FFF;
   
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}

/*头部*/
.header{

}
.header .logo{
    float: left;
    width: 8.7rem;
    padding: 10px;
 }
.header .menuToggle{
    width: 1.3rem;
    float: right;
    cursor: pointer;
    text-align: center;
    height: 100%;
    line-height: 100%;
    padding:4% 2% 0;
}

/* banner */
.slideBox{ position:relative; }
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; }
.slideBox .bd li img{width:100%; vertical-align:top; display:block;  }
.slideBox .hd{position:relative; z-index:1; margin-top:-50px; height:46px; line-height:46px;  text-align:center; }
.slideBox .hd ul{ text-align:center;  }
.slideBox .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:21px; height:21px; margin:0 5px; background:url('../images/btn_main_img.png') 0 0 no-repeat; overflow:hidden; font-size:0;}
.slideBox .hd ul .on{ background-position:0 -21px; }

/*快速导航*/
.menuLogoList{
    padding: 15px 0;
}
.menuLogoList>li{
    width: 2rem;
    float: left;
    padding:5px 8px;
}
.menuLogoList>li>a{
     display: block;
}
.menuLogoList>li>a p{
    text-align: center;
    color:#333;
    font-size: 0.85em;
    padding-top: 5px;
}
@media (max-width: 500px) {
    .menuLogoList>li{
        width: 2rem;
    }
}

/*首页*/
.homeWrap{

}
.homeH{
    font-size:22px;
    font-weight: bold;
    color: #2EAFE9;
    text-align: center;
    background: url("../images/navbg1.jpg") no-repeat center bottom;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

/*研究领域*/
.homeArea{
}
.homeArea>li{
    width: 10rem;
    height: auto;
    padding: 0px 0.23rem 0 0;
    margin-bottom: 20px;
    position: relative;
}
.homeArea>li .homeAreaIcon{
    float: left;
    width: 2.56rem;
    position: absolute;
    top: 50%;
    left: 0.46rem;
    bottom: 0;
}
.homeArea>li span{
    display: block;
    width: 1.8rem;
    height:1.8rem;
    line-height:1.8rem;
    border-radius:50%;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    color: #FFF;
    margin-top: -0.8rem;
}
.homeAreaIcon1{
    background-color:#4E78D7;
}
.homeAreaIcon2{
    background-color:#FB9400;
}
.homeAreaIcon3{
    background-color:#788091;
}
.homeAreaIcon4{
    background-color:#37B4EC;
}
.homeArea>li>.info{
    margin-left: 2.8rem;
}
.homeArea>li h3{
    font-size:16px;
    padding:0px 0px 5px 0px;
}
.homeArea>li p{
    font-size: 14px;
    line-height: 1.5em;
    color: #999;
}

/*人工智能与机器人实验室 背景*/
.homeLabInfo{
    background:url("../images/ro1.jpg") no-repeat center center;
}
.homeLabInfo .icon{
    background: url("../images/robot1.png") no-repeat;
}
/*实验室的建设目标 背景*/
.homeLabTarget{
    background:url("../images/vprb.jpg") no-repeat center center;
}
.homeLabTarget .icon{
    background: url("../images/logo1.png") no-repeat;
}
/*人工智能与机器人实验室*/
.homeLab{
    padding: 30px 10px;
    color: #FFF;
    margin-bottom: 20px;
    background-size:cover;
    background-repeat: no-repeat;
}
.homeLab .icon{
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
}
.homeLab h2{
    padding: 20px 0;
    font-size:22px;
    font-weight:bold;
    text-align: center;
}
.homeLab p{
    font-size:16px;
    line-height: 2em;
    text-indent: 2em;
}


/*研究成果*/
.homeResult{

}
.homeResult>li{
    width: 50%;
    float: left;
    padding: 0 10px;
}
.homeResult>li>a{
    display: block;
    background: #FFF;
    position: relative;
}
.homeResult>li>a .img{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    font-size: 14px;
    color: #000;
    border: 1px solid #eee;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
.homeResult>li>a>h3{
    font-size: 14px;
    color: #000;
    text-align: center;
    height: 60px;
    line-height: 25px;
	padding-top:5px;
}

/* 新闻中心 */
.homeNews{
    padding:10px 10px;
}
.homeNews>li{
    padding-bottom: 10px;
}
.homeNews>li>a{
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    position: relative;
}
.homeNews>li>a .imgBox{
    float: left;
    width: 130px;
    position: absolute;
    top: 50%;
    left:0;
    bottom: 0;
}
.homeNews>li>a .img{
    width: 130px;
    height: 100px;
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    border:1px solid #eee ;
    margin-top: -55px;
}
.homeNews>li>a>.cont{
    margin-left: 140px;
}
.homeNews>li>a h3{
    color: #5a5a5a;
    padding-bottom: 10px;
    font-size: 1em;
}
.homeNews>li>a h3>span{
    color:#2EAFE9;
}
.homeNews>li>a .date{
    color: #929292;
    padding-bottom: 5px;
}
.homeNews>li>a p{
    color: #999999;
    line-height: 1.5em;
    font-size: 14px;
}

/* banner */
.banner{
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 250px;
}
.banner h2{
    font-size: 22px;
    color:#2EAFE9;
    position: absolute;
    left: 5%;
    bottom: 10%;
    line-height: 1.5em;
}
.banner span+span{
    margin-left: 10px;
}
@media (max-width: 350px) {
    .banner span{
        display: block;
    }
    .banner span+span{
        margin: 10px 0 0;
    }
}

/* subMenu */
.subMenu{
    background: #2EAFE9;
    padding: 5px;
}
.subMenu li{
    width: 50%;
float: left;
padding:0 5px;
margin: 3px 0;
}
.subMenu a{
    display: block;
    text-align: center;
    padding: 5px 10px;
    background: #2EAFE9;
    color: #FFF;
    font-size: 4vw;
}
.subMenu a.on{
    background: #FFF;
    color: #2EAFE9;
}
.subMenu1{
    background: #2EAFE9;
    padding:5px;
}
.subMenu1 li{
    width: 33.3%;
    float: left;
    padding:0 5px;
    margin: 3px 0;
}
.subMenu1 a{
    display: block;
    text-align: center;
    padding: 5px 10px;
    background: #2EAFE9;
    color: #FFF;
    font-size: 3.8vw;
}
.subMenu1 a.on{
    background: #FFF;
    color: #2EAFE9;
}
/* InnerWrap */
.InnerWrap{
}
.InnerH{
    border-bottom:2px solid #DDD;
    margin: 0px 10px 10px 10px;
}
.InnerH h3{
    border-bottom:2px solid #008ECE;
    margin-bottom: -2px;
    padding: 20px 0 10px 0;
    font-size: 18px;
    display: inline-block;
}
.InnerCont{
    padding: 10px;
}
.InnerCont img{
    width: 100%;
    height: auto;
}
/* 新闻列表 */
.newsList{
}
.newsList>li{
    border-bottom:1px dotted #ebebeb;
    padding: 10px 0;
}
.newsList>li>a{
    display: block;
    overflow: hidden;
    position: relative;
}
.newsList>li>a .imgBox{
    width: 160px;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}
.newsList>li>a .img{
    position:absolute;
    top: 50%;
    left:0;
    margin-top:-40%;
    padding-bottom: 80%;
    width: 100%;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.newsList>li>a .cont{
    margin-left: 170px;
}
.newsList>li>a .cont>h3{
    color:#000;
    font-size: 1em;
    margin: 0 0 5px 0;
}
.newsList>li>a .cont>p{
    font-size: 0.8em;
    color: #333;
    line-height: 1.6em;
    padding-bottom: 10px;
    height: 40px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newsList>li>a .cont>.date{
    font-size: 14px;
    color: #333;
    text-align: left;
    margin: 0 0 5px 0;
}

/*  内页分页 */
.fenyeneirong{
    width:100%;
    max-width: 640px;
    margin: 20px 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{
    padding: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
}
.newsDetails>dt{
    border-bottom: #ebebeb 1px solid;
    padding: 20px 0;
}
.newsDetails>dt>h2{
    font-size: 18px;
    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{
    display: block;
    max-width: 100%;
    height: auto;
}

/* 团队成员 */
.teamOne{
    margin-bottom: 20px;
    position: relative;
    height: 118px;
}
.teamOne .imgBox{
    display: block;
    width: 33.3333%;
    height: 0;
    padding-bottom: 33.3333%;
    padding-right: 10px;
    overflow: hidden;
    float: left;
}
.teamOne .img{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.teamOne .cont{
    margin-left: 36%;
    padding-left: 10px;
}
.teamOne .cont .name{
    color: #000;
    font-size: 18px;
}
.teamOne .cont .job{
    color: #333;
    border-bottom: #ebebeb 1px solid;
    font-size: 16px;
    padding: 0px 0 5px 0px;
}
.teamOne .cont .info{
    color: #333;
    font-size:14px;
    padding-top: 5px;
}
@media (max-width: 480px) {
    .teamOne .imgBox{
        width: 36%;
        height: 100%;
        padding-bottom: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    .teamOne .img{
        position: absolute;
        top: 50%;
        
        margin-top: -50%;
    }
}
/* teamList */
.teamList{
    margin: 0 -10px 0;
}
.teamList>li{
    width: 33.3333%;
    float: left;
    padding:0px 10px;
}
.teamList>li .img{
    display: block;
    border-top:3px solid #2EAFE9;
    width:100%;
    height:0;
    padding-bottom: 100%;
    overflow: hidden;
}
.teamList>li .img.bc1{
    border-color:#2EAFE9;
}
.teamList>li .img.bc2{
    border-color:#008ECE;
}

.teamList>li .img.bc3{
    border-color:#0e8878;
}

.teamList>li .img.bc4{
    border-color:#8AA620;
}
.teamList>li .img.bc5{
    border-color:#0d9e06;
}
.teamList>li .cont{
    text-align: center;
    height: 60px;
    overflow: hidden;
}
.teamList>li .name{
    color: #000;
    font-size:16px;
    padding-top: 10px;
}
.teamList>li .job{
    font-size: 14px;
    padding-top: 0px;
}

/*团队成员介绍*/
.teamInfo{
    padding: 20px 0 0;
    border-top: #ebebeb 1px solid;
    line-height: 2em;
    font-size: 14px;
}

/*合作单位*/
.LinksList{
    text-align: center;
    margin: -10px -10px 0;
}
.LinksList li{
    width: 33.33333%;
    padding: 10px;
    float: left;
}
.LinksList li a{
    display: block;
}
.LinksList li .img{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.LinksList li a .name{
    color: #000;
    width:100%;
    padding: 5px;
    text-align: center;
    font-size: 16px;
}

/* footer */
.footer{
    background-color:#2EAFE9;
    text-align: center;
    line-height: 1.5em;
    padding: 15px 10px;
    color: #FFF;
    font-size: 14px;
}
.footer p{
    padding: 2px;
}
.nr{
    text-indent:2em;
    font-size: 15px;
}
.nr table{
    width: 100%;!important;
}
DIV.quotes {
    padding-top:10px;
    TEXT-ALIGN: center;
    width:100%;
}
DIV.quotes A {
    BORDER: #ddd 1px solid; PADDING: 8px 16px;  COLOR: #aaa; MARGIN-RIGHT: 2px; TEXT-DECORATION: none;border-radius: 5px;
}
DIV.quotes A:hover {
    BORDER: #a0a0a0 1px solid; PADDING:8px 16px;  MARGIN-RIGHT: 2px;border-radius: 5px;
}
DIV.quotes A:active {
    BORDER: #a0a0a0 1px solid; PADDING:8px 16px;  MARGIN-RIGHT: 2px;border-radius: 5px;
}
DIV.quotes SPAN.current {
    BORDER: #2EAFE9 1px solid; PADDING:8px 16px; FONT-WEIGHT: bold; COLOR: #fff; MARGIN-RIGHT: 2px;  BACKGROUND-COLOR: #2EAFE9;border-radius: 5px;
}
DIV.quotes SPAN.disabled {
    BORDER: #f3f3f3 1px solid; PADDING:8px 16px; COLOR: #ccc; MARGIN-RIGHT: 2px;border-radius: 5px;
}