.top .topMsg {
    font-size: 30px;
    color: #fff;
    position: relative;
}

.top .topMsg img {
    width: 100%;
}

.top .topMsg div {
    position: absolute;
    top: 265px;
    left: 400px;
}

.top .topMsg div p {
    font-size: 44px;
}

.top .topMsg p:last-child {
    font-size: 20px;
}

.product .leftMenu {
    position: absolute;
    /* top: 100%;
    left: 0; */
    top: 8px;
    left: 115px;
    z-index: 100;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #e6e6e6;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.product .leftMenu.pull-left {
    right: auto;
    left: 121px;
}

.product .leftMenu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.product .leftMenu>li>a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    margin-bottom: 3px;
    border-radius: 4px;
    opacity: 0.9;
}

.product .leftMenu2>li>a {
    color: #000;
}

.product .leftMenu>li>a:hover,
.product .leftMenu>li>a:focus {
    text-decoration: none;
    background-color: #f5f5f5;
    opacity: 1;
}

.product .leftMenu>.active>a,
.product .leftMenu>.active>a:hover,
.product .leftMenu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.product .leftMenu>.disabled>a,
.product .leftMenu>.disabled>a:hover,
.product .leftMenu>.disabled>a:focus {
    color: #777;
}

.product .leftMenu>.disabled>a:hover,
.product .leftMenu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.container-fluid {
    margin-top: 67px;
}

.leftmenu {
    padding: 0 66px;
}

.rightcontent {
    padding: 0 100px;
}

.product .open>.leftMenu {
    display: block;
}

.productsLeft .dropdown {
    padding: 5px 0;
}

.productsLeft .dropdown>a {
    font-size: 20px;
}

.product h3 {
    border-bottom: 5px solid red;
    padding-bottom: 10px;
}


/* .product .productRight .row>div:nth-child(1) {
    margin-top: 30px;
} */


/* .product .productRight .row>div:nth-child(3) {
    margin-top: 30px;
} */

.product .productRight .row {
    padding-bottom: 50px;
}

.product .productRight .row>div {
    margin-top: 60px;
    height: 566px;
    position: relative;
}

.product .productRight .row .img {
    width: 373px;
    height: 227px;
    border: 1px solid #ccc;
    position: relative;
}

.product .productRight .row .img img {
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product .productRight .row .btnwrap {
    width: 373px;
    margin-top: 30px;
    bottom: 0;
    left: 25px;
    position: absolute;
}

.product .productRight .row .btnwrap>a {
    display: block;
    width: 150px !important;
    height: 50px;
    background-color: #527fa2;
    text-align: center;
    color: #fff;
    line-height: 50px;
    margin-top: 5px;
    cursor: pointer;
}

.product .productRight .row p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.product .productRight .row .product-content{
	font-size: 16px;
    min-height: 110px;
    margin-top: 20px;
}
.product .productRight .row .product-content ul{
    max-width: 373px;
}
.product .productRight .row div:last-child .btnclass {
    display: block;
    width: 175px;
    height: 50px;
    background-color: #527fa2;
    text-align: center;
    color: #fff;
    line-height: 50px;
}

.product .productRight h3 {
    max-width: 380px;
    border-bottom: 5px solid red;
    padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .product .productRight .row .img {
        position: relative;
        width: 210px;
        height: 130px;
        border: 1px solid #ccc;
    }
    .product .productRight .row .img img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .product .productRight .row div:last-child a {
        display: block;
        width: 175px;
        height: 50px;
        background-color: #527fa2;
        text-align: center;
        color: #fff;
        line-height: 50px;
    }
    .product .productRight h3 {
        max-width: 380px;
        border-bottom: 5px solid red;
    }
    .product .productRight .row>div {
        width: 100%;
        /* display: flex; */
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        padding-left: 0px; padding-right: 0px;
        display: block;
        margin-top: 30px;
    }
    .product .productRight .row .img img {
        max-width: 100%;
        max-height: 100%;
        top: unset;
        transform: unset;
        position: unset;
    }
    .top .topMsg div {
        top: 35px;
        left: 35px;
    }
    .top .topMsg div p {
        font-size: 20px;
    }
    .rightcontent {
        padding: 0;
    }
    .product .productRight .row .img {
        width: 100%;
        height: 200px !important;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product .productRight .row .btnwrap {
        width: 100%;
        position: static;
    }
    .row {
        margin-left: unset;
        margin-right: unset;
    }
}

@media screen and (max-width: 1366px) {
    .container-fluid {
        margin-top: 35px;
    }
    .product .productRight .row .img {
        width: 100%;
        height: 180px;
        border: 1px solid #ccc;
        position: relative;
    }
    .product h3 {
        font-size: 20px;
    }
    .product .productRight h3 {
        font-size: 20px;
    }
    .productsLeft .dropdown>a {
        font-size: 16px;
    }
    .product .productRight .row div:last-child a {
        display: block;
        width: 135px;
        height: 38px;
        background-color: #527fa2;
        text-align: center;
        color: #fff;
        line-height: 38px;
    }

    .product .productRight .row p { font-size: 18px; }
    .product .productRight .row .product-content { height: auto; font-size: 14px; line-height: 25px; margin-top: 10px; }
    .product .productRight .row .btnwrap>a { width: 110px !important; height: 40px; line-height: 40px; }
    .product .productRight .row p { font-size: 16px; }
    .product .productRight .row div:last-child .btnclass { height: 40px; line-height: 40px; }

    .product .productRight .row { padding-bottom: 20px; }


}