.layout {
    padding-top: 86px;
}

.wrap {
    width: 1660px;
    margin: 0 auto;
}

/*一级*/

/*二级*/

/*三级*/

.h_banner {
    margin-top: auto;
    position: relative;
}

.h_banner li {
    display: block;
}


.h_banner .wrp {
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 11;
}

.h_banner .arrow {
    cursor: pointer;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 18px;
    background: url(../images/hico11.png) no-repeat center;
    width: 20%;
    height: 48px;
    margin: 0 auto;
    -webkit-animation: bounce-up 1.5s linear infinite;
    animation: bounce-up 1.5s linear infinite;
}

@-webkit-keyframes bounce-up {
    25% {
        -webkit-transform: translateY(10px);
    }

    50%, 100% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(-10px);
    }
}

@keyframes bounce-up {
    25% {
        transform: translateY(10px);
    }

    50%, 100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-10px);
    }
}

.h_pg1 {
    background: url(../images/bg1.jpg) no-repeat center;
    height: 896px;
    overflow: hidden;
}

.uit_txt {
    text-align: center;
    margin-top: 62px;
}

.uit_txt h2 {
    font-size: 40px;
    color: #000000;
    line-height: 66px;
    margin-bottom: 18px;
    text-align: center;
}

.uit_txt p {
    font-size: 18px;
    color: #888888;
    line-height: 30px;
    text-align: center;
}

.h_pg1 .imgs {
    width: 1153px;
    height: 418px;
    margin: 50px auto 0;
}

.h_pg1 .imgs img {
    width: 100%;
    display: block;
}

.h_pg1 .list {
    width: 1300px;
    height: 134px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 15px #e8f7fe;
    margin: 0 auto;
    border-radius: 3px ;
    overflow: hidden;
}

.h_pg1 .list ul {
    overflow: hidden;
}

.h_pg1 .list li {
    float: right;
    width: calc(100% / 5);
    box-sizing: border-box;
    position: relative;
}

.h_pg1 .list li:before {
    content: "";
    left: 0;
    top: 25px;
    bottom: 25px;
    width: 1px;
    background: #efefef;
    display: block;
    position: absolute;
    z-index: 11;
}

.h_pg1 .list li:hover:before, .h_pg1 .list li:last-child:before {
    display: none;
}

.h_pg1 .list li a {
    padding: 15px 0px 25px ;
    display: block;
    overflow: hidden;
    position: relative;
}

.h_pg1 .list li:nth-child(1) .img {
    background: url(../images/beds1.png) no-repeat center;
}

.h_pg1 .list li:nth-child(2) .img {
    background: url(../images/care-beds1.png) no-repeat center;
}

.h_pg1 .list li:nth-child(3) .img {
    background: url(../images/pt1.png) no-repeat center;
}

.h_pg1 .list li:nth-child(4) .img {
    background: url(../images/bhu1.png) no-repeat center;
}

.h_pg1 .list li:nth-child(5) .img {
    background: url(../images/md1.png) no-repeat center;
}

.h_pg1 .list li:hover:nth-child(1) .img {
    background: url(../images/beds2.png) no-repeat center;
}

.h_pg1 .list li:hover:nth-child(2) .img {
    background: url(../images/care-beds2.png) no-repeat center;
}

.h_pg1 .list li:hover:nth-child(3) .img {
    background: url(../images/pt2.png) no-repeat center;
}

.h_pg1 .list li:hover:nth-child(4) .img {
    background: url(../images/bhu2.png) no-repeat center;
}

.h_pg1 .list li:hover:nth-child(5) .img {
    background: url(../images/md2.png) no-repeat center;
}

.h_pg1 .list li a .img {
    float: right;
    width: 105px;
    height: 104px;
}

.h_pg1 .list li h3 {
    font-size: 20px;
    color: #333333;
    position: absolute;
    right: 106px;
    top: 50%;
    transform: translateY(-50%);
    /* left: 25px; */
    z-index: 1;
    line-height: 28px;
}

.h_pg1 .list li:hover {
    background: url(../images/lico7.png) no-repeat right bottom #4e74ff;
}

.h_pg1 .list li:hover h3 {
    color: #fff;
}

.uit_txt span {
    width: 30px;
    height: 4px;
    background: #4e74ff;
    display: block;
    border-radius: 5px ;
    box-shadow: 0 3px 3px 4px #d8f1fe;
    margin-top: 32px;
}

