*{
    margin:0;
    padding:0;
    list-style:none;
    -moz-box-sizing: border-box;  /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
}
*:after{
    clear:both;
}
html{
    -webkit-text-size-adjust:none;
    -moz-text-size-adjust:none;
    -o-text-size-adjust:none;
    -ms-text-size-adjust:none;
    text-size-adjust:none;
}
body{
    font:normal 16px/20px 'Microsoft YaHei';
    width:100%; 
}

img{
    border:0;
}
a{
    text-decoration:none;
    color:#333;
}
a:hover{
    text-decoration:none;
}
ul,li{
    padding:0px;
    margin: 0px;
}
.clear{
    clear:both;
}


@media(max-width:720px){
    body{
        font-size:12px;
    }
}
@media(max-width:768px){
    body,header,.main{
        width:100%;
        overflow-x:hidden;
    }
}


/*头部*/
header{
    width:100%;
    padding-top:15px;
    padding-bottom:15px;
}
.logo{
	width:100%;
}
.menu{
    width:100%;
    height:42px;
    background-color:rgba(255,90,0,0.6);
    position: relative;
    bottom: -42px;
    margin-top:-42px;
}
.banner{
    margin-bottom: 20px;
}
.banner img{
    width: 100%;
}
@media(min-width:1366px){

    .menu .container,header .container,.main>.container,.footer .container{
        width:1300px;
		
    }
    .menu{
        padding-left: 0px;
    }
	header .logo img{
        width:90%;
    }
}
@media(max-width:1365px){
    .menu .container,header .container,.main>.container{
        width:100%;
    }
    header .logo img{
        width:80%;
		padding-left:15px;
    }
}


/*menu*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 0px 24px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  line-height:42px;
  background:url("../images/line.png") no-repeat right;
  font-weight:bold;
}
#cssmenu > ul > li>i{
    width: 50px;
    background: #d00000;
    color: #fff;
    text-align: center;
    height: 42px;
    line-height: 42px;
}
#cssmenu > ul > li:last-child > a,#cssmenu > ul > li:nth-child(11) > a {
    background:none;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color:#fce100;
}
#cssmenu > ul > li.has-sub > a {
  
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:999;
  background:#ff5a00; 
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 5px;
  width: 135px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-align:center;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  background:#0084ff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media(max-width:1280px){
    #cssmenu > ul > li > a {
        padding: 0px 22.5px;
    }
}
@media(max-width:1152px){
    #cssmenu > ul > li > a {
        padding: 0px 16px;
    }
}
@media(max-width:1024px){
    #cssmenu > ul > li > a {
      padding: 0px 15px;
	  font-size:14px;
    }
    #cssmenu ul ul li a {
        text-align:left;
        padding-left:15px;
        width:145px;
    }
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 .fa-search{
    display:none;
 }
  .menu{
    height:24px;
    bottom: 0px;
    margin-top:-5px;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
    background:#fff;
    z-index:9999;
  }
   #cssmenu>ul {
    padding-bottom:20px;
    border:1px solid #e3e3e3;
   }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu > ul > li > a {
    color:#123877;
    line-height:32px;
    padding-left:15px;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 8px 20px 8px 30px;
    font-size: 14px;
    color: #000000;
    background: none;
    text-align:left;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
    background:#fff;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 15px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 15px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 15px;
    display: block;
    width: 15px;
    height: 8px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 32px;
    width: 62px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 11px;
    left: 24px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 16px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}


.news,.research,.rcpy,.recruitment,.login,.team{
    margin-top:30px;
}
.news-top{
    height:43px;
    width:100%;
    margin-bottom:20px;
     border-bottom:1px solid #afafaf; 
}
.news-title{
    padding-right:10px;
    float:left;
    line-height: 38px;
    /* border-bottom: 1px solid #ff5a00; */
}
.search{
    position: absolute;
    z-index: 99999999999;
    top: 42px;
    right: 12px;
    background: #fff;
    padding:15px;
    margin-right: 18px;
    display: none;
}
.search input[type=text]{
    width: 150px;
    height: 28px;
    float: left;
    border:1px solid #d3d3d3;
}
.search input[type=submit]{
    background: #ff5a00;
    width: 50px;
    height: 28px;
    float: right;
    border: 0px;
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
}
@media(min-width:1440){
    .intro .col-md-4{
        padding-left: 0px;
    }
    .intro .col-md-8{
        padding-right: 0px;
    }
}

