/* @font-face {
    font-family: 'PFL';  
    src: url('../css/font/PingFang-Light.ttf');       
  }
  @font-face {
    font-family: 'PFR';   
    src: url('../css/font/PingFang\ Regular.ttf');      
  }
  @font-face {
    font-family: 'PFM';   
    src: url('../css/font/PingFang\ Medium.ttf');      
  }
  @font-face {
    font-family: 'ub';   
    src: url('../css/font/Ubuntu-B.ttf');      
  }
  @font-face {
    font-family: 'pfb';   
    src: url('../css/font/ubuntul.pfb.ttf');      
  }
  @font-face {
    font-family: 'pfbb';   
    src: url('../css/font/PingFang\ Bold.ttf');      
  } */
* {
    font-family: Arial, STHeiti Light, Microsoft YaHei;
}

*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body,
html {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #333;
    /* font-family: Microsoft YaHei, sans-serif, Arial; */
}

ul,
ol,
li {
    list-style: none;
    margin: 0
}

a {
    text-decoration: none;
    background: transparent;
    color: #333;
}

input,
textarea {
    outline: none;
    resize: none;
}

img {
    vertical-align: middle;
    border-style: none;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
    margin-right: 10px;
}

/*public*/
.header {
    width: 100%;
    transition: .6s;
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 18px 0;
}

.relevant {
    overflow: hidden;
}

.relevant .swiper-slide img {
    max-width: 100%;
    height: auto !important;
}

