@charset "utf-8";
/* CSS Document */
/*CSR star*/
.csr h1, .csr p, .csr h2, .csr h3 {
    margin: 0
}

.csr-banner {
    background: url("../images/whysany/12.jpg") center center no-repeat;
    background-size: cover;
    padding: 4% 10% 4% 40%;
    text-align: left;
    color: #ddd;
}

.csr-banner h1, .csr-banner p {
    font-size: 18px;
    line-height: 30px;
    margin:20px 0;
}

.csr-banner h1 {
    font-size: 100px;
    line-height: 100px;
    color: #fff;
    margin-bottom: 20px;
}

.charitable-banner {
    background: url("../images/whysany/2.jpg") center center no-repeat;
    background-size: cover;
    padding: 2% 10%;
}

.cha-title h2, .cha-title p {
    font-size: 90px;
    color: #ffffff;
    text-align: right;
}

.cha-title {
    margin-top: 3%;
    float: right;
}

.cha-title p {
    font-size: 26px;
}

.cha-list {
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;

}

.cha-list .csr-img {
    padding: 0;
    overflow: hidden;
}

.cha-list p, .re-disabled p {
    font-size: 14px;
    color: #848484;
    line-height: 20px;
    margin-top: 10px;
}
.re-disabled p{
    height: 60px;
    overflow: hidden;
}
.rescue {
    background: url("../images/whysany/3.jpg") center center no-repeat;
    background-size: cover;
    padding: 3% 2%;
    text-align: center;
}

.rescue h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 3%;
}

.rescue img ,.cha-list img,.val-lits img{
    width: 100%;
    display: block;
    transition: transform 1s;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    -o-transition: transform 1s;
    -ms-transition: transform 1s;
}
.rescue .col-md-3 a{
    display: block;
    overflow: hidden;
}

.cha-list:hover img,.val-lits:hover.val-lits img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.rescue .col-md-3:hover a,.cha-list:hover a{
    color: #e60012
}

.re-disabled {
    background: #fff;
    padding: 30px 30px 14px 30px;
}

.re-disabled h3 {
    font-size: 20px;
    color: #4a4a4d;
}
@media  (min-width: 992px) and (max-width: 1700px){
    .re-disabled h3 {
        height: 44px;
        overflow: hidden;
    }
}
@media  (max-width: 425px){
    .re-disabled h3 {
        height: 32px;
        overflow: hidden;
    }
}
.stButton span.stLarge {
    -moz-opacity: 0;
    opacity: 0;
}
.stButton span.stLarge:hover {
    -moz-opacity: 0;
    opacity: 0;
}
.shar {
    border-top: 1px solid #e6e6e6;
    margin-top: 23px;
    padding-top: 14px;
}

