.world-cases{
    background-color: #f5f5f5;
    overflow: hidden;
}
.world-cases-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #FFF;
    padding: 40px;
    box-sizing: border-box;
    padding-bottom: 0;
}
.world-cases-title-box{
    float: left;
    width: 540px;
    max-width: 100%;
    padding-bottom: 22px
}
.world-cases-img-box{
    width: 100%;
    height: 100%;
    display: block;
}
.world-cases-box .world-cases-list{
    width: 540px;
    max-width: 100%;
    display: block; 
    margin-bottom: 35px;
    overflow: hidden;
    position: relative;
}
.world-cases-box .world-cases-list:nth-child(even){
    float: right;
   
}
.world-cases-box .world-cases-list:nth-child(odd){
    float: left;
   
}
.world-cases-box .world-cases-list:nth-child(2) {
    height: 380px;
    margin-top: 20px;
}
.world-cases-box .world-cases-list:nth-child(3) {
    height: 600px;
}
.world-cases-box .world-cases-list:nth-child(4) {
    height: 260px;
}
.world-cases-box .world-cases-list:nth-child(5) {
    height: 260px;
}
.world-cases-box .world-cases-list:nth-child(6) {
    height: 675px;
}
.world-cases-box .world-cases-list:nth-child(7) {
    height: 380px;
}
.world-cases-title-box .world-title-box{
    padding: 0;
    text-align: left;
}
.world-cases-more-box{
    width: 155px;
    max-width: 100%;
    display: block;
    height: 30px;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    font-family: "Abel";
    letter-spacing: 2px;
    margin-top: 5px;
    position: relative;
    transition: all 1s ease
}
.world-cases-more-box i{
    padding-left: 5px;
}


