@charset "utf-8";
/* Css Document */

/* logo */
.yyh-logo{
   float: left;
   padding: 23px 0;
}
.yyh-logo img{
   display: block;
   width: 100%;
   height: 100%;
}
.yyh-text{
   float: right;
   padding: 28px 0 0;
   width: 460px;
}
.yy-tileft{
   width: 175px;
margin-top:15px;
}
.yyh-text-top{
   line-height: 21px;
   font-size: 14px;
   margin-bottom: 7px;
}
.yyh-text-top a{
   color: #888;
}
.yyh-text-top a:hover{
   color: #104ca6;
}
.yyh-text-top p{
   float: left;
}
.yyh-text-top span{
   float: right;
   display: block;
}
/* 有研集团网站群 */
.yyh-text-bot{
display:none;
   position: relative;
}
.yyh-text-bot>p{
   float: right;
   padding-left: 25px;
   padding-bottom: 10px;
   background: url(../images/icon-earch.png) no-repeat left top / 18px;
background-image:url(../images/icon-earch.png);
background-repeat:no-repeat;
background-position:left top;
background-size:18px;
   line-height: 18px;
   font-size: 14px;
   color: #888;
   cursor: pointer;
}
.wzq-active>p{
   color: #104ca6;
   background: url(../images/icon-blue-earch.png) no-repeat left top / 18px;
background-image:url(../images/icon-blue-earch.png);
background-repeat:no-repeat;
background-position:left top;
background-size:18px;
}
.ytb-content{
   padding: 30px;
   width: 560px;
   background: #fff;
   border-radius: 5px;
   position: absolute;
   top: 25px;
   left: -100%;
   z-index: 5;
   display: none;
}
.ytb-content a{
   color: #666;
}
.ytb-title{
   height: 50px;
   line-height: 50px;
   text-align: center;
   font-size: 18px;
   font-weight: bold;
}
.ytb-li{
   float: left;
   width: 48%;
   padding-left: 2%;
   height: 30px;
   line-height: 30px;
   font-size: 14px;
   position: relative;
}
.ytb-li:before{
   content: "";
   display: block;
   width: 5px;
   height: 9px;
   background: url(../images/icon-yywzq-jt.png) no-repeat center center / 100% 100%;
background-image:url(../images/icon-yywzq-jt.png);
background-repeat:no-repeat;
background-position:center center;
background-size:100% 100%;
   margin: auto 0;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
}
.ytb-li:hover a{
   text-decoration: underline;
}

/* 搜索 */
.yy-tiright{
   width: 266px;
   position: relative;
}
.yy-tiright #txtSearch{
   width: 264px;
   height: 44px;
   line-height: 44px;
   text-indent: 11px;
   font-size: 14px;
   color: #666;
border: 1px solid #b5c2cc;
   border: 1px solid rgba(0,0,0,.2);
}
.yy-tiright label{
   display: block;
   width: 16px;
   height: 16px;
   overflow: hidden;
   background: url(../images/icon-search.png) no-repeat center center / cover;
background-image:url(../images/icon-search.png);
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
   text-indent: -1000px;
   margin: auto 0;
   position: absolute;
   top: 0;
   right: 11px;
   bottom: 0;
}