.uit_txt .btns {
    width: 250px;
    height: 56px;
    border: 1px solid #8b8b8b;
    border-radius: 7px;
    line-height: 56px;
    text-align: center;
    display: block;
    font-size: 18px;
    color: #333333;
    margin-top: 62px;
    transition: all 0.4s;
}

.uit_txt .btns:hover {
    background: #4e74ff;
    border-color: #4e74ff;
    color: #FFFFFF;
}

.h_pg4 {
    background: #f6f6f6;
    padding: 0px 0 75px;
    overflow: hidden;
}

.h_pg4 h2 {
    line-height: 66px;
    font-size: 40px;
    color: #333333;
    text-align: center;
}

.h_pg5 {
    padding: 75px 0;
    overflow: hidden;
}

.h_pg5 .box {
    overflow: hidden;
    box-shadow: 0 0 8px 8px #eaf8fe;
}

.h_pg5 .box .uit_txt {
    float: right;
    width: 60%;
    text-align: initial;
    margin-top: 60px;
    padding-right: 90px;
    box-sizing: border-box;
}

.h_pg5 .box .uit_txt h2 {
    margin-bottom: 20px;
}

.h_pg5 .box .uit_txt span {
    margin-top: 36px;
    float: right;
}

.h_pg5 .box .uit_txt .btns {
    margin-top: 58px;
    height: 58px;
    line-height: 58px;
    color: #FFFFFF;
    border-radius: 5px ;
    background: #4e74ff;
    border: 1px solid #4e74ff;
    float: right;
    margin-right: -30px;
}

.h_pg5 .box .uit_txt p {
    line-height: 30px;
    padding-bottom: 22px;
}

.h_pg5 .box .video {
    float: left;
    width: 35%;
}

.ban_cent {
    height: 370px;
    position: relative;
    background: url(../images/bg2.jpg) no-repeat center top;
}

.ban_cent .txt {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.ban_cent .txt h4 {
    font-size: 40px;
    color: #ffffff;
    line-height: 42px;
}

.ban_cent .txt a {
    margin: 40px auto 0;
    width: 210px ;
    height: 58px;
    border-radius: 4px ;
    background: #4e74ff;
    font-size: 18px;
    display: block;
    color: #ffffff;
    line-height: 58px;
}

/*产品列表*/

/*方案详情*/

/*成功案例*/

/* 产品参数 */

/*Press Release*/

.ps_new {
    height: 385px;
    overflow: hidden;
    position: relative;
}

.ps_new .form {
    width: 562px;
    height: 58px;
    background: #FFFFFF;
    border: none;
    border-radius: 4px ;
    margin: 24px auto 0;
}

.ps_new .form .t1 {
    float: right;
    width: 418px;
    height: 58px;
    font-size: 18px;
    color: #333;
    background: url(../images/q_ico5.png) no-repeat right 20px center;
    padding-right: 72px;
    padding-left: 10px;
    border: none;
    box-sizing: border-box;
}

.ps_new .form .sub {
    width: 140px;
    height: 52px;
    line-height: 52px;
    border: none;
    border-radius: 4px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    background: #4e74ff;
    margin-top: 3px;
    cursor: pointer;
}

/* Press Release2 */

/*press2*/

/*软件详情*/

/*关于我们*/

/*career*/

/*contact*/

/*partner*/

/*press*/

/*产品参数*/

/*5-1 news开始*/

/*弹窗*/
.uit_mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    bottom: 0;
    z-index: 1111;
    display: none;
}

.tc_mask {
    background: url(../images/q_img25.jpg) no-repeat center top #FFFFFF;
    width: 756px;
    border-radius: 5px;
    position: fixed;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1112;
    margin: 0 auto;
    padding-bottom: 30px;
    display: none;
    padding-top: 15px;
}

.tc_mask .ty {
    font-size: 32px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
}

.tc_mask .btn {
    position: absolute;
    bottom: -65px;
    right: 0;
    left: 0;
    width: 120px;
    height: 40px;
    border: 2px solid rgba(255,255,255,0.2);
    background: rgba(0,0,0,0.2);
    border-radius: 35px ;
    margin: 0 auto;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}

/*产品详情*/

.ban_cent .txt a:hover, .h_pg5 .box .uit_txt .btns:hover {
    background: #476bf0;
}



/*云服务*/

/*云服务*/

/*云服务*/

