body{
    height: auto;
    font-family:Helvetica,Arial,Microsoft YaHei,Arial;
    margin:0 auto;
    padding:0;
    overflow-x: hidden;
    color: #595959;
    font-size:1.4rem;
    font-size:14px;
}
hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe,figure,label,b ,strong{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    margin: 0;
    padding: 0;
    -webkit-margin-after:0 ;
    font-size :100% ;
}
button, input, select, textarea {
    font-size:100%;
}
table{
    border-collapse: separate;
    border-spacing: 10px;
}
ol,ul,li,img,menu,dir{
    border: 0;
    list-style: none;
    padding: 0;
}
i,em,b,strong{
    font-style: normal;
}
a{
    text-decoration: none;
    color: #343232;
    outline: 0;
    transition-duration: 0.5s;
}

ul, div, article, aside, footer, header, menu, nav, section {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
a:hover{color: #f06d13}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*全局*/
.left {
    float: left
}
.right {
    float: right
}
.container{
    margin-right: auto;
    margin-left: auto;
}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}
.mt70{ margin-top:70px;}
.mt80{ margin-top:80px;}
.mt90{ margin-top:90px;}
.mt100{ margin-top:100px;}
.wrap_show{ display:none;}
.pc_show{ display:block;}

@media screen and (min-width: 320px) {
    .container {
        padding-right: 6px;
        padding-left: 6px;
    }
}
@media screen and (min-width: 960px){
    .container {
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (min-width: 1400px){
    .container{width: 1400px;}
}

.mar-top{
    margin-top: 30px;
}
.clearfix{
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0
} 
.clearfix{
    zoom:1
}

.top-news,.index-stars{
    overflow: hidden;
}

.imgall, .content .news .news-list .img {
    overflow: hidden
}

.imgall img, .content .news .news-list .img img {
    width: 100%;
    height: 100%;
    -webkit-transitions: 0.5s all linear;
    -moz-transition: 0.5s all linear;
    -ms-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear
}

.imgall:hover img, .content .news .news-list .img:hover img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.inputfocus input {
    -webkit-transitions: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all
}

.inputfocus input[type=text]:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(156, 41, 50, 0.3)
}

.header {
    padding: 35px 0 30px;

}
.top{
    background: #f1f1f1;
    width: 100%;
    text-align: right;
    padding: 8px 20px;
    color: #454545;
    min-height: 37px;
}
.top .right{
    margin: 0;
    padding: 0;
    font-style: 14px;
}
.top .topA{
    color: #454545;
}
.top .topSpan{
    color: #c4c4c4 !important;
    padding: 0 10px !important;
}
.header #logo {
    float: left;
}
.logo-w{
    width: 52%;
}
.header #logo img{
    width: auto;max-width: 100%;
}
.header .tel {
    margin-top: 10px;
    margin-right: 20px;
    font-size: 16px;
    color: #333333;
    background: url("../images/phone.png")/*tpa=https://www.yufengsj.com/images/phone.png*/ no-repeat left 2px;
    padding-left: 35px;
}
.header .tel b {
    font-size: 24px;
    color: #c04d31;
    font-family:Arial;
}
.myform{
    padding-top: 18px;
    margin-right: 20px;
    text-align: right;
}
.search-form{
    border: 1px solid #dbdbdb;
}
.myform input.i-text{
    border: 0;
    background: #fff;
    color:#ccc;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0.857em;
    padding: 7px 5px 6px;
    width: 250px;
}
.myform input.i-submit {
    line-height: 30px;
    height: 30px;
    border: 0;
    border-left: 1px solid #dbdbdb;
    background: url(../images/searchs.png)/*tpa=https://www.yufengsj.com/images/searchs.png*/ no-repeat;
    background-position: 0 center;
    text-indent: -999em;
    overflow: hidden;
    width: 36px;
    border-left: 0;
    cursor: pointer;
    padding:  0 10px;
    margin-left: -5px;
}
.navBar{
    background: #000;
}
.navs {
    height: 42px
}

.navs li {
    padding: 15px 0; 
    font-size: 16px;
    float: left;
    width: 13.5%;
    text-align: center;
}

.navs li.active,.navs li:hover {
    background: #f06d13;
}

.navs li.active a, .navs li:hover a {
    color: #fff;
}

.navs li a {
    color: #fff;
    padding-bottom: 9px;
}

.navs ul li ul{
    display: none;
}

