.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;
}

.swiper-zoom-container img {
    width: 100%;
}
.swiper-slide{
	height: 100%!important;
}
.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;
}
.layui-layer-content{
    height: 100% !important;
}
.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;
}

.product .productRight .row>div:nth-child(2) {
    font-size: 20px;
    margin-left: 60px;
}

.product .productRight .row>div:nth-child(2)>h4 {
    font-size: 26px;
    width: 450px;
    height: 40px;
    background: #ec483d;
    color: #fff;
    line-height: 40px;
    padding-left: 5px;
    margin: 0 0 30px;
}

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

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

.product .productRight .row div:first-child {
    width: 346px;
    height: 346px;
    border: 1px solid #ccc;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0;
}
.row div:nth-child(2) li{
	color: black;
	display: block;

}
.product .productRight .row div:first-child img {
    width: 100%;
    max-width: 346px;
    max-height: 346px;
    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 img {
    margin-top: 20px;
}

.productShow .productShowBottom .proBox p {
    font-size: 26px;
    color: #fff;
}

.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 (max-width: 620px) {
/*     .product .productRight .row {
        margin-bottom: 30px;
    } */
    .product .productRight .row div:first-child {
        width: 200px;
        height: 130px;
        border: 1px solid #ccc;
        display: table-cell;
        vertical-align: middle;
    }
    .product .productRight .row div:first-child img {
        width: 100%;
        height: 100%; object-fit: cover;
        /* max-width: 168px;
        max-height: 128px; */
    }
    .product .productRight .row div:last-child a {
        display: block;
        width: 80px;
        height: 30px;
        background-color: #527fa2;
        text-align: center;
        color: #fff;
        line-height: 30px;
    }
    .product .productRight h4 {
        font-size: 16px;
        margin: 0;
    }
    .product .productRight p {
        font-size: 14px; line-height: 23px;
        margin: 0;
    }
    .product .productRight h3 {
        max-width: 280px;
        margin-left: -15px;
        border-bottom: 5px solid red;
    }
}

@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: 1680px) {
    .product .productRight .row div:first-child {
        width: 287px;
        height: 287px;
    }
}

@media screen and (max-width: 1440px) {
    .product .productRight .row div:first-child {
        width: 230px;
        height: 230px;
    }
    .product .productRight .row>div:nth-child(2)>h4 {
        font-size: 22px;
    }
    .product .productRight .row>div:nth-child(2) {
        font-size: 18px;
    }
}

@media screen and (max-width: 1366px) {
    .product .productRight .row>div:nth-child(2)>h4 {
        font-size: 19px;
        width: 450px;
        height: 36px;
        background: #ec483d;
        color: #fff;
        line-height: 36px;
        padding-left: 5px;
        margin: 0 0 30px;
    }
    .product .productRight .row:nth-child(2) {
        padding-top: 0;
        margin-top: 40px;
    }
    .product .productRight .row div:first-child {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 768px) {
    .top .topMsg div {
        top: 35px;
        left: 35px;
    }
    .top .topMsg div p {
        font-size: 20px;
    }
    .rightcontent {
        padding: 0;
    }
    .product .productRight .row:nth-child(2) {
        display: flex;
        flex-direction: column;
        
        margin: 0;
    }
    .product .productRight .row>div:nth-child(2) {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .product .productRight .row>div:nth-child(2)>h4 {
        width: unset;
    }
    .bottomright {
        right: unset;
        bottom: unset;
        position: unset;
        margin-top: 10px;
    }
    .productRight {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .product .productRight h3 {
        width: 80%;
        margin-left: 0px;
    }
    .container-fluid {
        margin-top: 17px;
    }
    .newsPagination {
        margin: 0 auto;
    }

    /* .productRight { padding: 0px 35px; } */

    .product .productRight .row div:first-child { width: 100%; }
    .productRight { display: block; }

    .product .row { margin-left: 0px; margin-right: 0px; }

    .product .productRight .row>div:nth-child(2)>h4 { font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0px 10px; }
    .product { margin-bottom: 20px; }
    .product .productRight .row>div:nth-child(2)>h4 { margin: 0 0 20px; }
    .product .productRight .row { padding-top: 30px; padding-bottom: 30px; }

    .row div:nth-child(2) li { font-size: 14px; line-height: 25px;}
    .product .productRight .row>div:nth-child(2) { padding-left: 0px; padding-right: 0px; }   
    .product .productRight .row:nth-child(2) { margin-top: 30px; }     

}