.center {
    width: 1200px;
    margin: 0 auto;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.title {
    text-align: left !important;
    color: #666 !important;
    margin: 20px auto !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    width: 1200px;
}

.title h2 {
    font-size: 20px;
    /* line-height: 50px; */
    padding-left: 15px;
    border-left: 3px solid #386abd;
    margin-bottom: 10px;
}

.title div {
    border-bottom: 1px dashed #cfcfcf;
    padding-left: 23px;
}

.title div span {
    font-size: 14px;
    font-family: Arial;
    color: #9e9e9e;
    line-height: 35px;
    margin-bottom: 20px;
    /* margin-right: 20px; */
    background-image: url(../image/icon_spirit.png);
    background-repeat: no-repeat;
    opacity: .7;
    margin-left: -8px;
    font-weight: 100;
}

.title div span:nth-child(1) {
    background-position: 0% -368px;
    padding-left: 27px;
}

.title div span:nth-child(2) {
    background-position: 0% -337px;
    padding-left: 27px;
    margin-left: 10px;
    /* padding-left: -27px !important; */
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #386abd !important;
}

.prodyct_details {
    line-height: 30px;
    /* position: relative; */
    /* display: flex;
    justify-content: space-between; */
}

.prodyct_details .swiper {
    width: 600px;
    height: 420px;
    border: 1px solid #eee;
}

.prodyct_details .img {
    width: 100%;
    /* height: 317px; */
    margin: 0 auto;
}

.prodyct_details .img img {
    width: 100%;
    margin: 0 auto;
}

.prodyct_details .text {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    /* position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    z-index: 9999; */
}

.prodyct_details h3 {
    text-align: center;
    margin: 40px 0;
    font-size: 30px;
}

.prodyct_details p {
    text-indent: 2em;
    font-size: 20px;
}

.recommend {
    display: flex;
    justify-content: flex-start;
}

.recommend_title {
    font-size: 22px;
    color: #1f0a00;
    letter-spacing: 2px;
    padding-left: 11px;
}

.recommend_title>div {
    padding-left: 15px;
    border-left: 3px solid #386abd;
    margin: 40px 0;
}

.recommend .item {
    float: left;
    width: 31.69%;
    padding: 10px;
}

.recommend .item .img {
    overflow: hidden;
}

.recommend .item img {
    width: 100%;
    transition: transform 0.5s ease;
}

.recommend .item .img:hover img {
    transform: scale(1.1);
}

.recommend .item .text {
    line-height: 30px;
    padding: 0 10px;
}

.flip {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    color: #666;
}

.flip .left {
    background: url(../image/flip_prev.png) left center no-repeat;
    padding-left: 20px;
}

.flip .right {
    background: url(../image/flip_next.png) left center no-repeat;
    padding-left: 20px;
}

.flip .right>a:nth-child(2) {
    margin-left: 20px;
    background: #386abd;
    padding: 10px;
    color: #fff;
}

.prodyct_details .text p img {
    width: 70%;
}