/* -- 重定义 -- */

body {
    background-color: #fff !important;
    font-size: 16px;
}

@media screen and (min-width: 1440px) {
    .container {
        width: 1230px;
        max-width: 1230px!important;
    }
}

@media screen and (min-width: 991px) {
    main {
        margin-top: 90px;
        /* min-height: calc(100vh - 246px); */
    }
}
@media screen and (max-width: 990px) {
    main {
        margin-top: 70px;
    }
}
.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.cursor {
    cursor: pointer;
}

.btn-default {
    color: #434343 !important;
    background-color: #fff !important;
    border-color: #f1f1f1;
}

.btn-spec {
    color: #fff !important;
    background-color: #0a53a0 !important;
    border-color: #fff;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.probootstrap-cover .overlay {
    position: absolute;
    background: linear-gradient(-45deg, rgba(0, 58, 140, 1) 0%, rgba(0, 129, 204, 1) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}

b,
strong {
    font-weight: bold;
}

.text-line-height {
    line-height: 1.86;
}

.slick-slider.slider-in-dots {
    margin-bottom: 0;
}

.slider-in-dots .slick-dots {
    bottom: 10px;
}

.slick-dots li button:before {
    opacity: 0.25;
    color: #000;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #4c80e7;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: 0;
}

a:link,
a:hover,
a:active,
a:visited {
    color: #333;
}

a.link-white:link,
a.link-white:active,
a.link-white:visited {
    color: #fff;
}

a.link-white:hover {
    color: #0081cc;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.table-header-bg > thead > tr > th,
.table-header-bg > thead > tr > td {
    background-color: #1bb676;
    border-bottom-color: #1bb676;
}

.card-block {
    padding: 15px 20px;
}

.pos-rel {
    position: relative;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
    color: #0081cc;
}

.navbar-default .navbar-nav > .active > a {
    position: relative;
}

.navbar-default .navbar-nav > .active > a::before {
    position: absolute;
    top: 0px;
    left: 15px;
    right: 15px;
    margin-left: 0;
    height: 3px;
    background-color: #0081cc;
    content: "";
}

.navbar-brand,
.navbar-brand img {
    height: 54px;
}

.navbar-brand-s,
.navbar-brand-s img {
    height: 46px;
}

#main-menu {
    margin-top: 10px;
}

.navbar-toggle {
    margin-right: 0;
}

.card-item {
    position: relative;
    z-index: 99;
}

.btn {
    padding: 6px 24px;
    font-size: 14px;
}

.btn.btn-lg {
    padding: 10px 40px;
    font-size: 16px;
}

.btn-app-blue-outline {
    color: #358ed7 !important;
    border-color: #358ed7;
}

.btn-app-blue-outline:hover {
    color: #ffffff !important;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #358ed7;
    border-color: #358ed7;
    cursor: default;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
}

.round {
    border-radius: 5000px;
}

.radius {
    border-radius: 6px;
}

.radius-0 {
    border-radius: 0px;
}

.banner[data-height="100"] {
    height: 100px;
}

.banner[data-height="200"] {
    height: 200px;
}

.banner[data-height="500"] {
    height: 550px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #0081cc9a;
    color: #fff !important;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
  }
  
  .back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 6px;
    left: 12px;
  }
  
  .back-to-top:hover {
    color: #fff;
    background: #0081cc;
    transition: background 0.2s ease-in-out;
  }
/* ==================
          边框
 ==================== */

/* -- 实线 -- */

.solid,
.solid-top,
.solid-right,
.solid-bottom,
.solid-left,
.solids,
.solids-top,
.solids-right,
.solids-bottom,
.solids-left,
.dashed,
.dashed-top,
.dashed-right,
.dashed-bottom,
.dashed-left {
    position: relative;
}

