body {
    padding-top: 0;
}

.indexcontainer {
    width: 87%;
}

.solutioncontainer {
    width: 80%;
}

.item {
    position: relative;
    width: 100%;
    height: 100%;
}

.item img {
    height: 100%;
}

.item .carousel-msg {
    position: absolute;
    z-index: 10;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 30px;
}

.item .carousel-msg p {
    font-size: 44px;
}

.item:nth-child(1) .carousel-msg {
    left: 9%;
    top: 41%;
}

.item:nth-child(2) .carousel-msg {
    right: 4%;
    top: 14%;
}

.item:nth-child(3) .carousel-msg {
    left: 9%;
    right: 15%;
    bottom: 10%;
}

.item:nth-child(4) .carousel-msg {
    right: 2%;
    top: 12%;
}

.item:nth-child(5) .carousel-msg {
    left: 51%;
    top: 55%;
}

.item:nth-child(6) .carousel-msg {
    right: 3%;
    top: 13%;
}

.item .carousel-circle {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.item .carousel-circle .circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 26px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.item .carousel-circle:nth-child(2) {
    left: 15%;
}

.item .carousel-circle:nth-child(3) {
    left: 50%;
    transform: translateX(-50%);
}

.item .carousel-circle:nth-child(4) {
    right: 15%;
}

html,
body {
    height: 100%;
}

.navbar-nav>li {
    padding: 0 6px;
}

.navbar-nav>li>a {
    font-size: 16px;
}

.section {
    /* height: 100% !important; */
    /* padding-top: 80px !important; */
    box-sizing: border-box
}

.products {
    width: 100%;
    height: 100%;
}

.row {
    height: 100%;
}

.row .col-xs-6 {
    height: 100%;
}
.halfheight {
    height: 50%;
}

.products div {
    margin: 0;
    padding: 0;
}

.products img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    object-fit: cover;
}

.oneitem {
    position: relative;
    overflow: hidden;
}

@media screen and (min-width:768px){

    .oneitem:hover>a>img {
        opacity: 0;
    }
    .oneitem:hover>a>.video {
        opacity: 1;
    }

    .oneitem:hover>a>video {
        opacity: 1;
    }

}

.products video {
    opacity: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 101;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
}
.products .video {
    opacity: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 101;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
}
.products .navMsg01,
.products .navMsg02,
.products .navMsg03,
.products .navMsg04,
.products .navMsg05 {
    color: #fff;
    position: absolute;
    font-size: 32px;
}

.products .navMsg01 p:last-child,
.products .navMsg02 p:last-child,
.products .navMsg03 p:last-child,
.products .navMsg04 p:last-child,
.products .navMsg05 p:last-child {
    font-size: 18px;
}

.products .navMsg01 {
    top: 30%;
    left: 15%;
}

.products .navMsg02 {
    top: 55%;
    left: 15%;
}

.products .img3 {
    position: absolute;
    left: 0;
}

.products .navMsg03 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.products .navMsg04 {
    top: 10%;
    left: 10%;
}

.products .navMsg05 {
    top: 10%;
    left: 10%;
}

.featuredPro {
    margin-top: -3px;
    height: 1085px;
    background: url("../images/bg-product.jpg") no-repeat;
    text-align: center;
    background-size: cover
}

.featuredPro .proMsg {
    margin-top: 50px;
}

.featuredPro .proMsg p {
    color: #fff;
}

.featuredPro .proMsg p:first-child {
    font-size: 40px;
}

.featuredPro .proMsg p:last-child {
    font-size: 14px;
}

.featuredPro .in {
    width: 100%;
    height: 300px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 70px;
    position: relative;
    text-align: center;
}

.featuredPro .in img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.featuredPro .in img:hover {
    transform: scale(1.1, 1.1);
}

.featuredPro .in .img01 {
    width: 40%;
    margin-top: 30px;
}

.featuredPro .in .img02 {
    margin-top: 50px;
}

.featuredPro .in .img03 {
    margin-top: 13px;
    /* width: 200px; */
    
    height: 225px;
}

.featuredPro .in .img04 {
    width: 35%;
    margin-top: 25px;
}

.featuredPro .in .img05 {
    width: 35%;
    margin-top: 40px;
}

.featuredPro .in .img06 {
    width: 40%;
    margin-top: 42px;
}