.st_facebook_large .stButton {
    background: url("../images/whysany/c-shar.png") 12px center no-repeat;
}
.st_facebook_large .stButton:hover {
    background: url("../images/whysany/c-shar2.png") 12px center no-repeat;
}
.st_googleplus_large .stButton {
    background: url("../images/whysany/c-shar.png") -50px center no-repeat;
}
.st_googleplus_large .stButton:hover {
    background: url("../images/whysany/c-shar2.png") -50px center no-repeat;
}
.st_twitter_large .stButton {
    background: url("../images/whysany/c-shar.png") -113px center no-repeat;
}
.st_twitter_large .stButton:hover {
    background: url("../images/whysany/c-shar2.png") -113px center no-repeat;
}
.csr-history {
    margin-top: 5%;
}
.csr-history ul li{ width:20%;
    float: left;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    position: relative;
    padding-right: 10px;
}
.csr-history ul li h3{
    font-size: 30px;
}
.csr-history p{
    font-size: 16px;
    line-height: 23px;
}
.csr-history ul li:before{
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #ddd;
    position: absolute;
    top:-8px;
    left: 0;

}
@media (min-width: 992px) and (max-width: 1199px) {
    .csr-banner{     padding: 10% 5% 7% 29%; }
    .charitable-banner{    padding: 3% 5%;}
    .cha-title h2 {
        font-size: 60px;
    }

    .csr-banner p {
        font-size: 24px;
        line-height: 30px;
    }
    .csr-history p{
        font-size: 16px;
        line-height: 20px;
    }
    .cha-list p{
        height: 100px;
        overflow: hidden
    }
    .cha-title p{ font-size: 26px}
    .cha-title{ margin-top: 8%}
}
@media (min-width: 1200px) and (max-width: 1440px){
.cha-list p{
    height: 60px;
    overflow: hidden; }
    .cha-title h2{ font-size: 70px}
    .cha-title p {
        font-size: 26px;
    }


}
    @media (max-width: 991px) {
    .csr-history ul li{
        float: none;
        width: 100%;
        border-top: none;
        border-left: 1px solid #ddd;
        padding: 0 0 15px 15px;

    }
    .csr-banner p{ margin: 0}
    .csr-history ul li:before{
        padding: 0;
        left: -8px;
        top: 0px;
    }
    .csr-banner {
        background: url("../images/whysany/app-banner.jpg") center center no-repeat;
        background-size: cover;
        padding: 10% 5% 17% 5%;

    }

    .csr-banner h1, .csr-banner p, .cha-title h2, .cha-title p {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }

    .csr-banner h1 {
        font-size: 32px;
        line-height: 32px;
    }
    .csr-history p{ font-size: 14px;}
    .csr-history ul li h3{ font-size: 18px}

    .cha-title {
        float: none;
        margin-top: 10px;
    }

    .cha-title h2, .rescue h2 {
        font-size: 20px;
        margin-bottom:3%;
    }
    .rescue h2{ margin: 4% 0}
    .cha-list {
        margin: 10px 0;
        padding: 10px;
    }

    .cha-list h3, .re-disabled h3 {
        font-size: 14px;
        font-weight: 400
    }

    .charitable-banner {
        padding: 3% 15px;
    }

    .cha-list p {
        margin-top: 5px;
    }

    .rescue {
        padding: 3% 15px;
    }

    .rescue .row {
        margin: 0 -5px
    }

    .rescue .col-xs-6 {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .re-disabled {
        padding: 5px
    }

    .shar, .re-disabled h3 {
        margin-top: 10px;
        padding-top: 0;
    }
}

@media (max-width: 425px) {
    .cha-list p, .re-disabled p {
        height: 32px;
        line-height: 16px;
        overflow: hidden;
        margin-top: 0;
    }

    .re-disabled h3 {
        margin-top: 0
    }
}

/*CSR end*/

/*careers star*/

.s-careers-bn{
    background: url("../images/whysany/s-2.jpg") center top no-repeat;
    text-align: center;
    font-size: 36px;
    color: #fff;
    padding-top: 105px;
    padding-bottom: 105px;
}
.s-careers-tit-will,.s-careers-tit{
    font-size:24px;
    color:#4a4a4d;
    margin-top: 0;
}
.s-careers-tit-will{
    text-align: center;
    margin-bottom: 30px;
}
.s-careers-tit-aboust{
    position: absolute;
    left: 0;
    top:0;
    font-size:32px;
    color:#4a4a4d;
    margin-top: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    padding-top: 20%;
}
.s-careers-whysany{
    margin-top: 30px;
    margin-bottom: 40px;
}
.s-careers-float{
    float: right;
    position: relative;
}
.s-careers-left{
    overflow: hidden;
}
.s-careers-left p{
    font-size:14px;
    color:#4a4a4d;
    line-height:24px;
}
@media screen and (max-width: 991px){
    .s-careers-float{
        padding: 0;
        margin-bottom: 10px;
    }
    .s-careers-whysany{
        margin-top:0;
        margin-bottom: 0;
    }
    .s-careers-how-abosu{
        margin-bottom: 5px;
    }
    .s-car-one{
        padding: 0;
    }
    .s-careers-how{
        padding: 0 15px;
    }
    .s-car-one{
        margin-bottom: 10px !important;
    }
    .s-careers-tit-will {
        margin: 0;
        font-size: 16px;
        text-align: left;
        height: 30px;
        line-height: 30px;
        padding-left: 12px;
        background: #c70010;
        color: #fff;
    }
}
.s-careers-dw,.s-careers-how h3{
    font-size:18px;
    color:#4a4a4d;
    margin: 20px 0 10px 0;
}
.s-careers-dw{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 14px;
    padding-left: 12px;
}
.s-careers-how p{
    font-size:14px;
    color:#4a4a4d;
    line-height:24px;
}
.s-careers-how-abosu{
    position: relative;
}
.s-car-one{
    margin-bottom: 26px;
}

/*careers end*/


/*history star*/

.s-history{
    background: url("../images/whysany/history-bg.jpg") center top no-repeat;
}
.s-history-cont h2{
    font-size:44px;
    color:#ffffff;
    line-height:50px;
    text-align: center;
    margin:50px 0;
}
/*.s-his-star{
    width: 1140px;
    overflow: hidden;
}*/
.s-his-tit-cont{
    background: #fff;
    padding: 20px 5px;
    margin-bottom: 30px;
    /*width: 5660px;*/
}
.s-his-left{
    padding-right: 10px;
}
.s-his-center{
    padding-left: 10px;
}
.s-his-right{
    padding-left: 5px;
}
.s-his-bgcol{
    margin: 0;
    display: none;
    /*width: 1130px;
    float: left;*/
}
.s-his-tit-cont .s-his-bgcol-active{
    display: block;
}
.s-his-qb h3{
    margin-top: 10px;
    margin-bottom: 5px;
    font-family:ArialMT;
    font-size:50px;
    color:#999999;
    text-align: left;
}
.s-his-qb .s-his-titcol{
    color:#4d4d4d;
}
.s-his-qb .s-his-titcol1{
    color:#292929;
}
.s-his-qb p{
    font-size:16px;
    color:#4d4d4d;
    line-height:24px;
    margin-bottom: 41px;
    text-align: left;
    height: 72px;
    overflow: hidden;
}
.s-his-tit{
    font-size:20px;
    color:#212121;
    line-height:24px;
    float: left;
    margin-left: 5px;
    font-weight: 600;
    margin-top: 10px;
}
.s-his-list,.s-his-list-a,.s-his-list-b{
    float: right;
}
.s-his-list li,.s-his-list-a li,.s-his-list-b li{
    float: left;
    padding: 10px 30px;
    padding-bottom: 5px;
    font-size: 18px;
    background: #e0e0e0;
    text-align: center;
    margin-left: 20px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    cursor: pointer;
    font-weight: bold;
}
.s-his-list .s-his-active,.s-his-list-a .s-his-active,.s-his-list-b .s-his-active{
    background: #fff;
    color: #c70010;
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*.s-his-star{
        width: 940px;
    }
    .s-his-tit-cont{
        width: 4965px;
    }
    .s-his-bgcol{
        width: 930px;
    }*/
    .s-his-qb p {
        font-size: 14px;
        color: #4d4d4d;
        line-height: 20px;
        margin-bottom: 26px;
    }
    .s-his-qb h3 {
        margin-top: 6px;
    }
}


/*phone*/
.s-phone{
    margin-bottom: 10px;
}
.s-phone h2{
    font-size:22px;
    color:#ffffff;
    margin: 0;
    padding:20px 0 16px 27px;
}
.s-phone-tit{
    font-size:16px;
    color:#212121;
    margin: 8px 0 12px;
}
.s-phone-bgcolor,.s-phone-bgcolor-a,.s-phone-bgcolor-b{
    background: #fff;
    padding-bottom: 10px;
    margin: 0;
    width: 100%;
}
.s-phone-bgcolor .pagination,.s-phone-bgcolor-a .pagination,.s-phone-bgcolor-b .pagination{
    text-align: center;
    bottom:-10px;
    position: absolute;
    left: 0;
    width: 100%;
}
.s-phone-bgcolor .swiper-pagination-switch,.s-phone-bgcolor-a .swiper-pagination-switch
,.s-phone-bgcolor-b .swiper-pagination-switch{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 3px;
    cursor: pointer;
    background: #b9b9b9;
    opacity: 1;
}
.s-phone-bgcolor .swiper-active-switch,.s-phone-bgcolor-a .swiper-active-switch ,.s-phone-bgcolor-b .swiper-active-switch  {
    background: #E89214;
}
.s-phone-date{
    font-size:32px;
    color:#999999;
    margin-top: 10px;
    text-align: left;
}
.s-phone-cot{
    font-size:14px;
    color:#4d4d4d;
    text-align: left;
    margin-bottom: 16px;
}
.s-phone-pad{
    padding-bottom: 20px;
}
.s-his-titcol{
    color:#4d4d4d;
}
.s-his-titcol1{
    color:#292929;
}

/*history end*/
/*Company Profile start*/
.video-height{
    height: 400px;
}
@media (max-width: 991px){
    .video-height {
        height: 50vw;
    }

}
.company{
    font-size: 14px;
    color: #4d4d4d;
}
.company-banner{
    background: url("com-banner.jpg")  0 0 no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;

}
.company-banner .container{
    margin: 10% auto;
    padding: 0 4%;
}

.company-banner1{
    background: url("com-banner1.jpg")  0 0 no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;

}
.company-banner1 .container{
    margin: 10% auto;
    padding: 0 4%;
}
.com-video,a.s-banner-videro-a{
    font-size: 60px;
    color: #fff;
    outline: none;
}
h2.company-title,h1.company-title{
   font-size: 26px;
    text-transform: uppercase;
}
h1.company-title{
    font-size: 44px;
}
.s-modal-content2{
    background: #000;
    width: 660px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}
@media (max-width: 991px){
    .s-modal-content2{
        width: 92% !important;
    }
}
@media (min-width: 992px){
    .s-modal-content2{
        height: 450px !important;
    }
}
.map-title{
    text-align: center;
}
.map-title h2{
    font-size: 26px;
    font-weight: bold;
    margin-top: 30px;
}
.map-title p{
    color: #999;
    width: 60%;
    margin: 0 auto;
}
.global-map2{
    background: url("../images/whysany/why-map.jpg") top center no-repeat;
    background-size: 100%;
    margin: 0 auto;
    height: 680px;
    margin-top: 50px;
    position: relative;
}
.map-country span{
    font-size: 20px;

}
.map-country{
    position: absolute;
    width: 157px;
    text-align: center;
    cursor: pointer;
}
.sanyamerica{
    left: 7%;
    top:22%
}
.latin-america{
    left: 22%;
    bottom: 27%;
}
.latin-america2{
    left: 18%;
    bottom: 16%;
}
.europe{
    left: 42%;
    top: 12%;
}
.putzmeister{
    left: 38%;
    top: 18%;
text-align: left;
}
.putzmeister span{
    position: relative;
    top: 5px;
    left: 105px;
}

.palfinger{
    left: 42%;
    top: 21%;
}
.north-africa{
    left: 42%;
    top: 38%;
}
.south-africa{
    left: 45%;
    top: 60%;
}
.middle-east{
    left: 50%;
    top: 29%;
}
.central-asia{
    left: 58%;
    top: 31%;
}
.sany-india{
    left: 62%;
    top: 41%;
}
.russia{
    left: 63%;
    top: 12%;
}
.China{
    left: 72%;
    top: 34%;
}
@media screen and (min-width: 1400px){
    .China{
        width: 172px;
    }
}
.asia-pacific{
    right: 15%;
    bottom: 37%;
}
.map-country span{
    transition:All 0.3s ease;
    color: #333;
}
.map-country:hover ,.map-country:hover .icon-125, .active ,.active span{
    color:#e60012;
}
.map-country:hover .icon-125, .global-map2  .active span{
font-size: 24px;
}
.sany-moble{
    position: absolute;
    background: #fff;
    width: 59%;
    top: 20%;
    left: 20%;
    z-index: 1;


}

.sany-moble img{
    width: 100%;
}
.country-img{
    padding: 0;
    margin: 0;
}
.sany-moble{
    display: none;
}
.sany-moble .icon-14{
    color: #999;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 2;
    cursor: pointer;
}
h3.company-title{
    font-size: 20px;
    margin: 30px 0 12px 0;
}
.country-describe p{
    color: #808080;
}
@media screen and (min-width: 991px){
    .country-describe{
        max-height: 306px;
        overflow-y: scroll;
        padding-bottom: 20px;
    }
    .sany-moble{
        -moz-box-shadow: 0px 0px 10px #ccc;
        -webkit-box-shadow: 0px 0px 10px #ccc;
        box-shadow: 0px 0px 10px #ccc;
    }
}
.competieness{
    background: #1d6cc9;
}
.competieness .row{
    position: relative;
}
.competieness .competieness01{
    position: relative;
}
.core-01{
    background: url("com-core01.jpg") center center no-repeat;
    background-size: cover;
    color: #fff;
    text-align: right;
    padding: 56px;

}
.core-02,.core-03{
    background: url("com-core03.jpg") center center no-repeat;
    text-align: left;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    height: 100%;
}
.core-03{
    background: url("com-core02.jpg") center center no-repeat;
    background-size: cover;
    text-align: right;
    left: 0;
}

.core-01 h3{
    font-size: 100px;
    font-weight: bold;
    margin: 0;
}
.core-01 p{
    font-size: 24px;
}

.core-describe{
    background: #fff;
    padding: 20px 50px;
    position: absolute;
    right:0;
    bottom:0

}
@media screen and (min-width: 992px) and (max-width: 1300px){
.competieness01 .core-describe{
    padding: 20px 14px;
}
}
.core-describe3{
    left: 50%
}
.core-describe li{
    margin: 15px 0;
    height: 53px;
    display: table;
}
.core-describe img{
    margin-right: 10px;
    width: 53px;
    height: 53px;
    float: left;
}
.core-describe div{
    margin-left: 43px;
    height: 53px;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}
h2.company-title2{
    text-align: center;
    color: #fff;
    margin: 40px;
}
.core-describe2{
  position: relative;
  padding: 65px 50px;
}
.company3{
    background: url("com-banner3.jpg") center center no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}

.company3 li h3{
    font-size: 18px;
    font-weight: 600;
}
.co-rudios{
    width: 140px;
    height: 140px;
    border-radius: 100%;
    background: #f8cc1c;
    position: absolute;
    top: -76px;
    left: 32%;
    font-size: 74px;
    line-height: 140px;
    color: #000;

}
.tubiao .icon-01{
    font-size: 56px
}
.company3 .container{
    padding-top: 80px;
}
.tubiao{
    background: #fff;
    text-align: center;
    padding: 60px 30px 30px 30px;
    position: relative;
}
.tubiao p{
    color: #808080;
    height: 80px;
}
@media screen and (min-width: 1400px){
    .global-map2{
        width: 1400px;
    }
    .core-01 p{
        font-size: 24px;
        padding-left: 56%;

    }
    .core-02 p{
        padding-right: 56%;
        text-align: left;
        padding-left: 0;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
    .sany-moble{
        width: 80%;
        left: 11%;
        top:5%;
        left: 6%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .co-rudios{
        width: 140px;
        height: 140px;
        top: -66px;
        line-height: 140px;
        font-size: 70px;
        left:82px ;
    }

    .company3 .container {
        padding-top: 60px;
    }
    .sany-moble{
        width: 80%;
        left: 11%;
        top:2%
    }
}
@media screen and (min-width: 992px) and (max-width: 1399px){
    .global-map2{
        width: 992px;
        height: 507px;
    }
    .sanyamerica{
        left: 6%;
    }
    .latin-america{
        left: 20%;
    }
    .latin-america2{
        left: 16%;
    }
    .europe{
        left: 39%;
    }
    .putzmeister{
        left: 33%;
        top: 18%;
        text-align: left;
    }
    .putzmeister span{
        top: 5px;
        left: 108px;
    }
    .north-africa{
        left: 38%;
    }
    .palfinger{
        left: 40%;
        top: 20%;
    }
    .south-africa{
        left: 43%;
    }
    .middle-east{
        left: 48%;
    }
    .central-asia{
        top: 31%;
        left: 55%;
    }
    .sany-india{
        left: 60%;
    }
    .russia{
        left: 60%;
    }
    .China{
        left: 68%;
        top: 32%;
    }
    .asia-pacific {
        right: 12%;
        bottom: 39%;
    }
}
@media screen and (max-width: 767px){
    .global-de{
        height: 100px;
        overflow: hidden;
    }
}
@media screen and (max-width: 991px){
    h2.company-title, h1.company-title{
        font-size: 18px;
    }
    .com-video{
        font-size: 40px;
    }

    .map-title{
        text-align: left;
        padding-right: 16%;
        background: url("../images/whysany/2-1.jpg") right no-repeat;
        background-size: 53%;
    }
    .map-title h2,.company3 li h3{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .map-title p{
        width: 100%;
    }
    .global-map{
        border-bottom: 4px solid #eeeff0;
        border-top: 4px solid #eeeff0;
    }
    .moblie-country{
        margin: 10px -15px 0 -15px;
    }
    .moblie-country li ,.view-more {
        height: 45px;
        line-height: 45px;
        border-top: 1px solid #f1f2f3;
        display: block;
        padding: 0 15px;

    }
    .moblie-country li span{
        float: right;
        margin-top: 15px;
        font-size: 12px;
    }
    .country-display{
        display: none;
    }
    .view-more {
        text-align: center;
        color:#1d6cc9;
        position: relative;
    }

    .moblie-country .icon-143:before{
        font-size: 30px;
        margin-left: 5px;
        position: absolute;
        top:7px;
    }
    .moblie-country .icon-142:before{
        font-size: 30px;
        margin-left: 5px;
        position: absolute;
        top:7px;
    }
    h2.company-title2{

        font-size: 16px;
        margin: 20px 0;
    }
    .core-describe{
        position: static;
        padding: 0 15px;
    }
    .core-01{
        text-align: center;
        padding: 10px;
    }
    .core-01 h3{
        font-size: 50px;
        margin-top: 0;
    }
    .core-01 p{
        font-size: 14px;
    }
    .core-describe li{
        margin: 0;
        padding: 0 15px;
        height: 53px;
        margin: 15px 0;
    }
    .core-02, .core-03{
        height: auto;
    }
    .core-02, .core-03{
        position: relative;
    }
    .company3 li{
        padding: 0;
        margin:0;
        margin-bottom: 55px;
    }
    .tubiao{
        padding: 25px 15px 5px 15px;
        text-align: left;
    }
    .co-rudios{
        width: 73px;
        height: 73px;
        top: -39px;
        left: 16px;
        font-size: 38px;
        line-height: 73px;
        text-align: center;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: background;
        transition-property: background;
        box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
    }
    .tubiao:hover .co-rudios{
        background: none;
    }
    .tubiao .icon-01{
        font-size: 30px;
    }
    .company3 .container{
        padding: 38px 15px 0 15px;
    }
    .company3 li:last-child{
        margin-bottom: 0;
    }
    .global-map2{
        background: none;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.7);
        position: fixed;
        width: 100%;
        z-index: 999999;
        display: none;
        margin-top: 0;
    }
    .sany-moble{
        width: 96%;
        left: 2%;
        top: 10px;
        margin: 0;
        height: 98%;
        overflow-y: scroll;
    }
    h3.company-title{
        margin: 10px 0 5px 0;
    }
    .sany-moble .icon-14{
        color: #fff;
        font-size: 20px;
    }
}
    @media screen and (min-width: 768px) and (max-width: 991px){
        .tubiao{
            padding: 30px 50px 30px 50px;
        }
        .tubiao p{
            height: auto;
        }
    }


/*Company Profile end*/

/*whysany-Global-Layout star*/
.s-layout-banner{
    background: url("../images/whysany/s-layout.png") center top no-repeat #00031e;
    overflow: hidden;
}
.s-la-cont{
    padding: 50px 0;
}
.s-la-tit{
    font-size:26px;
    color:#ffffff;
    text-align: center;
    margin-bottom: 10px;
}
.s-la-cont ul li{
    position: relative;
    text-align: center;
    font-size: 90px;
    color: #fff;
}
.s-la-cont ul .s-two-li{

}
.s-la-cont ul li p{
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    width: 100%;
}
.s-la-banpic{
    position: relative;
}
.s-la-banpic p{
    position: absolute;
    left: 36px;
    bottom: 0;
    font-size:22px;
    color:#ffffff;
}
.s-la-banpic a{
    display: block;
    overflow: hidden;
}
.s-la-banpic a img{
    width: 100%;
    transition: transform 1s;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    -o-transition: transform 1s;
    -ms-transition: transform 1s;
}
.s-la-banpic a:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.s-ind{
    margin: 0 auto;
    margin-top: 60px;
}
.s-ind-list{
    float: left;
}
.s-ind-list h3{
    margin: 0 0 16px 0;
    font-size:18px;
    color:#404040;
    font-weight: bold;
    text-align: center;
}
.s-ind-list ul li{
    text-align: center;
    height: 38px;
    line-height: 38px;
}
.s-ind-active a{
    display: inline-block;
    font-size:16px;
    color:#ffffff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #c70010;
    border-radius: 30px;
}
.s-map-top{
    border-top: 10px solid #eeeff0;
    padding-bottom: 16px;
}
.s-map-top h3{
    margin: 0;
    height: 60px;
    line-height: 64px;
    text-align: center;
    font-size: 18px;
}
.s-wap-p1{
    text-align: left;
    margin: 15px 0 5px 0;
    font-size: 16px;
}
.s-wap-p2{
    text-align: left;
    font-size: 14px;
    color:#808080;
}
.s-star-wap{
    padding-bottom: 26px;
}








.s-ind-pd{
    padding: 0;
}
.s-ind-p1{
    font-size:26px;
    color:#404040;
}
.s-ind-p2{
    font-size:16px;
    color:#999999;
    line-height:22px;
}
.s-ind-mo{
    display: none;
}
.s-ind-cont .s-ind-cont-active{
    display: block;
}
.s-prod-fluid h3{
    margin: 0;
    margin-top: 46px;
    background: #f2f2f2;
    height: 88px;
    line-height: 88px;
    text-align: center;
    font-size:26px;
    font-weight: bold;
}
.s-prod-fluid{
    padding: 0;
}
.s-prd-remopd{
    padding: 0;
    position: relative;
    overflow: hidden;
}
.s-prod-hover{
    position: absolute;
    left: 0;
    bottom: 0;
}
.s-prod-p1{
    position: relative;
    background: rgba(0,0,0,0.6);
    font-family:PingFangSC-Semibold;
    font-size:26px;
    color:#ffffff;
    margin: 0;
    height: 50px;
    line-height: 45px;
    padding-left: 30px;
}
.icon-141:before {
    position: absolute;
    right: 0;
    boottom: 0;
    width: 50px;
    height: 50px;
    background: red;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}
.s-prod-p2{
    background: rgba(0,0,0,0.6);
    font-size:16px;
    color:#ffffff;
    line-height:28px;
    margin: 0;
    padding: 82px;
}
.s-prod-p2 h4{
    margin: 0;
    font-size:26px;
    color:#ffffff;
    margin-bottom: 16px;
}


.s-stry-list h2{
    font-size:26px;
    color:#404040;
    text-align: center;
    margin: 50px 0 30px 0;
}
.s-stry-mgl{
    padding-left: 6px;
    margin-bottom: 12px;
}
.s-stry-mgr{
    padding-right: 6px;
    margin-bottom: 12px;
}
.s-stry-pro{
    position: relative;
}
.s-stry-pro span{
    position: absolute;
    left: 20px;
    bottom: -20px;
    font-size:20px;
    color:#ffffff;
    background: #f5a623;
    padding: 12px 16px;
}
.s-stry-mgr h3,.s-stry-mgl h3{
    margin: 40px 0 16px 0;
    padding-left: 20px;
    font-size: 20px;
    color: #212121;
    font-weight: bold;
}
.s-stry-mgr p,.s-stry-mgl p{
    padding: 0 20px;
    margin: 40px 0 20px;
    font-size:16px;
    color:#bbbbbb;
    height: 66px;
    overflow: hidden;
}
.s-stry-bord{
    border:1px solid #e6e6e6;
    transition: all 0.3s ease-in-out;
}
.s-stry-bord:hover{
    -webkit-box-shadow:0 0 20px #b3b3b3;
    -moz-box-shadow:0 0 20px #b3b3b3;
    box-shadow:0px 0 20px #b3b3b3;
}

@media screen and (max-width: 768px){
    .s-stry-mgl{
        padding-left: 15px;
        margin-bottom: 15px;
    }
    .s-stry-mgr{
        padding-right: 15px;
        margin-bottom: 15px;
    }
    .s-stry-pro span {
        bottom: -16px;
        color: #ffffff;
        font-size: 16px;
        padding: 6px 10px;
    }
    .s-stry-mgr h3, .s-stry-mgl h3 {
        margin: 28px 0 10px 0;
        padding-left: 20px;
        font-size: 16px;
        color: #212121;
    }
    .s-stry-list h2 {
        font-size: 18px;
        margin: 22px 0 16px 0;
    }
    .s-prod-fluid h3 {
        border-top: 10px solid #eeeff0;
        margin: 0;
        background: #fff;
        height: 60px;
        line-height: 64px;
        text-align: center;
        font-size: 18px;
    }
    .s-la-cont ul li {
        font-size: 30px;
    }
    .s-la-banpic p {
        left: 30px;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .s-la-tit {
        font-size: 20px;
    }
    .s-la-cont {
        padding: 40px 0;
    }
}
.s-india-imgw{
    width: 100%;
}
@media screen and (max-width: 991px){
    .s-la-banpic {
        padding: 0;
    }

}
@media (min-width: 992px) and (max-width: 1199px){
    .s-ind-list ul li {
        height: 30px;
        line-height: 30px;
    }
}
/*whysany-Global-Layout end*/
/*whysany-corporate culture strat*/
.culture {
    color: #4d4d4d;
    font-size: 14px;
}

.culture img {
    width: 100%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

@media screen and (min-width: 1201px) {
    .sus-containe li:hover img {
        margin-left: 14%;
    }
}

@media screen and (min-width: 992px)and (max-width: 1200px) {
    .sus-containe li:hover img {
        margin-top: -10px;
    }
}

.culture-banner {
    background: url("culture.jpg") 0 0 no-repeat;
    background-size: 100%;
    text-align: center;
    color: #fff;
}

.culture-banner h1 {
    font-size: 26px;
    font-weight: bold;
    margin: 7.2% 0;
}

.design-title, .ect-title {
    font-size: 20px;
    margin: 30px 0;
    font-weight: 600;
}

.award-culture {
    margin: 0 auto;
    padding-bottom: 30px;
}

@media screen and (min-width: 991px) {
    .award-culture {
        width: 64%;
    }

    .m1-values-list {
        margin-bottom: 30px;
        padding: 0 15px;
        position: relative;
    }

    .m1-values-title {
        width: 12%;
        background: #f5a623;
        background: #f5a623;
        height: 100%;
        position: absolute;
        top: 0;
        text-align: center;
        padding-top: 7%;
        color: #fff;
        font-size: 20px;
    }

    .m1-values-title2 {
        background: #173f7f;
    }

    .m1-values-desgin {
        width: 88%;
        margin-left: 12%;
    }

    .m1-values-title span {
        display: block;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .ecterprise-time {
        width: 80%;
        margin: 0 auto;
    }
    .add-culture1{
        min-height: 425px;
    }

}

.cu-slide-list .swiper-slide {
    display: block;
}

.cu-slide-list h3{
    font-size: 14px;
    margin: 0;
    background: #fff;
    padding: 20px 15px;
    text-align: left;
    border: 1px solid #e6e6e6;
    height: 76px;
    font-weight: 600;

}

.val-lits {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.val-lits h3, .val-lits:before {
    position: absolute;
    font-size: 14px;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    margin: 0;
}

.val-lits:before {
    content: "";
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.val-lits:hover.val-lits:before {
    opacity: 0.4;
    z-index: 1;
}

.ecterprise {
    background: #f2f2f2;
    padding-bottom: 30px;
}


.ect-title {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.ect-list2:after {
    right: 13%;
    top: -14%;
    left: auto;
}

.sus-listtitle a {
    color: #fff;
}

.sustainability {
    padding: 0;
    position: relative;
    color: #fff;
}

.sus-containe {
    padding: 0;
}

.sus-listtitle {
    background: #f5a623;
    position: absolute;
    top: 78%;
    right: 0;
    width: 78%;
    padding: 5px 15px;
}

@media screen and (min-width: 991px) {

    .Sus-title {
        background: #173f7f;
        padding: 2% 0 5% 0;
    }

    .sus-containe ul {
        position: absolute;
        width: 80%;
        top: 20%;
    }

    .sus-containe li {
        padding: 0 2.8%;
        position: relative;
    }

    .sus-listtitle h2 {
        font-size: 18px;
        height: 40px;
        overflow: hidden;
        margin-bottom: 0;
    }

    .sus-containe ul {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 1200px)and (min-width: 992px) {
    .award-culture {
        width: 90%;
    }
    .add-culture1{
        min-height: 322px;
    }
    .sus-containe ul{
        top:22%
    }
    .sus-containe li {
        padding: 0 10px;
    }

    .sus-containe {
        padding: 0 15px;
    }

    .sus-listtitle {
        left: 0;
        width: 91.8%;
        margin: 0 10px;
    }

    .Sus-title {
        padding: 3% 0 8% 0;
    }
    .sus-containe ul {
        margin-bottom: 120px;
    }

}
@media screen and (min-width: 1201px)and (max-width: 1600px) {
    .add-culture1{
        min-height: 322px;
    }
}
@media screen and (max-width: 1024px)and (min-width: 992px) {
    .sus-listtitle {
        width: 90.4%;
    }
}
.sus-listtitle p {
    height: 60px;
    overflow: hidden;
}

.m1-values-desgin .row {
    margin: 0;
}

.m1-values-desgin li {
    padding-right: 0;
    padding-left: 0;
}

@media screen and (max-width: 991px) {

    .ecterprise-time ul{
        margin:0 -5px;
    }
    .ecterprise-time li {
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .ecterprise {
        background: #fff;
    }

    .culture-banner {
        background: url("ectapp-banner2.jpg") 0 0 no-repeat;
        background-size: 100%;
    }

    .culture-banner h1 {
        font-size: 20px;
        margin: 10% 0;
    }

    .m1-values-title {
        height: 40px;
        line-height: 40px;
        position: relative;
        padding-left: 15px;
    }

    .design-title, .ect-title {
        font-size: 16px;
        margin: 24px 0;
        text-align: left;
    }

    .val-lits h3 {
        text-align: left;
        padding: 0 15px;
    }

    .m1-values-title span {
        font-size: 20px;
        position: absolute;
        top: 8px

    }

    .m1-values-title strong {
        font-size: 16px;
        padding-left: 30px;
    }

    .m1-values-desgin {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }

    .m1-values-list {
        margin-bottom: 0;
    }

    .sustainability {
        padding: 0 15px;
    }

    .culture .container-fluid {
        border-top: 4px solid #eeeff0;
    }

    .sustainability .ect-title {
        color: #4d4d4d;
    }

    .sus-listtitle {
        position: relative;
        width: 100%;
        padding: 5px 5px;
        height:68px;
        overflow: hidden;
    }

    .sus-listtitle h2 {
        font-size: 14px;
        margin: 5px 0;
    }

    .cu-slide-list h3{
        border: none;
        line-height: 20px;
        padding: 10px 0;
        height: auto;
        font-weight: normal;
    }

    .ecterprise {
        padding: 0;

    }

    .ecterprise .swiper-container {
        padding-bottom: 30px;
    }

    .ecterprise h2 {
        padding-left: 15px;
    }

    .ecterprise .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 20px !important;
    }
}
@media screen and (max-width: 425px){
    .sus-listtitle {
        height: 90px;
    }
}
/*whysany-corporate culture end*/
@media screen and (max-width: 991px){
    .s-history, .company,.culture,.csr,.w-career{
        margin-bottom: 46px;
        margin-top: 44px;
    }
    .s-layout-banner{
        margin-bottom: 46px;
        margin-top: 44px;
    }
    .s-stry-list{
        margin-top: 0;
    }
}


































