/*科研服务首页样式*/

/*格式化样式*/
html,body{ font-family:MicrosoftYaHei;font-size: 13px;}
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,button{margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal}
ol,ul,li {list-style:none}
/* caption,th {text-align:left}  */
h1,h2,h3,h4,h5,h6 bottoms{font-weight:normal}
q:before,q:after {content:''}
abbr,acronym { border:0}
a{text-decoration: none;}
img{max-width:100%;}
div{box-sizing:bor}
/* 重写样式 */
select{ appearance:none;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;background: url("img/select.png") no-repeat right center;}
select::-ms-expand {display: none;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none !important; }/* chrome */
input[type="number"]{-moz-appearance:textfield;}/* firefox */
#search{
    margin-right:10px;
}
#search.active path{
  fill:  #019ca1;
}
.search-list h2{
    margin-bottom:15px;
}
.search-list{
   position: fixed;
    left: 0;
    top: 100px;
    display: none;
    background: #019ca1;
    color: #fff;
    z-index: 1;
    right: 0;
    padding: 20px 0 30px;
}
.search-list .w_wboxs{
    position: relative;
}
.search-list .mask-ico{
    position: absolute;
    right:20px;
    top:-20px;
    color:#fff;
}
.search-list .mask-ico i{
    font-size:24px;
}
.search-list .mask-ico:hover{
    color:#fff;
}
.search-list .w_wboxs div{
    display: flex;
    align-content: center;
    width:100%;
    margin-top:20px;
}
.search-list.active{
    display: block;
}
.search-list input{
    flex:1;
    border:1px solid #fff;
    border-right:0 ;
    background: #019ca1;
    color:#fff;
    outline: 0;
    border-radius:5px 0 0 5px;
    height:43px;
    box-sizing: border-box;
    padding:5px 15px;
}
.search-list input:focus{
    border-color:#fff;
}
.search-list svg{
    width:20px;
    height:20px;
}
.search-list button{
   background: #fff;
   display: block;
   width:55px;
   height:43px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 0 5px 5px 0;
   padding:0;
   cursor: pointer;
   outline: 0;
    border: 1px solid #fff;
   
}
.w_wbox{
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}
.w_wbox_bio{
    width: 1300px;
    margin: 0 auto;
    padding: 10px;
}
.w_wboxs{
    width: 1300px;
    padding: 10px;
    margin: 0 auto;
}
.tops{
    width: 100%;
    height: 107px;
    position: fixed;
    top: -0px;
    border-bottom:2px solid #f0f0f0;
    z-index: 9999;
    background-color: #fff;
}
.index_tltle_text{
    height: 40px;text-align:center;padding:20px 20px;color:#f0f0f0;font-size:25px;margin: 0 auto;
}
.nulls{
    width: 100%;
    height: 108px;
}
.logo{
    height: 84px;
}

.layui-nav{
    height: 80px;
    background-color: #fff;
}
.layui-nav .layui-nav-item a{
    font-size: 22px;
    color: #333333;
    margin-top: 10px;
    padding:0 10px;
}
.layui-nav .layui-nav-item.active a{
    color: #019ca1;
}
.layui-nav .layui-nav-item a:hover{
    color: #019ca1;
}
.layui-nav-item{
    margin-left: 18px;
}
.nav-a a{
    float: right;
    width: 70px;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 20px;
    margin-top: 28px;
    font-size: 17px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
    background: #019ca1;
}

