.head{
    width: 100%;
    height: 100px;
    background-color: #FFF;
    
}
.head .top{
    width:1200px;
    height:100px;
    margin: 0 auto;
}
.head .top .logo{width:80%; float:left;}
.head .top .sub{width:18%; float:left;}
.head .top .logo img{
    height:80px;
    width:auto;
    padding-left:100px;
    padding-top:10px;
}

.wb-searchb{
margin-top: 30px;
float:left;
padding: 0px 0px 0px 20px;
width: 150px;
height: 35px;
font-size: 14px;
border: 1px solid #ccc;
border-radius: 5px 0px 0px 5px;
background: #f1f1f1;
transition: width .1s;
-moz-transition: width .1s;
-webkit-transition: width .1s;
-o-transition: width .1s;
}

.wb-searcha{
margin-top: 30px;
float: left;
z-index: 99;
width: 40px;
height: 38px !important;
line-height: 35px !important;
padding: 0 !important;
color: #ffffff !important;
text-align: center;
border: none;
background-color: #005d6c;

border-radius: 0 5px 5px 0px;
}
.navbg{
    height:40px;
    width: 100%;
    background-color:#005d6c;
    border-top: 1px solid #FFFFFF;
}
.navbg .nav{
    width:1200px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: left;
    padding-left: 200px;
}
.navbg .nav li{ 
   width:auto;
   padding-left:5px;
   padding-right:5px;
    float:left; 
    margin-right:15px; 
    text-align: center;

}
.navbg .nav li a{color:#FFFFFF; font-size:16px;}
.navbg .nav li:hover{background-color:#058296; height:38px;}

/*广告画*/
    .swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .swiper-slide img{
        width: 100%;
    }

/*新闻中心*/
.tits{
    width:1200px; 
    margin:0 auto;
    overflow:hidden;
    margin-top: 10px;
    margin-bottom: 10px;
   height: 40px;
   

}
.morea{
    float:right;
    font-size: 13px;
    color: #FFF;
    line-height: 40px;
    padding-right: 30px;
    
}
.morea:hover{
     color: #005d6c;
}
.more{
    float:right;
    font-size: 13px;
    color: #005d6c;
    line-height: 40px;
    padding-right: 30px;
    
}
.more:hover{
     color: #005d6c;
}
.tits .titsl{
    width:1200px; 
    float: left;
    padding-left:15px;
    overflow:hidden;
    line-height: 40px;
   height: 40px;
   background-color: #005d6c;
   color: #FFF;
   font-size: 16px;
   font-weight: bold;
}
.tits .titsr{
    line-height: 40px;
    color: #FFF;
    padding-left:15px;
    margin-left: 30px;
    width:330px; 
    float: left;
    overflow:hidden;
   height: 40px;
   font-weight: bold;
   background-color: #005d6c;
}



.newscon{
    width: 1200px;
    margin: 0 auto;
    overflow:hidden;
}
.newscon .newsconl{width: 340px; float:left;}
.newscon .newsconl h3{
    height: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 12px 0px 0px 10px;
    color: #005d6c;
}
.newscon .newsconl li{
    overflow: hidden;
    padding-left: 15px;
    background: url(../images/ico_1.jpg) 0 center no-repeat;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: list-item;
    text-align: -webkit-match-parent;
    color: #005d6c;
}
.newscon .newsconl li a{
     color: #005d6c;
}


.newscon .newsconr{width: 1200px; float:left; 

    
}
.newscon .newsconr ul{
     border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;
} 
.newscon .newsconr li{
    overflow:hidden;
    float: left;
    width:1200px;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 13px;
    line-height: 24px;
    color: #000;
border-bottom:1px #ddd solid ;
    margin-top: 10px;
    padding-bottom: 5px;
}
.newscon .newsconr li img{width:120px; height:90px;float:left;}
.newscon .newsconr li .dec{width:1150px; float:left; overflow:hidden;padding-left:10px;}
.newscon .newsconr li .dec p{width:1150px; line-height: 24px;font-size: 15px; font-weight:bold;}
.newscon .newsconr li span{width:1150px;float:left;}
.newscon .newsconr li .dec p a{color: #005d6c;line-height: 24px;font-size: 15px;}
.newscon .newsconr li .dec a{color: #005d6c;}
/*科研教育*/
.mai{background-color: #FFFFFF; width:100%;overflow:hidden; padding-top: 5px;}
.mai .cont{
    margin: 0 auto;
    width: 1200px;
    background-color: #FFFFFF;

}
.mai .cont .tit{
   padding-left: 25px;
   padding-top: 10px;
    margin: 0 auto;
    width: 1200px;
    height: 40px;
    font-weight: bold;
    font-size: 20px;
    color: #425269;
    line-height: 40px;
    text-align: left;
}
.mai .cont .tit .line{

bottom: -1px;
left: 0;
display: block;
overflow: hidden;
width: 80px;
height: 2px;
background: #005d6c;
}

.mai .cont ul{width:1200px; margin:0 auto;overflow: hidden; margin-top:20px;}
.mai .cont ul li{
    width:280px;
    float:left;
    padding: 10px;
    overflow: hidden;
    height: 140px;
    

}
.mai .cont ul li img{width:280px; height:180px;}
.mai .cont ul li .dec{
    background: #f7f7f7;

    height:150px;
    padding: 10px;

    
}

.mai .cont ul li .dec h3{
    line-height: 24px;
    text-align: left;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 10px;
    color: #005d6c;
    font-family: "Helvetica Neue", Helvetica, Arial, SimHei;
    

}
.mai .cont ul li .dec em{
    font-style: normal;
    display: inline-block;
    height: 18px;
    background: #005d6c;
    line-height: 18px;
    color: #fff;
    font-size: 14px;
    padding: 1px 8px;
}
.mai .cont ul li .dec i{
    display: inline-block;
    font-size: 14px;
    color: #ff4939;
    margin-right: 6px;
    content: "\f0da";
}
.mai .cont ul li .dec span{
    color: #005d6c;
    line-height: 22px;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    padding: 10px;

}
/*4大类*/
.mai .cont4{
    margin: 0 auto;
    width: 1200px;
    background-color: #FFFFFF; 
     overflow: hidden;
     padding:0px 20px 20px 20px;

}  
.mai .cont4 .cn{
    overflow: hidden;
    width: 380px;
    float:left;
    margin: 5px;
    background-color: #FFFFFF; 
} 
.mai .cont4 .cn h3{
    color: #005d6c;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    
}
.mai .cont4 .cn li{
     height: 45px;
    line-height: 45px;
    width: 375px;
    float: left;
    overflow: hidden;
    border-bottom: 1px solid #e8e7ed;
    
}
.mai .cont4 .cn li a{color: #000; padding-left:10px; width: 240px;}
.mai .cont4 .cn li i{
    font-style: normal;
    background: #000;
    margin-top: 15px;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    float: left;
    
}

/*关于我们*/
.index_title{
    width: 1200px;
    margin: 0 auto;
    line-height: 40px;
    padding: 20px 0;
    font-size: 20px;
    color:#425269;
    font-weight: bold;
    padding-left: 25px;
    padding-top: 10px;
    height: 40px;
    font-weight: bold;
    text-align: left;
}


.index_title .line{

bottom: -1px;
left: 0;
display: block;
overflow: hidden;
width: 80px;
height: 2px;
background: #005d6c;
}



.index_title p{
    font-size: 20px;
    font-weight: bold;
    color: #005d6c;
    display: inline-block;
    
}
.index_about{width:1200px; margin:0 auto; background: #f7f7f7;margin-top: 25px; margin-bottom:25px;height: 385px;

}
.index_about .aboutl{width:275px; float:left;
    padding-left: 10px;
    position: relative;
    padding-right: 10px;
    display: block;
}
.index_about .aboutl img{ 
    width: 300px;
    height: 370px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: -25px;
    vertical-align: middle; 
    display: block;
    margin-right: auto;
    margin-left: auto;}
.index_about .aboutr{
width:750px;
float:left;
padding-left: 20px;
padding: 60px 60px 10px 60px;}
.index_about .aboutr .tit{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 22px;
    font-family: "Helvetica Neue", Helvetica, Arial, SimHei;
    color: #005d6c;
}
.index_about .aboutr .p{
    font-size: 16px;
    padding: 20px 0;
    padding-top: 10px;
    line-height: 2;
    font-family: "Helvetica Neue", Helvetica, Arial, SimHei;
    color: #000;
}
.index_about .aboutr a{
    background: #005d6c;
    color: #fff;
    display: inline-block;
    padding: 8px 25px;
    font-size: 15px;
    text-decoration: none;
}
/*友情连接*/
.links{ background-color: #f7f7f7;}
.link{
    height: 56px;
    line-height: 56px;
    color: #666666;
    font-size: 16px;
    width: 1200px;
    margin: 0 auto;
   
}
.link img{
    display: inline-block;
    vertical-align: middle;
}
.link a{
    height: 27px;
    line-height: 27px;
    text-indent: 3em;
    color: #666666;
    font-size: 16px;
    margin-left: 15px;
}
.link a:hover{
    color:#005d6c;
}
/*footer*/
.footer{ 

    width:100%;
    height: 170px;
    background-color: #f7f7f7;
}
.footer .foota{
    height: 40px;
    width: 100%;
    background-color:#005d6c;
}
.footer .foota p{
    width:1200px; 
    margin:0 auto;
    height: 40px;
    text-align: center;
    color:#fff;
}
.footer .foota p a{
    color:#fff;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
}



.footer .foota ul li .span{

    width: 1px;
    color: #FFF;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    
}
.footer .footb{
    width: 1200px;
    height: 130px;
    margin: 0 auto;
    
}
.footer .footb .left{
    float: left;
    width:400px;
    height:70px;
    margin-top: 30px;
    padding-right: 30px;
    border-right: 1px solid #dedede;
  
}
.footer .footb .left img{
    float:right;
    
}
.footer .footb .right{
    margin-top: 30px;
    padding-left: 10px;
    width:755px;
    float:right;
  
}
.footer .footb .right p{
    padding-left: 20px;
    font-size: 12px;
    color: #666;
    line-height: 24px;

}
/*新闻列表*/
.pages{
    width: 1200px;
    margin: 0 auto;
     overflow: hidden;
    
}

.pages .main{
    margin-top: 10px;
    float: left;
    width: 64%;
    background-color:#FFF;
    padding-left: 2%;
    padding-right: 2%;
}
.pages  .pos{
    padding-top: 5px;
    width: 98%;
    height: 30px;
    text-align: right;
    color:#005d6c ;
    line-height: 30px;


}
.pages  .pos  a{color:#005d6c;}

.pages .main .hmtitle{

    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    position: relative;

    height: 25px;
}

.pages .main .hmtitle:after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    transform: rotate(45deg);
    position: absolute;
    left: 2em;
    bottom: -6px;
    background-color: #fff;
    z-index: 2;
}
.pages .main .hmtitle .title{
    font-size: 20px;
    font-weight: bold;
    color: #005d6c;
    float: left;
}
.pages .main li{
    width: 100%;
    float: left;
    height:150px;
    overflow: hidden;
    border-bottom: 1px dashed #eee;
    padding-bottom: 2%;
}
.pages .main li img{
    width: 25%;
    float: left;
    margin-top: 3%;
    margin-right: 3%;
    margin-left: 2%;
}
.pages .main li .tit{
    margin-top: 2%;
     width: 98%;
     float: right;
     font-weight: normal;
    font-size: 24px;
    line-height: 1.35em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
   
}
.pages .main li .tit a{ color: #005d6c;}

.pages .main li .data{
         width: 98%;
     float: right;
        font-size: 12px;
    display: block;
    color: #888;
    margin-bottom: 5px;
}
.pages .main li .data i{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../images/glyphicons-halflings.png);

    background-repeat: no-repeat;
    margin-top:1px;
    color: #999999;
    opacity: 0.40;
}

.icon-time {
    background-position: -48px -24px;}
    
.icon-eye-open {
    background-position: -96px -120px;
    margin-left: 20px;
    
}
.pages .main li .doc{
         width: 98%;
     float: right;
    font-size: 14px;
    line-height: 1.75em;
    height: 7em;
    overflow: hidden;
    color: #555;
    word-break: break-all;
}


.pages .mainr{
    float: left;
    width: 28%;
    padding-left: 2%;
}
.pages .mainr .widget {
    margin-top: 10px;
    clear: both;
    margin-bottom: 15px;
    background-color: #fff;
}
.d_textbanner a.style01 {
    color: #428BCA;
    line-height: 1.2;
}
.d_textbanner a {
    display: block;
    padding: 0 15px 15px;
    border: 1px solid #fff;
}

.d_textbanner a strong{
    margin: -1px 0 0 -16px;
    display: inline-block;
    padding: 3px 15px 4px;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    
}
.d_textbanner a.style01 strong {
    background-color: #005d6c;
}
.d_textbanner a.style01:hover{border-color: #005d6c;color: #357EBD;}
.d_textbanner a h2 {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 0;
    color:#005d6c ;
    line-height: 1.5;
}
.d_textbanner a p {
    margin-top: 10px;
    color:#555;
    margin-bottom: 0;
    font-size: 14px;
    text-align: justify;
    line-height: 1.5;
}
.widget h3 {
    margin-top: -20px;
    display: inline-block;
    padding: 3px 15px 4px;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    background-color: #005d6c;
    
}
.widget_recent_entries li{
    border-bottom: solid 1px #eee;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 20px;
}
.widget_recent_entries li a:hover{color:#005d6c ;}

.pages .pagination{
     overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.pages .pagination .pag{
    padding-top: 40px;
    padding-bottom: 40px;
    width:68%;
    background-color: #fff;
    float: left;
    text-align: center;

}

.pages .pagination .pag a{
    margin: 0 1px;

    padding: 4px 12px 3px;
    line-height: 20px;
    text-decoration: none;
    background-color: #eee;
    color: #666;
}
/*详情页*/
.article-title {
    margin-top: 0;
    font-size: 26px;
    line-height: 36px;
    color: #454545;
    font-family: 'Microsoft Yahei';
    font-weight: 500;
}
.article-header {
    margin-bottom: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #F3F5F7;
    text-align: center;
    margin: .67em 0;
}
.pages .article-meta {
    font-size: 12px;
    color: #999;
}
.pages .main .article-header .data{
     width: 100%;
     margin: 0 auto;
     font-size: 12px;
    display: block;
    color: #888;
    margin-bottom: 5px;
    margin-top: 10px;
}
.pages .main .article-header .data i{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../images/glyphicons-halflings.png);

    background-repeat: no-repeat;
    margin-top:1px;
    color: #999999;
    opacity: 0.40;
}
/*关于我们*/
.toa{width: 100%;
    background: #fafafa;
border-bottom: 1px solid rgba(0,0,0,0.07);
}

.toa .tops{
    width: 1200px;
    height: 65px;
    margin: 0 auto;
line-height: 62px;
text-align: right;
font-size: 12px;
color: #999;
 font-family: 'Microsoft Yahei';
}
.toa .tops a{color: #999; font-family: 'Microsoft Yahei';}
.toa .tops ul{
    padding-left: 30px;
    width:1200px;
    margin: 0 auto;
}
.toa .tops ul li{
float: left;
font-size: 16px;
position: relative;
    
}
.toa .tops ul li a{
font-family: 'Microsoft Yahei';
font-size: 16px;
color: #005d6c;
background-color: transparent;
padding: 0 18px;
display: inline-block;
}
.toa .tops li a:hover{
     font-family: 'Microsoft Yahei';
        border-bottom: 2px solid #005d6c;
    color: #005d6c;
}
.active{ border-bottom: 2px solid #005d6c;
    color: #005d6c;}

.abt{
    width: 1200px;
    margin: 0 auto;
    overflow:hidden;
}
.abt .com{ padding:30px;
    margin-bottom: 20px;
}
.pages .main-left{
   width:800px;
   height: auto;

   float:left;
display: inline-block;
    
}