.intro .news-title,.intro .news-top{
    border-bottom: 0px;
}
.news-title .style01{
    color:#ff5a00;
    font-size:24px;
}
.news-title .style02{
    color:#cecece;
    font-size:26px;
    padding-left: 15px;
    display: inline-block;
}
.more{
    text-align:center;
    height:38px;
    line-height:38px;
    float:right;
}
.more a{
    color:#d1d1d1;
}
.detail{
    width:100%;
    text-align: right;
}
.detail a{
    background-color: #FF5A00;
    width: 120px;
    display: inline-block;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #fff;
    border-radius: 15px;
}
.intro-img img{
    width:100%;
}
.news .carouselTitle{
    position:relative;
    z-indent:99;
    top:-32px;
    background:rgba(255,90,0,0.8);
    height: 32px;
    line-height: 32px;
}
.news .carouselTitle a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display:block;
    color:#fff;
    padding-left:10px;
}
.news .carousel-indicators{
    position:absolute;
    bottom:60px;
    z-index:15;
    width:60%;
    padding-left:0;
    text-align:center;
    list-style:none
}
.item img{
    width: 100%;
}
.newsItem{
    line-height: 36px;
    font-size: 16px;
}
.newsItem em{
    color: #ff5a00;
    font-size: 16px;
}
.newsItem a:hover{
    color: #10317a;;
}
.newsItem .col-md-9,.newsItem .col-md-3{
    padding:0px;
}
.newsItem .col-md-9{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsItem .col-md-3{
    text-align: right;
}

.researchItem{
    background: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.news-img,.news-con{
    padding:0px;
}
.news-con{
    margin-top: -15px;
}
.news-img img{
    width: 100%;
}
.topNewsDate{
    text-align:center;
    padding:6px 0px;
    padding-top: 0px;
    margin-bottom: 9px;
}
.research .day,.research .month{
    color:#ff5a00;
    width: 60px;
    margin-left: 15px;
    
}
.research .month{
    border-bottom: 1px solid #ff5a00;
    margin-top: 25px;
    line-height: 28px;
}
.research .day{
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}
.research .col-lg-1,.research .col-lg-2{
    padding:0px;
}
.research .col-lg-1{
    width: 14%;
}
.research .col-lg-2{
    width: 20%;
}
.research .col-lg-9{
    width: 66%;
}
.research img{
    width:100%;
}
.research-title a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display:block;
    color: #ff5a00;
    line-height: 32px;
    font-size: 18px;
}
.research-con{
    color: #000000;
    line-height:26px;
    text-align: justify;
}
/*人才培养*/

.btn-img{
    position: relative;
}
.btn-img img{
    width: 100%;
}
.btn-title{
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: relative;
}
.btn-title a{
    position: relative;
    z-index: 99;
    width: 100%;
    display: block;
    color: #fff;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
}
.btn01 .btn-title a{
    background: rgba(255,90,0,0.6);
}
.btn02 .btn-title a{
    background: rgba(200,170,0,0.6);
}
.btn03 .btn-title a{
    background: rgba(0,144,255,0.6);
}
.btn04 .btn-title a{
    background: rgba(67,59,255,0.6);
}
.btn01 .btn-title a:hover{
    background: rgba(255,90,0,0.9);
}
.btn02 .btn-title a:hover{
    background: rgba(200,170,0,0.9);
}
.btn03 .btn-title a:hover{
    background: rgba(0,144,255,0.9);
}
.btn04 .btn-title a:hover{
    background: rgba(67,59,255,0.9);
}

/*招聘信息*/
.recruit-img img{
    width: 100%;
}
.recruitment .container-fluid{
    margin-top: 15px;
}
/*用户登录*/
.login{
    border:2px solid #ff5a00;
    background: #ffe3d4;
    padding:40px 20px;
}
.login-title{
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #ff5a00;
    margin-bottom: 35px;
}
.login-input{
    width: 100%;
    height: 50px;
    margin-top: 20px;
    background: #fff;
    border:1px dotted #ff5a00;
    border-radius: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
    padding:0px 15px;
    line-height: 50px;
}
.login-input i{
    color: #cecece;
}
.login-input input{
    display: inline-block;
    width: 250px;
    height: 44px;
    border: 0px;
    margin-left:10px;
    color: #6D6D6D;
}
.code-img,.code-input{
    float: left;
    margin-top: 20px;
}
.code-input{
    height: 50px;
    background: #fff;
    border:1px dotted #ff5a00;
    border-radius: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
    padding:0px 15px;
    line-height: 50px;
    width: 62%;
}
.code-input input{
    width: 100%;
    height: 44px;
    border: 0px;
    
}
.code-img{
    width: 38%;
    padding-left: 15px;
}
.code-img img{
    width: 100%;
}
.login-btn{
    width: 100%;
    height: 50px;
    margin-top: 20px;
    background: #ff5a00;
    border-radius: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
    padding:0px 15px;
    line-height: 50px;
    color: #fff;
}
.login-btn input[type=button]{
    width: 100%;
    background: none;
    border: 0px;
}
/*研究队伍*/
.slider2{
    width:100%;
    max-height:305px;
    overflow:hidden;    
}
.slide{
}
.slide .pic-title{
    padding:5px;
    float:left;
    text-align:left;
    line-height:28px;
    padding-left:10px;
    padding-right: 0px;
    height:64px;
    background:rgba(82,82,82,0.6);
    position:relative;
    z-index:9999;
    top:-64px;
    width:100%;
}
.zj-name{
    width:100%;
    text-align:center;
    color:#ff5a00;
    font-size:18px;
}
.zj-name a{
    color:#fff;
}
.zj-info{
    width:100%;
    text-align:center;
    color:#fff;
}


/*footer*/
.footer{
    width:100%;
    padding:20px 15px;
    color:#fff;
    background:url(../images/footer-bg.jpg) repeat;
}
.footer-logo,.link{
    border-right:1px solid #fff;
    min-height:180px;
}
.footer-logo img{
    width:100%;
    padding-top: 30px;
}
.footer-logo li{
    width:100%;
    float:left;
    line-height:32px;
}
.link-title,.partner-title{
    font-size:18px;
    color:#fcf300;
    line-height:42px;
    text-align:left;
}
.link li{
    width:50%;
    float:left;
    line-height:32px;
}
.link li a{
    color:#fff;
}
.partner li a{
    color:#fff;
    line-height:32px;
}
.copyright{
    background: #ce4900;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 42px;
}
@media(min-width:1200px){
    .news .newsItem .col-md-9{
        width:82%;
    }
    .news .newsItem .col-md-3{
        width:18%;
    }
}
@media(max-width:1199px){
    body{
        font-size:14px;
    }
    header .logo img{
        width:90%;
        padding-left:15px;
    }
    .main .container{
        margin-top: 0px;
    }
    .main>.container{
        width:100%;
        padding-left:20px;
        padding-right:20px;
    }
    .newsItem{
        font-size:14px;
    }
    .news .newsItem{
        line-height:30px;
    }
    .news .carouselTitle{
        top:0px;
        filter:Alpha(opacity=100);
        opacity:1;
    }
	.research .day{
		font-size:18px;
	}
    .research .day,.research .month{
        margin-left: 15px;
        width:40px;
    }
    .research .month{
        margin-top: 15px;
    }
    .research-title a{
        font-size:16px;
    }
    .news-con{
        margin-top: 15px;
    }
    .researchItem{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .login-input input{
        width: 200px;
    }
    .intro-con p{
        line-height:26px;
    }
    .login-input,.code-input,.login-btn{
        height:36px;
        line-height:36px;
    }
    .code-input input,.login-input input{
        height:32px;
    }
    .news-title .style01,.news-title .style02{
        font-size:18px;
    }
    .news-top{
        height:40px;
    }

}
@media(max-width:1023px){
    .footer-logo{
        border-right:0px;
        min-height:60px;
        margin-top:-30px;
        margin-bottom:30px;
    }
    .footer-logo img{
        width:60%;
    }
    .research .month{
        margin-top: 35px;
    }
    .research .day,.research .month{
        margin-left: 20px;
        width:60px;
    }
    .research-con{
        line-height:24px;
    }
    .login-title{
        margin-bottom:20px;
    }
    .login-input,.code-input{
        margin-top:15px;
    }
    .login-input input{
        width: 170px;
    }
    .login{
        padding:20px;
    }
    .btn-title{
        font-size:16px;
    }
    .login-title{
        font-size:18px;
    }
}
@media(max-width:767px){
    .research .month{
        margin-top: 5px;
    }
    .research .day,.research .month{
        margin-left: 10px;
        width:30px;
    }
    .btn01,.btn03{
        padding-right:5px;
    }
    .btn02,.btn04{
        padding-left:5px;
    }
    .slide .pic-title{
        height:48px;
        top:-48px;
        line-height:20px;
    }
    .zj-name{
        font-size:16px;
    }
    .link{
        border-right:0px;
    }
    header .logo img{
        width:70%;
    }
    .intro-con{
        margin-top:15px;
    }
    .intro-img{
        margin-top:-15px;
    }
}
@media(max-width:413px){
}
@media(max-width:374px){
    .newsItem .col-xs-9{
        width:74%;
    }
    .newsItem .col-xs-3{
        width:26%;
    }
    .researchItem .col-xs-2{
        width:15%;
    }
    .researchItem .col-xs-4{
        padding-right:5px;
        width:30%;
        padding-left:5px;
    }
    .researchItem .col-xs-6{
        padding-left:5px;
        width:55%;
        padding-right:5px;
    }

}

/*返回顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(54, 54, 54, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 脠莽鹿没脫脙禄搂录脤脨酶脧貌脧脗鹿枚露炉,脮芒赂枚掳麓脜楼碌脛脥赂脙梅露脠禄谩卤盲碌脙赂眉碌脥 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}