.clear_tjj {
    clear: both;
}
#bdsugContent {
    display: none;
    width: 364px;
    max-height: 169px;
    overflow-y: auto;
    padding: 10px 0px 10px 10px;
    border: 1px solid #ed4248;
    border-top: 0px;
    position: absolute;
    z-index: 99999;
    background-color: #ffff;
    background: #fff;
    top: 76px;
    left: 442px
}

.ky-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}
.zhibotitle_a_middle{
    font-size: 20px;
    flex: 1;
    text-align: left;
}
.zhibotitle_a_right {
    font-size: 14px;
    text-align: right;
    cursor: pointer;
}
.lefttop_img {
    margin-right: 15px;
}
.home-mask{
    position:fixed;
    left:0; 
	right:0; 
	bottom:0; 
	top:0; 
    background: rgba(34,34,34,0.30);
    z-index: 99999999;
    overflow-y: hidden;
    display: none;
}
.sign{
    width: 420px;
    height: 450px;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.modal-center{
    width: 100%;
    height: 100%;
    /* background: pink; */
    margin: 0 auto;
}
.close{
    width: 420px;
    height: 33px;
    margin: 10px 10px 0 377px;
}
.close:hover{
    cursor: pointer;
}
.login{
    /* width: 420px; */
    /* height: 66px; */
    font-size: 18px;
}
.login p{
    cursor: pointer;
}
.login-current {
    color: #FA5151;
}
.login p:hover{
    cursor: pointer;
    color: #FA5151;
}
.dx{
    float: left;
    margin: 17px 0 0 69px;
}
.mm{
    float: left;
    margin-top: -23px;
    margin-left: 279px;
}
.login-public{
    width: 420px;
    height: 342px;
}
.login-centent {
    display: none;
}
.input-wrap {
    padding: 0 40px;
    margin-bottom: 20px;
}
.input-wrap:nth-child(2) {
    margin-bottom: 0;
}
.yzm{
    width: 220px;
    height: 48px;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 10px;
    border: 1px solid #CCCCCC;
}
.get-code{
    display: inline-block;
    width:98px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #ED4248;
}
.wz input{
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 1px solid #CCCCCC;
}
.wz{
    width: 420px;
    height: 70px;
}
.wz input{
    float: left;
    margin: 43px 0 0 50px;
}
.wz p{
    /* display: inline-block; */
    float: left;
    margin-top:43px;
}
.zd{
    margin: 0 177px 0 7px;
}
.login-but{
    width: 420px;
    height: 50px;
}
.login-buton{
    width: 320px;
    height: 50px;
    margin-left: 50px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    background: #ED4248;
}
.text p{
    margin: 20px 0 0 147px;
    font-size: 14px;
    display: inline-block;
}
.text a{
    font-size: 14px;
    color: #ED4248;
}

.set-cursoe {
    cursor: pointer;
}
.error-info {
    color: red;
    display: none;
}
/*  */
.home-item{
    width: 100%;
    height: auto;
    /* background: pink; */
    clear: both;
}
.home-box{ 
    box-shadow: 0 0px 10px inset rgba(0,0,0,0.06);
    width:100%;
    height: auto;
    margin: 0 auto;
    background-color: #FFFFFF;
}
.modal-top{
    width: 100%;
    /* height: 200px; */
    /* position: fixed; */
    top: 0;
    background: #FFFFFF;
    /* box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.06); */
}
.fixDiv{
    position:fixed;
    top:0;
    left:0;
 }
.modal-center{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.modal-item{
    width: 100%;
    /* height: 150px; */
    margin: 0 auto;
}
.modal-nav{
    width: 100%;
    height: 50px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.06);
    margin: 0 auto;
    background: #fff;
    z-index: 999999;
}
.modal-nav li{
    text-align: center;
    font-size: 16px;
    margin-top: 13px;
    padding-bottom: 12px;
    cursor: pointer;
}
.modal-nav li a{
    color: #333333;
}
.tab-nav{
    width: 1220px;
    margin: 0 auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.tab-nav-one a{
    color: #ED4248;
}
.banner{
    width: 100%;
    height: 410px;
    /* margin-top: 210px; */
}
.banner-box{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.banner-left{
    width: 824px;
    height: 450px;
    float: left;
    margin-top: 30px;
}
.banner-left img{
    width: 100%;
    /* margin-top: 38px; */
}
.banner-left .swiper-slide a{
    display: block;
    width: 751px;
    height: 458px;
}
.swiper-slide-active{
    /* transform: translate3d(0px, 0px, 250px) rotateX(0deg) rotateY(0deg)!important; */
    transform: translate3d(35px, 0px, 0) rotateX(0deg) rotateY(0deg)!important;
}

.swiper-slide-visible img{
    opacity: .8;
}

.swiper-slide-active img{
    opacity: 1!important;
}
.contenter{
    width: 100%;
    height: auto;
    display: block;
}
.ky-public{
    display: none;
}
/*  */
.mask-layer {
    width: 380px;
    height: 380px;
    background: #333;
    left: 0;
    top: 0;
    opacity: 0.4;
    position: absolute;
    display: block;
}
.mask-layer-con{
    width: 380px;
    height: 380px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
}
.mask-layer-con p{
    z-index: 200;
    color: #fff;
}
.mask-layer-con p{
    font-size: 22px;
}
.mask-one{
    margin-top: 150px;
}
.mask-two{
    margin-bottom: 150px;
}
/*  */
#fe{
    border: 1px solid #FFA001;
}
#fe a{
    color:#FFA001;
}
.content-right{
    width: 350px;
    height:380px;
    float: left;
    margin: 30px 0 0 24px;
    box-shadow: 0 2px 12px 0 rgba(174,174,174,0.50);
}
.contentItemTop{
    height: 56px;
}
.contentItemTop p{
    float: left;
    font-size: 20px;
    font-family: FZHZGBJW--GB1-0;
    color: #ED4248;
    margin: 20px 0 0 135px;
}
.contentItemTop img{
    width: 64px;
    height: 56px;
    display: block;
    float: right;
    margin-right: 20px;
}
.contentItemCenter{
    width: 350px;
    height: 40px;
    background: #FFF6F6;
}
.contentItemCenter p{
    float: left;
    line-height: 40px;
}
.contentItemCenter li{
    float: left;
    cursor: pointer;
    line-height: 40px;
    font-size: 14px;
}
.contentItemCenter .month{
    margin: 0 10px 0 20px;
    font-size: 22px;
    color: #ED4248;
}
.contentItemCenter .week{
    margin: 0 24px 0 0;
}
.week-no{
    color: #ED4248;
    border-bottom:2px solid #ED4248;
}
.contentItemBottom{
    width:350px;
    height: 225px;
    float:left;
    display: none;
}
.selected{
    display: block;
}
.contentItemBottom p {
    font-size: 14px;
    height: 14px;
    margin-bottom: 26px;
    transition: all 2s linear 0s;

}
.contentItemBottom p:nth-last-child(1) {
    margin-bottom: 0px;
}
.contentItemBottom .month-con{
    margin:0 10px 0 18px;
    width: 32px;
    color: #333333;
    line-height: 14px;
    display: block;
    float: left;
}
.contentItemBottom .paragraph{
    /* margin-right: 16px; */
    width: 180px;
    color: #585858;
    line-height: 14px;
    float: left;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.contentItemBottom .paragraph a{
    color: #585858;
}
.contentItemBottom .order{
    display: block;
    width: 50px;
    height: 22px;
    float: right;
    border: 1px solid #ED4248;
    border-radius: 11px;
    /* margin: -20px 0 16px 0; */
    margin-top: -6px;
    /* margin-right: 10px; */
}
.contentItemBottom .order:hover{
    background: #ED4248;
}
.contentItemBottom .order a:hover{
    color:#fff;
}
.contentItemBottom .order a{
    font-size: 12px;
    color: #ED4248;
    text-align: center;
    line-height: 22px;
    display: block;
}
.letter-banner{
    width: 100%;
    height: 107px;
}
.letter-box{
    width: 1220px;
    margin: 0 auto;
}
.letter-banner .zx-item{
    width: 130px;
    font-size: 20px;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: #FA5151;
    margin-top: 50px;
    border-radius: 0 20px 0 20px; 
}
.letter-banner .line{
    width: 900px;
    height: 35px;
    overflow: hidden;
    display: inline-block;
    vertical-align:bottom;
    background: #fff;
}
.xm{
    font-size: 19px;
    color: #ED4248;     
}
.bm{
    font-size: 19px;
    color: #585858;
}
.xdg{
    font-size: 19px;
    color: #E4681B;
}
.letter-banner .line li{
    height:30px;
    text-indent:15px; 
    font-size:12px; 
    line-height:30px;
    list-style:none;
}
.project{
    width: 100%;
    height: 93px;
    background: #F5F5F5;
}
.ky-item{
    width: 1212px;
    height: 100%;
    margin: 0 auto;
}
.kt-item .tb-icon{
    width: 28px;
    height: 28px;
}
.ky-item p{
    float: left;
}
.ky-title{
    font-size: 20px;
    line-height: 18px;
    margin: 48px 0 0 8.5px;
}
.ky-title a{
    color: #333;
}

.totle{
    margin-left:1050px;
}

.all{
    margin-left: 1072px;
}
.ky{
    width: 100%;
    /* height: 380px; */
    background: #F5F5F5;
}
.ky-modal{
    width: 1220px;
    /* height: 380px; */
    margin: 0 auto;
    border-top: 1px solid #FFE5E6;
    padding-top: 9px;
}
.clearfix:after {
  content:""; 
  display: block;
  clear: both;
  height: 0;}
.clearfix {
  *zoom:1;
}
.ky-type{
    width: 380px;
    height: 100%;
    float: left;
    /* position: relative; */
    background: #FFFFFF;
}
.ky-type:before{content: '';position: absolute;top: 0;right: 0;height: 2px;width: 0;-webkit-transition: 0.4s;-o-transition: 0.4s;background: #f13b3b;}
.ky-type:hover{width: 380px;-webkit-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;left: 0;}
.ky-type:hover:before{width: 380px;-webkit-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;left: 0;}
.ky-mask.ky-type:hover:before{width: 0;height: 0;}

.ky-type-box{
    padding-left: 18px;
}
/* .ky-type-box li p{
    color: #585858;
} */
.ky-project{
    margin-right: 40px;
}
.ky-type::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #f13b3b;
}
.ky-type .ky-en{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0px 9px;
    border: 1px solid #FA5151;
    border-radius: 11px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin-right: 20px;
}
.ky-type .ky-en a{
    color: #FA5151;
    font-family: PingFangSC-Light;
}
.ky-item .ck-text{
    width: 100px;
    height: 14px;
    margin: 50px 0 0 0px;
    font-size: 14px;
    text-align: right;
    float: right;
}
.ky-type .ky-mf{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0px 9px;
    border: 1px solid #00B490;
    border-radius: 11px;
    text-align: center;
    line-height: 20px;
}
.ky-type .ky-mf a{
    color: #00B490;
    font-family: PingFangSC-Light;
}
.ky-type .ky-ff{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0px 9px;
    border: 1px solid #F4832B;
    border-radius: 11px;
    text-align: center;
    line-height: 22px;
}
.ky-type .ky-ff a{
    color: #F4832B;
    font-family: PingFangSC-Light;
}
.ky-type ul li{
    display: inline-block;
    margin-right: 0px;
    width: 88px;
    text-align: center;
}
.ky-type ul li:last-child{
    margin-right: 0px;
}
.ky-type ul li p{
    font-size: 14px;
    text-align: center;  
    color: #585858;
    font-family: PingFangSC-Light;
    margin-top: 7px;
}
.ky-type-text-box {
    width: 100%;
    height: 85px;
    padding: 20px 12px 0px 0px;
}
.ky-type-text{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ky-type-content-a {
    float: left;
    height: auto;
    width: 180px;;
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 13px;
}
.ky-type-content-span {
    margin-top: 13px;
    color: #333333;
    font-size: 14px;
    float: left;
}
/* .ky-type-text{
    font-size: 16px;
    color: #333333;
    overflow: hidden;
}
.ky-type-content-a span {
    color: #333;
    font-size: 14px;
    font-family: PingFangSC-Light;
}
.ky-type-content-a {
    overflow: hidden;
    color: #333333;
    font-size: 14px;
    display: inline-block;
    margin-right: 6px;
    font-family: PingFangSC-Light;
} */
.ky-text{
    margin-bottom: 34px;
}
.ky-type-box ul {
    margin-left: 1px;
    /* width: 88px; */
    height: 72px;
    overflow: hidden;
}
.ky-type-box ul li img{
    width:42px;
    height:42px;
    border-radius: 50%;
    border: 1px solid transparent;
    overflow: hidden;
}
.ky-type-box ul li a{
    display: inline-block;
    width: 43px;
    height: 43px;
    overflow: hidden;
}
.ky-type-box ul li img:hover{
    border: 1px solid #FA5151;
    border-radius: 50%;
}
/* 滚动条样式 */
.contentItemBottom{    
    padding: 8.5px;
    overflow-y: scroll;
    width: 332px;
    height: 226px;
    margin-top: 6px;
}
    .contentItemBottom::-webkit-scrollbar{width:4px;}  
    .contentItemBottom::-webkit-scrollbar-track{background-color:#fff;border-radius: 2.5px;}  
    .contentItemBottom::-webkit-scrollbar-thumb{background-color:#E0E0E0;border-radius: 2.5px;}  
/*  */
.zb{
    line-height: 14px;
    margin: 37px 0 0px 0;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 19px;
}
.zb img{
    width: 16px;
    height: 16px;
    float: left;
    margin-top: -2px;
}
.zb .zb-ridio{
    width: 42px;
    height: 12px;
    font-size: 14px;
    color: #FA5151;
    margin: 0 30px 0 10px;
}
.zb .zb-rs{
    width: 84px;
    height: 17px;
    font-size: 12px;
    color: #585858;
    font-family: PingFangSC-Light;
}
.hf-pic{
    float: left;
    margin: -1px 4px 0 0;
}
.ky-type .jr-zb{
    width: 345px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    /* border-top: 1px solid #EAEAEA; */
    margin-top: 9px;
}

.ck-text a{
    color: #333333;
}
.ky-type .jr-yu p a{
    font-size: 16px;
    color: #FA5151;
}
.jr-yu p{
    width: 108px;
    height: 32px;
    border: 1px solid #FA5151;
    border-radius: 20px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
}
.ky-type .jr-yu{
    width: 345px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-top: 1px solid #EAEAEA;
}
.ky-type:hover{
    box-shadow: 0 2px 10px 0 rgba(188,188,188,0.50);
}
.ky-type:hover .jr-zb>p{
    background: #FA5151;
    color: #fff;
}
.ky-type:hover .jr-zb>p>a{
    color: #fff !important;
}
.mask-layer-con p{
    font-size: 22px;
}
.mask-one{
    margin-top: 150px;
}
.mask-two{
    margin-bottom: 150px;
}
.mask-layer {
    width: 380px;
    height: 380px;
    background: #333;
    left: 0;
    top: 0;
    opacity: 0.4;
    position: absolute;
    display: none;
}
.mask-zz{
    display: none;
}
.mask-layer-con{
    width: 380px;
    height: 380px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    display:none;
}
.ky-mask:hover .mask-layer{
    display: block;
}
.ky-mask:hover .mask-layer-con{
    display: block;
}
.mask-layer-con p{
    z-index: 200;
    color: #fff;
}
.jr-zb p{
    width: 108px;
    height: 32px;
    border: 1px solid #FA5151;
    border-radius: 20px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    font-size: 16px;
    color: #FA5151;
}

.jr-zb p a{
    font-size: 16px;
    color: #FA5151;
}
.yx img{
    width:20px;
    height:28px;
}
.jsj img{
    width: 24px;
    height: 27px;
}
.wx img{
    width: 20px;
    height: 24px;
}
.zg{
    width: 100%;
    height: 89px;
    background: #F5F5F5;
}
.zg p{
    width: 1220px;
    height: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #FFE5E6;
}
.zg img{
    width: 26px;
    height: 26px;
    margin-top: 40px;
}
.zg .pic{
    float: left;
    margin-right: 8px;
}
.zg .mq{
    float: left;
    margin-top: 40px;
}
.zg span{
    font-size: 20px;
    color: #333333;
    display: inline-block;
}
.ms{
    width: 100%;
    height: 726px;
    background: #F5F5F5;
}
.ms-con{
    width: 1220px;
    height: 726px;
    /* background: pink; */
    margin: 0 auto;
}
.ms-head{
    width: 266px;
    height: 362px;
    float: left;
    margin: 0 23px 0 16px;
}
/* .tx{
    float: left;
}
.tx-pic{
    float: left;
    z-index: 333;
} */
.tx-pic img{
    display: inline-block;
    position: absolute;
}
#pic{
    position: absolute;
    /* top:0;
    left:0; */
}
.side{
    position: absolute;
    /* top:0;
    left:0; */
}
.mz{
    font-size: 20px;
    color: #333333;
    margin: 260px 0 8px 75px;
}
.xh{
    margin-left: 70px;
}
.xh img{
    width: 16px;
    height: 14px;
}
.connect{
    width: 100%;
    height: 140px;
    background: #F5F5F5;
}
.yq-connect{
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}
.yq-connect p{
    float: left;
    font-size: 18px;
    color: #333333; 
    margin-top: 52px;
}
.yq-connect ul{
    float: left;
    margin-top: 54px;
}
.yq-connect ul li{
    float: left;
    margin: 0 18px 6px 0;
    font-size: 16px;
}
.yq-connect ul li a{
    color: #585858;
}
.swiper-container {
    width: 100%;
    height: calc(100% - 50px);
    padding: 0px;
} 
.swiper-slide {
    width: 751px !important;
    height: 100%;
    /* box-shadow:0px 15px 10px -5px #999; */
}
/* 导航跟随 */
.current{
    color: #ED4248;
    border-bottom: 4px solid #ED4248;
}
.current a{
    color: #ED4248 !important;
}
.Teacherlist {
    width: 1200px;
    height: auto;
    margin: 0px auto;
    padding-top: 30px;
    display: -moz-box;  /* Firefox */
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-box;    /* Safari */ 
    display: -webkit-flex;    /* Chrome, WebKit */
    display: box; 
    display: flexbox; 
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.Teacherlist_item {
    width: 266px;
    height: auto;    
    padding-top: 30px;

    background-image: url('../images/fc-a2b144b2f0.png');
    background-size: 266px 245px;
    background-position: left top;
    background-repeat: no-repeat;
    
    display: -moz-box;  /* Firefox */
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-box;    /* Safari */ 
    display: -webkit-flex;    /* Chrome, WebKit */
    display: box; 
    display: flexbox; 
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.Teacherlist_item1,.Teacherlist_item2,.Teacherlist_item3,.Teacherlist_item4 {
    margin-bottom: 40px;

}
.Teacherlist_item:hover .Teacherlist_item_timg {
    border: 1px solid red;
}
.Teacherlist_item_timg {
    display: block;
    width: 200px;
    height: 200px;
    margin-right: 38px;
    margin-bottom: 28px;
    border: 1px solid transparent;
    border-radius: 50%;
}
.Teacherlist_item_s {
    display: block;
    text-align: center;
}
.Teacherlist_item_s1 {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    padding-right: 47px;
}
.Teacherlist_item_s2 {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    margin-top: 8px;
    color: #333333;
    letter-spacing: 0;
    padding-right: 30px;
}
.Teacherlist_item_img {
    margin-left: 7px;
    vertical-align: middle;
}
.a_curse {
    display: block;
}
/* .main:nth-child(1) .lefttop_img {
    width: 26px;
    height: 21px;
    margin-top: 3px;
}
.main:nth-child(2) .lefttop_img {
    width: 24px;
    height: 24px;
}
.main:nth-child(3) .lefttop_img {
    width: 23px;
    height: 28px;
}
.main:nth-child(4) .lefttop_img {
    width: 32px;
    height: 27px;
}
.main:nth-child(5) .lefttop_img {
    width: 20px;
    height: 30px;
}
.main:nth-child(6) .lefttop_img {
    width: 28px;
    height: 28px;
}
.main:nth-child(7) .lefttop_img {
    width: 28px;
    height: 28px;
}
.main:nth-child(8) .lefttop_img {
    width: 25px;
    height: 28px;
}
.main:nth-child(9) .lefttop_img {
    width: 28px;
    height: 28px;
}
.main:nth-child(10) .lefttop_img {
    width: 28px;
    height: 28px;
}
.main:nth-child(11) .lefttop_img {
    width: 24px;
    height: 30px;
} */
.bar {
    height: 96px;
  }
.bar-ad {
    padding: 5px 0 28px 0;
}
.friendly-link {
    padding: 28px 0 28px 0;
}
.search {
    padding: 36px 0 25px 0;
}
.bar .logo {
    padding: 28px 0 34px 0;
}
.line_hr {
    width: 1px;
    height: 24px;
    position: absolute;
    top: 44px;
    left: 243px;
    background-color: #D0D0D0;
}