.relevant .swiper-slide:hover .idxWorkItemCon {
    opacity: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.swiper-button-next,
.swiper-button-prev {
    background: #ffffff;
}

/* .swiper-button-next:hover, .swiper-button-prev:hover{background: #BD1F1F; color: #ffffff;} */
/* .swiper-button-next:hover:after, .swiper-button-prev:hover:after{color: #ffffff;} */
.logo {
    display: none;
    transition: .6s;
    transform: translateX(-50%);
}

.logo.move {
    transform: translateX(0) !important;
}

.slidePic {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.slideCon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.slideCon img {
    max-width: 100%;
}

.idxbanner,
.idxbanner .swiper-container {
    height: 100%;
}

.idxbanner .swiper-pagination {
    text-align: center;
    width: 100%;
}

.idxbanner .swiper-pagination-bullet-active {
    background: #BD1F1F;
}

.nav {
    width: 320px;
    height: 100%;
    background-color: #212121;
    position: fixed;
    top: 0;
    right: -320px;
    z-index: 999;
    transition: .6s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.64);
}

.navlogo {
    padding: 100px 30px;
}

.navList {
    position: relative;
    width: 100%;
}

.navList ul {
    width: 100%;
}

.navList li {
    transition: .6s;
    border-top: #303030 solid 1px;
    position: relative;
}

.navList .current_page_item a {
    color: #ffffff;
}

.navList .current_page_item::after {
    width: 100%;
}

.navList li::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    background-color: #404040;
    z-index: -1;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.navList li:hover::after {
    width: 100%;
}

.navList li:hover {
    padding-left: 20px;
}

.navList li:hover a {
    color: #ffffff;
}

.navList li a {
    display: block;
    font-size: 16px;
    color: #878787;
    /* font-family: Arial, Microsoft YaHei, sans-serif; */
    padding: 10px 30px;
}

.idxab {
    height: 100%;
    overflow: hidden;
}

.about_img{
    margin-top: 0;
    margin-bottom: 20px;
}

.about_img img{
    width: 30vw;
}

.idxabBg {
    height: 100%;
    background-image: url(../images/idxab_new.jpg);
    background-size: cover;
    position: relative;
    transform: scale(1.3);
    transition: 1s;
}

.idxabCenter {
    position: absolute;
    top: 15vh;
    /* transform: translate(-50%, -50%); */
    text-align: center;
    width: 100%;
}

.idxTitle {
    font-size: 4.5vw;
    /* font-family: Arial, Microsoft YaHei, sans-serif; */
    font-weight: bold;
    color: #EC6D20;
    text-align: center;
}

.idxTitle img {
    max-width: 100%;
}

.idxabTxtEn {
    margin: 3vw 0 2.7vw;
}

.idxabTxtEn div {
    font-size: 1.2vw;
    /* font-family: Arial, Microsoft YaHei, sans-serif; */
    color: #EC6D20;
    line-height: 25px;
    font-weight: 550;
}

.abPic .idxabTxtEn p {
    color: #ffffff;
}

.idxabTxtEn p {
    font-size: 30px;
    /* font-family: Microsoft YaHei, sans-serif, Arial; */
    color: #000000;
    font-weight: 600;
    letter-spacing: 4px;
}

.idxabTxtCn {
    font-size: 30px;
    /* font-family: PingFang SC, PFL; */
    color: #000000;
    line-height: 55px;
    font-weight: 600;
    letter-spacing: 4px;
}

.idxabMore {
    display: block;
    width: 210px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #EC6D20;
    font-size: 18px;
    /* font-family: Arial, Microsoft YaHei, sans-serif; */
    color: rgba(50, 50, 50, 1);
    margin: 60px auto 0 auto;
}

.idxabMore:hover {
    color: #ffffff;
    border: 0;
    background: #EC6D20;
}


.idxclients {
    position: absolute;
    top: 5vh;
    /* transform: translate(-50%, -50%); */
    text-align: center;
    width: 100%;
    margin: 0 auto 30vh auto;
}

.idxWe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.idxWeBg {
    height: 100%;
    background-image: url(../images/idxwe.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* transform: initial; */
    transition: 1.5s;
}

.idxWeTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4vw;
    /* font-family: Arial; */
    color: rgba(255, 255, 255, 1);
}

.idxWeList .idxWeItem {
    float: left;
    width: 50%;
    height: 50vh;
    text-align: center;
    position: relative;
}

.idxWeMark {
    width: 100%;
    height: 100%;
    background: rgba(10, 55, 131, .8);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 7vw 0;
    opacity: 0;
    transition: .3s;
}

.idxWeMarkCon {
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.idxWeItem:hover .idxWeMark {
    opacity: 1;
}

.idxWeItem:hover a {
    opacity: 0;
}

.markTitle {
    margin-bottom: 2.5vw;
}

.markTitle p:first-child {
    font-size: 27px;
    /* font-family: PingFang; */
    font-weight: bold;
    color: rgba(236, 236, 236, 1);
}

.markTitle p:last-child {
    font-size: 13px;
    /* font-family: Ubuntu; */
    color: rgba(236, 236, 236, 1);
}

.markTxt {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    font-size: 32px;
    letter-spacing: 4px;
    /* font-family: PingFang SC, PFM; */
    color: rgba(236, 236, 236, 1);
    line-height: 55px;
    text-align: center;
}

.markTxt::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid white;
    top: 0;
    left: 0;
    border-bottom: 0;
    border-right: 0;
}

.markTxt::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid white;
    bottom: 0;
    right: 0;
    border-top: 0;
    border-left: 0;
}

.idxWeItem a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    width: 100%;
    opacity: 1;
}