/*支持*/

/*下载*/

/*webin*/

/*webin2*/

/*Training*/

/*
.tn_bds .list li h3:after{
	content: "";position: absolute;background: url(../images/a_ico11.png) no-repeat center;width: 38px;height: 59px;display: block;top: 0;right: -40px;
}
.tn_bds .list li h3:before{
	content: "";position: absolute;background: url(../images/a_ico11-1.png) no-repeat center;width: 38px;height: 59px;display: block;top: 0;left: -40px;
}
*/

/*14-2*/

.in_mask {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 -3px 6px 1px #e8e8e8;
}

.in_mask .wrap {
    padding: 32px 0;
    background: url(../images/m_bg3.png) no-repeat right bottom;
    overflow: hidden;
    padding-right: 180px ;
    box-sizing: border-box;
}

.in_mask .wrap p {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    width: 60%;
    float: right;
}

.in_mask .wrap .btn {
    width: 210px;
    height: 66px;
    box-sizing: border-box;
    border: 1px solid #cbd7ff;
    border-radius: 33px;
    text-align: center;
    display: block;
    float: left;
    background: #fff;
    box-shadow: 0 4px 6px 1px #ebf0ff;
    cursor: pointer;
}

.in_mask .wrap .btn i {
    display: inline-block;
    background: url(../images/m_ico1.png) no-repeat right center;
    padding-right: 65px;
    font-size: 20px;
    color: #4d74fd;
    line-height: 66px;
}

.tc_mask {
    height: 255px;
}

.tc_mask .ps_new {
    height: auto;
    padding: 20px;
    margin-top: 50px;
}

.tc_mask .ps_new .form {
    box-shadow: 0 0 8px 5px #ecf0ff;
}

.mc_fx {
    position: fixed;
    left: 25px ;
    top: 50%;
    z-index: 999;
    /*background: #fff;
	border-radius: 30px;box-shadow: 0 0 6px 1px #ccc;*/
}

.mc_fx li {
    width: 30px;
    height: 40px;
    position: relative;
}

.mc_fx li img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    top: 10%;
}

.ps_new .errorc {
    font-size: 16px;
    color: #ff0000;
    padding-right: 80px;
    padding-top: 20px;
    display: none;
}

/*10-29*/

.mc_fx li {
    position: relative;
    z-index: 11;
    transition: all 0s;
}

.mc_fx li img {
    z-index: 11;
    /*background: #fff;*/
}

.mc_fx li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 11;
    transition: all 0s;
    /*background: #fff;*/
}

.mc_fx li:nth-child(1) a {
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    margin-top: 10px;
}

.mc_fx li:hover {
    z-index: 1;
}

.h_banner .prev, .h_banner .next {
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -20px;
    background: url(../images/hprev.png) no-repeat center;
    width: 22px;
    height: 40px;
    z-index: 111;
    cursor: pointer;
}

.h_banner .next {
    left: auto;
    right: 50px;
    transform: rotate(180deg);
}

/*pzq*/

.ps_new .sle {
    background: url(../images/lpico2.png) no-repeat right 20px center;
    height: 58px;
    font-size: 18px;
    color: #333; 
    box-sizing: border-box;
}



.ps_new .lsele {
    width: 100%;
    display: block;
    padding-right: 72px;
    background: url(../images/lpico1.png) no-repeat left 20px center;
    height: 58px;
    font-size: 18px;
    color: #666;
    border: none;
}

.ps_new .lsele {
    width: 100%;
    display: block;
    padding-right: 72px;
    background: url(../images/lpico1.png) no-repeat left 20px center;
    height: 58px;
    font-size: 18px;
    color: #666;
    border: none;
}

video::-internal-media-controls-download-button {
    display: none;
}

/*
.h_pg4 .list .next, .h_pg4 .list .prev{
	display: none;
}
*/

.h_worldwide h2 {
    font-size: 40px ;
    color: #000000;
    text-align: center;
    line-height: 50px;
}

.h_worldwide ul {
    margin-top: 35px;
    text-align: center;
    display: block;
}

.h_worldwide li {
    display: inline-block;
    width: 450px ;
    height: auto;
    margin: 0 22px 26px;
    background: #fff;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 5px 10px 5px #e2e5f2;
    transition: all 0.4s;
    position: relative;
    top: 0;
}

.h_worldwide li:hover {
    top: -10px;
}