/*-------------------------*/
.cases{
    padding: 30px 0;
    background-color: #f5f5f5;
}
.cases-box{
    width: 1200px;
    max-width: 100%;
    margin: 30px auto;
    font-size: 0;
    background-color: #FFF;
    padding: 0 20px;
    box-sizing: border-box;
    padding-bottom: 50px;
}
.cases-list{
    width: 540px;
    max-width: 100%;
    display: block;
    margin: 0 20px;
    margin-bottom: 20px;
}
.cases-list-img{
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/*----------------------------------*/
.cases-page{
    background-color: #f5f5f5;
}
.cases-page-box{
    width: calc( 100% - 550px);
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    /* padding: 50px 0; */
    padding-bottom: 100px;
}
.cases-page-title{
    font-size: 24px;
    color: #000;
    letter-spacing: 2px;
    text-align: center;
    transform: skew(-8deg);
    padding-bottom: 20px;
}
.cases-page-b-img-box{
    width: 100%;
    display: block;
    background-color: #FFF;
    margin-bottom: 20px;
}
.cases-page-b-img-list{
    width: 100%;
    height: 700px;
    display: block;
}
.cases-page-b-img{
    width: 100%;
    height: 100%;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.news-page-img-bg{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.cases-page-s-img-box{
    width: 100%;
    max-width: 100%;
    display: block;
}
.cases-page-s-img-box,
.cases-page-s-img-list{
    height: 100px;
}

.cases-page-s-img-box .slick-list,
.cases-page-s-img-box .slick-list .slick-track{
    height: 100%;
}
.cases-page-s-img-list{
    width: 100px;
    display: block;
    margin: 0 10px;
    cursor: pointer;
}
.cases-page-s-img-list.slick-current{
    border: 2px solid #888;
    box-sizing: border-box;
}
.cases-page-title-box{
    padding-top: 30px;
    padding-bottom: 10px;
}
.cases-page-edit-box{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #FFF;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 2px;
}
.cases-page-back{
    width: 100%;
    display: block;
    height: 60px;
    line-height: 58px;
    border: 1px solid #fffffe;
    font-size: 26px;
    font-family: "Abel";
    text-align: center;
    box-sizing: border-box;
    margin-top: 50px;
    letter-spacing: 6px;
    background-color: #FFF;
    margin-bottom: 30px;
}
.cases-page-back span,
.cases-page-back p{
    display: inline-block;
    vertical-align: middle;
    transform: skewX(-8deg);
    position: relative;

    transition: all .5s ease;
}

.arrow {
    z-index: 1;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
}
.arrow .a1 {
    display: block;
    position: absolute;
    height: 1px;
    background: rgb(255, 255, 255);
    right: 150px;
    width: 600px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.arrow .a2 {
    display: block;
    position: absolute;
    height: 1px;
    background: rgb(255, 255, 255);
    right: -35px;
    width: 0;
    opacity: 0;
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
    transform-origin: 100% 50% 0px;
    -webkit-transition: all .5s ease .0s;
    -moz-transition: all .5s ease .0s;
    -o-transition: all .5s ease .0s;
    -ms-transition: all .5s ease .0s;
    transition: all .5s ease .0s;
}
.arrow .a3 {
    display: block;
    position: absolute;
    height: 1px;
    background: rgb(255, 255, 255);
    right: -35px;
    width: 0;
    opacity: 0;
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
    transform-origin: 100% 50% 0px;
    -webkit-transition: all .5s ease .0s;
    -moz-transition: all .5s ease .0s;
    -o-transition: all .5s ease .0s;
    -ms-transition: all .5s ease .0s;
    transition: all .5s ease .0s;
}
@media only screen and (max-width: 1680px){
    .index-banner-img-mask{
        width: 25%;
    }
}
@media only screen and (max-width: 1480px){
    .index-banner-img-mask{
        width: 20%
    }
    .index-banner-box, .index-banner-list, .index-video-box, .index-video, .index-video-bg,
    .banner-box{
        height: 560px;
    }
    .index-banner-slong{
        font-size: 26px;
    }
    .fancybox-box{
        width: 800px;
    }
    .fancybox-img-box{
        height: 551px;
    }
}
@media only screen and (max-width: 1300px){
    .fancybox-box{  
        /* width: 1000px; */
    }
}
@media only screen and (max-width: 1280px){
     .fixed-link-box{
        right: 1%;
    }
    .fixed-link-phone{
        right: 0px;
    }
    
    .fixed-link-phone:after{
        right: 20px
    }
      .fb_dialog{
        right: 1%!important;
        bottom: 175px!important;
    }
}
@media only screen and (max-width: 1200px){
    .cases-page-box{
        width: calc( 100% - 350px);
    }
    .index-banner-box, .index-banner-list, .index-video-box, .index-video, .index-video-bg, .banner-box{
        height: 436px;
    }
    .index-banner-slong-box{
        right: 17%;
    }
    .world-item-box,
    .world-cases-box,
    .world-works-box,
    .item-box, .item-page-box,
    .cases-box,
    .cases-page-box,
    .works-box{
        /* width: 1000px; */
    }
    .world-item-list{
        width: 323px;
        height: 150px;
    }
    .world-item-list-box .world-item-list:nth-child(3n+2) ,
    .item-list-box .world-item-list:nth-child(3n+2)
    {
        margin: 0 15px;
    }
    .world-item-img-box{
        width: 150px;
    }
    .world-item-info-box{
        width: calc(100% - 150px);
    }
    .world-item-info{
        width: 140px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
    }
    .world-item-article{
        margin-top: 5px;
    }
    .world-item-article{
        height: 57px;
    }
    .world-item-date{
        font-size: 16px;
    }
    .world-cases-box{
        padding: 20px;
    }
    .world-cases-box .world-cases-list{
        width: 49%;
        margin-bottom: 2%;
    }
    .world-cases-title-box{
        width: 49%;
    }
    .world-cases-box .world-cases-list:nth-child(2),
    .world-cases-box .world-cases-list:nth-child(7){
        height: 281px;
    }
    .world-cases-box .world-cases-list:nth-child(3){
        height: 485px;
    }
 
    .world-cases-box .world-cases-list:nth-child(5){
        height: 251px;
    }
    .world-cases-box .world-cases-list:nth-child(6) {
        height: 551px;
    }
    .world-works-class{
        width: 138px;
        font-size: 14px;
        margin-right: 5px;
    }
    .world-works-list{
        width: 242px;
        margin-bottom: 20px;
        margin-right: 10px;
        height: 165px;
    }
    .world-works-list-img-box{
        width: calc(100% - 10px);
    }
    .world-works-list-title{
        padding:  5px 10px;
    }
    .cases-list{
        width: 48%;
        margin: 0 1%;
        margin-bottom: 2%;
    }
    .cases-page-s-img-list{
        height: 80px;
        width: 80px;
    }
    .item-page-img-box{
        width: 600px;
    }
    .item-page-b-img-list{
        height: 426px;
    }
    .item-info-box{
        width: calc(100% - 600px);
    }
    .item-page-s-img-list{
        margin: 0 5px;
    }
    .item-page-s-img-box{
     
        margin-top: 20px;
    }
    .item-page-s-img-list{
        width: 59px;
    }
    .item-page-s-img-box, .item-page-s-img-list{
        height: 59px;
    }
    .banner-slong{
        width: 95%;
    }
    .fancybox-box{  
        width: 900px;
    }
    .cases-page-b-img-list{
        height: 583px;
    }
    .news-box{
        width: 1000px;
    }
     .world-news-left-box{
        width: 800px;
    }
    .world-news-right-box{
        width: calc(100% - 800px);
    }
    .world-news-list{
        width: 375px;
        margin-right: 25px;
        margin-bottom: 25px;
    }
    .world-news-list-img{
        height: 328px;
    }
    .world-news-list-title{
        font-size: 16px;
    }
    .about-box1{
        width:750px; 
    }
    .about1-article-box{
        padding: 0 50px;
    }
    .about-box2-banner{
        height: 300px;
    }
    .about-box2-title{
        font-size: 26px;
    }
    .about-box3-info-box{
        width: 1000px;
        left: calc(50% - 500px);
    }
    .about-box2-article:last-child{
        margin-bottom: 0;
    }

}
@media only screen and (max-width: 1000px){
    .news-box{
        width: 750px;
    }
    .world-news-left-box{
        display: block;
    }
    .news-edit-box{
        margin-bottom: 20px;
    }
    .about-box2{
        padding-bottom: 50px;
    }
    .about-box2-article-box{
        padding-top: 80px;
    }
    .about-box3-banner{
        width: 100%;
    }
    .about-box3-info-box{
        width: 750px;
        position: relative;
        margin: 0 auto;
        left: 0;
        bottom: 20px;
    }
    .about-box3-info{
        width: 100%;
    }
    .world-news-right-box{
        width: 100%;
        display: block;
    }
    .world-news-list:nth-child(even){
        margin-right: 0;
    }
    .world-news-list{
        width: 362px;
    }
    .world-news-list-img{
        height: 316px;
    }

    .index-banner-img-mask{
        width: 32%;
    }
    .world-title-box,
    .world-item-list-box,
    .world-item-more,
    .world-cases-title-box,
    .world-cases-list,
    .world-works-class-box,
    .world-works-list-box,
    .contact-info-form,
    .world-community-link-title,
    .world-community-link-list-box,
    .item-list-box,
    .item-page-img-box,
    .item-page-title-box,
    .item-info-box,
    .item-page-edit-box,
    .other-list-box,
    .cases-page-title,
    .cases-page-b-img-box,
    .cases-page-back,
    .cases-page-s-img-box,
    .cases-page-title-box,
    .cases-page-edit-box,
    .about-box1,
    .about-box2-banner,
    .about-box2-article-box,
    .about-box3-banner,
    .about-box3-info-box,
    .about-box4-title,
    .about-box4-article-box,
    .world-news-left-box,
    .world-news-right-box  {
        opacity: 1!important;
        animation: none!important;
    }
    .about-box4-line{
        transform: scale(1,1)!important;
    }
    .index-banner-slong-box{
        width: 435px;
        right: calc(50% - 230px);
    }
	.rwd-menu-class-list{
    	width: 100%;
        height: 46px;
        border: 1px solid #888;
        font-size: 16px;
        letter-spacing: 1px;
        text-align: center;
        display: block;
        line-height: 46px;
        position: relative;
        box-sizing: border-box;
    }
    .rwd-menu-class-list:after {
        content: '';
        width: 0px;
        height: 0px;
        margin: 0 auto;
        border-right: 10px solid transparent;
        border-top: 10px solid #888;
        border-left: 10px solid transparent;
        display: block;
        position: absolute;
        bottom: calc(50% - 5px);
        right: 5%;
        box-sizing: border-box;
    }   
    .header-style1.header2 .header-menu-title-en,
    .header-style1 .header-menu-title-en{
        font-size: 16px;
        padding-bottom: 0px;
    }
    .header-style1.header2 .header-menu-title-ch,
    .header-style1 .header-menu-title-ch{
        font-size: 14px;
    }
    .header-style1 .header-menu-title-ch {
        padding-top: 0;
    }
    .header-style1 .header-logo {
        width: 100px;
        display: block;
        transition: all .5s ease;
        padding: 15px 0;
    }
    .header-style1.header2 .header-logo{
        padding: 0;
    }
    .header-style1 .header-logo a{
        display: block;
    }
    .header-style1 {
        padding: 10px 0;
    }
    .index-banner-box{
        margin-top: 59px;
    }
    .world-item-list-box .world-item-list:nth-child(3n+2), .item-list-box .world-item-list:nth-child(3n+2){
        margin: 0;
    }
    .world-item-list{
        width: 360px;
        height: 180px;
    }
    .world-item-img-box{
        width: 180px;
    }
    .world-item-info-box {
        width: calc(100% - 180px);
    }
    .world-item-list-box .world-item-list:nth-child(even), .item-list-box .world-item-list:nth-child(even) {
        margin-left: 30px;
    }
    .world-item-article{
        height: 82px;
    }

    .world-item-box, .world-cases-box, .world-works-box, .item-box, .item-page-box, .cases-box, .cases-page-box, .works-box{
        /* width: 750px; */
    }
    .world-cases-box .world-cases-list:nth-child(3) {
        height: 480px;
    }
    .world-works-class{
        width: 100%;
        margin: 0;
        border: 1px solid #888;
        border-top: 0;
    }
    .world-works-class-box{
        display: none;
        position: absolute;
        background-color: #f5f5f5;
    }
    .world-works-class-block{
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .world-works-list,
    .world-works-list-box .world-works-list:nth-child(4n+4){
        margin-right: 0;
    }
    .world-works-list:nth-child(odd){
        margin-right: 2%;
    }
    .world-works-list{
        width: 49%;
        height: 262px;
    }
    .item-page-img-box{
        width: 100%;
    }
    .item-page-b-img-list{
        height: 532px;
    }
    .item-info-box{
        width: 100%;
        display: block;
        padding-left: 0;
        margin-top: 10px;
    }
  
    .index-banner-slong-box{
        top: 30%;
    }
    .index-banner-slong {
        font-size: 20px;
        text-align: left;
    }
    .banner-box{
        margin-top: 59px;
    }
    .fancybox-box{  
        width: 600px;
    }
    .fancybox-img-box{
        height: 413px;
    }
    .item-page-b-img-list .main-bg{
        background-size: contain;
    }
    .contact-p{
        opacity: 1;
        letter-spacing: 1px;
    }
   
    .cases-page-b-img-list{
        height: 438px;
    }
    .fancybox-info-box{
        width: 100%;
        max-height: 95vh;
        display: block;
        overflow: auto;
    }
    .fancybox-info-box::-webkit-scrollbar{
        display:none;
    }
    .index-banner-box, .index-banner-list, .index-video-box, .index-video, .index-video-bg, .banner-box{
        height: 500px;
    }
    .footer-menu-box{
        display: none;
    }
    .banner-img-box .main-bg{
        animation: none;
    }

}
@media only screen and (max-width: 800px){
    .contact-box{
        width: 550px;
    }
    .contact-lable{
        width: 170px;
    }
    .contact-list-text,
    .contact-form-radio-list,
    .contact-textarea{
        width: calc(100% - 170px);
    }

}
@media only screen and (max-width: 750px){
    .news-box{
        width: 550px;
    }
    .about-box1,
    .about-box2-article-box,
    .about-box3-info-box{
        width: 80%;
    }
    .world-news-list{
        width: 267px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .world-news-list-img{
        height: 233px;
    }
    .world-news-list-time,
    .world-news-list-class{
        font-size: 12px;
    }
    .index-banner-img-mask{
        display: none;
    }
    .rwd-menu> span:nth-child(even){
        margin: 3px auto;
    }
    .rwd-menu{
        width: 20px;

        top: calc(50% - 6px);
    }
    .fancybox-img-box{
        height: 257px;
    }
    .cases-page-b-img-list{
        height: 320px;
    }
    .item-page-b-img-list{
        height: 430px;
    }
    
    .fancybox-box{
        padding: 10px;
    }

    .fancybox-article-title{
        display: block;
        font-size: 20px;
    }

    .fancybox-article-p{
        display: block;
    }
    .index-banner-slong-box{
        left: 10%;
    }
    .index-banner-slong-box{
        width: 70%;
    }

  
    .world-item-list-box{
        display: block;
    }

    .world-item-list-box .world-item-list:nth-child(3n+2), .item-list-box .world-item-list:nth-child(3n+2){
        margin: 0;
    }
    
    .world-item-list-box .world-item-list:nth-child(even), .item-list-box .world-item-list:nth-child(even){
        margin: 0;
        margin-left: 15px;
        margin-bottom: 15px;
    }
    .world-item-list{
        width: 265px;
        height: inherit;
    }
    .world-item-info-box{
        width: 100%;
    }
    .world-item-img-box{
        height: 265px;
        width: 100%;
    }
    .world-item-info-box{
        height: 160px;
    }
    .world-item-article {
        height: 60px;
        text-align: justify;
    }
    .world-item-info{
        width: 100%;
    }
    .world-item-more-box{
        margin-top: 20px;
    }
    .world-item-box, .world-cases-box, .world-works-box, .item-box, .item-page-box, .cases-box, .cases-page-box, .works-box{
        /* width: 550px; */
    }
    .cases-page-box{
        width:100%;
    }
    .world-cases-box .world-cases-list:nth-child(3){
        height: 277px;
    }
    .world-cases-box .world-cases-list:nth-child(2), 
    .world-cases-box .world-cases-list:nth-child(7){
        height: 195px;
    }
    .world-cases-box .world-cases-list:nth-child(4){
        height: 147px;
    }
    .world-cases-box .world-cases-list:nth-child(6) {
        height: 456px;
    }
    .cases-box{
        padding: 0 10px;
    }
    .banner-slong{
        font-size: 30px;
    }
    .fancybox-box{  
        width: 400px;
    }
    .world-cases-box .world-cases-list:nth-child(5){
        height: 120px;
    }
    .world-cases-box .world-cases-list:nth-child(6) {
        height: 325px;
    }
     .header-style1.header2{
        padding: 5px 0;
    }
    .cases-page-s-img-list{
        width: 59px;
        height: 59px;
    }
    .cases-page-s-img-list{
        margin: 0 5px;
    }
    .about-box4-article-box{
        width: 80%;
    }
}
@media only screen and (max-width: 550px){
    .world-news-page-title{
        font-size: 20px;
    }
    .index-banner-box, .index-banner-list, .index-video-box, .index-video, .index-video-bg, .banner-box{
        height: 350px;
    }
    .world-news-list {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 4%;
    }
    .world-news-list-title{
        font-size: 14px;
    }
    .world-news-list-img{
        height: 145px;
    }
    .news-box{
        width: 340px;
    }
    .about-box4-p2{
        font-size: 14px;
    }
    .about-box4-p-line{
        width: 15px;
    }
    .about1-article-box{
        padding: 0 10px;
    }
    .about-box2-article-box{
        padding:30px 10px;
    }
    .about-box3-info{
        padding: 20px;
    }
    .about-box4-title{
        font-size: 16px;
    }
    .about-box3-banner{
        height: 300px;
    }
    .cases-page-s-img-list{
        margin: 0 10px;
    }
    .about-article-line{
        width: 15px;
    }
    .about1-article-p2{
        font-size: 14px;
    }
    .fancybox-article{
        max-height: inherit;
    }
    .fancybox-img-box{
        height: 220px;
    }
    .world-cases-box{
        padding: 20px 10px;
    }
    .world-cases-box .world-cases-list:nth-child(3) {
        height: 191px;
    }
    .world-cases-box .world-cases-list:nth-child(6) {
        height: 235px;
    }
    .world-cases-box .world-cases-list:nth-child(2){
        margin-top: 0;
    }
    .world-cases-box .world-cases-list:nth-child(2), 
    .world-cases-box .world-cases-list:nth-child(7){
        height: 109px;
    }
    .world-cases-box .world-cases-list:nth-child(4){
        height: 76px;
    }
    .world-item-list{
        width: 165px;
    }
    .world-item-img-box{
        height: 165px;
    }
 
    .world-item-list-box .world-item-list:nth-child(even), 
    .item-list-box .world-item-list:nth-child(even){
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .loading-logo-box{
        width: 280px;
    }
  
    .world-works-list:nth-child(odd){
        margin-right: 0;
    }
    .world-works-list{
        width: 100%;
    }
   
    .world-works-list-title {
        padding: 10px;
    }
    .world-cases-title-box{
        width: 100%;
    }
    .item-page-edit-box{
        padding: 10px ;
    }
    .item-page-edit-box{
        margin-bottom: 20px;
    }
    .item-page-box{
        padding: 50px 0;
    }
    
    .item-page-b-img-list {
        height: 300px;
    }
    .fancybox-box{  
        width: 340px;
        padding: 10px ;
    }
    .fancybox-close{
        font-size: 38px;
        top: -50px;
        right: 0;
    }

    .fancybox-article-title{
        font-size: 18px;
    }
	.contact-thanks, .alert-info{
		width: 95%;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.contact-thanks-p{
		font-size: 20px;
	}
    .index-banner-img-mask{
        display: none;
    }
    .index-banner-slong-box{
        top: 45%;
    }
    .index-banner-slong{
        font-size: 16px;
    }
    .index-banner-slong-box{
        width: 90%;
        left: 5%;
    }

    .world-title-box{
        padding: 30px 0;
    }
    .contact-box, .world-item-box, .world-cases-box, .world-works-box, .item-box, .item-page-box,  .cases-page-box, .works-box{
        /* width: 340px; */
    }
    .cases-box{
        width: 95%;
    }
    .world-works-list{
        height: 245px;
    }
    .contact-lable{
        width: 135px;
    }
    .contact-list-text, .contact-form-radio-list, .contact-textarea{
        width: calc(100% - 135px);
    }
    .contact-checkbox-lable{
        margin-right: 10px;
    }
    .world-works-list-box{
        padding: 20px 0;
    }
 
    .cases-page-b-img-list{
        height: 300px;
    }
    footer{
        background-color: #f5f5f5;
    }
    .footer-box{
        width: 95%;
        display: block;
        margin: 0 auto;
        padding: 70px 0;
    }
    .footer-list-title,
    .footer-list-link{
        letter-spacing: 1px;
    }
    .web{
        text-align: left;
        letter-spacing: 1px;
        padding-top: 0px;
    }
    .fixed-link-box.open,
    .fixed-link-box{
        bottom: 10px;
    }
    .fixed-link-phone:after{
        display: none;
    }

    .fixed-link2{
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
    }
    .fixed-link2{
        margin-left: 10px;
    }
    .footer-list-link{
        padding-left: 0;
    }
    .fb_dialog{
        right:70px !important;
        bottom: 10px!important;
    }
}
@media only screen and (max-width: 340px){
    .news-box{
        width: 90%;
    }
    .fancybox-box{
        width: 95%;
    }
    .contact-box, .world-item-box, .world-cases-box, .world-works-box, .item-box, .item-page-box, .cases-page-box, .works-box{
        width: 95%;
    }
    .contact-list-text, .contact-form-radio-list, .contact-textarea{
        width: 100%;
        display: block;
        margin-top: 10px;
    }
    .item-page-s-img-list {
        margin: 0 10px;
    }
    .item-box, .item-page-box{
        overflow: hidden;
    }
    .world-item-list{
        width: 48%;
    }
    .world-item-list-box .world-item-list:nth-child(even), .item-list-box .world-item-list:nth-child(even){
        margin-left: 4%;
        margin-bottom: 4%;
    }
    .world-cases-box .world-cases-list{
        margin-bottom: 3%;
    }
    .world-works-list{
        height: 217px;
    }
}