.nav-a a:hover{
    background: #C6E7E2;
    color: #1b1e21;

}
.title{
    height: 38px;
    font-size: 40px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    text-align: center;
    color: #343434;
    margin: 20px auto 0;
}
.titles{
    width: 481px;
    height: 28px;
    font-size: 20px;
    font-family: Cambria Math;
    font-weight: 400;
    color: #f0f0f0;
    font-size: 35px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
.science{
    background-color: #F4F9F6;
    width: 20%;
    float: left;
    box-shadow: 1px 4px 9px 0px rgba(9, 2, 4, 0.51);
    border-radius: 10px;
    margin-left: 4%;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
    line-height: 30px;
    text-overflow : ellipsis;
}
.science-img{
    width: 100%;
    height: 200px;
    border-radius:10px;
}


.scale :hover{
    transform:scale(1.1);
}
.science a:hover{
    color: #019ca1;
}

.science-btn{
    width: 150px;
    height: 30px;
    padding: 1px;
    background: #84CCC3;
    opacity: 0.68;
    margin: 0 auto;
    border-radius: 12px;
}
.science-btn a:hover{
    background: #84CCC3;
    color: #fff;
}
.bio{
        /*width: 80%;height: 500px;background: #F4F9F6;margin: 0 auto;*/
        /*margin-top: 30px;*/
    background-color: #F4F9F6;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
}
.bio_img{
    width: 700px;
    height: 500px;
    float: left;
}
.bio_img_text{
    width: 600px;
    height: 500px;
    float: left;
}
.bio-titles{
    width: 260px;
    height: 28px;
    font-size: 20px;
    font-family: Cambria Math;
    font-weight: 400;
    color: #f0f0f0;
    font-size: 35px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.btn-duo{
    display: inline-block;
    width: 224px;
    height: 48px;
    line-height: 50px;
    padding: 0 18px;
    background: #019ca1;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    border-radius: 5px;
    margin-top: 50px;
    font-size: 25px;
    border:1px solid #019ca1;
}
.btn-duo:hover{
    color: #019ca1;
    background: none;
}
.kaitai{
    width: 90%;
    height: 500px;
    border-radius: 5px;
}
.bio-info{
    width: 100%;
    /*text-align: center;*/
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
}
.serve{
    width: 90%;
    /*height: 100px;*/
    margin-bottom: 10px;
    /*background-color: red;*/
}.serve-right{
    width: 90%;
    height: 100px;
    float: right;
    /*background-color: red;*/
}
.serve-title{
    color: #019ca1;
    font-size: 20px;
    font-weight: normal;
    margin-left: 20px;
    float: left;
}

.serve-titlesa{
    color: #019ca1;
    font-size: 20px;
    font-weight: normal;
    margin-left: 20px;
    float: right;
}

.serve ul li{
    float: left;
    margin-left: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.serves ul li{
    float: right;
    margin-left: 10px;
    margin-right: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.serves a:hover{
    color: #019ca1;
}.serve a:hover{
    color: #019ca1;
}
.home-news{
     width: 100%;
    height: 40px;
    padding-top: 5px;
    margin-bottom: 10px;
    border-bottom:1px dashed #ccc;
    /*background-color: tan;*/
}
.news-l .imgbox{
    height:400px;overflow:hidden;
}
.news-l img{
     transition-duration: 0.5s;
	transition-timing-function: ease-in-out 2s;
}
.news-l .imgbox:hover img{
    transform: scale(1.1);
}
.news-l .info{
     border: 1px solid #dbdbdb;
    padding: 20px 30px;
    font-size: 20px;
    text-align: left;
}
.news-l .info .p2{
    font-size:14px;
    color:#666;
    margin-top:10px;
}
.latest{
    width:1300px;
    padding: 20px;
    margin: 0 auto;
}
.news ul li{
    float: left;
    width: 100%;
    height: 18px;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
    margin-right: 10px;
    padding-bottom: 10px;
}
.news a:hover{
    color: #019ca1;
}
.created{
    float: right;
    margin-right:4%;
}
.new-img{
    height: 436px;
    width: 95%;
    margin-left: 5%;
}
.news-titles{
    width: 220px;
    height: 28px;
    font-size: 20px;
    font-family: Cambria Math;
    font-weight: 400;
    color: #f0f0f0;
    font-size: 35px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bottom{
    background: #019ca1;
    padding-top:40px;
    overflow: hidden;
    font-size:14px;
}
.bottoms{
    width:100%;
    height: 30px;
    padding-top: 10px;
    padding-bottom:30px;
    background: #019ca1;
    color: #FFFFFF;
    font-size: 10px;
    
}
.bottoms a{
    color:#fff;
}
.bottom-box{
    width: 1300px;
    margin: 0 auto;
}
.bottom-ui{
    float: left;
    margin-left: 20px;
}
.bottom-uis{
    float: left;
     color: #FFFFFF;
     line-height: 30px;

 }
 .bottom-uis a{
     color:#fff;
     
    font-size:14px;
 }
 .bottom-uis a:hover{
     color:#fff;
     text-decoration: underline;
 }
 .botfx{
     display:flex;
     flex-wrap: wrap;
 }
 .botfx li{
     width:33.333%;
 }
.bottom-right{
    display: flex;
    justify-content: space-between;
}
.bottom-right div{
    text-align: center;
}
.bottom-right img{width:80px;margin:0 auto}
.bottom-right p{
    text-align: center;
    padding:10px;
    color:#fff;
}
.bottom-logo{
    height: 70px;
}
.serve_content{
    width: 100%;
    /*background-color: #f9f9f9;*/
}

.layui-nav-child {
    /* display: none; */
    position: fixed;
    left: 0px;
    top: 80px;
    /* min-width: 100%; */
    line-height: 30px;
    /* padding: 5px 0; */
    /* box-shadow: 0 2px 4px rgba(0,0,0,.12); */
    border: 1px solid #d2d2d2;
    border-top:0;
    background-color: rgba(255,255,255,0.98);
    z-index: 100;
    border-radius: 2px;
    /* white-space: nowrap; */
    width: 100%;
    /* margin-left: -50%; */
}
.layui-nav-child .line{
    height:1px;
    background: #dbdbdb;
    margin-top:10px;
}
.nav-tab{
    display:flex;
    flex-wrap: wrap;
}
.nav-tab ul{
    padding:0 10px 10px;
}
.nav-tab .tabix{
    padding:10px 15px;
    position: relative;
}
.nav-tab .tabix h2{
    color:#666;
}
.nav-tab .tabix1{
    width:420px;
}
.nav-tab .tabix4{
    width:820px;
}
.nav-tab .tabix:hover{
    background:#dbdbdb;
    cursor:pointer;
}
.nav-tab .tabix:hover > h2{
    color: #019ca1;
}
.layui-nav .layui-nav-child a.typeurl:hover{
    background:none;
}
.nav-tab .tabs-cont {
    position: absolute;
    left:50%;
    top:60px;
    transform: translateX(-50%);
    display: none;
    background: #fff;
    border:1px solid #00bcd4;
    box-shadow: 0 0 6px #00bcd4;
    padding:0px;
    z-index:2;
}
.nav-tab .tabs-cont2 {
    position: absolute;
    left:100%;
    top:0px;
    display: none;
    background: #fff;
    border:1px solid #00bcd4;
    box-shadow: 0 0 6px #00bcd4;
    padding:0px;
    z-index:3;
}
.nav-tab .tabs-cont a,.nav-tab .tabs-cont2 a{
    font-size:14px;
}
.tabs-cont::after {
content: "";
position: absolute;
top: -20px;
left: 50%;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid #00bcd4;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
transform: translateX(-50%);
}
.service{
    width: 1300px;
    padding-top: 20px;
    margin: 0 auto;
    padding-bottom:50px;
}

.service-a{
    display: inline-block;
    width: 224px;
    height: 48px;
    line-height: 50px;
    padding: 0 18px;
    background: #019ca1;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-top: 50px;
    font-size: 25px;
}
.service_left{
    width: 600px;
    float: left;
    margin-right: 20px;
    /*background-color: red;*/
}
.service_right{
    width: 600px;
    float: left;
    margin-left: 20px;
    /*background-color: tan;*/
}
.text-center{
    text-align: center;
}
.home-cont{
    display: flex;
    justify-content: space-between;
}
.home-cont .item{
    width:420px;
    margin-right:20px;
    height:620px;
    box-shadow: 0 0 3px #dbdbdb;
    border-radius:10px;
    overflow:hidden;
}
.home-cont .item .list{
    padding:20px;
}
.home-cont .item .list a{
    display: flex;
    padding:10px;
    font-size:16px;
    justify-content: space-between;
}
.home-cont .item .list a:hover{
    background:#019ca1;
    color:#fff;
}
.title-box{
    position: relative;
}
.title-box img{
     transition-duration: 0.5s;
	transition-timing-function: ease-in-out 2s;
}
.title-box p{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size:30px;
    color:#fff;
    transform: translate(-50%,-50%);
}
.title-box:hover img{
    transform: scale(1.1);
}
.home-cont .item:nth-child(3n){
    margin-right:0;
}
.home-about{
    overflow: hidden;
}
.home-about img{
    width:630px;
    height:500px;
    float:left;
}
.home-about .des{
    width: 600px;
    float:right;
    font-size:20px;
}
.home-about .des p{
    margin-bottom:20px;
}
/* 行距 begin*/
.blank{height:10px;line-height:10px;clear:both;font-size:0}
.blank-small{height:20px;line-height:20px;clear:both;font-size:0}
.blank-middle{height:30px;line-height:30px;clear:both;font-size:0}
.blank-big{height:50px;line-height:50px;clear:both;font-size:0}
.blank-large{height:80px;line-height:80px;clear:both;font-size:0}
/* 行距 end*/
/*分页 begin*/
.pagination li {margin:0 5px;font-size:14px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:12px 16px;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#019ca1;color:#fff;border:1px solid #019ca1;}
/*分页 end*/