body{
    width:100%;
    margin:0px;
}
#header{
    height: 100px;
    z-index:9999;
    top:0px;
    width:100%;
    transition:all 0.6s;
    align-items: center;
    position: fixed;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.header-wrap ,.wrap{
    margin:0 auto;
}
.header-wrap {
    max-width:1500px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrap{
    max-width:1200px;
    margin: 0 auto;
}
.swiper-height{
    width:100%;
    height: 825px;
}
.swiper-height .wrap{
    height:100%;
}

h2 {
    margin: 0;
}

#h-logo {
    float:left;
}

#h-content{
    float:left;
    text-align:right;
}
#h-content ul{
    list-style: none;
    margin:0;
    text-align:right;
    display: flex;
    float: right;
}
#h-content li {
    width:auto;
    margin:0 30px;
    cursor:pointer;
    border-bottom: 3px solid transparent;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
#h-content li:hover {
    border-bottom: 3px solid #fff;
}

.country {
    width: 12%;
    float: right;
}
.s1text{font-size:30px;line-height:90px;color:#fff;font-weight:400;text-shadow:2px 2px 4px rgba(0,0,0,0.3); margin-bottom: 20px; text-align:center;}
.s2text{font-size:26px;line-height:40px;color:#fff;font-weight:300;text-shadow:2px 2px 4px rgba(0,0,0,0.3); position: relative;}
.fw{font-weight:Bold;}

.txt-slider {
    position: relative;
    top: 380px;
	left:45px;
}

.border-slide {
    width: 175px;
    height: 175px;
    border-top: 15px solid #fff;
    border-left: 15px solid #fff;
    position: absolute;
    top:240px;
    left: 25%;
}

@media(max-width:480px){
    .modal .text{
        width:320px !important;
        height:auto !important;
        top:50% !important;
        left:50% !important;
        margin-left:-175px !important;
        margin-top:-250px !important;
        padding:50px 15px 10px !important;
        border-radius:15px !important;
}

}

.show-modal {
    cursor: pointer;
}

.modal.slide .content{
    top:calc(50% - 294px);
}

.modal2.slide .content{
    top:calc(50% - 294px);
}

.modal.company .content{
    top:calc(50% - 380px);
}

.modal2.company .content{
    top:calc(50% - 380px);
}

.modal{
    position: fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,.9);
    width:100%;
    height:100%;
    display:none;
    z-index:99999;
    overflow:auto;
}

.modal2{
    position: fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,.9);
    width:100%;
    height:100%;
    display:none;
    z-index:100001;
    overflow:auto;
}

.modal .content, .modal2 .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1300px;
}

.mc{color:#ec2978}

.modal .close {
    font-size: 20px;
    color: #fff;
    background: #222;
    position: fixed;
    top: 5%;
    right: 14%;
    cursor: pointer;
    line-height: 30px;
    padding: 0px 9px;
    border-radius: 50px;
    z-index: 100000;
    border: 3px solid #fff;
    box-shadow: 2px 1px 2px 1px #333;
}
.sub-close {
    font-size: 20px;
    color: #fff;
    background: #222;
    position: fixed;
    top: 5%;
    right: 14%;
    cursor: pointer;
    line-height: 30px;
    padding: 0px 9px;
    border-radius: 50px;
    z-index: 100000;
    border: 3px solid #fff;
    box-shadow: 2px 1px 2px 1px #333;
}

.hidden {overflow:hidden !important; touch-action:none;}

.full-width{
    width:100%;
    display: flex;
}
.full-width .half{
    width:50%;
    height:100%;
    float:left;
    background-size:cover !important;
    background-repeat:no-repeat !important;
}

p{margin:0px;}

.hover {
    transition: all 0.5s;
}

.hover:hover {
    transform: translateY(-15px);
}

.wrap .sub, .fullwrap .sub {
    font-size:22px;
    font-weight:300;
    text-align: center;
}

.wrap .title.center,.wrap .sub.center{
    text-align:center;
}

.flex-box {
    display: flex;
    align-items: center;
}

.wrap {
    padding: 80px 0 100px 0;
}

.title {
    margin-bottom: 50px;
}

.cBlue {
    color:#034ea2;
}

.cfff {
    color:#fff;
}

.swiper-slide .wrap {
    display: flex;
}

.open-wrap {
    position: relative;
}
.open-wrap div {
    transition: transform 0.3s ease-in-out;
}
.open-wrap div:hover {
    transform: translateY(-10px);
}
.open-wrap .open1 {
    position: absolute;
    top: -443px;
    left: 156px;
    cursor: pointer;
    width: 215px;
    height: 330px;
}
.open-wrap .open2 {
    position: absolute;
    top: -483px;
    left: 412px;
    cursor: pointer;
    width: 215px;
    height: 330px;
}
.open-wrap .open3 {
    position: absolute;
    top: -443px;
    left: 668px;
    cursor: pointer;
    width: 215px;
    height: 330px;
}
.open-wrap .open4 {
    position: absolute;
    top: -473px;
    left: 924px;
    cursor: pointer;
    width: 215px;
    height: 330px;
}

/*----------sub----------*/
.product-wrap {
    height: 923px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/main-bg1.png);
}
.product-wrap .product-content {
    margin: auto;
    max-width: 1500px;
    padding-top: 200px;
    display: flex;
    justify-content: flex-end;
}
.product-wrap .product-content2 {
    margin: auto;
    max-width: 1500px;
    padding-top: 17px;
    display: flex;
    justify-content: space-between;
}
.product-wrap .product-content img, .product-wrap .product-content2 img {
    transition: transform 0.5s ease;
}
.product-wrap .product-content img:hover, .product-wrap .product-content2 img:hover {
    transform: translateY(-5px);
}

.business-wrap {
    height: 918px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/main-bg2.png);
}
.business-wrap .business-content {
    margin: auto;
    max-width: 1500px;
    padding-top: 345px;
    display: flex;
    justify-content: space-between;
}
.business-wrap .business-content img {
    transition: transform 0.5s ease;
    border-radius: 10px;
}
.business-wrap .business-content img:hover {
    transform: translateY(-5px);
    box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.15);
}

/*----------footer----------*/
.footer-content {
    background: #111;
    display: flex;
    justify-content: space-between;
}
.footer-content .left {
    color: #999;
    font-size: 15px;
    width: 1,220px;
    padding: 37px 0 0 210px;
}
.footer-content .left span {
    color: #fffcfc;
}
.footer-content .right {
    width: 700px;
    background: #000;
    padding: 37px 0;
}
.footer-content .right p {
    color: #777;
    font-size: 14px;
    padding-left: 106px;
}

/********** mySwiper **********/
.mySwiper {
    margin: auto;
    overflow: hidden;
    position: relative;
    list-style: none;
    padding: 0;
    height: 100%;
}
.numbertext {
    color: #333;
    font-size: 20px;
    position: absolute;
    font-weight: 400;
    left: 10px;
    top: 10px;
    background: #fff;
    padding: 0 10px 8px;
}
.numbertext span {
    color: #ec1f27;
    font-size: 25px;
    font-weight: 600;
}