a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    /*background: #0c1923;*/
    padding: 10px 0;
    min-height: 42px;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    top:20px;
    transition-duration: 0s;
}
.mean-bar img{
    margin-left: 6px;
}
.mean-container a.meanmenu-reveal span {
    display: block;
    background: #000;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background:rgba(58,58,58,0.9);
    position: absolute;
    margin-top: 10px;
    /*margin-top: 44px*/
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, .5);
    text-decoration: none;
    text-transform: uppercase
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, .25);
    opacity: .75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, .1)
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, .1);
    border: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, .4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .2) !important
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, .9)
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}




/*banner*/
.rslides{
    position:relative;
    list-style:none;
    overflow:hidden;
    width:100%;
    padding:0;
    margin:0;
}
.rslides li{
    -webkit-backface-visibility:hidden;
    position:absolute;
    display:none;
    width:100%;
    left:0;
    top:0;
}
.rslides li:first-child{
    position:relative;
    display:block;
    float:left;
}
.rslides img{
    height:auto;
    float:left;
    border:0;
}
/*pager*/
.callbacks_tabs.callbacks1_tabs{
    margin-top:-20px;
    position:relative;
    z-index:100;
    margin-bottom:0;
}
.callbacks_tabs.callbacks1_tabs li{
    display:inline-block;
    width:10px;
    height:10px;
    margin-left:5px;
    border-radius:10px;
    border:1px solid #FFF;
    position:relative;
}
.callbacks_tabs.callbacks1_tabs li a{
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:10px;
    position:absolute;
    left:0;
    z-index:1000;
    color:rgba(100,200,300,0);
    color:transparent;
}
.callbacks_tabs.callbacks1_tabs li.callbacks_here a{background:#FFF;}

/* Callback example */
.callbacks_container{
    position:relative;
    width:100%;
    max-width:100%;
    text-align:center;
}
.callbacks{
    position:relative;
    list-style:none;
    overflow:hidden;
    width:100%;
    padding:0;
    margin:0;
}
.callbacks li{
    position:absolute;
    width:100%;
    left:0;
    top:0;
}
.callbacks img{
    position:relative;
    z-index:1;
    height:auto;
    border:0;
}
.callbacks .caption{
    display:block;
    position:absolute;
    z-index:2;
    font-size:20px;
    text-shadow:none;
    color:#fff;
    background:#000;
    background:rgba(0,0,0, .8);
    left:0;
    right:0;
    bottom:0;
    padding:10px 20px;
    margin:0;
    max-width:none;
}
.callbacks_nav{
    position:absolute;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    top:50%;
    left:0;
    opacity:0.6;
    z-index:3;
    text-indent:-9999px;
    overflow:hidden;
    text-decoration:none;
    height:61px;
    width:38px;
    margin-top:-30px;
    display:none;
}
.callbacks_container:hover .callbacks_nav{
    display:block;
}
.callbacks_nav:active{
    opacity:1.0;
}
.callbacks_nav.next{
    left:auto;
    background-position:right top;
    right:0;
}
@media screen and (max-width:600px){
    .callbacks_nav{
        top:47%;
    }
}

.banner-slide {
    overflow: hidden;
    position: relative
}

.index-banner {
    position: relative
}

.index-banner .wrap {
    position: absolute;
    top: 0;
    z-index: 99
}

.index-banner .find {
    width: 326px;
    height: 479px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff
}

.index-banner .find .hd {
    line-height: 45px;
    border-bottom: 1px solid #D2D2D2
}

.index-banner .find .bd {
    margin: 0 13px
}
.index-banner .find .bd dl{
    padding-top: 25px;
}

.index-banner .find .bd dd {
    margin-bottom: 15px;
    line-height: 35px
}

.index-banner .find .bd .text {
    width: 96%;
    padding: 0 2%;
    height: 34px;
    border: 1px solid #c4c4c4
}

.index-banner .find .bd select {
    width: 126px;
    height: 34px;
    font-family: "微软雅黑";
}

.index-banner .find .bd input[type=checkbox] {
    position: relative;
    top: 2px;
    right: 2px;
}

.index-banner .find .bd a {
    color: #d0d0d0
}

.index-banner .find .bd .submit {
    width: 100%;
    height: 42px;
    background: #a0090b;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    font-family: "微软雅黑";
}

.index-banner .find .ft {
    padding: 0 12px;
    border-top: 1px solid #fff;
    padding-top: 5px
}

.index-banner .find .ft a {
    color: #ffffff;
    display: block;
    line-height: 24px;
    margin-top: 10px;
}

.index-banner .find .ft b {
    margin-right: 5px
}


/*reason*/
.reason h3{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-right: 10px;
    border-bottom: 4px solid #ff0200;
    padding-bottom: 10px;
    padding-left: 35px;
    background: url(../images/xx.jpg)/*tpa=https://www.yufengsj.com/images/xx.jpg*/ no-repeat left 2px;
    margin-bottom: 10px;
}
.reason img{
    width: 100%;
    display: block;
}
.links {
    overflow: hidden;
    margin-top:30px;
	margin-bottom:20px;
}

.links dl {
    color: #ffffff;
    overflow: hidden;
    line-height: 25px;
}

.links dt {
    font-size: 18px;
    color:#333;
    float: left;
    font-weight: 600;
}

.links dd {
    float: left;
    font-size: 16px;
    padding-right:8px;
}

.links dd a {
    color: #333
}
.links dd a:hover{
    color: #ff0200;
}

.foot-bg{   
    overflow: hidden;
    padding: 10px;
    line-height: 26px;
	border-top:1px solid #666666;
	
}
.foot-nav a{
    color: #000;
    padding: 0 8px;
    font-size: 14px;
    font-weight: inherit;
}
.share span{
    line-height: 28px;
    color: #fff;
}
.share .bdsharebuttonbox  a.bds-q{
    background-position:-49px top;
}
.bdsharebuttonbox  a.bds-s,.bdsharebuttonbox  a.bds-q,.bdsharebuttonbox  a.bds-t{
    background: url("../images/share.png")/*tpa=https://www.yufengsj.com/images/share.png*/ no-repeat;
    width: 46px;
    height: 46px;
    padding: 0;
    margin:  0 20px 0 0;
    display: inline-block;
}
.share .bdsharebuttonbox  a.bds-t{
    background-position:-98px top;
}
/*footer*/
.footer {
   border-top:1px solid #666666;
   font-size: 14px;
   color: #000;
   overflow: hidden;
   padding: 30px 0 45px;
}
.contact {
    overflow: hidden;
	padding:0 5px;	
}

.contact h3 {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.contact b {
    font-size: 22px;
    color: #fff
}

.contact .left {
    width: 70%
}

.contact .left li {
    width: 50%;
    margin-top: 10px;
    font-size: 14px;    
    float: left;
    padding-left: 30px;
    line-height: 24px;
}

.contact .left li img {
    margin-right: 5px
}

.rightEwm{
    float: right;
    display: inline-block;
    width: 12%;
    text-align: center;
	line-height:30px;		
}

.contact .right {
    width: 38%;
    padding-top: 20px;
}

.contact .right p {
    font-size: 14px;
    color: #bebebe;
    line-height: 23px;
    padding-bottom: 5px;
}
.contact .left li{
    background: url("../images/icon.png")/*tpa=https://www.yufengsj.com/images/icon.png*/ no-repeat;
}
.contact .left li.contact-1{
    background-position:2px -47px;
}
.contact .left li.contact-2{
    background-position:2px -109px;
}
.contact .left li.contact-3{
    background-position:2px -173px;
}
.contact .left li.contact-5{
    background-position:2px -305px;
}
.contact .left li.contact-6{
    background-position:2px -360px;
}
.contact .left li.contact-7{
    background-position:2px -421px;
    width: 100%;
}






/*contact*/
.contact-main{
    margin: 25px auto;
    text-align: center;
}
.contact-main img{
    width: auto;
    max-width: 100%;
}
.contact-ms h3{
    font-size: 30px;
    font-weight: 600;
}
.contact-ms strong{
    font-size: 18px;
    font-weight: normal;
    padding:12px 0;
    display: block;
}
.contact-ms p{
    padding-top: 8px;
}
.tops{
    margin-top: 30px;
}

/*推荐艺人*/
.groom-list{
    margin-top: 20px;
}
.groom-list ul {
    width: 100%;
    overflow: hidden;
}

.groom-list li {
    position: relative;
    width: 19%;
    background: #f5f5f5;
    float: left;
    margin: 0 0.5% 15px;
}
.groom-list li a{
    display: block;
    border: 1px solid #e7e7e7;
}
.groom-list li .img{
    position: relative;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
}
.groom-list li .img img {
    width: 100%;
    display: block;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    position:relative;
    padding:0;
    margin:0;
    opacity:1;
}

.groom-list li:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.05);
}
.groom-list li .text {
    padding: 12px 10px
}
.groom-list li .text h4 {
    font-size: 18px;
    color: #2a2a2a;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.groom-list li .text p {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
    line-height:20px;
    /* 3 times the line-height to show 3 lines */
    height:40px;
    overflow:hidden;
}
.groom-list li.hover {
    background:#920683
}