.featuredPro .in p {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.featuredPro .more {
    display: block;
    width: 177px;
    height: 48px;
    color: #fff;
    background-color: #527fa2;
    line-height: 48px;
    margin: 60px auto;
}

.solution {
    width: 100%;
    /* background: url('../images/bg-solution.jpg') no-repeat; */
    overflow: hidden;
    padding-top: 130px;
}

.solution .solutionList {
    height: 767px;
    background-color: #fff;
    overflow: hidden;
}

.solution .solutionList>.piccontainer {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.solution .solutionList>.piccontainer:hover>img {
    transform: scale(1.2);
}

.solution .solutionList>.piccontainer>img {
    width: 100%;
    height: 100%;
    transition: all 2s;
    cursor: pointer;
}

.solution .solutionList .solutionMsg {
    padding: 20px;
}

.solution .solutionList .solutionMsg p {
    font-size: 14px;
    height: 35px;
    line-height: 30px;
}

.solution .more {
    display: block;
    width: 177px;
    height: 48px;
    color: #fff;
    background-color: #527fa2;
    line-height: 48px;
    margin: 60px auto;
    text-align: center;
}

#section-footer .fp-tableCell {
    height: auto !important
}

#section-footer {
    height: auto !important;
}


/* 2019-7-16 end */


/* 2019-7-17 start */

.solution .solutionList {
    height: 595px;
    background-color: #fff;
    overflow: hidden;
}


/* 2019-7-17 end */