.h_worldwide li .imgs {
    height: 267px ;
    overflow: hidden;
}

.h_worldwide li img {
    display: block;
    width: 100%;
    transition: all 0.3s;
}

.h_worldwide li h4 {
    font-size: 24px;
    color: #898989;
    text-align: center;
    line-height: 70px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.h_worldwide .btns a {
    width: 330px;
    height: 66px;
    border-radius: 33px;
    text-align: center;
    line-height: 66px;
    display: block;
    margin: 55px auto 0;
    background: #4e74ff;
    color: #ffffff;
    font-size: 24px;
}

.h_worldwide {
    padding: 70px 0;
}

.h_worldwide .swiper-wrapper {
    height: auto;
}

.arrow {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 26px;
    width: 50px;
    height: 70px;
    z-index: 11;
    cursor: pointer;
    margin: 0 auto;
    background: url(../images/ic10.png) no-repeat center;
    -webkit-animation: bounce-up 1.5s linear infinite;
    animation: bounce-up 1.5s linear infinite;
}








/*pad*/
img {
    max-width: 100%;
}

@media only screen and (max-width: 1680px) {
    
    .wrap {
        width: 1400px;
    }

    .h_pg5 .box .uit_txt {
        margin-top: 20px;
        padding-right: 50px;
    }

    .h_worldwide li {
        width: 400px;
        margin: 15px 20px;
    }

    .h_worldwide li .imgs {
        height: 235px;
    }

    .h_worldwide li .imgs {
        height: 363px;
    }
}

@media only screen and (max-width: 1420px) {
    .wrap {
        width: 1200px;
    }

    .uit_txt span {
        margin-top: 30px;
    }

    .h_pg1 .list {
        width: 1200px;
    }

    .uit_txt .btns {
        width: 170px;
    }

    .uit_txt h2 {
        font-size: 36px;
    }

    .h_pg5 .box .uit_txt p {
        line-height: 30px;
        width: auto;
        font-size: 16px;
        line-height: 1.4;
    }

    .h_pg5 .box .uit_txt span {
        margin-top: 22px;
    }

    .h_pg5 .box .uit_txt .btns {
        margin-top: 26px;
    }

    .h_worldwide h2 {
        font-size: 32px;
    }

    .h_worldwide li .imgs {
        height: 207px;
    }

    .h_worldwide li {
        width: 350px;
    }

    .h_worldwide li h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1220px) {
    

    .wrap {
        width: 1000px;
    }

    .uit_txt p {
        font-size: 18px;
    }

    .uit_txt span {
        margin-top: 20px;
    }

    .h_pg1 .list {
        width: 1000px;
    }

    .h_pg5 .box .uit_txt {
        margin-top: 0;
        margin-right: 0;
        padding-right: 30px;
    }

    .h_pg5 .box .uit_txt h2 {
        margin-bottom: 0;
        font-size: 26px;
    }

    .h_pg5 .box .uit_txt p {
        width: 440px;
        line-height: 30px;
        font-size: 16px;
    }

    .h_pg5 .box .uit_txt span {
        margin-top: 20px
    }

    .h_pg5 .box .uit_txt .btns {
        height: 46px;
        line-height: 46px;
        width: 135px;
        font-size: 16px;
        margin-top: 20px;
    }

    .h_pg1 .list li h3 {
        font-size: 14px;
        line-height: 1.4;
    }

    .h_pg5 .box .uit_txt p {
        font-size: 14px;
        line-height: 20px;
        height: 100px;
        overflow: hidden;
    }

    .h_pg5 .box .uit_txt {
        padding-top: 20px;
    }

    .h_pg1 .imgs {
        width: auto;
        height: auto;
    }
}

@media only screen and (max-width: 1020px) {
    .wrap {
        width: auto;
    }

    .layout {
        padding-top: 100px;
    }

    .h_banner {
        margin: 0;
    }

    .h_pg1 {
        height: auto;
        padding: 0 30px;
        padding-bottom: 40px;
    }

    .uit_txt p {
        font-size: 22px;
        line-height: 1.4;
    }

    .h_pg1 .list {
        width: auto;
        height: auto;
    }

    .h_pg1 .list li {
        width: 50%;
    }

    .h_pg1 .list li h3 {
        font-size: 24px;
    }

    .uit_txt p {
        width: auto;
        font-size: 22px;
        line-height: 1.5;
    }

    .ban_cent .txt a, .h_pg5 .box .uit_txt .btns, .uit_txt .btns {
        width: 300px;
        line-height: 56px;
        height: auto;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .h_pg5 .box .video {
        width: auto;
        float: none;
    }

    .h_pg5 .box .video img {
        width: 100%;
        display: block;
    }

    .h_pg4 {
        padding: 40px 30px;
    }

    .h_pg5 .box .uit_txt {
        float: none;
        width: auto;
        padding: 30px;
    }

    .h_pg5 {
        padding: 0;
    }

    .h_pg5 .box .uit_txt h2 {
        font-size: 30px;
    }

    .h_pg5 .box .uit_txt p {
        width: auto;
        height: auto;
        font-size: 22px;
        line-height: 1.5;
    }

    .ban_cent {
        height: auto;
        padding: 40px 30px;
        background: url(../images/bg2.jpg) no-repeat center top;
    }

    .ban_cent .txt {
        position: static;
        transform: scale(1);
    }

    .ban_cent .txt a {
        margin: 40px auto 20px;
    }

    .uit_txt p {
        font-size: 24px;
        line-height: 1.4;
        height: auto;
    }

    .in_mask .wrap {
        padding-right: 30px;
        padding-left: 30px;
    }

    body {
        /* background: #333; */
    }

    .layout {
        background: #fff;
        width: 750px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

    .mc_fx {
        display: none;
    }

    /*新增*/

    .h_worldwide h2 {
        font-size: 40px;
    }

    .h_worldwide li {
        width: auto;
        margin: 0;
        display: block;
    }

    .h_worldwide li .imgs {
        height: auto;
    }

    .h_swip {
        margin: 0 30px;
    }

    .h_worldwide li h4 {
        font-size: 30px;
    }

    .h_worldwide ul {
        display: flex;
    }

    .h_swip .swiper_hd {
        margin-top: 20px;
    }
}
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro&display=swap');
html {
    -webkit-text-size-adjust: none;
    /*解决chrome浏览器下字体不能小于12px*/
}

body {
    color: #000000;
    font-family: var(--main_font);
}

* {
}

a {
    outline: none;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline;
}

html {
    zoom:1;}

html * {
    outline: 0;
    zoom:1;}

body {
    overflow-x: hidden;
    font-size: 12px;
}

body,div,dl,dd,ul,li,h2,h3,h4,h6,form,input,p {
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

li {
    list-style: none;
}

h2,h3,h4,h6 {
    font-size: 100%;
    font-weight: normal;
}

input[type="button"] {
    -webkit-appearance: none;
    /*去掉苹果的默认UI来渲染按钮*/
}

i {
    font-style: normal;
}

/*内边框*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
}

/* 清除浮动*/

/* 高度自适应 */

/*文字两侧对齐*/

.lsele {
    box-sizing: border-box;
    background-color: transparent;
    outline: 0;
    -webkit-appearance: none;
}

/*textarea不可拖动*/

a {
    color: #5d5d5e;
    transition: all 0.3s ease-in-out 0s;
}

/*a:hover{ color:#3e6ed4;}*/
input, body {
    font-family: var(--main_font);
    text-align: right;
}

/*ios去除阴影*/
/*input,textarea{-webkit-appearance: none;appearance: none;}*/
@font-face {
    font-family: var(--main_font);
    src: url('../fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: var(--main_font);
    src: url('../fonts/Montserrat-Italic.ttf');
    src: url('../fonts/Montserrat-Italic.woff');
}
:root {
    --main_font: "Readex Pro";
    --second_font: "sans-serif";
    --third_font: "Open Sans";
    --forth_font: "Raleway";
    --fa_font: "Font Awesome 5 Free";
    --color_porcelain_approx: #ecf0f1;
    --color_very_light_grey: #cacaca;
    --color_martini_approx: #9a9a9a;
    --color_minsk_approx: #41307c;
    --white: #fff;
    --color_science_blue_approx: #0071e3;
    --color_mine_shaft_approx: #2a2a2a;
    --black_5: rgba(0, 0, 0, 0.05);
    --black: #000;
    --color_science_blue_25_approx: rgba(0, 113, 227, 0.25);
    --color_science_orange_approx: #4e74ff3b;
    --color_titan_white_approx: #f2f2ff;
    --color_deep_sapphire_approx: #092270;
    --color_torea_bay_approx: #102694;
    --color_cerulean_blue_approx: #274bdb;
    --color_shark_approx: #212529;
    --color_curious_blue_approx: #3393c7;
    --white_29: rgba(255, 255, 255, 0.29);
    --color_governor_bay_50_approx: rgba(46, 57, 201, 0.5);
    --color_governor_bay_approx: #2e39c9;
    --white_80: rgba(255, 255, 255, 0.8);
    --color_mariner_approx: #2971e3;
    --white_10: rgba(255, 255, 255, 0.1);
    --concrete: #f2f2f2;
    --color_gun_powder_approx: #3c3c61;
    --color_dodger_blue_approx: #2e7bff;
    --color_maverick_approx: #cdcbcd;
    --color_dodger_blue_27_approx: rgba(33, 150, 243, 0.27);
    --color_blue_bell_7_approx: rgba(143, 134, 195, 0.07);
    --color_trout_approx: #515867;
    --black_7: rgba(0, 0, 0, 0.07);
    --black_6: rgba(0, 0, 0, 0.06);
    --color_iron_approx: #dee2e6;
    --color_blue_haze_approx: #b7bacf;
    --white_15: rgba(255, 255, 255, 0.15);
    --color_zircon_approx: #f2f6ff;
    --color_fiord_5_approx: rgba(64, 74, 105, 0.05);
    --color_ship_cove_approx: #7991ae;
    --color_catalina_blue_approx: #091c7a;
    --color_bunting_approx: #121f4e;
    --color_science_blue_24_approx: rgba(0, 113, 227, 0.24);
    --color_science_blue_70_approx: rgba(0, 113, 227, 0.7);
    --white_35: rgba(255, 255, 255, 0.35);
    --black_70: rgba(0, 0, 0, 0.7);
    --color_science_blue_42_approx: rgba(0, 113, 227, 0.42);
    --color_azure_radiance_approx: #0095ff;
    --black_8: rgba(0, 0, 0, 0.08);
    --color_alto_approx: #dadada;
    --color_dove_gray_approx: #616161;
    --color_denim_approx: #1072bf;
    --color_mischka_approx: #cecfd7;
    --alto: #dbdbdb;
    --black_50: rgba(0, 0, 0, 0.5);
    --color_cod_gray_7_approx: rgba(30, 30, 30, 0.07);
    --color_manatee_approx: #8992a3;
    --color_regent_gray_9_approx: rgba(138, 147, 157, 0.09);
    --color_malibu_approx: #80bdff;
    --color_silver_approx: #ccc;
    --black_60: rgba(0, 0, 0, 0.6);
    --black_80: rgba(0, 0, 0, 0.8);
    --color_cardinal_approx: #c9182b;
    --color_cinnabar_approx: #f03838;
    --color_revolver_approx: #331d35;
    --black_20: rgba(0, 0, 0, 0.2);
    --color_jacarta_approx: #37296a;
    --color_mercury_approx: #e6e6e6;
    --color_wild_sand_approx: #f6f6f6;
    --black_11: rgba(0, 0, 0, 0.11);
    --color_salem_approx: #15a048;
    --color_storm_gray_approx: #747487;
    --color_blue_zodiac_approx: #11223f;
    --color_picton_blue_approx: #379fe3;
    --color_link_water_approx: #f7f9fc;
    --color_athens_gray_approx: #e4e9f2;
    --color_cloud_burst_approx: #222b45;
    --color_seagull_approx: #82c0e8;
    --color_tonys_pink_approx: #ef9288;
    --color_de_york_approx: #7bcd9e;
    --color_light_wisteria_approx: #c19ad2;
    --yellow: #ffff00;
    --black_30_8: rgba(0, 0, 0, 0.308);
    --color_cloud_burst_55_5_approx: rgba(34, 43, 69, 0.5);
    --color_cerulean_approx: #00acee;
    --color_allports_approx: #0e76a8;
}
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
 

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}
@media only screen and (min-width: 300px) {

    .h_pg1 .list li h3{
        right: 115px;
    }
    .h_pg1 .list li a .img {
        width: 118px;
      }
      .swiper-slide img{
        width: 100%;
    }
    .swiper-slide{
        height: auto;
    }
  }

  
/* vertical-align: middle; */

@media only screen and (min-width: 750px) {
    .h_banner li img {
        width: 100%;
        height: auto;
        display: block;
    }
    .swiper-container {
        height: auto;
    }

  }