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

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

.top .topMsg div {
    position: absolute;
    top: 0;
}

.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: 1000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    font-size: 14px;
    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);
}

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

.product {
    margin-bottom: 80px;
}

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

.productsLeft .dropdown {
    font-size: 20px;
    margin: 10px;
}

.product .productRight .row {
    padding: 36px 0;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.bottomright {
    right: 43px;
    bottom: 6px;
    position: absolute;
}

.product .productRight .row:nth-child(2) {
    padding-top: 0;
}

.product .productRight .row div:first-child {
    width: 280px;
    height: 170px;
    border: 1px solid #ccc;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.product .productRight .row div:first-child img {
    width: 100%;
    max-width: 248px;
    max-height: 168px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

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

.product .productRight h3 {
    max-width: 280px;
    margin-left: -15px;
    border-bottom: 5px solid red;
}

.productShow .productShowTop {
    height: 180px;
    background: url('../images/g3.png') no-repeat;
    padding-top: 50px;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.productShow .productShowBottom {
    margin: 0;
}

.productShow .productShowBottom .proBox {
    height: 300px;
    text-align: center;
    overflow: hidden;
}

.productShow .productShowBottom .proBox a {
    display: block;
    position: relative;
    height: 100%;
}

.productShow .productShowBottom .proBox img {
    margin-top: 68px;
}

.productShow .productShowBottom .proBox p {
    font-size: 26px;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 25px;
}

.serve {
    margin-top: 50px;
}

.serve .serveMsg {
    width: 200px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    border-bottom: 2px solid red;
}

.serve h3 {
    border: 1px solid #ccc;
    padding: 12px 15px;
    background-color: #527fa2;
    color: #fff;
}

.serve .shadow {
    height: 470px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    /* 红圆点 */
}

.serve .shadow img {
    width: 100%;
}

.serve .shadow p {
    padding: 20px;
}

.serve .shadow p span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
}

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

.containerTop {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1440px) {
    .containerTop {
        width: 1170px;
    }
}

@media (min-width: 768px) {
    .containerTop {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .containerTop {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .containerTop {
        width: 1170px;
    }
}


/* 2019-7-16 start */

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

.leftmenu {
    padding: 0 66px;
}

.rightcontent {
    padding: 0 100px;
}

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

.product h3 {
    padding-bottom: 10px;
}

.product .productRight h3 {
    padding-bottom: 10px;
}

.productsLeft .dropdown {
    margin: 10px 0;
}

.serve {
    margin: 100px 0;
}


/* 2019-7-16 end */

@media screen and (max-width: 768px) {
    .container-fluid {
        margin-top: 15px;
    }
    .product .productRight .row {
        margin-bottom:0px;
        padding-bottom: 30px;
    }
    .product .productRight h4 {
        font-size: 18px;
        margin: 20px 0 10px;
    }
    .product .productRight p {
        font-size: 14px; line-height: 25px; text-align: justify;
        margin: 0;
    }
    .product .productRight h3 {
        /* max-width: 280px; */
        width: 100%;
        margin-left: -15px;
        border-bottom: 3px solid red;
        font-size: 20px;
    }

    .product .container-fluid .row .rightcontent {
        width: 100%;
        padding: 0 35px;
    }
    .product .container-fluid .row .rightcontent>div {
        width: 100%;
    }
    .product .productRight .row>div {
        width: 100%;
    }
    .product .productRight .row {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
        padding-top: 0px;
    }
    .product .productRight .row div:first-child {
        width: 100%;
        height: 200px;
    }
    .product .productRight .row div:first-child img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        position: unset;
        top: unset;
        transform: unset;
    }
    .product .productRight .row div:last-child a {
        display: block;
        width: 100px;
        height: 36px;
        background-color: #527fa2;
        text-align: center;
        color: #fff;
        line-height: 36px;
    }
    .bottomright {
        right: unset;
        bottom: unset;
        position: unset;
        margin-top: 20px;
    }
    .top .topMsg div {
        top: 50px;
        left: 25px; 
    }
    .top .topMsg div p {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .product { margin-bottom: 30px; }

    .productShow .productShowTop { font-size: 20px; height: 130px; padding-top: 40px; }
    .productShow .productShowTop p { margin-bottom: 0px; }

    .productShow .productShowBottom .proBox a { padding-top: 68px; }
    .productShow .productShowBottom .proBox p { left: 0px; top: 30px; width: 100%; text-align: center; font-size: 18px; }
    .productShow .productShowBottom .proBox { height: 250px; }
    .productShow .productShowBottom .proBox img { margin-top: 0px; }
    .serve .shadow { height: auto; }
    .serve { margin: 30px 0px; }
    .serve .serveMsg { font-size: 20px; width: 100%; border-bottom: 3px solid red; padding-bottom: 15px; }
    .serve h3 { font-size:18px; }


}