.idxWeItemEn {
    width: 100%;
    font-size: 30px;
    font-family: pfb;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.idxWeItemCn {
    font-size: 36px;
    /* font-family: PingFang SC, PFR; */
    color: rgba(255, 255, 255, 1);
}

.idxWeLineUp {
    width: 1px;
    height: 18vw;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.idxWeLineDown {
    width: 1px;
    height: 18vw;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.idxWeLineRight {
    width: 31.5vw;
    height: 1px;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.idxWeLineLeft {
    width: 31.5vw;
    height: 1px;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.idxWorkItem {
    float: left;
    width: 25%;
}

.idxWorkItemPic {
    overflow: hidden;
    position: relative;
}

.idxWorkItemPic img {
    max-width: 100%;
    transition: .3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    width: auto;
    height: auto;
}

.idxWorkItemPic:hover img {
    transition: .3s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.idxWorkItemMark {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .6s;
}

.idxWorkItemPic:hover .idxWorkItemMark {
    opacity: 0;
}

.idxWorkItemCon {
    width: 100%;
    background: rgba(237, 109, 29, .6);
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: .3s;
    transform: translateY(-50%);
    padding: 20px 0;
}

.idxWorkItemName {
    font-size: 20px;
    /* font-family: PingFang SC, PFR; */
    color: rgba(255, 255, 255, 1);
}

.idxWorkItemTime {
    font-size: 16px;
    /* font-family: PingFang SC, PFR; */
    color: rgba(255, 255, 255, .7);
}

.idxWorkItem a:hover .idxWorkItemCon {
    opacity: 1;
}

.idxClients {
    background: #ffffff;
}

.babyCon {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.babyTitle {
    font-size: 3.5vw;
    /* font-family: PFM; */
    font-weight: 600;
    color: #EC6D20;
    margin-bottom: 5vw;
    text-align: center;
}

.babyTxt {
    font-size: 24px;
    /* font-family: PFM; */
    color: #EC6D20;
    line-height: 40px;
    margin: 0 20px;
}

.idxWork .idxTitle {
    background-color: #ED6D1D;
    padding: 64px 0;
    color: #ffffff;
}

.idxWorkBtn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(237, 109, 29, 1);
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 8px;
    /* font-family: Microsoft YaHei, Arial, sans-serif; */
}

.idxWorkBtn a {
    padding: 0.5rem;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 2px;
}

.idxWorkBtn a:hover {
    color: #ffffff;
    background: #EE7C35;
}

.idxClients .idxTitle {
    padding: 5vw 0 3vw;
}

.idxClients .idxClientsList {
    text-align: center;
    margin: 0 0 5vh 0;
}

.idxClients .idxClientsList img {
    width: 100%;
}

.idxClientsItem {
    margin-bottom: 100px;
    text-align: center;
}

/* .idxClientsPic{overflow: hidden;} */
.idxClientsPic img {
    max-width: 100%;
    transition: .3s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.idxClientsPic:hover img {
    transition: .3s;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.footerTitle {
    margin: 14vh 0 0 0;
}

.footerTitle p {
    font-size: 1.6vw;
    /* font-family:Arial,Microsoft YaHei, sans-serif; */
    color: rgba(254, 254, 254, 1);
    margin-bottom: 2vh;
    font-weight: bold;
}

.footerTitle .addfooter {
    font-weight: 500;
    /* font-size: 1.2vw; */
}
.footerTitle .addfooter span {
    font-size: 1.4vw;
}

.footerTitle .addfooterbaby {
    font-weight: 500;
    font-size: 1.4vw;
}

/* .footerTitle .addsmall{
    font-size: 1.3vw;
} */

.footerTitle2 {
    font-size: 2.2vw;
    color: rgba(254, 254, 254, 1);
    margin-bottom: 1vh;
    font-weight: bold;
}

.ConNumber {
    /* width: 44vw; */
    /* width: 30vw; */
    font-size: 2.2vw;
    /* font-family:pfbb,PFL; */
    color: rgba(255, 255, 255, 1);
    margin-bottom: 1vh;
}

.footer {
    width: 100%;
    background-image: url(../images/footerbg.jpg);
    background-size: cover;
    text-align: center;
    padding: 100px 0;
    height: 100vh;
}

.ConEmail {
    font-size: 2vw;
    /* font-family:Arial,Microsoft YaHei, sans-serif; */
    color: rgba(255, 255, 255, 1);
    margin-bottom: 1vh;
    letter-spacing: 2px;
}

.ConAdress {
    font-size: 2vw;
    /* font-family:Microsoft YaHei,Arial, sans-serif; */
    color: rgba(255, 255, 255, 1);
    margin-bottom: 1vh;
    letter-spacing: 2px;
}

.Copyright {
    font-size: 14px;
    /* font-family:Microsoft YaHei,Arial, sans-serif; */
    color: rgba(255, 255, 255, 1);
}

.Copyright a {
    font-size: 14px;
    /* font-family:PingFang SC,PFR; */
    color: rgba(255, 255, 255, 1);
}

.Copyright a:hover {
    color: #BD1F1F;
}

.Conbrand {
    font-size: 1.5vw;
    /* font-family:PingFang SC,PFR; */
    color: rgba(255, 255, 255, 1);
    margin: 10vh 0 15px;
}

.Conbrand a {
    cursor: default;
}


.icp {
    font-size: 14px;
    color: #ffffff;
    margin: 0 35px;
}

.icp a {
    cursor: default;
    color: rgba(255, 255, 255, 1);
}

.footerMore {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(255, 255, 255, .5);
    margin: auto;
    font-size: 16px;
    /* font-family:Arial; */
    color: rgba(255, 255, 255, .5);
}

.footerMore:hover {
    background: #BD1F1F;
    border-color: #BD1F1F;
    color: #ffffff;
}

.ConIcon {
    margin: 75px 0 35px;
}

.ConIcon a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: rgba(255, 255, 255, .15);
    border-radius: 50%;
}

.ConIcon a:nth-of-type(2) {
    margin: 0 20px;
}

.ConIcon a:hover {
    background: #BD1F1F;
}

.ConIcon a>p {
    display: none;
    position: absolute;
    width: 100px;
    height: 120px;
    margin-top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.ConIcon a>p img {
    display: block;
    max-width: 100px;
}

.ConIcon>a:first-child:hover p {
    display: block;
}

.subbanner {
    width: 100%;
    height: 100%;
}

.subbg {
    height: 100%;
    background-size: cover;
    position: relative;
    background-position: center;
}

.subbgTitle {
    font-size: 6.3vw;
    /* font-family:Arial; */
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.subbgTitle img {
    max-width: 100%;
}

.abWe {
    padding: 8vw 3.8vw 14vw;
    background-size: cover;
}

.abTitle {
    text-align: center;
    margin-bottom: 4vw;
    font-size: 4.5vw;
    /* font-family:Arial; */
    font-weight: bold;
    color: #EC6D20;
}

.abWeCon {
    text-align: justify;
}

.abWeCon p {
    margin-bottom: 2.5vw;
    font-size: 1.5vw;
    color: #EC6D20;
    line-height: 2vw;
}

.abTeam {
    padding: 4vw 0 11vw;
    background-image: url(../images/bgchat.jpg);
}

.abTeamCon {
    margin: 3vw 0 4.5vw;
}

.abTeamCon p {
    font-size: 15px;
    /* font-family:PingFangSC; */
    color: rgba(50, 50, 50, 1);
    line-height: 24px;
}

.abTeamPic img {
    max-width: 100%;
}

.abTeamPicLeft,
.abTeamPicRight {
    width: 50%;
}

.abPic {
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.abPicBg {
    height: 100%;
    background-image: url(../images/abbg.jpg);
    background-size: cover;
    background-position: center;
    color: #ffffff;
    text-align: center;
    position: relative;
    transform: scale(1.2);
    transition: 1.5s;
    background-attachment: fixed;
}

.abPic .idxabTxtEn div {
    color: #ffffff;
}

.abPic .idxabTxtCn {
    color: #ffffff;
}

.subbgTxt {
    font-size: 25px;
    /* font-family:PingFang SC,PFL; */
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    padding: 0 15px;
    margin-top: 55px;
    letter-spacing: 70px;
    text-indent: 70px;
}


.productNav {
    background: #ED6D1D;
    padding: 2.27vw 0;
    overflow: hidden;
}

.productNav ul {
    /* width: 658px; */
    margin: auto;
    text-align: center;
}

.productNav ul li {
    /* float: left; */
    display: inline-block;
}

.productNav ul li a {
    font-size: 26px;
    /* font-family:PingFang SC,PFR; */
    font-weight: 400;
    color: #ffffff;
}

.productNav ul li a:hover {
    color: #BD1F1F;
}

.productNav ul li::after {
    content: '/';
    margin: 0 35px;
    font-size: 24px;
    /* font-family:PingFang SC,PFR; */
    color: #ffffff;
}

.productNav ul li:last-child::after {
    display: none;
}

.proSlideCon {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;

}

.slideTxtBox {
    width: 100%;
    background: rgba(237, 109, 29, .5);
    padding: 42px 0 53px;
    transition: .6s;
    color: #ffffff;
}

.slideName {
    font-size: 36px;
    /* font-family:PingFang SC,PFR; */
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    letter-spacing: 10px;
}

.slideName::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    margin-bottom: -2px;
    width: 80px;
    height: 3px;
    background: #ffffff;
}

.slideTxt {
    font-size: 15px;
    /* font-family:PingFang SC,PFR; */
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    margin: 30px 0;
}

.slideTime {
    font-size: 15px;
    /* font-family:PingFang SC,PFR; */
    color: rgba(255, 255, 255, 1);
}

/*--------------menu---------------*/

.navMark {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}

.pusher {
    height: 100%;
}

.subpusher {
    padding-top: 78px;
}

.pusher,
.subpusher {

    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.pusher.menuOpen,
.subpusher.menuOpen {
    transform: translateX(26%);
    -webkit-transform: translateX(26%);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.nav.menuOpen {
    right: 0;
}

.menu {
    line-height: 50px;
    cursor: pointer;
    position: relative;
    z-index: 999999;
    margin-left: auto;
    transition: .6s;
}

.menu span {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 3px;
    background-color: #EFEFEF;
    border-radius: 2px;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
    margin-top: -2px;
    z-index: 9999;
}

.menu span:after,
.menu span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 3px;
    left: 0;
    border-radius: 2px;
    background-color: #EFEFEF;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}

.menu span:before {
    top: 10px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}

.menu span:after {
    bottom: 10px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.menu.active span {
    width: 24px;
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.menu.active span:after {
    bottom: 0;
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}

.menu.active span:before {
    top: 0;
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}

.menu.active span:before {
    top: 0;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu.active span:after {
    bottom: 0;
    background: #ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*--------------menu end---------------*/
.product_type_simple {
    display: none !important;
}

/*@media*/
@media (min-width: 1200px) {
    .header .container {
        max-width: 1850px;
    }
}

@media (max-width:1200px) {
    .ConNumber {
        width: 72vw;
        font-size: 24px;
    }

    .nav {
        background-size: contain;
        background-position: right;
    }
}

@media (max-width:1024px) {
    .idxTitle {
        font-size: 60px;
    }

    .idxabTxtEn div {
        font-size: 40px;
    }


}

@media (max-width:992px) {
    .ConNumber {
        font-size: 30px;
    }

    .idxWorkItem {
        width: 50%;
    }
}

@media (max-width:768px) {
    .idxWeItemEn {
        font-size: 25px;
    }

    .idxWorkItemMark {
        background: rgba(0, 0, 0, 0);
    }

    .idxWeItemCn {
        font-size: 30px;
    }

    .abTeamPicLeft,
    .abTeamPicRight {
        width: 100%;
    }

    .productNav ul li::after {
        margin: 0 16px;
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .ConNumber {
        width: 100%;
        font-size: 30px;
    }

    .footer {
        padding: 50px 0;
    }

    .productNav ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .productNav ul li a {
        white-space: nowrap;
        font-size: 16px;
    }

    .productNav ul li {
        float: none;
        flex: 1;
        text-align: center;
    }

    .productNav ul li::after {
        margin: 0;
    }
}

@media (min-width:640px) {
    .footerCon {
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media (max-width:640px) {
    .ConNumber div {
        float: none;
        display: block;
    }

    .ConAdress {
        font-size: 13px;
        line-height: 30px;
    }

    .idxWeTitle {
        font-size: 10vw;
        white-space: nowrap;
    }

    .idxWeLineRight,
    .idxWeLineLeft {
        width: 15vw;
    }

    .Conbrand {
        font-size: 16px;
    }

    .ConEmail {
        margin: 10px 0;
        font-size: 16px;
    }

    .ConNumber {
        font-size: 16px;
    }

    .idxTitle {
        font-size: 30px;
    }

    .idxClients .idxClientsList {
        padding-bottom: 20px;
        margin: 0 0 0 0;
    }
  
    .footerTitle p {
        font-size: 18px;
    }

    .footerTitle .addfooter span{
        font-size: 16px;
    }
        
    .footerTitle .addfooterbaby {
        font-size: 18px;
    }

    .idxWeItemEn {
        font-size: 14px;
    }

    .idxWeItemCn {
        font-size: 18px;
    }

    .idxabTxtCn {
        font-size: 14px;
    }

    .idxabTxtEn p {
        font-size: 14px;
    }

    .idxabTxtEn div {
        font-size: 16px;
    }

    .idxWork .idxTitle {
        margin: 0 0;
    }

    .subbgTitle {
        font-size: 32px;
    }

    .abWe {
        padding: 15vh 3.8vw;
    }

    .ConIcon {
        margin: 35px 0;
    }

    .abTitle {
        margin-bottom: 3vw;
        font-size: 26px;
    }

    .idxabTxtEn div {
        line-height: 30px;
        margin-bottom: 15px;
    }

    .about_img img{
        width: 60vw;
        margin-top: 20px;
    }

    .idxabMore {
        margin: 50px auto 0 auto;
    }

    .slideTxtBox {
        padding: 10px 0;
    }

    .slideTxt {
        margin: 10px 0;
        font-size: 12px;
        line-height: 24px;
    }

    .slideName {
        font-size: 18px;
    }

    .idxWorkItem {
        width: 100%;
    }

    .idxClientsItem {
        margin-bottom: 30px;
    }

    .idxWorkBtn {
        height: 180px;
    }

    .logo {
        line-height: 50px;
    }

    .logo img {
        width: 80%;
    }

    .navList ul {
        width: 100%;
    }

    .nav.menuOpen {
        overflow-y: scroll;
    }

    body.menuOpen {
        overflow: hidden;
    }

    .markTxt {
        font-size: 12px;
        line-height: 20px;
        padding: 10px;
        box-sizing: border-box;
        letter-spacing: 1px;
    }

    .markTxt::before {
        bottom: 5px;
        right: 5px;
    }

    .markTxt::after {
        top: 5px;
        left: 5px;
    }

    .subbgTitle>div:first-child {
        letter-spacing: 0 !important;
        font-size: 16px !important;
    }

    .subbgTitle>div:last-child {
        letter-spacing: 0 !important;
        text-indent: 0 !important;
        font-size: 15px !important;
    }

    .subbgTitle img {
        width: 60%;
    }

    .markTitle p:first-child {
        font-size: 18px;
    }

    .abWeCon p {
        line-height: 24px;
        font-size: 14px;
    }

    .babyTitle {
        font-size: 28px;
    }

    .babyTxt {
        font-size: 14px;
    }
}

@media (max-width: 520px) {
    .productNav ul li a {
        font-size: 14px;
    }

    .productNav ul li::after {
        font-size: 14px;
    }
}

/*responsive boots*/
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1350px;
    }
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}