:root {
    --theme-color: #1172d3;
    --theme-foot-items-color: #2c80d4;
    --theme-foot-tit-color: #216fbe;
    --theme-subscribe-color: #126fcd;
    --theme-nav-hover-color: #62aaf2;
    --theme-layout-border-color: #3587db;
    --theme-blog-pic-color: #6cb3f9;
    --theme-search-icon-color: #6cb3f9;
}
:root[data-theme="light-blue"]  {
    --theme-color: #6ad1e3;
    --theme-foot-items-color: #80dbeb;
    --theme-foot-tit-color: #56c6da;
    --theme-subscribe-color: #40b7cc;
    --theme-nav-hover-color: #85e2f2;
    --theme-layout-border-color: #7fd9e9;
    --theme-blog-pic-color: #85e2f2;
    --theme-search-icon-color: #47b4c8;
}

/* 分页样式 */
.page-pagination {
    text-align: center;
    width: 100%;
}

.page-pagination .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0;
    border-radius: 8px;
}

.page-pagination .pagination>li {
    display: inline;
}

.page-pagination .pagination>li>a,
.page-pagination .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--theme-color);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-pagination .pagination>li:first-child>a,
.page-pagination .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.page-pagination .pagination>li:last-child>a,
.page-pagination .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page-pagination .pagination>li>a:focus,
.page-pagination .pagination>li>a:hover,
.page-pagination .pagination>li>span:focus,
.page-pagination .pagination>li>span:hover {
    z-index: 2;
    color: var(--theme-color);
    background-color: #eee;
    border-color: #ddd;
}

.page-pagination .pagination>.active>a,
.page-pagination .pagination>.active>a:focus,
.page-pagination .pagination>.active>a:hover,
.page-pagination .pagination>.active>span,
.page-pagination .pagination>.active>span:focus,
.page-pagination .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.page-pagination .pagination>.disabled>a,
.page-pagination .pagination>.disabled>a:focus,
.page-pagination .pagination>.disabled>a:hover,
.page-pagination .pagination>.disabled>span,
.page-pagination .pagination>.disabled>span:focus,
.page-pagination .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.page-pagination .pagination .jumpto {
    display: inline-block;
    margin-left: 2px;
}

.page-pagination .pagination .jumpto input {
    /* padding: 6px; */
    color: #2c3e50;
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    height: 31px;
}

.page-pagination .pagination .jumpto .page_number {
    width: 45px;
    margin-right: -1px;
}

/* 详情页的上一页下一页 */
.next-prev {
    margin-top: 40px;
    padding: 20px 0;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eee;
}

.next-prev .next-prev-left,
.next-prev .next-prev-right {
    font-size: 14px;
    color: #666;
}

.next-prev .next-prev-right {
    text-align: right;
}

.next-prev a {
    color: var(--theme-color);
}

a {
    text-decoration: none !important;
}

/* ================================ nav.html START ================================ */
html,
body {
    font-family: Arial, Helvetica, sans-serif;
}

.language .country-flag img {
    width: 20px;
}

.header-middle .header-logo .text {
    font-weight: 600;
}

header.header-box {
    position: relative;
    z-index: 9;
}

/* ================================ nav.html END ================================ */





/* ================================ footer.html START ================================ */


/* ================================ footer.html END ================================ */



/* ================================ list_video.html START ================================ */

/* list_product.html */
.plistdeul {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    border-top: solid 1px #f4f4f4;
    max-height: 300px;
    overflow: hidden;
}
#plistdeul_open {
    display: none;
    padding-top: 12px;
    text-align: center;
    font-size: 13px;
    color: #666;
    cursor: pointer;
}
/* ================================ list_video.html END ================================ */




/* ================================ index.html START ================================ */
/* why choose us */
.s1 {
    width: 25%;
    float: left;
}

@media (max-width: 768px) {
    .s1 {
        width: 100%;
        float: left;
        padding: 0 15px;
    }
}

.text-center {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px;
}

.two .single-service-icon i {
    color: #bbbbbb;
    font-size: 35px;
    line-height: 78px;
}

.two .single-service-icon a {
    border: 1px solid #bbbbbb;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: block;
    margin: auto;
}

.single-service-icon {
    margin-bottom: 27px;
}

.single-service-content h4 {
    font-size: 18px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    ;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 600;
}

.single-service-content p {
    font-size: 14px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.single-service {
    padding: 30px 25px 25px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.two .single-service {
    padding: 70px 30px
}

.two .single-service:hover i,
.two .single-service-content h4:hover a {
    color: #3ba5f7
}

.two .single-service {
    box-shadow: 0px 1px 5px 0px rgba(225, 225, 225, 0.3);
    position: relative
}

.two .single-service:after {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #bbbbbb;
    font-size: 150px;
    content: "";
    font-family: "Material-Design-Iconic-Font";
    background: #fff;
}

.single-service:hover {
    box-shadow: 0px 6px 15px 0px rgba(59, 59, 59, 0.21);
}

.single-service-icon-three {
    background: #F6F6F6;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: inline-table;
    margin: auto;
    margin-bottom: 25px;
    box-shadow: 0px 0px 14.25px 0.75px rgba(51, 51, 51, 0.15);
    z-index: 2;
    position: relative;
}

.single-service-icon-three a {
    display: table-cell;
    vertical-align: middle;
}

.single-service-content-three h4 {
    font-size: 18px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-bottom: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-service-content-three h4:hover a {
    color: #fff;
}

.single-service-content-three p {
    font-size: 14px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-service-content-three h4:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    background: #DDDDDD;
    content: "";
    text-align: center;
    margin: auto;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-service-three {
    border-top: 1px solid #F6F6F6;
    border-left: 1px solid #F6F6F6;
    padding: 45px 25px;
    width: 33.3333%;
    float: left;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.service-area.three .single-service-three:nth-child(3),
.service-area.three .single-service-three:nth-child(6) {
    border-right: 1px solid #F6F6F6;
}

.service-area.three .single-service-three:nth-child(4),
.service-area.three .single-service-three:nth-child(5),
.service-area.three .single-service-three:nth-child(6) {
    border-bottom: 1px solid #F6F6F6;
}

.single-service-three:hover {
    position: relative;
    background: rgba(0, 0, 0, 0) url("http://demo.seatuo.com/vipdemo/M2/images/service.jpg") no-repeat scroll center center / cover;
    transition: all 0.5s ease 0s;
}

.single-service-three:hover::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
}

.single-service-three:hover h4,
.single-service-three:hover p {
    color: #fff;
    z-index: 1;
    position: relative;
}

.single-service-three:hover h4:after {
    background: #fff;
    z-index: 1;
}

/* ================================ index.html END ================================ */




/* ================================ detail_about.html START ================================ */
#category_description_short img {
    max-width: 100%;
}

/* ================================ detail_about.html END ================================ */