@charset "utf-8";
/* Css Document */

.yyf-top{
   background: url(../images/fot-topborder.png) no-repeat center top / 100% auto;
}
.yft-left,.yft-mid{
   float: left;
}
.yft-left{
   padding: 66px 0 76px;
   width: 290px;
   height: 110px;
   margin-right: 80px;
}
.yft-left img{
   display: block;
   width: 100%;
   height: 100%;
}
.yft-mid{
   width: 630px;
   padding-top: 42px;
}
.yft-mid-left{
   float: left;
}
.yft-ml-ul{
   float: left;
   width: auto;
}
.yft-ml-ul1{
   margin-right: 75px;
}
.yft-ml-li{
   height: 42px;
   line-height: 42px;
}
.yft-ml-li a{
   font-size: 16px;
   color: #333;
   display: block;
   transition: .5s;
}
.yft-ml-li:hover a{
   transform: translateX(10px);
}

.yft-mid-right{
   float: right;
   width: 218px;
}
.yft-mr-select{
   padding-top: 14px;
   position: relative;
}
.yft-mrs-title{
   width: 216px;
   height: 36px;
   line-height: 36px;
   border: 1px solid rgba(0,0,0,.14);
   text-indent: 20px;
   border-radius: 3px;
   background: url(../images/jt-bot.png) no-repeat 187px center;
   font-size: 14px;
   color: #666;
}
.yft-mrs-cont{
   width: 196px;
   height: 200px;
   overflow-y: scroll;
   padding: 5px 10px;
   background: #fff;
   position: absolute;
   top: -196px;
   left: 0;
   display: none;
}
.yft-mrs-cont p{
   line-height: 2;
   font-size: 12px;
}
.yft-mrs-cont p a{
   color: #999;
}
.yft-mrs-cont p:hover{
   background: #ddd;
}
.yft-mr-select:hover .yft-mrs-cont{
   display: block;
}

.yft-right{
   float: right;
   width: 114px;
   padding: 41px 0 0;
}
.yft-right-text{
   width: 100%;
   height: 42px;
   line-height: 42px;
   text-align: center;
   font-size: 14px;
   color: #666;
}
.yft-right-image{
   width: 113px;
   height: 113px;
   border: 1px solid rgba(0,0,0,.1);
}
.yft-right-image img{
   display: block;
   width: 100%;
   height: 100%;
}
.yyf-bot{
   background: #104ca6;
}
.yfb-left{
   float: left;
   padding: 34px 0;
   width: 195px;
   height: 42px;
}
.yfb-left img{
   display: block;
   /*width: 100%;
   height: 100%;*/
}
.yfb-right{
   float: right;
   padding-top: 37px;
   line-height: 22px;
   font-size: 16px;
   color: #629aee;
}
.yfb-right p{
   text-align: right;
}
.yfb-right a{
   color: #629aee;
}