@charset "utf-8";

.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.main-banner {
    background-image: url(../png/banner-tupianpaishe.png), linear-gradient(to bottom, #304076, #15225B);
}

/*  */

.carousel {
    margin: 60px auto 0;
}

.poster-main {
    position: relative;
    height: 500px;
    padding-bottom: 50px;
}

.poster-list {
    height: 500px;
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}

.poster-list img {
    visibility: hidden;
    cursor: pointer;
}

.poster-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 40px;
    height: 109px;
}

.poster-prev-btn {
    left: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNDBweCIgaGVpZ2h0PSIxMDlweCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIwLjQiIGZpbGw9InJnYigwLCAwLCAwKSIgZD0iTTUuMDAwLC0wLjAwMCBMMzQuNjU2LC0wLjAwMCBDMzcuNDE4LC0wLjAwMCAzOS42NTYsMi4yMzggMzkuNjU2LDUuMDAwIEwzOS42NTYsMTAzLjE1NiBDMzkuNjU2LDEwNS45MTggMzcuNDE4LDEwOC4xNTYgMzQuNjU2LDEwOC4xNTYgTDUuMDAwLDEwOC4xNTYgQzIuMjM4LDEwOC4xNTYgMC4wMDAsMTA1LjkxOCAwLjAwMCwxMDMuMTU2IEwwLjAwMCw1LjAwMCBDMC4wMDAsMi4yMzggMi4yMzgsLTAuMDAwIDUuMDAwLC0wLjAwMCBaIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSJyZ2IoMjQ3LCAyNDcsIDI0NykiIGQ9Ik0yNy4wNDYsNjQuODkxIEwxNi4zMTEsNTQuMDc5IEwyNy4wNDYsNDMuMjY2IEwyMy4zNDgsNDMuMjY2IEwxMi42MTIsNTQuMDc5IEwyMy4zNDgsNjQuODkxIEwyNy4wNDYsNjQuODkxIFoiLz48L3N2Zz4=) no-repeat left center;
}

.poster-next-btn {
    right: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNDBweCIgaGVpZ2h0PSIxMDlweCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIwLjQiIGZpbGw9InJnYigwLCAwLCAwKSIgZD0iTTUuMDAwLC0wLjAwMCBMMzQuNjU2LC0wLjAwMCBDMzcuNDE4LC0wLjAwMCAzOS42NTYsMi4yMzggMzkuNjU2LDUuMDAwIEwzOS42NTYsMTAzLjE1NiBDMzkuNjU2LDEwNS45MTggMzcuNDE4LDEwOC4xNTYgMzQuNjU2LDEwOC4xNTYgTDUuMDAwLDEwOC4xNTYgQzIuMjM5LDEwOC4xNTYgLTAuMDAwLDEwNS45MTggLTAuMDAwLDEwMy4xNTYgTC0wLjAwMCw1LjAwMCBDLTAuMDAwLDIuMjM4IDIuMjM5LC0wLjAwMCA1LjAwMCwtMC4wMDAgWiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0icmdiKDI0NywgMjQ3LCAyNDcpIiBkPSJNMTIuOTg2LDY0Ljk4NCBMMjMuNDE4LDUzLjk4NSBMMTIuOTg2LDQyLjk4NSBMMTYuNTgwLDQyLjk4NSBMMjcuMDEzLDUzLjk4NSBMMTYuNTgwLDY0Ljk4NCBMMTIuOTg2LDY0Ljk4NCBaIi8+PC9zdmc+) no-repeat right center;
}

.btn-box {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    font-size: 0;
}

.btn-box .index-btn {
    display: inline-block;
    width: 38px;
    height: 6px;
    border-radius: 50px;
    margin: 0 10px;
    background-color: rgba(0, 0, 0, .1);
    transition: all .3s ease;
    cursor: pointer;
}

.btn-box .index-btn.poster-btn-active {
    background-color: #20B09F;
}

/*  */

.items-shot .items-block {
    margin-top: 56px;
    justify-content: space-around;
}

.items-shot .item {
    width: 260px;
    height: 304px;
    background-color: #fff;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .15);
}

.items-shot .item-num {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    background-color: #20B09F;
    color: #fff;
    font-size: 18px;
}

.items-shot .item-num .item-em {
    font-size: 30px;
}

.items-shot .item-origin-price {
    margin-top: 20px;
    font-size: 18px;
    color: #999;
}

.items-shot .item-current-price {
    font-size: 18px;
    margin-top: 8px;
}

.items-shot .item-current-price .item-em {
    font-size: 36px;
    font-weight: bold;
}

.items-shot .item-current-price .item-discount {
    box-sizing: border-box;
    display: inline-block;
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border-radius: 5px;
    border: 1px solid #ff9c00;
    font-size: 16px;
    color: #ff9c00;
    margin-left: 8px;
}

.items-shot .item-btn {
    margin-top: 22px;
}

.items-shot .item-button {
    width: 100px;
    height: 36px;
    line-height: 34px;
}

/*  */

.items-product-intro .product-type {
    margin-top: 45px;
    justify-content: space-between;
    align-items: flex-start;
}

.items-product-intro .product-type .item {
    width: 386px;
}

.items-product-intro .product-type .item-title {
    height: 73px;
    line-height: 73px;
    text-align: center;
    background-color: #2D2D2D;
    color: #fff;
    font-size: 20px;
}

