.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*table*/

.table-box {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}
.table-box table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 1.2;
}
.table-box table tr, .table-box table td, .table-box table th {
    width: auto !important;
    height: auto !important;
    background-color: #f2f3f4;
    color: #02152d;
}
.table-box table tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
    background-color: #ffffff;
}
.table-box table td, .table-box table th {
    vertical-align: middle;
    font-weight: normal;
    padding: 10px !important;
    border: 1px solid #EEEEEE !important;
    font-size: 15px;
}
@media (max-width: 767px) {
    .table-box table td, .table-box table th {
        font-size: 14px;
    }
}
.table-box table tr p, .table-box table tr span {
    line-height: 1.2 !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.table-box table th {
    text-align: center;
}
.table-box .table-nav {
    overflow: hidden;
}
.table-box .table-content {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 300px;
    max-height: 42vh;
}
.banner {
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 180px;
}
@media screen and (max-width: 1439px) {
    .banner {
        padding-top: 130px;
    }
}
@media screen and (max-width: 1199px) {
    .banner {
        padding-top: 70px;
    }
}
.banner .banner-content {
    position: relative;
}
@media (max-width: 991px) {
    .banner .slickbanner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner .slickbanner .item {
    display: block;
    position: relative;
    z-index: 0;
}
.banner .slickbanner .item img {
    display: block;
    width: 100%;
}
.banner .slickbanner .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
    .banner .slickbanner .slick-dots {
        bottom: 25px;
    }
}
@media screen and (max-width: 991px) {
    .banner .slickbanner .slick-dots {
        bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .banner .slickbanner .slick-dots {
        bottom: 10px;
    }
}
.banner .slickbanner .slick-dots li {
    display: inline-block;
    padding: 0 6px;
}
.banner .slickbanner .slick-dots li button {
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
.banner .slickbanner .slick-dots .slick-active button {
    width: 35px;
    background-color: #1cb6e2;
}
[class^=index-] {
    overflow: hidden;
}
[class^=index-] h2 {
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.375;
    color: #222222;
}
@media screen and (max-width: 1439px) {
    [class^=index-] h2 {
        font-size: 35px;
    }
}
@media screen and (max-width: 1199px) {
    [class^=index-] h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    [class^=index-] h2 {
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    [class^=index-] h2 {
        font-size: 20px;
    }
}
.index-about .content {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 991px) {
    .index-about .content {
        flex-wrap: wrap;
    }
}
.index-about .left-pic {
    width: 39.0070922%;
}
@media screen and (max-width: 991px) {
    .index-about .left-pic {
        width: 100%;
    }
}
.index-about .left-pic .img-box {
    padding-bottom: 61.81818182%;
}
.index-about .right-txt {
    width: 57.09219858%;
}
@media screen and (max-width: 991px) {
    .index-about .right-txt {
        padding-top: 10px;
        width: 100%;
    }
}
.index-about .right-txt .txt h2 {
    position: relative;
    margin: 0;
    padding: 20px 0;
    color: #222222;
    font-weight: 400;
}
@media screen and (min-width: 1440px) {
    .index-about .right-txt .txt h2 {
        font-size: 39px;
    }
}
@media screen and (max-width: 991px) {
    .index-about .right-txt .txt h2 {
        padding: 15px 0;
    }
}
@media screen and (max-width: 767px) {
    .index-about .right-txt .txt h2 {
        padding: 10px 0;
    }
}
@media screen and (min-width: 1200px) {
    .index-about .right-txt .txt h2 a:hover {
        color: #1cb6e2;
    }
}
.index-about .right-txt .txt h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 1px;
    background-color: #1cb6e2;
}
.index-about .right-txt .txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.44444444;
    color: #6d6d6d;
}
@media screen and (max-width: 1199px) {
    .index-about .right-txt .txt p {
        font-size: 17px;
    }
}
@media screen and (max-width: 991px) {
    .index-about .right-txt .txt p {
        font-size: 16px;
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .index-about .right-txt .txt p {
        font-size: 14px;
    }
}
.index-about .right-txt .btns {
    padding-top: 40px;
}
@media screen and (max-width: 1199px) {
    .index-about .right-txt .btns {
        padding-top: 30px;
    }
}
.index-about .right-txt .btns a {
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding: 0 25px;
    border: 2px solid #222222;
    font-size: 16px;
    line-height: 50px;
    color: #222222;
    z-index: 1;
}
@media screen and (max-width: 1199px) {
    .index-about .right-txt .btns a {
        line-height: 40px;
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .index-about .right-txt .btns a {
        line-height: 35px;
        padding: 0 10px;
        font-size: 13px;
        margin-right: 5px;
    }
}
@media screen and (min-width: 1200px) {
    .index-about .right-txt .btns a:hover::before {
        transform: translateX(0);
    }
}
.index-about .right-txt .btns a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: -1;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
}
.index-process {
    background-color: #f8f9fd;
}
.index-process ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
@media screen and (max-width: 991px) {
    .index-process ul {
        padding: 40px 0;
    }
}
@media screen and (max-width: 767px) {
    .index-process ul {
        padding: 0 0 30px;
        flex-wrap: wrap;
    }
}
.index-process ul li {
    text-align: center;
    width: 27.65957447%;
}
@media screen and (max-width: 1439px) {
    .index-process ul li {
        width: 30%;
    }
}
@media screen and (max-width: 1199px) {
    .index-process ul li {
        width: 32%;
    }
}
@media screen and (max-width: 767px) {
    .index-process ul li {
        width: 49%;
        margin-top: 30px;
    }
}
@media screen and (max-width: 480px) {
    .index-process ul li {
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .index-process ul li:hover .icon::before {
        transform: translateX(100%);
    }
    .index-process ul li:hover .icon::after {
        transform: translateX(0);
    }
}
.index-process ul li .icon {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    text-align: center;
}
@media screen and (max-width: 1439px) {
    .index-process ul li .icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
}
@media screen and (max-width: 1199px) {
    .index-process ul li .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}
@media screen and (max-width: 767px) {
    .index-process ul li .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}
.index-process ul li .icon::before, .index-process ul li .icon::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e623';
    font-size: 45px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1439px) {
    .index-process ul li .icon::before, .index-process ul li .icon::after {
        font-size: 40px;
    }
}
@media screen and (max-width: 1199px) {
    .index-process ul li .icon::before, .index-process ul li .icon::after {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    .index-process ul li .icon::before, .index-process ul li .icon::after {
        font-size: 20px;
    }
}
.index-process ul li .icon::before {
    border: 2px solid #333333;
    color: #333333;
}
.index-process ul li .icon::after {
    transform: translateX(-100%);
    color: #fff;
    background: -moz-linear-gradient(top, #1597db, #2ac1f2);
    background: -webkit-linear-gradient(top, #1597db, #2ac1f2);
    background: -o-linear-gradient(top, #1597db, #2ac1f2);
    background: -ms-linear-gradient(top, #1597db, #2ac1f2);
    background: linear-gradient(to bottom, #1597db, #2ac1f2);
}
.index-process ul li h3 {
    position: relative;
    margin: 40px 0 20px;
    z-index: 1;
}
@media screen and (max-width: 1199px) {
    .index-process ul li h3 {
        font-size: 22px;
        margin: 30px 0 10px;
    }
}
@media screen and (max-width: 767px) {
    .index-process ul li h3 {
        font-size: 18px;
        margin: 20px 0 10px;
    }
}
.index-process ul li h3 p {
    font-size: 24px;
    line-height: 1.45833333;
    color: #222222;
    font-weight: 700;
}
.index-process ul li h3 span {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 60px;
    line-height: 1;
    color: #e5e6ec;
    font-family: Arial;
    z-index: -1;
}
@media screen and (max-width: 1199px) {
    .index-process ul li h3 span {
        font-size: 45px;
        top: -15px;
    }
}
@media screen and (max-width: 767px) {
    .index-process ul li h3 span {
        font-size: 35px;
        top: -12px;
    }
}
.index-process ul li p {
    font-size: 18px;
    line-height: 1.44444444;
    color: #999999;
}
@media screen and (max-width: 1199px) {
    .index-process ul li p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .index-process ul li p {
        font-size: 13px;
    }
}
.index-process ul li:nth-child(2) .icon::before, .index-process ul li:nth-child(2) .icon::after {
    content: '\e920';
    font-size: 48px;
    font-weight: 500;
}
@media screen and (max-width: 1439px) {
    .index-process ul li:nth-child(2) .icon::before, .index-process ul li:nth-child(2) .icon::after {
        font-size: 40px;
    }
}
@media screen and (max-width: 1199px) {
    .index-process ul li:nth-child(2) .icon::before, .index-process ul li:nth-child(2) .icon::after {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    .index-process ul li:nth-child(2) .icon::before, .index-process ul li:nth-child(2) .icon::after {
        font-size: 20px;
    }
}
.index-process ul li:nth-child(3) .icon::before, .index-process ul li:nth-child(3) .icon::after {
    content: '\e68d';
    font-weight: 500;
}
.index-hot .title {
    padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
    .index-hot .title {
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    .index-hot .title {
        padding-bottom: 20px;
    }
}
.index-hot .title p {
    padding-top: 15px;
    font-size: 18px;
    line-height: 1.44444444;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .index-hot .title p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .index-hot .title p {
        font-size: 14px;
    }
}
.index-hot .hot-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
@media screen and (max-width: 480px) {
    .index-hot .hot-list {
        margin: 0 -10px;
    }
}
.index-hot .hot-list li {
    width: 25%;
    padding: 0 15px;
}
@media screen and (max-width: 991px) {
    .index-hot .hot-list li {
        width: 50%;
        margin-top: 30px;
    }
}
@media screen and (max-width: 480px) {
    .index-hot .hot-list li {
        padding: 0 10px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 350px) {
    .index-hot .hot-list li {
        width: 100%;
    }
}
.index-hot .hot-list li .item {
    position: relative;
    height: 100%;
    background-color: #f7f7f9;
}
@media screen and (min-width: 1200px) {
    .index-hot .hot-list li .item:hover .pic-box img {
        transform: scale(1.1);
    }
    .index-hot .hot-list li .item:hover .txt-box .more {
        border-color: transparent;
        color: #fff;
    }
    .index-hot .hot-list li .item:hover .txt-box .more::before {
        transform: translateX(0);
    }
}
.index-hot .pic-box {
    display: block;
}
.index-hot .pic-box .img-box {
    padding-bottom: 72.72727273%;
}
.index-hot .pic-box .img-box img {
    transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
}
.index-hot .txt-box {
    position: relative;
    padding: 60px 50px 35px;
}
@media screen and (max-width: 1439px) {
    .index-hot .txt-box {
        padding: 55px 30px 30px;
    }
}
@media screen and (max-width: 1199px) {
    .index-hot .txt-box {
        padding: 40px 20px 20px;
    }
}
@media screen and (max-width: 480px) {
    .index-hot .txt-box {
        padding: 30px 20px 20px;
    }
}
.index-hot .txt-box .price {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #fff;
    padding: 0 18px;
    background: -moz-linear-gradient(top, #1597db, #2ac1f2);
    background: -webkit-linear-gradient(top, #1597db, #2ac1f2);
    background: -o-linear-gradient(top, #1597db, #2ac1f2);
    background: -ms-linear-gradient(top, #1597db, #2ac1f2);
    background: linear-gradient(to bottom, #1597db, #2ac1f2);
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    white-space: nowrap;
}
@media screen and (max-width: 1199px) {
    .index-hot .txt-box .price {
        border-width: 3px;
        padding: 0 10px;
        font-size: 14px;
        line-height: 35px;
    }
}
@media screen and (max-width: 480px) {
    .index-hot .txt-box .price {
        font-size: 12px;
        line-height: 30px;
        padding: 0 5px;
    }
}
.index-hot .txt-box .details .p-name {
    margin: 0;
    padding-bottom: 7px;
    font-size: 24px;
    line-height: 1.45833333;
    color: #222222;
    font-weight: 400;
}
@media screen and (max-width: 1199px) {
    .index-hot .txt-box .details .p-name {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .index-hot .txt-box .details .p-name {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .index-hot .txt-box .details .p-name {
        font-size: 16px;
    }
}
.index-hot .txt-box .details .p-name a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .index-hot .txt-box .details .p-name a:hover {
        color: #1cb6e2;
        text-decoration: underline;
    }
}
.index-hot .txt-box .details p {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.875;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .index-hot .txt-box .details p {
        font-size: 14px;
    }
}
.index-hot .txt-box .details p::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e6fa';
    color: #1cb6e2;
    font-size: 19px;
}
.index-hot .txt-box .details .p-length::before {
    font-size: 26px;
    top: -8px;
    left: -1px;
}
.index-hot .txt-box .details .p-num::before {
    content: '\e62a';
}
.index-hot .txt-box .details .p-size::before {
    content: '\e63d';
}
.index-hot .txt-box .more {
    overflow: hidden;
    position: relative;
    display: block;
    margin-top: 25px;
    width: 150px;
    font-size: 16px;
    line-height: 45px;
    color: #222222;
    text-align: center;
    border: 1px solid #dedede;
    background-color: #fff;
    z-index: 1;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
    .index-hot .txt-box .more {
        line-height: 40px;
        width: 140px;
    }
}
@media screen and (max-width: 1199px) {
    .index-hot .txt-box .more {
        line-height: 40px;
        width: 140px;
    }
}
@media screen and (max-width: 767px) {
    .index-hot .txt-box .more {
        line-height: 35px;
        width: 110px;
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .index-hot .txt-box .more {
        line-height: 30px;
        width: 90px;
        font-size: 12px;
    }
}
.index-design {
    background: url(../images/img/index_design_bgg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .index-design {
        background-attachment: scroll;
    }
}
.index-design .content {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
    .index-design .content {
        align-items: center;
    }
}
@media screen and (max-width: 767px) {
    .index-design .content {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
.index-design .content .pic {
    width: 46.09929078%;
}
@media screen and (max-width: 767px) {
    .index-design .content .pic {
        width: 100%;
    }
}
.index-design .content .pic .img-box {
    padding-bottom: 56.92307692%;
}
.index-design .content .txt {
    width: 46.09929078%;
    padding-top: 15px;
}
@media screen and (max-width: 767px) {
    .index-design .content .txt {
        width: 100%;
        padding-top: 25px;
    }
}
.index-design .content .txt h2 {
    color: #ffffff;
}
.index-design .content .txt .intro {
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.44444444;
    color: #ffffff;
}
.index-design .content .txt .intro p {
    font-size: 18px;
    line-height: 1.44444444;
    color: #ffffff;
}
@media screen and (max-width: 1199px) {
    .index-design .content .txt p {
        font-size: 16px;
    }
    .index-design .content .txt .intro {
        margin-top: 15px;
       font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .index-design .content .txt p {
        font-size: 14px;
    }
    .index-design .content .txt .intro {
        font-size: 14px;
    }
}
.index-design .content .txt .more {
    margin-top: 72px;
    overflow: hidden;
    position: relative;
    display: block;
    width: 150px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    z-index: 1;
}
@media screen and (max-width: 1439px) {
    .index-design .content .txt .more {
        margin-top: 50px;
    }
}
@media screen and (max-width: 1199px) {
    .index-design .content .txt .more {
        margin-top: 30px;
        line-height: 40px;
        width: 130px;
    }
}
@media screen and (max-width: 767px) {
    .index-design .content .txt .more {
        line-height: 35px;
    }
}
.index-price {
    padding: 45px 0;
    text-align: center;
    background: url(../images/img/index_price_bgg.jpg) no-repeat center;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .index-price {
        padding: 25px 0;
    }
}
.index-price h2 {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    text-align: center;
    font-size: 30px;
    line-height: 1.33333333;
    color: #ffffff;
}
@media screen and (max-width: 991px) {
    .index-price h2 {
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .index-price h2 {
        font-size: 20px;
    }
}
.index-price p {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.44444444;
    color: #ffffff;
}
@media screen and (max-width: 1199px) {
    .index-price p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .index-price p {
        font-size: 14px;
        padding-top: 15px;
    }
}
.index-price .more {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 25px auto 0;
    width: 220px;
    border: 1px solid #fff;
    line-height: 48px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    z-index: 1;
}
@media screen and (max-width: 1199px) {
    .index-price .more {
        width: 180px;
        line-height: 45px;
    }
}
@media screen and (max-width: 991px) {
    .index-price .more {
        width: 160px;
        line-height: 40px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .index-price .more {
        margin-top: 20px;
        width: 140px;
        line-height: 35px;
        font-size: 12px;
    }
}
.index-price .more:active::before {
    transform: translateX(0);
}
.contact {
    overflow: hidden;
}
.contact h2 {
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.375;
    color: #222222;
}
@media screen and (max-width: 1439px) {
    .contact h2 {
        font-size: 35px;
    }
}
@media screen and (max-width: 1199px) {
    .contact h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .contact h2 {
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .contact h2 {
        font-size: 20px;
        text-align: center;
    }
}
.contact .info {
    overflow: hidden;
    background-color: #f8f9fd;
}
.contact .info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 55px;
    margin: 0 -15px;
}
@media screen and (max-width: 1199px) {
    .contact .info ul {
        padding-top: 45px;
    }
}
@media screen and (max-width: 991px) {
    .contact .info ul {
        padding-top: 20px;
    }
}
.contact .info ul li {
    width: 33.33333333%;
    padding: 0 15px;
}
@media screen and (max-width: 991px) {
    .contact .info ul li {
        width: 50%;
        margin-top: 30px;
    }
}
@media screen and (max-width: 480px) {
    .contact .info ul li {
        width: 100%;
    }
}
.contact .info ul li .item {
    position: relative;
    padding: 65px 30px 45px;
    height: 100%;
    background-color: #fff;
}
@media screen and (max-width: 1199px) {
    .contact .info ul li .item {
        padding: 50px 20px 30px;
    }
}
@media screen and (max-width: 767px) {
    .contact .info ul li .item {
        padding-top: 30px;
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .contact .info ul li .item {
        padding-bottom: 20px;
    }
}
.contact .info ul li .item::before {
    position: absolute;
    top: 0;
    left: 30px;
    transform: translateY(-15px);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e65e';
    color: #fff;
    font-size: 25px;
    background: -moz-linear-gradient(top, #1597db, #2ac1f2);
    background: -webkit-linear-gradient(top, #1597db, #2ac1f2);
    background: -o-linear-gradient(top, #1597db, #2ac1f2);
    background: -ms-linear-gradient(top, #1597db, #2ac1f2);
    background: linear-gradient(to bottom, #1597db, #2ac1f2);
}
@media screen and (max-width: 1199px) {
    .contact .info ul li .item::before {
        left: 20px;
        transform: translateY(-20px);
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}
@media screen and (max-width: 991px) {
    .contact .info ul li .item::before {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}
@media screen and (max-width: 767px) {
    .contact .info ul li .item::before {
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
}
.contact .info ul li h5 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.66666667;
    font-weight: 700;
    color: #222222;
    word-break: break-word;
    text-transform: uppercase;
}
@media screen and (max-width: 991px) {
    .contact .info ul li h5 {
        margin-bottom: 3px;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .contact .info ul li h5 {
        margin-bottom: 3px;
        font-size: 15px;
    }
}
.contact .info ul li p {
    font-size: 16px;
    line-height: 1.875;
    color: #888888;
    word-break: break-word;
}
@media screen and (max-width: 991px) {
    .contact .info ul li p {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .contact .info ul li p {
        font-size: 13px;
    }
}
@media screen and (min-width: 1200px) {
    .contact .info ul li p a:hover {
        color: #1cb6e2;
        text-decoration: underline;
    }
}
.contact .info ul li:nth-child(1) .item::before {
    font-size: 22px;
}
@media screen and (max-width: 767px) {
    .contact .info ul li:nth-child(1) .item::before {
        font-size: 16px;
    }
}
.contact .info ul li:nth-child(2) .item::before {
    content: '\e64c';
}
.contact .info ul li:nth-child(3) .item::before {
    content: '\e657';
}
.contact .message {
    overflow: hidden;
}
.contact .message ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
    padding-top: 35px;
}
@media screen and (max-width: 1199px) {
    .contact .message ul {
        margin: 0 -12.5px;
        padding-top: 25px;
    }
}
.contact .message ul li {
    position: relative;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
    .contact .message ul li {
        margin-bottom: 25px;
        padding: 0 12.5px;
    }
}
.contact .message ul li i {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    padding: 0 30px;
    font-size: 16px;
    line-height: 1.2;
    color: #222222;
    text-transform: uppercase;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
    .contact .message ul li i {
        top: 13px;
        padding: 0 15px;
        font-size: 15px;
    }
}
@media screen and (max-width: 1199px) {
    .contact .message ul li i {
        top: 11px;
        font-size: 14px;
    }
}
.contact .message ul li i span {
    color: red;
}
.contact .message ul li .active {
    top: 0;
    transform: translateY(-100%);
}
.contact .message ul li input, .contact .message ul li textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    padding: 12px 30px;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
    color: #222222;
    border: 1px solid #d7d7d7;
    background-color: transparent;
}
@media screen and (max-width: 1199px) {
    .contact .message ul li input, .contact .message ul li textarea {
        padding: 10px 15px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .contact .message ul li input, .contact .message ul li textarea {
        padding: 8px 15px;
        font-size: 14px;
    }
}
.contact .message ul li textarea {
    height: 220px;
}
@media screen and (max-width: 767px) {
    .contact .message ul li textarea {
        height: 180px;
    }
}
.contact .message ul li button {
    display: block;
    width: 190px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background-color: #1cb6e2;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
    .contact .message ul li button {
        width: 150px;
        height: 45px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .contact .message ul li button {
        margin: 0 auto;
        width: 140px;
        height: 35px;
        font-size: 13px;
    }
}
@media screen and (min-width: 1200px) {
    .contact .message ul li button:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.35) inset;
    }
}
.contact .message ul li:nth-child(-n+4) {
    width: 50%;
}
@media screen and (max-width: 767px) {
    .contact .message ul li:nth-child(-n+4) {
        width: 100%;
    }
}
.contact .message ul li:nth-child(5) {
    margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
    .contact .message ul li:nth-child(5) {
        margin-bottom: 30px;
    }
}
.contact .message ul li:nth-child(6) {
    margin-bottom: 0;
}
.contact .map {
    height: 400px;
}
@media screen and (max-width: 1199px) {
    .contact .map {
        height: 350px;
    }
}
@media screen and (max-width: 991px) {
    .contact .map {
        height: 300px;
    }
}
@media screen and (max-width: 767px) {
    .contact .map {
        height: 249px;
    }
}
.contact .map .map-content {
    height: 100%;
}
.story-page .title h1 {
    margin: 0;
    font-size: 40px;
    line-height: 1.5;
    color: #222222;
    font-weight: 700;
}
@media screen and (max-width: 1439px) {
    .story-page .title h1 {
        font-size: 35px;
    }
}
@media screen and (max-width: 1199px) {
    .story-page .title h1 {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .story-page .title h1 {
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .story-page .title h1 {
        font-size: 20px;
    }
}
.story-page .title h2 {
    margin: 5px 0 25px;
    font-size: 30px;
    line-height: 1.5;
    color: #666666;
}
@media screen and (max-width: 1439px) {
    .story-page .title h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1199px) {
    .story-page .title h2 {
        margin-bottom: 15px;
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .story-page .title h2 {
        margin-bottom: 10px;
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .story-page .title h2 {
        font-size: 16px;
    }
}
.story-page .txt p {
    font-size: 18px;
    line-height: 1.66666667;
    color: #666666;
}
@media screen and (max-width: 1439px) {
    .story-page .txt p {
        font-size: 17px;
    }
}
@media screen and (max-width: 1199px) {
    .story-page .txt p {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .story-page .txt p {
        font-size: 15px;
    }
}
.story-page .pic {
    padding: 20px 0;
}
@media screen and (max-width: 991px) {
    .story-page .pic {
        padding: 10px 0;
    }
}
@media screen and (max-width: 480px) {
    .story-page .pic {
        margin: 0 -10px;
    }
}
.story-page .pic li {
    padding-top: 15px;
    padding-bottom: 15px;
}
@media screen and (max-width: 480px) {
    .story-page .pic li {
        padding: 10px;
    }
}
.story-page .pic li .img-box {
    padding-bottom: 60.60606061%;
}
.modular-home {
    overflow: hidden;
}
.modular-home .content section {
    overflow: hidden;
}
.modular-home .content section h3 {
    margin: 0;
    padding: 40px 0 10px;
    font-size: 30px;
    line-height: 1.5;
    color: #222222;
    font-weight: 700;
}
@media screen and (max-width: 1439px) {
    .modular-home .content section h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1199px) {
    .modular-home .content section h3 {
        padding-top: 30px;
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .modular-home .content section h3 {
        padding-top: 20px;
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .modular-home .content section h3 {
        padding: 15px 0 5px;
        font-size: 16px;
    }
}
.modular-home .content section ul {
    overflow: hidden;
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
    .modular-home .content section ul {
        margin: 0 -5px;
    }
}
.modular-home .content section ul li {
    width: 25%;
    padding: 10px;
}
@media screen and (max-width: 991px) {
    .modular-home .content section ul li {
        width: 33.3333333%;
    }
}
@media screen and (max-width: 480px) {
    .modular-home .content section ul li {
        padding: 5px;
    }
}
.modular-home .content section ul li .img-box {
    padding-bottom: 58.82352941%;
}
@media screen and (min-width: 1200px) {
    .modular-home .content section ul li .img-box:hover img {
        transform: scale(1.1);
    }
}
.modular-home .content section ul li .img-box img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.modular-home .modular-btn {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 40px auto 0;
    width: 155px;
    height: 50px;
    border: 1px solid #222222;
    font-size: 16px;
    line-height: 50px;
    color: #222222;
    text-align: center;
}
@media screen and (min-width: 1200px) {
    .modular-home .modular-btn:hover {
        color: #fff;
        border-color: transparent;
    }
}
@media screen and (max-width: 1199px) {
    .modular-home .modular-btn {
        margin-top: 30px;
        width: 135px;
        height: 40px;
        font-size: 15px;
        line-height: 40px;
    }
}
@media screen and (max-width: 767px) {
    .modular-home .modular-btn {
        margin-top: 20px;
        width: 120px;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
    }
}
@media screen and (max-width: 480px) {
    .modular-home .modular-btn {
        width: 100px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
}
.design-page {
    overflow: hidden;
}
.design-page .common-title h2 {
    margin-bottom: 10px;
}
.design-page .title {
    padding-top: 60px;
}
@media screen and (max-width: 1199px) {
    .design-page .title {
        padding-top: 45px;
    }
}
@media screen and (max-width: 991px) {
    .design-page .title {
        padding-top: 30px;
    }
}
.design-page .title h3 {
    margin: 0 0 15px;
    font-size: 30px;
    line-height: 1.5;
    color: #222222;
    font-weight: 700;
}
@media screen and (max-width: 1439px) {
    .design-page .title h3 {
        font-size: 25px;
    }
}
@media screen and (max-width: 1199px) {
    .design-page .title h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .design-page .title h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .design-page .title h3 {
        font-size: 16px;
    }
}
.design-page .title p {
    font-size: 18px;
    line-height: 1.66666667;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .design-page .title p {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .design-page .title p {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .design-page .title p {
        font-size: 14px;
    }
}
.design-page .more {
    display: block;
    width: 150px;
    height: 50px;
    border: 1px solid #dedede;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #222222;
}
@media screen and (max-width: 1199px) {
    .design-page .more {
        width: 130px;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .design-page .more {
        width: 110px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
}
@media screen and (min-width: 1200px) {
    .design-page .more:hover {
        color: #fff;
    }
}
.design-page [class^=design-step] {
    overflow: hidden;
}
.design-page .design-step1 .design-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
@media screen and (max-width: 767px) {
    .design-page .design-step1 .design-list {
        margin: 0 -10px;
    }
}
.design-page .design-step1 .design-list li {
    width: 33.3333333%;
    padding: 0 15px;
    margin-top: 30px;
}
@media screen and (max-width: 1199px) {
    .design-page .design-step1 .design-list li {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .design-page .design-step1 .design-list li {
        padding: 0 10px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 550px) {
    .design-page .design-step1 .design-list li {
        width: 100%;
    }
}
.design-page .design-step1 .design-list li .item {
    height: 100%;
    background-color: #f7f7f9;
}
.design-page .design-step1 .design-list li .item .pic-box {
    display: block;
}
.design-page .design-step1 .design-list li .item .pic-box .img-box {
    padding-bottom: 55.55555556%;
}
.design-page .design-step1 .design-list li .item .txt-box {
    padding: 25px 50px 35px;
}
@media screen and (max-width: 1439px) {
    .design-page .design-step1 .design-list li .item .txt-box {
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    .design-page .design-step1 .design-list li .item .txt-box {
        padding: 15px;
    }
}
.design-page .design-step1 .design-list li .item .txt-box .p-name {
    font-size: 24px;
    line-height: 1.45833333;
    color: #222222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1199px) {
    .design-page .design-step1 .design-list li .item .txt-box .p-name {
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .design-page .design-step1 .design-list li .item .txt-box .p-name {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .design-page .design-step1 .design-list li .item .txt-box .p-name {
        font-size: 16px;
    }
}
.design-page .design-step1 .design-list li .item .txt-box .p-details {
    padding-top: 10px;
}
@media screen and (max-width: 767px) {
    .design-page .design-step1 .design-list li .item .txt-box .p-details {
        padding-top: 5px;
    }
}
.design-page .design-step1 .design-list li .item .txt-box .p-details p {
    display: flex;
    font-size: 16px;
    line-height: 1.875;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .design-page .design-step1 .design-list li .item .txt-box .p-details p {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .design-page .design-step1 .design-list li .item .txt-box .p-details p {
        font-size: 12px;
    }
}
.design-page .design-step1 .design-list li .item .txt-box .p-details p span {
    width: 57.14285714%;
    word-break: break-word;
}
@media screen and (max-width: 767px) {
    .design-page .design-step1 .design-list li .item .txt-box .p-details p span {
        width: 49%;
        margin-right: 2%;
    }
}
.design-page .design-step1 .design-list li .item .txt-box .p-details p span:nth-child(2) {
    width: 42.85714286%;
}
@media screen and (max-width: 767px) {
    .design-page .design-step1 .design-list li .item .txt-box .p-details p span:nth-child(2) {
        width: 49%;
    }
}
.design-page .design-step1 .design-list li .item .more {
    margin-top: 25px;
}
@media screen and (max-width: 767px) {
    .design-page .design-step1 .design-list li .item .more {
        margin-top: 15px;
    }
}
.design-page .design-step2 .content {
    padding: 30px 0;
}
@media screen and (max-width: 1199px) {
    .design-page .design-step2 .content {
        padding: 25px 0;
    }
}
@media screen and (max-width: 767px) {
    .design-page .design-step2 .content {
        padding: 20px 0;
    }
}
.design-page .design-step2 .content p {
    font-size: 16px;
    line-height: 1.66666667;
    color: #666666;
}
@media screen and (max-width: 767px) {
    .design-page .design-step2 .content p {
        font-size: 14px;
    }
}
.design-page .design-step2 .content p img {
    max-width: 100%;
    height: auto !important;
}
.design-page .design-step3 {
    background-color: #f7f7f9;
}
.design-page .design-step3 .more {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .design-page .design-step3 .more {
        margin-top: 20px;
    }
}
.product {
    overflow: hidden;
}
.product .product-list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 30px;
}
@media screen and (max-width: 767px) {
    .product .product-list {
        margin: 0 -10px;
    }
}
.product .product-list li {
    width: 33.3333333%;
    padding: 0 15px;
    margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
    .product .product-list li {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .product .product-list li {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 350px) {
    .product .product-list li {
        width: 100%;
    }
}
.product .product-list li .item {
    position: relative;
    height: 100%;
    background-color: #f7f7f9;
}
@media screen and (min-width: 1200px) {
    .product .product-list li .item:hover .pic-box img {
        transform: scale(1.1);
    }
    .product .product-list li .item:hover .txt-box .more {
        border-color: transparent;
        color: #fff;
    }
    .product .product-list li .item:hover .txt-box .more::before {
        transform: translateX(0);
    }
}
.product .product-list .pic-box {
    display: block;
}
.product .product-list .pic-box .img-box {
    padding-bottom: 55.55555556%;
}
.product .product-list .pic-box .img-box img {
    transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
}
.product .product-list .txt-box {
    position: relative;
    padding: 60px 50px 35px;
}
@media screen and (max-width: 1439px) {
    .product .product-list .txt-box {
        padding: 55px 30px 30px;
    }
}
@media screen and (max-width: 1199px) {
    .product .product-list .txt-box {
        padding: 40px 20px 20px;
    }
}
@media screen and (max-width: 480px) {
    .product .product-list .txt-box {
        padding: 30px 20px 20px;
    }
}
.product .product-list .txt-box .price {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #fff;
    padding: 0 18px;
    background: -moz-linear-gradient(top, #1597db, #2ac1f2);
    background: -webkit-linear-gradient(top, #1597db, #2ac1f2);
    background: -o-linear-gradient(top, #1597db, #2ac1f2);
    background: -ms-linear-gradient(top, #1597db, #2ac1f2);
    background: linear-gradient(to bottom, #1597db, #2ac1f2);
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    white-space: nowrap;
}
@media screen and (max-width: 1199px) {
    .product .product-list .txt-box .price {
        border-width: 3px;
        padding: 0 10px;
        font-size: 14px;
        line-height: 35px;
    }
}
@media screen and (max-width: 480px) {
    .product .product-list .txt-box .price {
        font-size: 12px;
        line-height: 30px;
        padding: 0 5px;
    }
}
.product .product-list .txt-box .details .p-name {
    margin: 0;
    padding-bottom: 7px;
    font-size: 24px;
    line-height: 1.45833333;
    color: #222222;
    font-weight: 400;
}
@media screen and (max-width: 1199px) {
    .product .product-list .txt-box .details .p-name {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .product .product-list .txt-box .details .p-name {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .product .product-list .txt-box .details .p-name {
        font-size: 16px;
    }
}
.product .product-list .txt-box .details .p-name a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .product .product-list .txt-box .details .p-name a:hover {
        color: #1cb6e2;
        text-decoration: underline;
    }
}
.product .product-list .txt-box .details p {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.875;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .product .product-list .txt-box .details p {
        font-size: 14px;
    }
}
.product .product-list .txt-box .details p::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e6fa';
    color: #1cb6e2;
    font-size: 19px;
}
.product .product-list .txt-box .details .p-length::before {
    font-size: 26px;
    top: -8px;
    left: -1px;
}
.product .product-list .txt-box .details .p-num::before {
    content: '\e62a';
}
.product .product-list .txt-box .details .p-size::before {
    content: '\e63d';
}
.product .product-list .txt-box .more {
    overflow: hidden;
    position: relative;
    display: block;
    margin-top: 25px;
    width: 150px;
    font-size: 16px;
    line-height: 45px;
    color: #222222;
    text-align: center;
    border: 1px solid #dedede;
    z-index: 1;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
    .product .product-list .txt-box .more {
        line-height: 40px;
        width: 140px;
    }
}
@media screen and (max-width: 1199px) {
    .product .product-list .txt-box .more {
        line-height: 40px;
        width: 140px;
    }
}
@media screen and (max-width: 767px) {
    .product .product-list .txt-box .more {
        line-height: 35px;
        width: 110px;
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .product .product-list .txt-box .more {
        line-height: 30px;
        width: 90px;
        font-size: 12px;
    }
}
.product .specifications-features {
    overflow: hidden;
    padding: 35px 25px;
    padding-left: 50px;
    background-color: #f7f7f9;
}
@media screen and (max-width: 1199px) {
    .product .specifications-features {
        padding: 20px 25px;
    }
}
@media screen and (max-width: 480px) {
    .product .specifications-features {
        padding: 15px;
    }
}
.product .specifications-features h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.66666667;
    color: #222222;
}
@media screen and (max-width: 1199px) {
    .product .specifications-features h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .product .specifications-features h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .product .specifications-features h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
    .product .specifications-features h3 {
        font-size: 16px;
    }
}
.product .specifications-features ul {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
    .product .specifications-features ul {
        padding-top: 10px;
    }
}
.product .specifications-features ul li {
    position: relative;
    margin-bottom: 6px;
    padding-right: 5px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.875;
    color: #666666;
}
@media screen and (max-width: 1439px) {
    .product .specifications-features ul li {
        padding-right: 10px;
        font-size: 15px;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .product .specifications-features ul li {
        padding-left: 15px;
        font-size: 12px;
    }
}
.product .specifications-features ul li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1cb6e2;
}
@media screen and (max-width: 1439px) {
    .product .specifications-features ul li::before {
        top: 8px;
    }
}
@media screen and (max-width: 767px) {
    .product .specifications-features ul li::before {
        width: 5px;
        height: 5px;
        top: 8px;
    }
}
.product .specifications-features ul .column1 {
    width: 28.46441948%;
}
@media screen and (max-width: 991px) {
    .product .specifications-features ul .column1 {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .product .specifications-features ul .column1 {
        width: 100%;
    }
}
.product .specifications-features ul .column2 {
    width: 36.32958801%;
}
@media screen and (max-width: 991px) {
    .product .specifications-features ul .column2 {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .product .specifications-features ul .column2 {
        width: 100%;
    }
}
.product .specifications-features ul .column3 {
    width: 35.20599251%;
}
@media screen and (max-width: 991px) {
    .product .specifications-features ul .column3 {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .product .specifications-features ul .column3 {
        width: 100%;
    }
}
.product-details {
    overflow: hidden;
}
.product-details .info-box {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.product-details .info-box .pic {
    width: 46.80851064%;
}
@media screen and (max-width: 767px) {
    .product-details .info-box .pic {
        width: 100%;
    }
}
.product-details .info-box .pic .img-box {
    padding-bottom: 63.63636364%;
}
.product-details .info-box .txt {
    width: 48.93617021%;
}
@media screen and (max-width: 767px) {
    .product-details .info-box .txt {
        padding-top: 25px;
        width: 100%;
    }
}
.product-details .info-box .txt .info-title {
    font-size: 36px;
    line-height: 1.25;
    color: #222222;
    font-weight: 700;
}
@media screen and (max-width: 1439px) {
    .product-details .info-box .txt .info-title {
        font-size: 30px;
    }
}
@media screen and (max-width: 1199px) {
    .product-details .info-box .txt .info-title {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .product-details .info-box .txt .info-title {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .product-details .info-box .txt .info-title {
        font-size: 17px;
    }
}
.product-details .info-box .txt .info-title h1 {
    display: inline-block;
    margin: 0;
    padding-right: 25px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    word-break: break-word;
}
.product-details .info-box .txt .info-title p {
    display: inline-block;
    color: #1597db;
}
.product-details .info-box .txt .details {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
@media screen and (max-width: 1199px) {
    .product-details .info-box .txt .details {
        padding-top: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .product-details .info-box .txt .details {
        padding-top: 10px;
    }
}
.product-details .info-box .txt .details li {
    position: relative;
    width: 163px;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.5625;
    color: #222222;
    word-break: break-word;
}
@media screen and (max-width: 991px) {
    .product-details .info-box .txt .details li {
        padding-left: 20px;
        font-size: 14px;
    }
}
.product-details .info-box .txt .details li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 15px;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1cb6e2;
}
@media screen and (max-width: 991px) {
    .product-details .info-box .txt .details li::before {
        left: 10px;
        top: 8px;
        width: 6px;
        height: 6px;
    }
}
.product-details .info-box .txt .details li:nth-child(2n) {
    width: calc(100% - 163px);
}
.product-details .info-box .txt .p-share {
    padding-top: 55px;
}
@media screen and (max-width: 1199px) {
    .product-details .info-box .txt .p-share {
        padding-top: 25px;
    }
}
@media screen and (max-width: 1199px) {
    .product-details .info-box .txt .p-share {
        padding-top: 15px;
    }
}
.product-details .info-box .txt .p-share b {
    float: left;
    margin-right: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
}
.product-details .info-box .txt .p-share .share-box {
    float: left;
}
.product-details .info-box .txt .p-share .share-box a {
    margin-bottom: 0;
}
.product-details .info-box .txt .goinquire {
    margin-top: 50px;
    display: block;
    width: 170px;
    height: 50px;
    border: 1px solid #dedede;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #222222;
}
@media screen and (max-width: 1199px) {
    .product-details .info-box .txt .goinquire {
        width: 150px;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .product-details .info-box .txt .goinquire {
        margin-top: 15px;
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
}
@media screen and (min-width: 1200px) {
    .product-details .info-box .txt .goinquire:hover {
        color: #fff;
    }
}
.product-details .title {
    padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
    .product-details .title {
        padding-bottom: 15px;
    }
}
.product-details .title h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1.25;
    color: #222222;
    font-weight: 700;
}
@media screen and (max-width: 1439px) {
    .product-details .title h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 1199px) {
    .product-details .title h2 {
        font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
    .product-details .title h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .product-details .title h2 {
        font-size: 17px;
    }
}
.product-details .title p {
    font-size: 16px;
    line-height: 1.875;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .product-details .title p {
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .product-details .title p {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .product-details .title p {
        font-size: 13px;
        line-height: 1.5;
    }
}
.product-details .p-details {
    overflow: hidden;
    background-color: #f8f9fd;
}
.product-details .p-details .content p {
    font-size: 16px;
    line-height: 1.66666667;
    color: #666666;
}
@media screen and (max-width: 767px) {
    .product-details .p-details .content p {
        font-size: 14px;
    }
}
.product-details .p-details .content p img {
    max-width: 100%;
    height: auto !important;
}
.product-details .p-details .content .table-box table tr, .product-details .p-details .content .table-box table th, .product-details .p-details .content .table-box table td {
    background-color: #fff;
}
.product-details .p-inquire ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
@media screen and (max-width: 767px) {
    .product-details .p-inquire ul {
        margin: 0 -5px;
    }
}
.product-details .p-inquire ul li {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .product-details .p-inquire ul li {
        padding: 0 7.5px;
        margin-bottom: 15px;
    }
}
.product-details .p-inquire ul li input, .product-details .p-inquire ul li textarea {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #e0d8d4;
    background-color: #f8f9fd;
    font-size: 16px;
    line-height: 1.875;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .product-details .p-inquire ul li input, .product-details .p-inquire ul li textarea {
        padding: 5px 15px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .product-details .p-inquire ul li input, .product-details .p-inquire ul li textarea {
        font-size: 14px;
        padding: 5px 10px;
    }
}
.product-details .p-inquire ul li textarea {
    height: 200px;
}
.product-details .p-inquire ul li input::-webkit-input-placeholder, .product-details .p-inquire ul li textarea::-webkit-input-placeholder {
    color: #666666;
}
.product-details .p-inquire ul li input:-o-placeholder, .product-details .p-inquire ul li textarea:-o-placeholder {
    color: #666666;
}
.product-details .p-inquire ul li input::-moz-placeholder, .product-details .p-inquire ul li textarea::-moz-placeholder {
    color: #666666;
}
.product-details .p-inquire ul li input:-ms-input-placeholder, .product-details .p-inquire ul li textarea:-ms-input-placeholder {
    color: #666666;
}
.product-details .p-inquire ul li input:focus::-webkit-input-placeholder, .product-details .p-inquire ul li textarea:focus::-webkit-input-placeholder {
    color: #e0d8d4;
}
.product-details .p-inquire ul li input:focus::-o-placeholder, .product-details .p-inquire ul li textarea:focus::-o-placeholder {
    color: #e0d8d4;
}
.product-details .p-inquire ul li input:focus::-moz-placeholder, .product-details .p-inquire ul li textarea:focus::-moz-placeholder {
    color: #e0d8d4;
}
.product-details .p-inquire ul li input:focus::-ms-input-placeholder, .product-details .p-inquire ul li textarea:focus::-ms-input-placeholder {
    color: #e0d8d4;
}
.product-details .p-inquire ul li:nth-child(1) {
    color: #333333;
}
.product-details .p-inquire ul li button {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 50px;
    border: 1px solid #e0d8d4;
    background-color: #f8f9fd;
    font-size: 16px;
    font-weight: 700;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .product-details .p-inquire ul li button {
        width: 130px;
        height: 40px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .product-details .p-inquire ul li button {
        font-size: 14px;
        height: 35px;
    }
}
@media screen and (min-width: 1200px) {
    .product-details .p-inquire ul li button:hover {
        border-color: transparent;
        background-color: transparent;
        color: #fff;
    }
}
.product-details .p-inquire ul li:nth-child(-n+5):nth-child(n+2) {
    width: 25%;
}
@media screen and (max-width: 991px) {
    .product-details .p-inquire ul li:nth-child(-n+5):nth-child(n+2) {
        width: 50%;
    }
}
.product-details .p-inquire ul li:nth-child(6) {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .product-details .p-inquire ul li:nth-child(6) {
        margin-bottom: 20px;
    }
}
.product-details .p-inquire ul li:nth-child(7) {
    margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
    .site-page {
        padding-top: 70px;
    }
}
.site-page .content h2 {
    margin: 0;
    padding-bottom: 30px;
    font-size: 35px;
    line-height: 1.14285714;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
    .site-page .content h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .site-page .content h2 {
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .site-page .content h2 {
        font-size: 20px;
        text-align: center;
    }
}
.site-page .content .site-map1>li {
    margin-bottom: 20px;
}
.site-page .content .site-map1>li>a {
    overflow: hidden;
    position: relative;
    display: block;
    max-width: 240px;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1.66666667;
    color: #222222;
    border: 1px solid #dcdcdc;
    font-weight: 700;
    text-transform: capitalize;
    background-color: transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
    .site-page .content .site-map1>li>a {
        width: 100%;
        max-width: 100%;
        padding: 5px 10px;
        text-align: center;
    }
}
@media screen and (min-width: 1200px) {
    .site-page .content .site-map1>li>a:hover {
        color: #fff;
    }
    .site-page .content .site-map1>li>a:hover::before {
        transform: translateX(0);
    }
}
.site-page .content .site-map1>li>a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, #1597db, #2ac1f2);
    background: -webkit-linear-gradient(top, #1597db, #2ac1f2);
    background: -o-linear-gradient(top, #1597db, #2ac1f2);
    background: -ms-linear-gradient(top, #1597db, #2ac1f2);
    background: linear-gradient(to bottom, #1597db, #2ac1f2);
    z-index: -1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.site-page .content .site-map1>li:last-child {
    margin-bottom: 0;
}
.site-page .content .site-map1 .site-map2 {
    margin-top: 20px;
    padding: 0 30px;
}
@media screen and (max-width: 767px) {
    .site-page .content .site-map1 .site-map2 {
        padding: 0;
    }
}
.site-page .content .site-map1 .site-map2>li {
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .site-page .content .site-map1 .site-map2>li {
        text-align: center;
    }
}
.site-page .content .site-map1 .site-map2>li>a {
    font-size: 16px;
    line-height: 1.875;
    color: #222222;
    white-space: nowrap;
    font-weight: 700;
}
@media screen and (min-width: 1200px) {
    .site-page .content .site-map1 .site-map2>li a:hover {
        color: #1cb6e2;
        text-decoration: underline;
    }
}
.site-page .content .site-map1 .site-map2>li:last-child {
    margin-bottom: 0;
}
.site-page .content .site-map1 .site-map2 .site-map3>li {
    display: inline-block;
    margin-top: 5px;
    padding-right: 30px;
}
@media screen and (max-width: 767px) {
    .site-page .content .site-map1 .site-map2 .site-map3>li {
        padding: 0 5px;
    }
}
.site-page .content .site-map1 .site-map2 .site-map3>li>a {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    line-height: 2.14285714;
    color: #666666;
}
@media screen and (min-width: 1200px) {
    .site-page .content .site-map1 .site-map2 .site-map3>li a:hover {
        color: #1cb6e2;
        text-decoration: underline;
    }
}
.faq-page {
    overflow: hidden;
}
.faq-page .faq-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .faq-page .faq-list {
        padding-bottom: 0;
    }
}
.faq-page .faq-list li {
    width: 46.09929078%;
    margin-bottom: 30px;
    padding-left: 45px;
}
@media screen and (max-width: 1199px) {
    .faq-page .faq-list li {
        width: 49%;
    }
}
@media screen and (max-width: 767px) {
    .faq-page .faq-list li {
        width: 100%;
        margin-bottom: 20px;
    }
}
.faq-page .faq-list li h3 {
    position: relative;
    margin: 0 0 13px;
    font-size: 25px;
    line-height: 1.4;
    color: #222222;
    font-weight: 700;
}
@media screen and (max-width: 1199px) {
    .faq-page .faq-list li h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .faq-page .faq-list li h3 {
        font-size: 17px;
    }
}
.faq-page .faq-list li h3::before {
    position: absolute;
    top: 5px;
    left: -15px;
    transform: translateX(-100%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    content: 'F';
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    background: -moz-linear-gradient(top, #1597db, #2ac1f2);
    background: -webkit-linear-gradient(top, #1597db, #2ac1f2);
    background: -o-linear-gradient(top, #1597db, #2ac1f2);
    background: -ms-linear-gradient(top, #1597db, #2ac1f2);
    background: linear-gradient(to bottom, #1597db, #2ac1f2);
}
@media screen and (max-width: 1199px) {
    .faq-page .faq-list li h3::before {
        top: 0;
    }
}
@media screen and (max-width: 767px) {
    .faq-page .faq-list li h3::before {
        top: -5px;
    }
}
.faq-page .faq-list li .txt {
    overflow: auto;
    height: 135px;
    font-size: 16px;
    line-height: 1.625;
    color: #666666;
}
@media screen and (max-width: 1199px) {
    .faq-page .faq-list li .txt {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .faq-page .faq-list li .txt {
        height: 100px;
        font-size: 14px;
    }
}
.news-list>li {
    margin-top: 30px;
    padding: 20px 30px 20px 20px;
    background-color: #fafafa;
}
@media (min-width: 1200px) {
    .news-list>li img {
        -webkit-transition: transform .7s;
        -webkit-transition: -webkit-transform .7s;
        transition: -webkit-transform .7s;
        transition: transform .7s;
        transition: transform .7s, -webkit-transform .7s;
    }
    .news-list>li:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}
.news-list>li>div {
    vertical-align: middle;
}
@media (max-width: 575px) {
    .news-list>li>div {
        display: block;
    }
}
@media (min-width: 1200px) {
    .news-list>li:hover h3 {
        color: #0097E0;
    }
    .news-list>li:hover .more a {
        color: #fff;
        background-color: #0097E0;
    }
}
@media (max-width: 767px) {
    .news-list>li {
        padding: 20px;
    }
}
.news-list .img-box {
    padding-bottom: 64.70588235%;
}
.news-list .pic-box {
    position: relative;
    width: 340px;
}
@media (min-width: 576px) {
    .news-list .pic-box:after {
        position: absolute;
        top: 5%;
        right: -30px;
        width: 1px;
        height: 90%;
        content: '';
        background-color: #d2d2d2;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .news-list .pic-box {
        width: 50%;
    }
    .news-list .pic-box:after {
        right: -20px;
    }
}
@media (max-width: 575px) {
    .news-list .pic-box {
        max-width: 100%;
        margin: 0 auto 15px;
    }
}
@media (min-width: 576px) {
    .news-list .intro {
        width: -webkit-calc(100% - 340px);
        width: calc(100% - 340px);
        padding-left: 60px;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .news-list .intro {
        width: 50%;
        padding-left: 40px;
    }
}
.news-list h3, .news-list .date {
    font-weight: bold;
    color: #0095DF;
}
.news-list h3 {
    font-size: 18px;
    margin: 15px 0 10px;
}
.news-list .txt p {
    height: auto;
    max-height: 60px;
}
.news-list .txt p a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-list .date {
    color: #0095DF;
}
.news-list .more {
    margin-top: 10px;
    text-align: right;
}
.news-list .more a {
    font-size: 16px;
    display: inline-block;
    padding: 8px 21px;
    text-align: center;
    color: #0095DF;
    border: 1px solid #0095DF;
    border-radius: 5px;
}
@media (min-width: 1200px) {
    .news-list .more a:hover {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
        background-color: #0095DF;
    }
}
@media (max-width: 1199px) {
    .news-list .more a:active {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 991px) {
    .news-list .more a {
        font-size: 14px;
        padding: 5px 15px;
    }
}
@media (max-width: 767px) {
    .news-list .more a {
        font-size: 12px;
    }
}
.news-details-wrap .title {
    text-align: center;
}
.news-details-wrap h1 {
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    color: #000;
    color: #000;
}
@media (max-width: 767px) {
    .news-details-wrap h1 {
        font-size: 18px;
    }
}
.news-details-wrap .date {
    position: relative;
    z-index: 5;
    margin-top: -50px;
    margin-bottom: 25px;
    text-align: center;
    color: #014995;
}
@media (max-width: 991px) {
    .news-details-wrap .date {
        margin-top: -40px;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .news-details-wrap .date {
        margin-top: -30px;
    }
}
.news-details-wrap .txt p {
    color: #000;
}
.news-details-wrap .list {
    padding-bottom: 15px;
}
@media (max-width: 575px) {
    .news-details-wrap .list {
        padding-bottom: 0;
    }
}
.news-details-wrap .list li {
    margin-top: 20px;
}
@media (max-width: 575px) {
    .news-details-wrap .list li {
        width: 100%;
    }
}
.news-details-wrap .list .img-box {
    padding-bottom: 88.88888889%;
}
.news-details-wrap .news-page {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 25px;
    border-top: 1px solid #888;
}
@media only screen and (min-width: 768px) {
    .news-details-wrap .news-page {
        padding-right: 170px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-details-wrap .news-page {
        padding-right: 110px;
    }
}
@media (max-width: 767px) {
    .news-details-wrap .news-page {
        margin-top: 30px;
    }
}
.news-details-wrap .news-page p {
    font-size: 14px;
    line-height: 2;
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    margin: 0;
    -webkit-transition: .3s;
    transition: .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #585858;
}
.news-details-wrap .news-page p:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
    content: '\e62b';
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) {
    .news-details-wrap .news-page p:hover {
        padding-left: 25px;
        color: #014995;
    }
    .news-details-wrap .news-page p:hover:before {
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
        opacity: 1;
        color: #014995;
    }
    .news-details-wrap .news-page p:hover a {
        text-decoration: underline;
    }
}
@media (max-width: 575px) {
    .news-details-wrap .news-page p {
        font-size: 14px;
    }
}
.news-details-wrap .news-page p span {
    margin-right: 5px;
}
.news-details-wrap .news-page .back {
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    padding: 5px 20px;
    color: #014995;
    color: #fff;
    border-radius: 15px;
    background-color: #014995;
}
@media (max-width: 767px) {
    .news-details-wrap .news-page .back {
        position: relative;
        top: 0;
        float: right;
        margin-top: 15px;
    }
}
@media (min-width: 1200px) {
    .news-details-wrap .news-page .back:hover {
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: underline;
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 1199px) {
    .news-details-wrap .news-page .back:active {
        text-decoration: underline;
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
.news-list>li>div {
    float: left;
    vertical-align: middle;
}
@media screen and (max-width: 575px) {
    .news-list>li>div {
        float: none;
        vertical-align: middle;
    }
}
.news-details-wrap .title {
    position: relative;
    z-index: 3;
    margin-bottom: 80px;
}
@media (max-width: 1199px) {
   .news-details-wrap .title {
        margin-bottom: 70px;
    }
}
@media (max-width: 991px) {
    .news-details-wrap .title {
        margin-bottom: 55px;
    }
}
@media (max-width: 767px) {
   .news-details-wrap  .title {
        margin-bottom: 35px;
    }
}
.news-details-wrap .title {
    text-align: center;
}
.news-details-wrap .title.center {
    text-align: center;
}