@media (min-width: 768px) and (max-width: 1200px) {
    .item .carousel-msg {
        font-size: 20px;
    }
    .item .carousel-circle .circle {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        line-height: 80px;
        color: #fff;
        font-size: 18px;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    .products .navMsg01,
    .products .navMsg02,
    .products .navMsg03,
    .products .navMsg04,
    .products .navMsg05 {
        font-size: 20px;
    }
    .products .navMsg01 p:last-child,
    .products .navMsg02 p:last-child,
    .products .navMsg03 p:last-child,
    .products .navMsg04 p:last-child,
    .products .navMsg05 p:last-child {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .featuredPro .in {
        height: 170px;
    }
    .featuredPro .in img:hover {
        transform: none;
    }
    .featuredPro .in .img01 {
        width: 35%;
        margin-top: 20px;
    }
    .featuredPro .in .img02 {
        width: 50%;
        margin-top: 20px;
    }
    .featuredPro .in .img03 {
        width: 20%;
        margin-top: 30px;
    }
    .featuredPro .in .img04 {
        width: 30%;
        margin-top: 20px;
    }
    .featuredPro .in .img05 {
        width: 30%;
        margin-top: 30px;
    }
    .featuredPro .in .img06 {
        width: 30%;
        margin-top: 10px;
    }
    .featuredPro .in p {
        width: 100%;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 768px) {
    .item .carousel-msg {
        font-size: 14px;
    }
    .item .carousel-circle:nth-child(3) {
        left: 5%;
    }
    .item .carousel-circle:nth-child(4) {
        left: 5%;
        right: 5%;
    }
    .item .carousel-circle:nth-child(5) {
        right: 5%;
    }
    .item .carousel-circle .circle {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        line-height: 60px;
        color: #fff;
        font-size: 14px;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    .item .carousel-circle p {
        font-size: 12px;
    }
    .featuredPro .in {
        height: 200px;
        margin-top: 50px;
    }
    .featuredPro .in img:hover {
        transform: none;
    }
    .featuredPro .in .img01 {
        width: 40%;
        margin-top: 30px;
    }
    .featuredPro .in .img02 {
        width: 50%;
        margin-top: 50px;
    }
    .featuredPro .in .img03 {
        width: 40%;
        margin-top: 30px;
    }
    .featuredPro .in .img04 {
        width: 30%;
        margin-top: 25px;
    }
    .featuredPro .in .img05 {
        width: 40%;
        margin-top: 40px;
    }
    .featuredPro .in .img06 {
        width: 35%;
        margin-top: 30px;
    }
    .featuredPro .in p {
        width: 100%;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 5px;
    }
    .products .navMsg01,
    .products .navMsg02,
    .products .navMsg03,
    .products .navMsg04,
    .products .navMsg05 {
        font-size: 12px;
    }
    .products .navMsg01 p:last-child,
    .products .navMsg02 p:last-child,
    .products .navMsg03 p:last-child,
    .products .navMsg04 p:last-child,
    .products .navMsg05 p:last-child {
        font-size: 8px;
    }
    .item .carousel-circle:nth-child(2) {
        left: 5px;
    }
    .item .carousel-circle:nth-child(3) {
        left: 50%;
    }
    .item .carousel-circle:nth-child(4) {
        left: unset;
        right: 5px;
    }
    .products .row>.oneitem {
        width: 100%;
        height: 50%;
    }
    .footer .footerRight {
        float: unset;
    }
    .footer ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footer ul li {
        order: 0;
        width: 25%;
    }
    .footer ul li:nth-child(4) {
        width: 40%;
        order: 1;
    }
    .footer ul li:nth-child(8) {
        width: 100%;
        order: 2;
    }
    .footer ul li a {
        height: 60px;
        line-height: 60px;
        word-break: break-all;
    }
    .solution {
        height: 100%;
    }
    .solutioncontainer {
        width: 96% !important;
    }

    .solutioncontainer .row { margin-top: 20px; }
    .solutioncontainer .row>div {
        width: 50%;
        margin-top: 10px;
        height: 218px; padding-right: 5px; padding-left: 5px;
    }
    .solution .solutionList {
        height: 292px !important;
    }
    .solution {
        padding-top: 40px !important;
    }
    .solution .solutionList .solutionMsg {
        padding: 14px;
    }
    .solution .solutionList .solutionMsg h2 {
        font-size: 16px !important;
    }
    .solution .solutionList .solutionMsg p {
        font-size: 12px;
        height: unset;
        line-height: 22px !important;
    }
    .solution .solutionList>.piccontainer {
        height: 98px !important;
    }
}


/* 2019-7-16 start */

.featuredPro .proMsg {
    margin-top: 100px;
}

.featuredPro .in {
    margin-top: 33px;
}

.featuredPro {
    height: 100%;
    margin-top: 0;
}

.fp-section.fp-table,
.fp-slide.fp-table,
.fp-tableCell {
    display: block;
}

@media screen and (max-width: 1680px) {
    .featuredPro .proMsg p:first-child {
        font-size: 27px;
    }
    /* .featuredPro .in {
        height: 263px;
    } */
    .solution .solutionList {
        height: 60vh;
    }
    .featuredPro .proMsg p:last-child{
        font-size: 12px;
    }
    .products .navMsg01,
    .products .navMsg02,
    .products .navMsg04,
    .products .navMsg05 {
        color: #fff;
        position: absolute;
        font-size: 28px;
    }
    .featuredPro .in{
        margin-top: 21px;
        height: 25vh;
    }
    .featuredPro .in .img03{
        width: auto;
        height: 14vh;
    }
    .solution .solutionList>.piccontainer{
        height: auto;
    }
}

@media screen and (max-width: 1440px) {
    .item .carousel-msg p {
        font-size: 28px;
    }
    .products .navMsg01,
    .products .navMsg02,
    .products .navMsg03,
    .products .navMsg04,
    .products .navMsg05 {
        color: #fff;
        /* position: absolute; */
        font-size: 23px;
    }
    .products .navMsg01 p:last-child,
    .products .navMsg02 p:last-child,
    .products .navMsg03 p:last-child,
    .products .navMsg04 p:last-child,
    .products .navMsg05 p:last-child {
        font-size: 14px;
    }
    .featuredPro .proMsg p:first-child {
        font-size: 32px;
    }
    .solution .solutionList {
        height: 60vh;
    }
    .solution .solutionList>.piccontainer {
        height: 24vh;
    }
    .solution .solutionList .solutionMsg h2 {
        font-size: 22px;
    }
    .featuredPro .in {
        width: 100%;
        /* height: 211px; */
        background-color: #fff;
        border-radius: 20px;
        margin-top: 19px;
        position: relative;
        text-align: center;
    }
    .featuredPro .more {
        margin: 37px auto 0;
    }
    .solution .solutionList .solutionMsg p {
        font-size: 12px;
        height: 35px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1366px) {
    .item:nth-child(1) .carousel-msg>p {
        font-size: 20px;
    }
    .item:nth-child(1) .carousel-msg>p:nth-child(2) {
        font-size: 18px;
    }
    .carousel-inner>.item {
        background-position: center center !important;
        background-size: cover !important;
    }
    .featuredPro .proMsg p:first-child {
        font-size: 22px;
    }
    .featuredPro .proMsg p:last-child {
        font-size: 12px;
    }
    .featuredPro .in>a>img {
        width: 60%;
        /* margin-top: 69px !important; */
        max-height: 88px;
    }
    /* .featuredPro .in {
        height: 170px;
    } */
    .h2,
    h2 {
        font-size: 19px;
    }
    .solution .solutionList img {
        height: 40%;
         width: 100% !important;
    }
    /*.solution .mmlist img {
       
    }*/
    .solution .solutionList {
        height: 436px;
    }
    .featuredPro .more {
        margin: 21px auto 0;
        height: 42px;
        line-height: 42px;
    }
    .header .navbar-brand {
        color: #777;
        height: 60px;
        line-height: 50px;
    }
    .header .navbar-nav>li>a {
/*         color: #000;
        height: 80px;
        line-height: 70px;
        padding: 5px; */
        font-size: 14px;
    }
    .navbar-nav>li>a {
        font-size: 1px;
    }
    .featuredPro .proMsg {
        margin-top: 88px;
    }
    .solutioncontainer {
        width: 74%;
    }
    .solution {
        padding-top: 107px;
    }
    .solution .solutionList>.piccontainer {
        height: 144px;
    }
    .solution .solutionList {
        height: 397px;
    }
    .solution .solutionList .solutionMsg h2 {
        margin: 0 0 15px;
    }
    .solution .more {
        margin: 35px auto;
    }
    .footer ul {
        margin-top: 33px;
        border-top: 1px solid #ccc;
    }
    .solutionMsg h3{
        font-size: 18px;
    }
}

.solution .mmlist img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out; 
}
.solution .mmlist img:hover{
    transform: scale(1.2);
}
@media screen and (max-width: 1024px) {
    .featuredPro .in{
        height: 290px;
        margin-bottom: 50px;
    }
    .featuredPro .in .img03{
        margin-top: 80px !important;
    }
}
@media (max-width:768px){
    .featuredPro .in .img03{
        margin-top: 10px !important;
        width: auto;
        height: 60px;
    }
    .featuredPro .in{
        height: 160px;
        margin-bottom: 0;
    }
    .solution .solutionList>.piccontainer{
        height: 110px !important;
    }
    .solution .solutionList{
        height: 100% !important;
    }
    .featuredPro .proMsg{
        margin-top: 70px;
    }
    .solution .solutionList .solutionMsg h3{
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .footerlogo{
        width: 43%;
    }
    .footerRight img{
        width: 60px;
        height: 60px;
    }
    .footer .footerRight p{
        font-size: 12px;
    }
    .footer ul li{
        width: 33%;
    }
    .footer ul li:nth-child(4){
        width: 50%;
    }
    .footer ul{
        text-align: center;
        margin-top: 15px;
    }
    .footer ul li:nth-child(8){
        width: 77%;
    }
    .footer .footerRight{
        position: absolute;
        right: 30px;
        bottom: 104px;
    }

    .products .m_tit { font-size:18px; margin-bottom: 0px; } 
    .products .m_p { font-size: 12px; }

    .products .navMsg01 { top: 40%; left: 5%; }
    .products .navMsg02 { bottom: 10%; top: inherit; left: 5%; }
    .products .navMsg03 { top: 10%; left: 10%; display: block; text-align: left; position: absolute; }

    .indexcontainer { width: 96%; }
    .indexcontainer .z-col { padding-left: 5px; padding-right: 5px; }
    .featuredPro .in p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 0px; margin-top: 10px; bottom: 10px; }
    .featuredPro .in { height: 20vh; border-radius: 6px; margin-top: 10px; }
    .featuredPro .proMsg p:first-child { margin-bottom: 5px; }
    .solution .solutionList .solutionMsg p { line-height: 18px !important; margin-top: 5px; margin-bottom: 0px; height: 35px; overflow: hidden; }
    .solution .solutionList .solutionMsg h3 { font-size: 14px; line-height: 20px; max-height: 40px; overflow: hidden; }
    .solution .solutionList .solutionMsg { padding: 10px; }

    .solution .more { margin: 0px auto; margin-top: 21px; height: 41px; line-height: 41px; width: 140px; }
    .featuredPro .more { width: 140px; }

    
}