/**/
.content{
    width:100%;
    margin:15px auto 0;
    overflow: hidden;
}

/*产品列表star*/
.galcolumn{
    margin-top: 10px;
    width: 100%;
    padding: 0;
}
.galcolumn .itemLists{
    width: 30%;
    margin: 0 1.6%;
    margin-bottom: 20px;
    float: left;
	

	
	
}


.galcolumn .item figcaption{
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,.2);
    line-height: 36px;
    text-align: center;
    display: block;
    opacity: 0;
    width: 100%;
    margin: 0 0.1%;
    height: 100%;;
    padding: 120px 30px 0;
}
.galcolumn .item figcaption h5{
    font-size: 14px;
    opacity: 1;
    width: 100%;
    background:  rgba(0,0,0,0);
    color: #fff;
    line-height: 26px;
}
.galcolumn .item figcaption:hover{
    opacity: 1;
}
.galcolumn .itemLists span{
    opacity: 1;
    text-align:center;
    background: #fff;
    color: #333333;
    width: 100%;
    padding:6px 15%;
    line-height: 35px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}


.gridalicious{
    margin-bottom: 28px;
    overflow: hidden;
}
.galcolumn .item{    
    color:#333;
    word-break:break-all;
    word-wrap:break-word;
    position: relative;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow: hidden;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;	
	border:1px solid #dedede;
}