.solid::after,
.solid-top::after,
.solid-right::after,
.solid-bottom::after,
.solid-left::after,
.solids::after,
.solids-top::after,
.solids-right::after,
.solids-bottom::after,
.solids-left::after,
.dashed::after,
.dashed-top::after,
.dashed-right::after,
.dashed-bottom::after,
.dashed-left::after {
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    transform: scale(0.5);
    transform-origin: 0 0;
    pointer-events: none;
    box-sizing: border-box;
}

.solid::after {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.solid-top::after {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.solid-right::after {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.solid-bottom::after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.solid-left::after {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.solids::after {
    border: 2px solid #eee;
}

.solids-top::after {
    border-top: 2px solid #eee;
}

.solids-right::after {
    border-right: 2px solid #eee;
}

.solids-bottom::after {
    border-bottom: 2px solid #eee;
}

.solids-left::after {
    border-left: 2px solid #eee;
}

.solid-gray {
    border-color: #fff;
}

/* -- 虚线 -- */

.dashed::after {
    border: 1px dashed #ddd;
}

.dashed-top::after {
    border-top: 1px dashed #ddd;
}

.dashed-right::after {
    border-right: 1px dashed #ddd;
}

.dashed-bottom::after {
    border-bottom: 1px dashed #ddd;
}

.dashed-left::after {
    border-left: 1px dashed #ddd;
}

/* ==================
          布局
 ==================== */

/*  -- flex弹性布局 -- */

.flex {
    display: flex;
}

.basis-xs {
    flex-basis: 20%;
}

.basis-sm {
    flex-basis: 40%;
}

.basis-df {
    flex-basis: 50%;
}

.basis-lg {
    flex-basis: 60%;
}

.basis-xl {
    flex-basis: 80%;
}

.flex-sub {
    flex: 1;
}

.flex-twice {
    flex: 2;
}

.flex-treble {
    flex: 3;
}

.flex-direction {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-center {
    align-items: center;
}

.align-stretch {
    align-items: stretch;
}

.self-start {
    align-self: flex-start;
}

.self-center {
    align-self: flex-center;
}

.self-end {
    align-self: flex-end;
}

.self-stretch {
    align-self: stretch;
}

.align-stretch {
    align-items: stretch;
}

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

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.row .col-5 {
    width: 20%;
}

.width-5 {
    width: 50%;
    margin: auto;
}

.width-7 {
    width: 70%;
    margin: auto;
}

.width-8 {
    width: 80%;
    margin: auto;
}

.p-a-xs {
    padding: 6px;
}

/* ==================
          文本
 ==================== */

.text-xs {
    font-size: 12px;
}

.text-sm {
    font-size: 14px;
}

.text-df {
    font-size: 16px;
}

.text-lg {
    font-size: 18px;
}

.text-xl {
    font-size: 20px;
}

.text-xxl {
    font-size: 28px;
}

.text-sl {
    font-size: 36px;
}

.text-xsl {
    font-size: 46px;
}

.text-Abc {
    text-transform: Capitalize;
}

.text-ABC {
    text-transform: Uppercase;
}

.text-abc {
    text-transform: Lowercase;
}

.text-price::before {
    content: "¥";
    font-size: 80%;
    margin-right: 8px;
}

.text-sub {
    color: #888;
}

.text-cut {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}

.text-cut.clamp1 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-cut.clamp2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-cut.clamp3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-lighter {
    font-weight: 300;
}

.text-bold {
    font-weight: 500;
}

.text-center {
    text-align: center;
}

.text-content {
    line-height: 1.6;
}

.text-left {
    text-align: left;
}

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

.text-red,
.line-red,
.lines-red {
    color: #e54d42;
}

.text-orange,
.line-orange,
.lines-orange {
    color: #f37b1d;
}

.text-yellow,
.line-yellow,
.lines-yellow {
    color: #fbbd08;
}

.text-olive,
.line-olive,
.lines-olive {
    color: #8dc63f;
}

.text-green,
.line-green,
.lines-green {
    color: #39b54a;
}

.text-cyan,
.line-cyan,
.lines-cyan {
    color: #1cbbb4;
}

.text-blue,
.line-blue,
.lines-blue {
    color: #0081ff;
}

.text-purple,
.line-purple,
.lines-purple {
    color: #6739b6;
}

.text-mauve,
.line-mauve,
.lines-mauve {
    color: #9c26b0;
}

.text-pink,
.line-pink,
.lines-pink {
    color: #e03997;
}

.text-brown,
.line-brown,
.lines-brown {
    color: #a5673f;
}

.text-grey,
.line-grey,
.lines-grey {
    color: #8799a3;
}

.text-gray,
.line-gray,
.lines-gray {
    color: #aaaaaa;
}

.text-black,
.line-black,
.lines-black {
    color: #333333;
}

.text-white,
.line-white,
.lines-white {
    color: #ffffff;
}

.bg-gradual-green {
    background: linear-gradient(-45deg, rgba(0, 169, 113, 1) 0%, rgba(72, 203, 127, 1) 100%);
    color: #ffffff;
}

.bg-gradual-blue {
    background-color: #b5e3ff;
}
.bg-light-blue {
    background-color: #f5f9ff;
}

.bg-gradual-gray {
    background: linear-gradient(180deg, rgba(243, 241, 241, 1) 0%, rgba(255, 255, 255, 1) 10%);
}

.bg-yellow {
    background-color: #fdf3e2;
    color: #ffffff;
}

.bg-green {
    background-color: #18b476;
    color: #ffffff;
}

.bg-blue {
    background-color: #1580DF;
    color: #ffffff;
}

.bg-blue-deep {
    background-color: #023a8d;
    color: #ffffff;
}

.bg-blue-light {
    background-color: rgba(0, 129, 203, 0.3);
}

.bg-gray {
    background-color: #f5f5f5;
    color: #333333;
}

.bg-black {
    background-color: #000;
    color: #fff;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-8 {
    opacity: 0.8;
}

.img-120 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: auto;
    text-align: center;
}

.img-120 img {
    margin: auto;
    width: 80px;
    height: 100px;
    padding-top: 20px;
}

.img-80 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    text-align: center;
}

.img-80 img {
    margin: auto;
    width: 60px;
    height: 70px;
    padding-top: 10px;
}

.photo-item {
    overflow: hidden;
    border-radius: 4px;
}

.photo-item img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.photo-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 9;
}

.card-color {
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    background-color: #007fcc;
    color: #fff !important;
}

.card-color:hover {
    background-color: #fff;
    color: #333 !important;
}

.card-trans {
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.card-trans:hover {
    margin-top: -8px;
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

/* Card Frame */
.card-frame {
    cursor: pointer;
    border: 1px solid #cfcfcf;
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.card-frame:hover {
    border-color: rgba(207, 207, 207, 0.5);
    box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.25);
}

.card-cover {
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.card-cover:hover {
    background: linear-gradient(-45deg, rgba(0, 58, 140, 1) 0%, rgba(0, 129, 204, 1) 100%);
    color: #fff;
}

/* Card Shadow */
.card-shadow {
    transition: 0.3s;
}

.card-shadow:hover {
    box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.25);
}

.c-icon {
    position: absolute;
    left: 50%;
}

.intro-card {
    position: relative;
}

.intro-card .c-icon {
    top: -20px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    transition: 0.1s;
}

.intro-card .c-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 0.125rem;
}

.home-part .bg {
    position: relative;
    height: 433px;
}

.home-part .bg .tit {
    position: absolute;
    left: 20px;
    bottom: 10px;
    z-index: 99;
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.home-part .shadow {
    height: 50px;
    background: url(assets/img/misc/home-s2.png);
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
    display: inline-block;
}

/* .nav-tabs {
	border-bottom: 0px solid #eee;
}

.nav-tabs>.active>a {
	background: linear-gradient(-45deg, rgba(0, 58, 140, 1) 0%, rgba(0, 129, 204, 1) 100%);
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 1);
}

.nav-tabs>li>a {
	padding: 8px 30px;
	border: 1px solid rgba(207, 207, 207, 1);
	background-color: #fff;
}

.nav-tabs.round>li>a {
	border-radius: 100px !important;
}

.nav-tabs li {
	text-align: center;
	margin-right: 10px;
	margin-bottom: 5px;
} */

.list-t2 li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
}

.list-t2 li a {
    margin-top: 8px;
    margin-bottom: 8px;
}

.list-t2 li:before {
    position: absolute;
    top: 16px;
    left: 0px;
    height: 4px;
    width: 4px;
    background-color: #ccc;
    font-family: Ionicons;
    font-size: 14px;
    content: "";
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.p-show .tit-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 6px 20px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
}

@media screen and (max-width: 768px) {
    .section {
        padding-top: 2.6em;
        padding-bottom: 2.6em;
    }
}

@media screen and (min-width: 769px) {
    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.section-name {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    position: relative;
    margin-bottom: 36px;
}

.section-name::after {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0px;
    height: 14px;
    width: 80px;
    background: linear-gradient(180deg, rgba(14, 140, 214, 0) 0%, #0e8cd6 100%);
}

@media screen and (max-width: 768px) {
    .section-name {
        font-size: 28px;
    }
    .section-name::after {
        width: 58px;
        height: 10px;
    }
}

.section-tit {
    padding-bottom: 30px;
}

.section-subtit {
    text-align: center;
}

.section-sub .more {
    position: absolute;
    right: 10px;
    top: 0;
}

.section-sub .tit {
    position: relative;
    text-align: center;
    height: 46px;
    margin-bottom: 20px;
}

.date-line {
    position: relative;
}

.date-line:after {
    position: absolute;
    top: 240px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #d7d7d7;
    content: "";
}

.date-line .img {
    position: relative;
}

.date-line .img:after {
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -8px;
    height: 16px;
    width: 16px;
    background-color: #1bb676;
    border-radius: 50%;
    content: "";
    z-index: 10;
    border: #fff solid 3px;
    box-shadow: 0 0 5px rgba(140, 152, 164, 0.25);
}

.date-line .img img {
    border: #fff solid 5px;
}


.view-black div {
    background-color: rgba(0, 0, 0, 0.2);
}

.view-black div::after {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 769px) {
    .height-0 {
        height: 100px;
    }

    .height-1 {
        height: 270px;
    }

    .height-2 {
        height: 260px;
    }

    .height-3 {
        min-height: 360px;
    }
}

.border {
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.border-3 {
    border: 3px solid rgba(255, 255, 255, 0.5);
}

.border-10 {
    border: 10px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
    #Container h1 {
        text-align: center;
        line-height: normal;
        overflow: hidden;
        font-size: 2rem;
        color: #000;
        line-height: 45px;
    }

    #Container .artInfo {
        padding-bottom: 15px;
    }

    .ContainerCon img {
        max-width: 100%;
        margin: auto;
    }

    .ContainerCon p,
    .ContainerCon div {
        font-size: 1.2em;
        line-height: 2em;
        margin: 15px 0;
    }
}

@media screen and (min-width: 768px) {
    #Container {
        padding: 0px 15px 20px 15px;
    }

    #Container h1 {
        text-align: center;
        line-height: normal;
        overflow: hidden;
        font-size: 28px;
        color: #000;
        line-height: 45px;
        letter-spacing: 0px;
    }

    .artInfo {
        padding-bottom: 15px;
    }

    .artInfo span {
        position: relative;
        padding-right: 15px;
        padding-left: 5px;
    }
    .artInfo span::after {
        position: absolute;
        content: "/";
        right: 0;
        top: 0;
    }
    .artInfo span:first-child {
        padding-left: 0;
    }
    .artInfo span:last-child::after {
        display: none;
    }

    .ContainerCon center {
        font-size: 14px;
    }

    .ContainerCon img {
        /*width: expression(this.width>920?"920px":this.width);*/
        max-width: 100%;
        margin: auto;
    }

    .ContainerCon p,
    .ContainerCon div {
        font-size: 16px;
        line-height: 2em;
        margin: 15px 0;
        text-indent: 32px;
    }
}

#main {
    margin-top: 80px;
}

/* 我们的服务 */
@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
    .service .container {
        max-width: 1560px !important;
    }

    .service-item {
        position: relative;
    }

    .service-item:hover {
        z-index: 999;
    }

    .service-item .tit-box {
        position: relative;
        text-align: center;
        width: 100%;
        height: 160px;
        background-color: #fff;
    }

    .service-item:nth-child(2) .tit-box,
    .service-item:nth-child(4) .tit-box,
    .service-item:nth-child(6) .tit-box {
        position: absolute;
        bottom: 0px;
        left: 0;
    }

    .service-item .tit-box .tit {
        font-size: 30px;
        padding-top: 30px;
    }

    .service-item:nth-child(2) .tit-box .tit,
    .service-item:nth-child(4) .tit-box .tit,
    .service-item:nth-child(6) .tit-box .tit {
        padding-top: 50px;
    }

    .service-item .tit-box .sub-tit {
        font-size: 36px;
        color: #d5d3d4;
        font-weight: bold;
    }

    .service-item:nth-child(3) .tit-box::before,
    .service-item:nth-child(5) .tit-box::before,
    .service-item:nth-child(7) .tit-box::before {
        content: "";
        width: 1px;
        height: 30px;
        background-color: #ccc;
        position: absolute;
        bottom: 0;
        right: 50%;
    }

    .service-item:nth-child(2) .tit-box::after,
    .service-item:nth-child(4) .tit-box::after,
    .service-item:nth-child(6) .tit-box::after {
        content: "";
        width: 1px;
        height: 30px;
        background-color: #ccc;
        position: absolute;
        top: 0;
        right: 50%;
    }
}