.items-product-intro .product-type .item-title:after {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAk1BMVEUAAADxNzfxNzfxNzfxNzfxNzfxNzfxNzfxNzfxNzfxNzfxNzfzUFD82tr3jY38z8/95ub2eHj7ycn3iYn0YWH0Xl7+6ur6ubn5qqryQ0PyQED94eH6tLTzVVXxOTn//v7+7u793Nz81NT7xMT4n5/2gYH0ZmbzT0/xPDz+8/P7y8v7wMD5ra35pKT4lJT1cXH0W1vAmkbxAAAAC3RSTlMA8NLPyKeMSjoNGOxJhW8AAAD8SURBVCjPhZLZcoQgEEVxdNCZiwgq7jr7kj3//3WhVKRIlcl56JdTdF26mxgiGniAF9CIuIQ+FvyQWHZbOGx3xuw3+MVmP7+xxrrpnenm9hwTQPPN5aNMNN1jdqFWY7aiEkfOGOuz03POqf8DID8dXg7vGOkKIc4KQESoroms63rAgnzVhZJA15hBU1/PSTYg52AxgIB4RjVxpe5ph+txUh6BUbzMRKvaHM9JwapSto2sPjJgVrZhxdPsjZfSKM/GUCL/vH0VDWBiUKNwK9JEKBhFSbQoNPd8wKKicVApZw48BfxpvP0ldrj0QLi+lP9WuX4A62ezfmx/nOgPYX8dAAlm19EAAAAASUVORK5CYII=) no-repeat center;
    display: inline-block;
    width: 26px;
    height: 26px;
    position: relative;
    left: -4px;
    top: -5px;
}

.items-product-intro .product-info {
    margin-top: 65px;
}

.items-product-intro .product-info .item {
    width: 25%;
    text-align: center;
}

.items-product-intro .product-info .img-block {
    height: 70px;
}

.items-product-intro .product-info .img-block img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.items-product-intro .product-info .item-title {
    font-size: 28px;
    font-weight: bold;
    color: #20B09F;
    margin-top: 12px;
}

.items-product-intro .product-info .item-p {
    line-height: 1.7143em;
    color: #666;
    margin-top: 10px;
}

/*  */

.items-service-value .items-block {
    margin-top: 60px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.items-service-value .item {
    width: 250px;
    margin: 0 50px;
}

.items-service-value .item:not(:nth-child(-n+3)) {
    margin-top: 42px;
}

.items-service-value .img-block {
    height: 55px;
}

.items-service-value .img-block img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.items-service-value .item-title {
    text-align: center;
    margin-top: 24px;
    font-size: 18px;
}

.items-service-value .item-p {
    color: #999;
    line-height: 1.7143em;
    margin-top: 15px;
    height: calc(1.7143em * 4);
}

/*  */

.items-service-flow .img-block {
    margin-top: 50px;
}

.items-service-flow .item-note {
    font-size: 16px;
    color: #999;
    text-align: center;
    margin-top: 40px;
}

/* 服务提示 */

.shot-pop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.shot-pop-wrap {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.shot-pop-block {
    box-sizing: border-box;
    position: absolute;
    width: 800px;
    padding: 30px 30px 40px;
    background-color: #fff;
    border-radius: 10px;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
}

.shot-pop-title {
    font-size: 18px;
    font-weight: bold;
}

.shot-pop-p {
    color: #666;
    line-height: 1.7143em;
    margin-top: 20px;
}

.shot-pop-wrap .img-block {
    margin-top: 30px;
}

.shot-pop-btn {
    margin-top: 30px;
    text-align: center;
}

.shot-pop-confirm {
    width: 400px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
}

.shot-pop-confirm.disabled {
    background-color: #F0F0F0;
    color: #c9c9c9;
    cursor: not-allowed;
}

.shot-pop-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 80px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0icmdiKDIwNCwgMjA0LCAyMDQpIiBkPSJNMTMuNjU3LDAuOTI5IEw4LjAwMCw2LjU4NiBMMi4zNDMsMC45MjkgTDAuOTI5LDIuMzQzIEw2LjU4Niw4LjAwMCBMMC45MjksMTMuNjU3IEwyLjM0MywxNS4wNzEgTDguMDAwLDkuNDE0IEwxMy42NTcsMTUuMDcxIEwxNS4wNzEsMTMuNjU3IEw5LjQxNCw4LjAwMCBMMTUuMDcxLDIuMzQzIEwxMy42NTcsMC45MjkgWiIvPgo8L3N2Zz4=) no-repeat center;
    z-index: 1;
}


.items-service-flow .content {
    width: 1200px;
    height: 100%;
    position: relative;
    margin: auto;
    text-align: center;
}
.items-service-flow .content h3{font-size: 24px; }

.items-service-flow .content .level_title  .sub {
    text-align: center;
    color: #666;
    margin-top: 14px;
}
/* 服务流程 */
.items-service-flow .content .service_wrap {
    width: 1110px;
    height: 150px;
    position: relative;
    text-align: center;
    margin: 70px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 16px;
}
.items-service-flow .content .service_wrap img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.items-service-flow .content .service_wrap .des {
    width: 110px;
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fefefe;
    position: relative;
    z-index: 1;
}