.galcolumn .item img{
    width:100%;
    height:260px;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
}
.galcolumn .item:hover img{
    transform:scale(1.03);
    -ms-transform:scale(1.03);
    -moz-transform:scale(1.03);
    -webkit-transform:scale(1.03);
    -o-transform:scale(1.03);
}
.galcolumn .item p{
    text-align:center;
    bottom: 0;
    position: absolute;
    z-index: 110;
    background: rgba(0,0,0,0.8);
    color: #fff;
    width: 90%;
    padding:6px 5%;
    line-height: 35px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
/*产品列表end*/



.hz-star h2{
    color: #000;
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 8px;
}
.star-det,.hz-star{
    overflow: hidden;
}

.star-det .left span{
    margin: 0 8px;
    line-height: 44px;
}
.star-det span.time-1{
    background: url("../images/img15.png")/*tpa=https://www.yufengsj.com/images/img15.png*/ no-repeat left center;
    padding-left: 18px;
}
.star-det span.view{
    background: url("../images/img16.png")/*tpa=https://www.yufengsj.com/images/img16.png*/ no-repeat left center;
    padding-left: 18px;
}
.star-det .right a{
    width: 41px;
    height: 41px;
    display: inline-block;
    margin: 0 6px;
}
.star-det .right a.all{
    background: url("../images/img12.png")/*tpa=https://www.yufengsj.com/images/img12.png*/ no-repeat left top;
}
.star-det .right a.prev{
    background: url("../images/img14.png")/*tpa=https://www.yufengsj.com/images/img14.png*/ no-repeat left top;
}
.star-det .right a.next{
    background: url("../images/img13.png")/*tpa=https://www.yufengsj.com/images/img13.png*/ no-repeat left top;
}
.star-s{
    background: #f3f3f3;
    padding: 20px;
    margin-top: 25px;
}
.hz-star-l {
    margin-top: 20px;
    width: 27%;
}
.star-s dl{
    overflow: hidden
}
.star-s dt{
    padding-bottom: 8px;
    width: 21%;
    float: left;
}
.star-s dt img {
    width: 100%;
    display: block;
}
.star-s dd{
    line-height: 25px;
    width:77%;
    float: right;
    font-size: 14px;
}
.star-s dd p b{
    font-weight: normal;
}

.hz-star-r{
    padding:0 20px;
    line-height: 28px;
    margin-top: 20px;
}
.hz-star-r div.star-de-1{
    border-bottom: 1px dashed #aaa;
    padding: 10px 0;
}

.sss{
	background:#f0f2f3;
    overflow: hidden;
}

.sssaa{
    float: left;
    width: 62%;
    padding: 30px;
}

.sssaa b{
    font-size: 23px;
    color:#a30000;
    margin-bottom: 8px;
}

.sssaa p{
    font-size: 13px;
     color: #9fa0a2;
     margin-top: 8px
}

.ees{
    margin-top: 23px
}
.ees em{
    color:#282828;
    font-size: 16px;
}

.ees ul{
    margin-top: 15px;
}

.ees li {
    line-height: 25px;
    color:#87888a;
}

.rightimg{
    float: right;
    width: 38%;
    position: relative;
}

.rightimg a{
    display: block;
    padding: 51.5%;
    position: relative;
}

.rightimg img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    width: 100%;
    display: block;   
}
.imgss{
    display: none;
}


@media screen and (max-width: 1199px){
  .top, .rightEwm{
    display: none;
  }
}