/* 工程案例 */

.cases {
}

.cases-item .cases-box {
    position: relative;
    cursor: pointer;
}

.cases-item .tit-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: linear-gradient(0deg, rgba(14, 19, 38, 0.5) 0%, rgba(14, 19, 38, 0) 100%);
    color: #fff;
}

.cases-item .tit-box .tit {
    font-size: 18px;
}
.nav-drawer > li > a {
    font-size: 16px;
}

.nav-drawer > .active > a {
    background-color: #f2f2f4;
    border-color: #2264a9;
    font-weight: 600;
}

.nav-drawer > .active > a:hover,
.nav-drawer > .active > a:focus,
.nav-drawer > .active > a:active {
    background-color: #f2f2f4;
    border-color: #2264a9;
}
.js-slider {
    background-color: #ffffff;
}
.js-slider .slick-slide {
    position: relative;
}
.js-slider .slider-tit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    z-index: 99;
}

.slider-banner {
    position: relative;
    height: 400px;
}

@media screen and (max-width: 990px) {
    .slider-banner {
        height: 320px;
    }
    
}


element.style {
    background-image: url(http://cdn.aqifun.com/guanjiang/0fefc38….jpg);
}

.collapse {
    margin-top: 15px;
}

.card {
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
}

.intro-box {
    line-height: 36px;
    text-indent: 2em;
}

@media screen and (max-width: 990px) {
    .item-photo {
        padding-right: 0 !important;
        padding-bottom: 16px;
    }

    .item-photo img.img-block {
        width: 100%;
        margin: auto;
    }
    .cms-item-photo {
        background: #ffffff;
        padding: 20px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
        display: flex;
        gap: 20px;
    }
    .cms-item-photo .item-img {
        position: relative;
    }

    .cms-item-photo .item-img .icon {
        position: absolute;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        width: 40px;
        height: 40px;
        z-index: 1;
        border-radius: 50%;
        font-size: 20px;
        line-height: 20px;
        color: #333;
        background-color: rgba(255, 255, 255, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        padding-left: 2px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }
    .cms-item-photo .item-img img {
        margin: auto;
        width: 26vw;
    }

    .cms-item-photo .item-icon img {
        margin: auto;
        width: 80px;
    }

    .cms-item-photo .item-detail {
        flex: 1;
        color: #666;
    }
    .cms-item-photo .item-title {
        font-size: 20px;
        color: #333333;
    }
    .cms-item-column {
        flex-direction: column;
    }
    .cms-item-column .item-img img {
        margin: auto;
        width: 100%;
        border-radius: 4px;
    }
}

@media screen and (min-width: 991px) {
    .cms-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
    }

    .cms-item .item-img {
        display: table-cell;
        vertical-align: top;
    }

    .cms-item .item-img img {
        width: 300px;
        margin: auto;
    }

    .cms-item-photo .item-spec img {
        margin: auto;
        width: 500px !important;
    }

    .cms-item .item-detail {
        display: table-cell;
        vertical-align: top;
        flex: 1;
        color: #666;
    }
    .cms-item-photo .item-title {
        font-size: 22px;
        color: #333333;
    }

    .cms-item-photo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: center;
        gap: 20px;
        background: #ffffff;
        padding: 20px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

    .cms-item-photo .item-img {
        position: relative;
    }

    .cms-item-photo .item-img .icon {
        position: absolute;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        width: 40px;
        height: 40px;
        z-index: 1;
        border-radius: 50%;
        font-size: 20px;
        line-height: 20px;
        color: #333;
        background-color: rgba(255, 255, 255, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        padding-left: 2px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }
    .cms-item-photo .item-img .icon:hover {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .cms-item-photo .item-img img {
        width: 250px;
    }

    .cms-item-photo .item-img-large img {
        width: 320px;
        margin: auto;
        border-radius: 4px;
    }
    .cms-item-photo .item-detail {
        display: table-cell;
        vertical-align: top;
        flex: 1;
        color: #666;
    }
}

.cms-item-photo .item-desc {
    color: #666;
    margin-top: 12px;
    line-height: 1.8;
}
.cms-item-photo .item-more {
    margin-top: 16px;
}

.form-control {
    font-size: 100%;
}


.tit {
    font-size: 20px;
    color: #142a8e;
    font-weight: bold;
}



.title-style {
    font-size: 22px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.title-style:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 46px;
    background-color: #3488ea;
    bottom: -10px;
    left: calc(50% - 23px);
}

.title-style.text-left:after {
    left: 0px;
}

.tit {
    font-size: 20px;
    color: #142a8e;
    font-weight: bold;
}

@media screen and (max-width: 990px) {
    .title-style {
        font-size: 24px;
        position: relative;
        text-align: center;
        margin-bottom: 30px;
    }
}
.nav-cate {
    height: 45px;
  }
  .nav-cate li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 24px;
  }
  .nav-cate li.active {
    font-weight: 500;
  }
  .nav-cate li.active::after {
    position: absolute;
    content: "";
    background-color: #007bff;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: -9px;
  }
  
  .nav-cate li a {
    padding: 3px 0;
    line-height: 30px;
  }
  .nav-cate li:hover {
    color: #333;
  }
  .nav-cate li a.active {
    color: #007bff;
  }
  
  .nav-cate li.active:hover {
    color: #007bff;
  }
  .cms-txt {
    position: relative;
    padding-left: 15px;
    padding-right: 120px;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
}

.cms-txt:before {
    position: absolute;
    top: 50%;
    left: 0px;
    height: 4px;
    width: 4px;
    background-color: #80a2c6;
    opacity: 0.6;
    font-size: 14px;
    content: '';

}

.cms-txt .addtime {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
}


  .cms-li {
    position: relative;
    padding-right: 120px;
    cursor: pointer;
}

.cms-li .addtime {
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 990px) {
    .cms-li {
        padding-right: 0px;
    }

    .cms-li .addtime {
        display: none;
    }

}
