/* banner start */
.banner .swiper-button-next,
.banner .swiper-button-prev {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.3);
}
.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
    background-color: var(--themeColor);
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
    font-size: 24px;
    color: #fff;
}
/* banner end */
/* index start */
.ipd50 {
    padding-top: 80px;
}
/* index end */
/* index start */
.index .top {
    position: relative;
}
.index .top .title {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
}
.index .top h4 {
    position: relative;
    color: #222222;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4em;
    padding-bottom: 20px;
}
.index .top h4::after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 3px;
    background-color: #c5c5c5;
}
.index .top span {
    color: var(--themeColor);
    /* color: var(--bgthemeColor); */
}
.index p {
    position: relative;
    font-size: 14px;
    line-height: 1.9em;
    color: #777;
}
/* iservice */
.index .iservice .content {
    position: relative;
    margin-top: 60px;
}
.index .iservice .content a {
    position: relative;
    display: block;
}
.index .iservice .content .txt {
    position: relative;
    padding: 30px 0;
    border-bottom: 2px solid #ededed;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.index .iservice .content .txt h2 {
    position: relative;
    padding-left: 75px;
    min-height: 50px;
    /* margin-bottom: 25px; */
    position: relative;
    color: #1f2a30;
    font-size: 18px;
    font-weight: 500;
    /* padding-top: 10px; */
}
.index .iservice .content .txt h2 i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    color: #bbbbbb;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    border: 1px dashed #bbbbbb;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.index .iservice .content .txt h3 {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 1.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.index .iservice .content .swiper-slide a:hover i {
    color: var(--themeColor);
    border-color: #1f2a30;
}
.index .iservice .content .swiper-slide a:hover .txt {
    border-color: var(--themeColor);
}
.index .iservice .content .swiper-slide a:hover h2 {
    color: var(--themeColor);
}
.index .testimonial .swiper-button-prev,
.index .testimonial .swiper-button-next,
.index .iservice .swiper-button-prev,
.index .iservice .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 80%;
    background-color: transparent;
    border: 1px solid #777777;
    border-radius: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.index .testimonial .swiper-button-prev::after,
.index .testimonial .swiper-button-next::after,
.index .iservice .swiper-button-prev::after,
.index .iservice .swiper-button-next::after {
    color: #777;
    font-size: 16px;
}
.index .testimonial .swiper-button-prev,
.index .iservice .swiper-button-prev {
    left: unset;
    right: 50px;
}
.index .testimonial .swiper-button-next,
.index .iservice .swiper-button-next {
    right: 0;
}
.index .testimonial .swiper-button-prev:hover,
.index .testimonial .swiper-button-next:hover,
.index .iservice .swiper-button-prev:hover,
.index .iservice .swiper-button-next:hover {
    background-color: var(--bgthemeColor);
    border-color: var(--bgthemeColor);
}
.index .iservice .swiper-button-next:hover::after,
.index .iservice .swiper-button-prev:hover::after,
.index .testimonial .swiper-button-next:hover::after,
.index .testimonial .swiper-button-prev:hover::after {
    color: #fff;
}
.index .ichoose .container-fluid,
.index .ichoose .container-fluid .row-fluid>div {
    padding: 0;
}
.index .ichoose {
    margin-top: 50px;
    background: url("../images/ichoose-bg.jpg")no-repeat;
    background-size: cover;
}
.index .ichoose .content>div {
    padding: 0;
}
.index .ichoose .content>div img {
    width: 100%;
}
.index .ichoose .txt {
    position: relative;
    max-width: 650px;
    padding: 85px 15px 0 60px;
}
.index .ichoose .txt ul {
    margin-top: 30px;
}
.index .ichoose .txt li {
    min-width: 260px;
    position: relative;
    color: #222222;
    font-size: 14px;
    padding-left: 70px;
    font-weight: 700;
    padding-top: 14px;
    display: inline-block;
    min-height: 50px;
    margin-bottom: 40px;
}
.index .ichoose .txt li i {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    color: var(--themeColor);
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    font-weight: 400;
    background-color: #ffffff;
    border: 1px dashed #bbbbbb;
}
.index .inews .top,
.index .iproduct .top {
    text-align: center;
}
.index .inews .top h4::after,
.index .iproduct .top h4::after {
    left: 50%;
    transform: translateX(-50%);
}
.index .iproduct .nav-tabs {
    border: none;
    text-align: center;
    display: inline-block;
}
.index .iproduct .content {
    margin-top: 50px;
}
.index .iproduct .content .tab-content {
    padding-top: 30px;
}
.index .iproduct .content .nav li {
    border: none !important;
}
.index .iproduct .content .nav li a {
    position: relative;
    color: var(--bgthemeColor);
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 400;
    margin-right: 12px;
    padding: 8px 22px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border: none !important;
}
.index .iproduct .content .nav li a::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid var(--bgthemeColor);
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.index .iproduct .nav-tabs>li.active>a,
.index .iproduct .nav-tabs>li.active>a:focus,
.index .iproduct .nav-tabs>li.active>a:hover {
    border: none;
}
.index .iproduct .nav>li>a:focus,
.index .iproduct .nav>li>a:hover {
    background-color: transparent;
    border-color: transparent;
}
.index .iproduct .content .nav .active a {
    color: #fff;
    z-index: 9;
    border-color: var(--themeColor);
}
.index .iproduct .content .nav li:hover a::after,
.index .iproduct .content .nav .active a::after {
    background-color: var(--bgthemeColor);
    z-index: -1;
}
.index .iproduct .content .nav li:hover a {
    color: #fff;
}
.index .iproduct .tab-content .box-img {
    position: relative;
    margin-bottom: 30px;
}
.index .iproduct .tab-content .box-img .txt {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    padding: 30px 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(6, 34, 58, 0.80);
    z-index: 9;
}
.index .iproduct .tab-content .box-img h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-bottom: 10px;
}
.index .iproduct .tab-content .box-img h3 {
    font-size: 14px;
    color: var(--themeColor);
}
.index .iproduct .tab-content .box-img .txt>a {
    display: block;
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.index .iproduct .tab-content .box-img .ipro-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    display: block;
}
.index .iproduct .tab-content .box-img .ipro-btn a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #ffffff;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 9;
    margin-left: 8px;
}
.index .iproduct .tab-content .box-img .ipro-btn a:hover {
    background-color: var(--themeColor);
    border-color: var(--themeColor);
}
.index .iproduct .tab-content .box-img h2:hover {
    color: var(--themeColor);
}
.index .iproduct .tab-content .box-img:hover .txt {
    opacity: 1;
}
.index .construction {
    /* background: url("../images/construction-bg.jpg")no-repeat; */
    background: url("../images/construction-bg.jpg")no-repeat;
    background-size: cover;
    margin-top: 80px;
}
.index .construction .content {
    padding: 50px 0;
}
.index .construction .content p {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 20px;
    line-height: 1.4em;
}
.index .construction .content p span {
    color: var(--bgthemeColor);
    /* color: var(--themeColor); */
}
.index .construction .content a {
    position: relative;
    padding: 16px 46px 15px;
    line-height: 24px;
    text-transform: capitalize;
    background: none;
    color: #ffffff;
    /* border: 2px solid var(--themeColor); */
    border: 2px solid var(--bgthemeColor);
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.index .construction .content a:hover {
    background: var(--bgthemeColor);
    /* background: var(--themeColor); */
}
.index .iabout .left .txt {
    margin-top: 30px;
}
.index .iabout .left .txt p {
    margin-bottom: 20px;
}
.index .iabout .left .icontact-btn {
    position: relative;
    padding: 11px 38px 11px;
    line-height: 24px;
    text-transform: capitalize;
    background: none;
    color: var(--bgthemeColor);
    border: 2px solid var(--bgthemeColor);
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.index .iabout .left .icontact-btn:hover {
    background: var(--themeColor);
    color: #fff;
}
.index .iabout .iabout-box {
    position: relative;
    padding: 30px 30px 0px;
}
.index .iabout .iabout-box::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 470px;
    height: 275px;
    border: 2px solid #cccccc;
}
.index .iabout .iabout-box .ivideo {
    position: relative;
}
.index .iabout .iabout-box .ivideo a {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.index .iabout .iabout-box .ivideo i {
    font-size: 72px;
    color: var(--themeColor);
    /* color: var(--bgthemeColor); */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 9;
}
.index .iabout .iabout-box .ivideo a:hover i {
    color: var(--themeColor);
}
.index .iabout .iabout-box::before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: -30px;
    width: 470px;
    height: 275px;
    z-index: -1;
    border: 2px solid #fbb908;
}
.index .testimonial {
    position: relative;
    background-color: #eeeeee;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-image: url("../images/patern-1.png");
    margin-top: 90px;
}
.index .testimonial .txt {
    position: relative;
    padding: 90px 0px 90px 70px;
}
.index .testimonial .swiper-container {
    margin-top: 60px;
}
.index .testimonial .peo {
    display: flex;
}
.index .testimonial .peo .box-img {
    width: 100px;
    height: 100px;
    padding: 9px;
    background-color: #ffffff;
    border: 1px dashed #bbbbbb;
    margin-right: 30px;
}
.index .testimonial .swiper-slide>p {
    position: relative;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.2em;
    margin-bottom: 40px;
}
.index .testimonial .peo .name {
    padding-top: 30px;
}
.index .testimonial .peo h5 {
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
}
.index .testimonial .peo p {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}
.index .inews .content {
    margin-top: 60px;
}
.index .inews .content a {
    display: block;
    position: relative;
}
.index .inews .content a figure,
.index .inews .content a .box-img {
    position: relative;
}
.index .inews .content a .time {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 58px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 8px;
    text-align: center;
    z-index: 1;
    line-height: 1.7em;
    text-transform: uppercase;
}
.index .inews .content a .inews-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    opacity: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: rgba(34, 34, 34, 0.80);
}
.index .inews .content a .inews-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    color: #222222;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    font-size: 20px;
    margin-left: -30px;
    margin-top: -30px;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.index .inews .content a:hover .box-img .inews-icon {
    opacity: 1;
}
.index .inews .content a .txt {
    padding-top: 30px;
}
.index .inews .content a .txt h2 {
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index .inews .content a .inews-btn {
    margin-top: 25px;
}
.index .inews .content a .inews-btn span {
    color: #666666;
    font-size: 14px;
    padding: 13px 0px;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #bbbbbb;
}
.index .inews .content a .inews-btn span:first-child {
    border-right: none;
}
.index .inews .content a .inews-btn span:hover {
    color: var(--themeColor);
}

.index .inews .content a .inews-btn i{
    font-size: 14px;
}
.index .inews .content a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index .ipartner {
    margin-top: 80px;
    padding: 40px 0px 40px;
    background-color: #f1f1f1;
}
/* 响应式 */
@media screen and (max-width:1024px) {
    .ipd50 {
        padding-top: 50px;
    }
    .index .top h4 {
        font-size: 30px;
    }
    .index .ichoose .txt {
        padding: 20px;
    }
    .index .ichoose .txt li {
        margin-bottom: 10px;
    }
    .index .ichoose .content {
        display: flex;
        align-items: center;
    }
    .index .construction .content p {
        margin: 0;
    }
    .index .testimonial .txt {
        padding: 60px 0 60px 60px;
    }
}
/* 768 */
@media screen and (max-width:768px) {
    /* index start */
    .index .top h4 {
        font-size: 22px;
    }
    .index .iservice {
        padding: 0 15px;
    }
    .index .ichoose .content {
        flex-direction: column;
    }
    .index .iproduct .content>div {
        padding: 0 15px;
    }
    .index .construction .content .col-md-4 {
        text-align: center !important;
        margin-top: 20px;
    }
    .index .iabout .iabout-box::before,
    .index .iabout .iabout-box::after {
        display: none;
    }
    .index .testimonial .txt {
        padding: 20px;
    }
    .index .testimonial .swiper-button-prev,
    .index .testimonial .swiper-button-next,
    .index .iservice .swiper-button-prev,
    .index .iservice .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .index .inews .content a .inews-btn {
        margin: 25px 0;
    }
    /* index end */
}
/* index end */
/* footer {
    margin-top: 80px;
} */
/* common start */
.ipd50 {
    padding-top: 50px;
}
.common .common-nav form {
    margin-bottom: 20px;
    font-size: 16px;
}
.common .common-nav form input {
    border: none;
    background-color: #eee;
    padding: 10px;
    width: 80%;
}
.common .common-nav form button {
    border: none;
    background-color: var(--themeColor);
    color: #fff;
    padding: 10px;
    width: 16%;
    transition: all 0.4s ease 0s;
}
.common .common-nav form button:hover {
    background: rgb(33, 33, 33);
}
.common .common-nav>h2 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 5px solid var(--themeColor);
    padding-left: 0.5em;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}
.common .pro-nav li {
    position: relative;
    margin-bottom: 10px;
    border-radius: 3px;
}
.common .pro-nav li a {
    display: inline-block;
    width: 100%;
    padding: 1rem 0;
    padding-right: 1rem;
    color: #555;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #ddd;
}
.common .pro-nav li i {
    display: inline-block;
    width: 42px;
    max-height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}
.common .pro-nav .second-items,
.common .pro-nav .third-items,
.common .pro-nav .fourth-items {
    display: none;
    margin: 10px 0;
}
.common .pro-nav .second-items a {
    padding-left: 30px;
}
.common .pro-nav .third-items a {
    padding-left: 45px;
}
.common .pro-nav .fourth-items a {
    padding-left: 60px;
}
.common .triangle {
    position: relative;
}
.common .triangle::after {
    position: absolute;
    top: 40%;
    left: 40%;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
    transform: rotate(315deg);
}
.common .aside-product {
    margin: 1rem 0;
    border: 1px solid #ddd;
}
.common .aside-product .media {
    display: table;
    width: 100%;
}
.common .aside-product .box-img {
    display: table-cell;
    width: 40%;
    padding: 10px;
}
.common .aside-product h2 {
    display: table-cell;
    font-size: 14px;
    padding: 0 1em;
    vertical-align: middle;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.common .aside-product>a:hover {
    background-color: #ddd;
}
/* common ned */
.news .left a {
    border: 1px solid #ddd;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    padding: 1em;
    display: block;
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.news .left a .titles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}
.news .left a h2 {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .left a p {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news .left a:hover {
    border: 1px solid #ddd;
    -webkit-box-shadow: 1px 1px 10px 0px #999;
    box-shadow: 1px 1px 10px 0px #999;
}
@media screen and (max-width:768px) {
    .news .left a {
        display: block;
    }
}
.pagingClick {
    margin: 0 auto;
    text-align: center;
    padding: 4% 0;
}
.pagingClick a,
.pagingClick span {
    display: inline-block;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background-color: rgba(51, 51, 51, 0.73);
    color: #fff;
    margin-right: 20px;
}
.pagingClick span {
    color: #fff;
    background-color: var(--themeColor);
}
@media screen and (max-width: 768px) {
    .pagingClick a,
    .pagingClick span {
        margin-bottom: 10px;
    }
}
/* news end */
/* news-show start */
.news-show .article {
    border: 1px solid #ddd;
}
.news-show .article .dg-header {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.news-show .article .dg-header h1,
.news-show .article-related {
    font-size: 20px;
    line-height: 1.4;
    color: #121212;
    padding: 10px 0;
}
.news-show .article .dg-header .time {
    font-size: 14px;
    color: #777;
}
.news-show .article .content {
    font-size: 16px;
    color: #777;
    line-height: 1.4;
    padding: 20px;
}
.news-show .article .content p {
    line-height: 1.4;
    margin-bottom: 15px;
}
.news-show .article-related {
    margin: 20px 0;
    border: 1px solid #ddd;
}
.news-show .article-related h5 {
    border-bottom: 1px solid #ddd;
    padding: 20px;
    color: #353a42;
    font-size: 18px;
    font-weight: 600;
}
.news-show .article-related .article-related-box {
    padding: 25px 20px 5px 20px;
}
.news-show .article-related a {
    font-size: 16px;
    padding-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: inherit;
    padding-bottom: 15px;
}
.news-show .article-related a span {
    color: #777;
    font-weight: 400;
}
.news-show .article-related a strong {
    color: #777;
}
.news-show .article-related a:hover span {
    color: var(--themeColor);
}
.news-show {
    margin: 50px 0;
}
/* news-show end */
/* common start */
.common .common-nav form {
    margin-bottom: 20px;
    font-size: 16px;
}
.common .common-nav form input {
    border: none;
    background-color: #eee;
    padding: 10px;
    width: 80%;
}
.common .common-nav form button {
    border: none;
    background-color: var(--themeColor);
    color: #fff;
    padding: 10px;
    width: 16%;
    transition: all 0.4s ease 0s;
}
.common .common-nav form button:hover {
    background: rgb(33, 33, 33);
}
.common .common-nav>h2 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 5px solid var(--themeColor);
    padding-left: 0.5em;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}
.common .pro-nav li {
    position: relative;
    margin-bottom: 10px;
    border-radius: 3px;
}
.common .pro-nav li a {
    display: inline-block;
    width: 100%;
    padding: 1rem 0;
    padding-right: 1rem;
    color: #555;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #ddd;
}
.common .pro-nav li i {
    display: inline-block;
    width: 42px;
    max-height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}
.common .pro-nav .second-items,
.common .pro-nav .third-items,
.common .pro-nav .fourth-items {
    display: none;
    margin: 10px 0;
}
.common .pro-nav .second-items a {
    padding-left: 30px;
}
.common .pro-nav .third-items a {
    padding-left: 45px;
}
.common .pro-nav .fourth-items a {
    padding-left: 60px;
}
.common .triangle {
    position: relative;
}
.common .triangle::after {
    position: absolute;
    top: 40%;
    left: 40%;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
    transform: rotate(315deg);
}
.common .aside-product {
    margin: 1rem 0;
    border: 1px solid #ddd;
}
.common .aside-product .media {
    display: table;
    width: 100%;
}
.common .aside-product .box-img {
    display: table-cell;
    width: 40%;
    padding: 10px;
}
.common .aside-product h2 {
    display: table-cell;
    font-size: 14px;
    padding: 0 1em;
    vertical-align: middle;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.common .aside-product>a:hover {
    background-color: #ddd;
}
.common .conmmon-content .box-img {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
}
.common .conmmon-content img {
    -webkit-transition: 0.5s;
}
.common .conmmon-content .text {
    display: block;
    background-color: #ccc;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1;
    padding: 25px 25px 30px 25px;
    background: #f3f3f3;
    text-align: center;
    border-bottom: 2px solid var(--themeColor);
}
.common .conmmon-content .text::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: -1;
    background-color: var(--themeColor);
    transition: all 0.3s ease-in-out;
}
.common .conmmon-content .text h2 {
    text-decoration: none;
    color: #121212;
    margin: 5px 0;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.common .conmmon-content .text h3 {
    line-height: 1.8em;
    color: #555555;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.common .conmmon-content .button-box {
    display: inline-block;
    border: 2px solid;
    padding: 0.5em 1em;
    margin-top: 10px;
    background-color: var(--themeColor);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
}
.common .conmmon-content a:hover .text::after {
    height: 100%;
}
.common .conmmon-content a:hover h3,
.common .conmmon-content a:hover h2 {
    color: #fff;
}
.common .conmmon-content a:hover img {
    -webkit-transform: scale(1.1);
}
.common .conmmon-content h5 {
    font-weight: 500;
    margin-bottom: 2px;
    color: var(--themeColor);
    font-size: 24px;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
}
.common .conmmon-content h5::after {
    content: '';
    background-color: var(--themeColor);
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 50px;
    border-radius: 5px;
}
.common .conmmon-content .title {
    margin-bottom: 16px;
    font-family: "Roboto", sans-serif;
    color: #6e7889;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}
.common .content .top h4 {
    position: relative;
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 30px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.common .content .top h4::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-color: var(--themeColor);
    height: 5px;
    width: 50px;
    border-radius: 5px;
}
.common .content .top p {
    line-height: 1.8em;
    margin-bottom: 16px;
    font-size: 14px;
}
/* product end */
/*1024 */
@media screen and (max-width:768px) {
    /* product start */
    .common .content {
        display: flex;
        flex-direction: column-reverse;
    }
    .pagingClick a,
    .pagingClick span {
        width: 40px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .pro-show .txt h3 {
        margin: 1em 0;
        font-size: 16px;
    }
    .pro-show .nav-tabs>li>a {
        font-size: 14px;
        padding: 5px;
    }
    /* product end */
}
/* video start */
.video {
    padding: 50px 0;
}
.video .nav ul {
    text-align: center;
}
.video .nav li {
    display: inline-block;
}
.video .nav li a {
    outline: none;
    padding: 10px 0px 8px 0px;
    margin-right: 40px;
    color: #888;
    font-size: 14px;
}
.video .nav .active a {
    color: var(--themeColor);
}
.video .content {
    padding-top: 30px;
}
.video .content a {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.video .content a .box-img {
    min-height: 270px;
    max-height: 270px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.video .content a .box-img img {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.video .content a p {
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--themeColor);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
    background-color: #111;
}
.video .content a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.video .content a:hover p {
    opacity: 0.8;
}
@media screen and (max-width:768px) {
    .video .nav li a {
        margin-right: 15px;
    }
}
/* video end */
/* background-banner start*/
.bg-banner {
    padding: 80px 0 30px;
    background-size: cover;
    background-position: center center;
    min-height: 300px;
    position: relative;
    z-index: 2;
}
.bg-banner::after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bg-banner h3 {
    padding-top: 50px;
    color: #fff;
    font-size: 35px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
/* roure start */
.route {
    padding: 18px 0;
}
.route {
    background: #f1f1f1;
    border-bottom: 1px solid #e5e5e5;
}
.route ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    padding-left: 0px;
}
.route ul>li {
    float: left;
    position: relative;
    padding-right: 30px;
}
.route ul>li a img {
    width: 100px;
}
.route ul>li a {
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 10px;
    color: #242424;
    letter-spacing: 0.32px;
}
.route ul>li:first-child a {
    padding-left: 0;
}
.route ul>li::after {
    content: "";
    top: 10px;
    right: 10px;
    width: 8px;
    height: 8px;
    position: absolute;
    border-left: 1.5px solid #242424;
    border-bottom: 1.5px solid#242424;
    -webkit-transform: translate(0, -50%) rotate(-135deg);
    transform: translate(0, -50%) rotate(-135deg);
}
.route ul>li:last-child::after {
    border: none;
}
/* roure end */
@media screen and (max-width: 769px) {
    .bg-banner {
        min-height: 100px;
        padding: 60px 0px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .bg-banner h3 {
        font-size: 30px;
        display: none;
    }
    .bg-banner h3 {
        padding-top: 0px;
    }
    .route ul>li a {
        padding: 0px;
    }
}
.cpr {
    cursor: pointer;
}
/* about start */
.about .content .top .txt {
    background: #eee;
    padding: 30px;
    display: flex;
    flex-flow: column;
}

.about .content .top .txt .title{
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-bottom: 10px;
}

/* .about .content .top .txt .title h3{
    margin-left: 20px;
} */
.about .content .top .txt i {
    color: var(--themeColor);
    font-size: 36px;
    margin-right: 20px;
}
.about .content .top .txt h3 {
    margin-bottom: 10px;
}
.about .content,
.about .content .top .txt p {
    font-size: 14px;
    line-height: 26px;
    color: #777;
}
.about .about-video {
    padding: 15px;
    margin: 20px 0;
}
.about figure {
    overflow: hidden;
    position: relative;
}
.about .about-video a {
    position: relative;
    display: block;
}
.about .acontent i,
.about .about-video a i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    font-size: 48px;
    color: var(--themeColor);
    opacity: 0;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.about figure img {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.about figure:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.about figure:hover i {
    opacity: 1;
}
.about .acontent i {
    font-size: 36px;
}
.about .acontent h4 {
    margin: 20px 0;
}
.about .acontent p {
    margin-bottom: 10px;
}
/* �劽唱絲取����茵� start */
.ipd50 {
    padding-top: 80px;
}
/* .common .common-nav {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
} */
.common .common-nav form {
    margin-bottom: 20px;
    font-size: 16px;
}
.common .common-nav form input {
    border: none;
    background-color: #eee;
    padding: 10px;
    width: 80%;
}
.common .common-nav form button {
    border: none;
    background-color: var(--themeColor);
    color: #fff;
    padding: 10px;
    width: 16%;
    transition: all 0.4s ease 0s;
}
.common .common-nav form button:hover {
    background: rgb(33, 33, 33);
}
.common .common-nav>h2 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 5px solid var(--themeColor);
    padding-left: 0.5em;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}
.common .pro-nav li {
    position: relative;
    margin-bottom: 10px;
    border-radius: 3px;
}
.common .pro-nav li a {
    display: inline-block;
    width: 100%;
    padding: 1rem 0;
    padding-right: 1rem;
    color: #555;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #ddd;
}
.common .pro-nav li i {
    display: inline-block;
    width: 42px;
    /* max-height: 42px; */
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}
.common .pro-nav .second-items,
.common .pro-nav .third-items,
.common .pro-nav .fourth-items {
    display: none;
    margin: 10px 0;
}
.common .pro-nav .second-items a {
    padding-left: 30px;
}
.common .pro-nav .third-items a {
    padding-left: 45px;
}
.common .pro-nav .fourth-items a {
    padding-left: 60px;
}
.common .triangle {
    position: relative;
}
.common .triangle::after {
    position: absolute;
    top: 40%;
    left: 40%;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
    transform: rotate(315deg);
}
.common .aside-product {
    margin: 1rem 0;
    border: 1px solid #ddd;
}
.common .aside-product .media {
    display: table;
    width: 100%;
}
.common .aside-product .box-img {
    display: table-cell;
    width: 40%;
    padding: 10px;
}
.common .aside-product h2 {
    display: table-cell;
    font-size: 14px;
    padding: 0 1em;
    vertical-align: middle;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.common .aside-product>a:hover {
    background-color: #ddd;
}
.about .attention {
    background: url("../images/banner-1.jpg")no-repeat;
    background-size: cover;
    padding: 30px;
    color: #222;
    margin-top: 20px;
}
.about .attention h4 {
    font-weight: 600;
}
.about .attention p {
    margin: 10px 0 20px 0;
}
.about .attention .att-bnt {
    margin: 0 auto;
    text-align: center;
    padding: 10px 30px 10px 30px;
    border: solid 2px #111;
    color: #111;
    letter-spacing: 1px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.about .about-btns a:hover,
.about .attention .att-bnt:hover {
    background-color: #222;
    color: #fff;
}
.about .about-btns {
    background-color: var(--themeColor);
    padding: 30px 0;
    margin-top: 80px;
    font-size: 20px;
    line-height: 27px;
}
.about .about-btns .df {
    display: flex;
    align-items: center;
}
.about .about-btns .df p {
    color: #fff;
}
.about .about-btns a {
    padding: 8px 0;
    flex: 1;
    display: block;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
footer {
    margin: 0;
}
/* about end */
@media screen and (max-width:1024px) {
    .about .attention .att-bnt {
        display: none;
    }
}
@media screen and (max-width:768px) {
    .pro-nav {
        margin-top: 20px;
    }
    .about .about-btns .df {
        display: block;
    }
    .about .about-btns a {
        width: 50%;
        margin: 20px auto;
    }
    .about .content .top .txt i,
    .about .attention .att-bnt {
        display: none;
    }
}
/* product-show1 start */
.pro-show .gallery-top, .pro-show .gallery-thumbs {
    border: 1px solid #ddd;
}
.pro-show .gallery-thumbs {
    border-top: none;
}
.pro-show .pro-fdj {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    cursor: pointer;
    width: 38px;
    height: 38px;
}
.pro-show .gallery-thumbs {
    padding: 0 28px;
}
.pro-show .gallery-thumbs .swiper-slide {
    cursor: pointer;
}
.pro-show .gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid var(--themeColor);
}
.pro-show .gallery-thumbs .swiper-button-prev {
    left: 0;
    background-color: #efefef;
}
.pro-show .gallery-thumbs .swiper-button-next {
    right: 0;
    background-color: #efefef;
}
.pro-show .gallery-thumbs .swiper-button-prev::after, .pro-show .gallery-thumbs .swiper-button-next::after {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.pro-show .txt h3 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #eee;
}
.pro-show .txt .pro-btn {
    margin-top: 1em;
}
.pro-show .txt .pro-btn>a {
    border-radius: 99px;
    border: 2px solid #ddd;
    padding: .4em 1em;
    font-size: 16px;
    margin: .4em .4em .4em 0;
    text-decoration: none;
    font-weight: bold;
    border-radius: 2em;
    font-size: 15px;
}
.pro-show .pro-content {
    padding: 50px 15px;
    font-size: 15px;
}
.pro-show .nav-tabs {
    border: none;
}
.pro-show .nav-tabs>li {
    border: 1px solid #ddd;
    margin-right: 10px;
}
.pro-show .tab-content {
    margin-top: 5px;
    border: 1px solid #ddd;
    padding: 20px 15px;
}
.pro-show .tab-content p {
    line-height: 27px;
    margin-bottom: 14px;
    font-size: 15px;
}
.pro-show .tab-content img {
    padding: 6px 0;
    max-width: 100%;
    height: auto;
}
.pro-show .nav-tabs>li>a {
    font-size: 18px;
    color: #555;
    background-color: #eee;
    border: none;
    margin-right: 0;
    padding: 10px 15px;
    border-radius: 0;
}
.pro-show .nav-tabs>li.active>a, .pro-show .nav-tabs>li.active>a:focus, .pro-show .nav-tabs>li.active>a:hover {
    border: none;
    background-color: var(--themeColor) !important;
    color: #fff;
}
.pro-show .pro-content form input {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    background-color: #eee;
    padding: 10px;
}
.pro-show .pro-content form textarea {
    width: 100%;
    background-color: #eee;
    border: none;
    padding: 10px;
}
.pro-show .pro-content form button {
    transition: all .4s ease;
    border: none;
    background-color: var(--themeColor);
    margin-top: 15px;
    border-radius: 0;
}
.pro-show .pro-content form button:hover {
    background-color: #000;
}
/* product-show1 end */
/*1024 */
@media screen and (max-width:1024px) {
    .common .common-nav form input {
        width: 78%;
    }
}
/* 768 */
@media screen and (max-width:768px) {
    .pagingClick a, .pagingClick span {
        width: 40px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .pro-show .txt h3 {
        margin: 1em 0;
        font-size: 16px;
    }
    .pro-show .nav-tabs>li>a {
        font-size: 14px;
        padding: 5px;
    }
}
/* contact start*/
.contact .content {
    padding: 0px 0;
}
.contact .content form {
    padding-bottom: 40px;
}
.contact .content>div {
    padding-top: 30px;
}
.contact .content .info{
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.contact .content .info .boxs:nth-child(1){
    border-top: 1px solid #fff;
}
.contact .content .info .boxs {
    border-bottom: 1px solid #fff;
    padding: 10px 30px;
}
.contact .content .form {
    background: #eee;
}
.contact .content .info {
    background-color: var(--themeColor);
    min-height: 400px;
}
.contact .content .info h4 {
    color: #fff;
    text-align: center;
}
.contact .content h4 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 20px;
}
.contact .content h4::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    bottom: 0;
    left: 0;
    background-color: var(--themeColor);
}
.contact .content form .box {
    margin-bottom: 15px;
}
.contact .content form p {
    font-weight: 600;
    margin-bottom: 5px;
    color: #9e9e9e;
    font-size: 15px;
}
.contact .content form input {
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    border: 1px solid #ddd;
}
.contact .content form textarea {
    width: 100%;
    height: 80px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    font-size: 14px;
}
.contact .content .info .boxs i {
    float: left;
    width: 43px;
    height: 43px;
    background: var(--themeColor);
    color: #fff;
    line-height: 43px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 24px;
}
.contact .content .info .boxs p {
    color: #fff;
    font-size: 14px;
    margin-left: 55px;
    margin-bottom: 0;
    line-height: 21px;
}
.contact .content .info .boxs a {
    color: #fff;
}
.btn-primary {
    background-color: var(--themeColor);
    border: none;
}
.contact .content h5 {
    margin: 0px;
    color: rgb(255, 255, 255);
    line-height: 21px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 55px;
}
/* contact end*/
/* read start*/
.read {
    padding: 30px 0;
    border-top: 1px solid #eee;
}
.read h4 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 2em;
}
.read h4::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    bottom: 0;
    left: 0;
    background-color: var(--themeColor);
}
.read a h5 {
    margin: 0.8em 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    vertical-align: middle;
    color: #272727;
}
.read a .mate {
    margin: 0 -5px;
}
.read a .mate span {
    margin: 0 5px;
    color: #272727;
    font-size: 15px;
    text-transform: capitalize;
}
.read a .mate span i {
    color: var(--themeColor);
}
.read a p {
    font-size: 12px;
    margin: 0.8em 0;
    /* height: 54px; */
    line-height: 1.5em;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.read .swiper-button-next:after, .read .swiper-button-prev:after {
    font-size: 24px;
    color: var(--themeColor);
}
.read .swiper-pagination-bullet-active {
    background-color: var(--themeColor);
}
.read .swiper-slide a {
    display: block;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.read .swiper-slide .box-img {
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* read end */
@media screen and (max-width:768px) {
    .ipd50 {
        padding-top: 20px;
    }
    .read {
        padding: 30px 15px;
    }
    .contact .content h4 {
        margin-bottom: 10px;
        padding: 0 15px;
    }
    .contact .content h4::after {
        left: 15px;
    }
}
/* 服务列表4导航 B  */
.yige-page-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
}
.yige-page-nav-wrap .yige-page-nav-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.yige-page-nav-wrap .yige-page-nav-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 16px;
    color: #444444;
    margin-right: 35px;
}
.yige-page-nav-wrap .yige-page-nav-list a.on {
    color: #fff;
    background: var(--themeColor);
}
.yige-page-nav-wrap .yige-page-nav-list a:hover {
    color: #fff;
    background: var(--themeColor);
}
@media screen and (max-width: 768px) {
    .yige-page-nav-wrap {
        padding: 0px 2%;
    }
    .yige-page-nav-wrap .yige-page-nav-list a {
        width: 48%;
        margin-bottom: 10px;
        margin-right: 4% !important;
    }
    .yige-page-nav-wrap .yige-page-nav-list a:nth-child(2n) {
        margin-right: 0 !important;
    }
}
/* 服务列表4导航 E  */
.yige-service-wrap .yige-service-title {
    padding: 50px 0;
}
.yige-service-wrap .yige-service-title-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.yige-service-wrap .yige-service-title-top .yige-service-b-title {
    position: relative;
    padding: 0 18px;
    font-size: 30px;
    font-weight: bold;
    color: var(--themeColor);
}
.yige-service-wrap .yige-service-title-top .yige-service-b-title::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 28px;
    background: var(--themeColor);
    left: 0;
    top: 16%;
}
.yige-service-wrap .yige-service-title-top .yige-service-s-title {
    font-size: 16px;
    color: #888;
}
.yige-service-wrap .yige-service-title-bottom {
    font-size: 30px;
    color: var( --themeColor);
    text-transform: uppercase;
}
.yige-service-wrap .yige-service-list {
    margin-bottom: 40px;
}
.yige-service-wrap .yige-service-item {
    display: inline-block;
    width: 48.5%;
    margin-top: 2%;
    position: relative;
}
.yige-service-wrap .yige-service-item:nth-child(2n+1) {
    margin-right: 2%;
}
.yige-service-wrap .yige-service-item:hover .yige-service-item-img {
    width: 100%;
}
.yige-service-wrap .yige-service-item:hover .yige-service-item-txt {
    width: 100%;
    padding: 4%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: var(--themeColor);
}
.yige-service-wrap .yige-service-item:hover .yige-service-item-txt .yige-service-item-s-title {
    display: none;
}
.yige-service-wrap .yige-service-item:hover .yige-service-item-txt p {
    display: block;
}
.yige-service-wrap .yige-service-item:hover .yige-service-item-more {
    display: none;
}
.yige-service-wrap .yige-service-item-img {
    float: left;
    width: 51%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.yige-service-wrap .yige-service-item-img img {
    width: 100%;
    height: 354px;
    -o-object-fit: cover;
    object-fit: cover;
}
.yige-service-wrap .yige-service-item-txt {
    float: left;
    width: 49%;
    background: var( --themeColor);
    text-align: center;
    padding: 61px 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
    position: absolute;
    right: 0%;
    top: 0%;
}
.yige-service-wrap .yige-service-item-txt .yige-service-item-icon {
    margin-bottom: 30px;
    line-height: 70px;
    height: 70px;
}
.yige-service-wrap .yige-service-item-txt .yige-service-item-title div {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}
.yige-service-wrap .yige-service-item-txt .yige-service-item-title p {
    display: none;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    text-indent: 2em;
    text-align: left;
    margin-top: 20px;
}
.yige-service-wrap .yige-service-item-txt .yige-service-item-more {
    margin-top: 40px;
}
.yige-service-wrap .yige-service-item-txt .yige-service-item-more span {
    display: inline-block;
    line-height: 35px;
    width: 104px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 100px;
    border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
    .yige-service-wrap .yige-service-list .yige-service-item {
        width: 48%;
    }
    .yige-service-wrap .yige-service-list .yige-service-item:hover .yige-service-item-img img {
        height: 334px;
    }
    .yige-service-wrap .yige-service-list .yige-service-item:hover .yige-service-item-txt {
        position: absolute;
    }
    .yige-service-wrap .yige-service-list .yige-service-item .yige-service-item-img {
        width: 100%;
    }
    .yige-service-wrap .yige-service-list .yige-service-item .yige-service-item-img img {
        height: 145px;
    }
    .yige-service-wrap .yige-service-list .yige-service-item .yige-service-item-txt {
        position: inherit;
        width: 100%;
        padding: 10px 0;
    }
    .yige-service-wrap .yige-service-list .yige-service-item .yige-service-item-txt .yige-service-item-icon {
        margin-bottom: 0;
    }
    .yige-service-wrap .yige-service-list .yige-service-item .yige-service-item-txt .yige-service-item-icon img {
        height: 30px;
        line-height: 30;
    }
    .yige-service-wrap .yige-service-list .yige-service-item .yige-service-item-txt .yige-service-item-title div {
        font-size: 14px;
    }
    .yige-service-wrap .yige-service-list .yige-service-item .yige-service-item-txt .yige-service-item-more {
        margin-top: 20px;
    }
    .yige-service-wrap .yige-service-list .yige-service-item .yige-service-item-txt .yige-service-item-more span {
        font-size: 12px;
    }
    .yige-service-wrap .yige-service-list .yige-service-item .yige-service-item-txt .yige-service-item-title p {
        font-size: 12px;
        height: 200px;
        overflow-y: scroll;
    }
    .yige-service-wrap .yige-service-title {
        padding: 20px 0 !important;
    }
    .yige-service-wrap .yige-service-s-title {
        font-size: 14px !important;
    }
    .yige-service-wrap .yige-service-b-title {
        font-size: 24px !important;
    }
    .yige-service-wrap .yige-service-title-bottom {
        font-size: 20px !important;
    }
}
/* 服务列表4 E */
/* 服务详情2  B  */
.yige-serviceShow2 .common-title .b-title {
    text-align: center;
    font-size: 28px;
    color: #333;
}
.yige-serviceShow2 .common-title .s-title {
    text-align: center;
    margin-top: 4px;
    font-size: 15px;
    color: #898b8d;
}
.yige-serviceShow2 .common-title .desc {
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    max-width: 900px;
    margin: 30px auto;
}
.yige-serviceShow2 .service {
    padding: 60px 0 80px;
}
.yige-serviceShow2 .service .list {
    margin-top: 40px;
}
.yige-serviceShow2 .service .list div {
    margin: 0 auto;
}
.yige-serviceShow2 .service .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 92%;
    margin-bottom: 20px;
    padding: 40px 0;
    -webkit-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.yige-serviceShow2 .service .list .item:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    background: var(--themeColor);
    color: #fff;
}
.yige-serviceShow2 .service .list .item:hover .txt {
    color: #fff;
}
.yige-serviceShow2 .service .list .item:hover .normal-img {
    display: none;
}
.yige-serviceShow2 .service .list .item:hover .hover-img {
    display: block !important;
}
.yige-serviceShow2 .service .list .item .img-box {
    width: 45px;
    height: 45px;
}
.yige-serviceShow2 .service .list .item .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.yige-serviceShow2 .service .list .item .img-box .hover-img {
    display: none;
}
.yige-serviceShow2 .service .list .item .name {
    margin: 20px 0;
    font-size: 18px;
}
.yige-serviceShow2 .service .list .item .txt {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    text-align: center;
    width: 88%;
    min-height: 72px;
    height: 132px;
}
.yige-serviceShow2 .yige-more {
    padding: 60px 0 80px;
    background: #f2f4f6;
}
.yige-serviceShow2 .yige-more .content {
    padding: 30px 0;
}
.yige-serviceShow2 .yige-more .content .img-box {
    max-height: 464px;
}
.yige-serviceShow2 .yige-more .content .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.yige-serviceShow2 .yige-more .content .right .item {
    padding: 18px;
}
.yige-serviceShow2 .yige-more .content .right .item:not(:last-child) {
    margin-bottom: 36px;
}
.yige-serviceShow2 .yige-more .content .right .title {
    position: relative;
    font-size: 18px;
    padding: 18px 0;
}
.yige-serviceShow2 .yige-more .content .right .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 21px;
    height: 4px;
    background: var(--themeColor);
}
.yige-serviceShow2 .yige-more .content .right p {
    margin-top: 18px;
    font-size: 14px;
    color: #999;
    line-height: 1.8;
}
.yige-serviceShow2 .yige-solutions {
    padding: 60px 0 80px;
}
.yige-serviceShow2 .yige-solutions .item {
    margin-top: 50px;
}
.yige-serviceShow2 .yige-solutions .item:hover .img-box .layer {
    display: block;
}
.yige-serviceShow2 .yige-solutions .item:hover .name {
    color: #fff;
}
.yige-serviceShow2 .yige-solutions .item .img-box {
    position: relative;
    max-height: 545px;
}
.yige-serviceShow2 .yige-solutions .item .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.yige-serviceShow2 .yige-solutions .item .img-box .layer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var( --themeColor);
}
.yige-serviceShow2 .yige-solutions .item .img-box .layer .content-txt {
    width: 100%;
    height: 100%;
    padding: 40px;
    color: #fff;
}
.yige-serviceShow2 .yige-solutions .item .img-box .layer .content-txt .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.yige-serviceShow2 .yige-solutions .item .img-box .layer .content-txt .desc {
    font-size: 14px;
    line-height: 30px;
}
.yige-serviceShow2 .yige-solutions .item .name {
    padding: 14px 0;
    font-size: 16px;
}
/* 服务详情2  E  */

.cpr{
    cursor: pointer;
}
footer .copy{
    margin-top: 30px;
}

.about .acontent .title{
    /* border: 1px solid red; */
    min-height: 306px;
    max-height: 306px;
}
/* .about .content .top .txt h3{
    min-height: 80px;
    max-height: 80px;
} */
.about .content .top .txt{
    min-height: 350px;
    max-height: 350px;
}

.about .acontent h4{
    color: #000;
    font-size: 20px;
}

@media screen and (min-width:1200px) {
    .Addflex {
        display: flex
    }

    .AddPosition .all,
    .common .common-nav {
        position: sticky;
        top: 100px;
        padding-bottom: 50px
    }
}

.news-show{
    margin-top: 0px;
}

.pro-show .txt .pro-btn>a{
    border-radius: 0px;
    background-color: var(--themeColor);
    font-size: 18px;
    border: none;
    margin-right: 0;
    padding: 10px 20px;
    border-radius: 0;
    color: #fff;
}

.video .content a p{
    color: #fff;
}

.gallery-top .swiper-wrapper{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pro-show .txt .pro-btn>a{
    font-size: 18px;
    border: none;
    margin-right: 0;
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 500;
}

.contact_us_yc {
    display: none
}

.contact_us_yc .btn {
    background-color: var(--themeColor);
    border-color: transparent
}

.contact_us_pro {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 999999999999999999999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center
}

.contact_us_pro .nr .colse {
    float: right;
    cursor: pointer
}

.contact_us_pro label {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px
}

.contact_us_pro .iconfont {
    color: #000;
    font-size: 26px
}

.contact_us_pro .nr .hr {
    clear: both
}

.contact_us_pro .nr {
    min-width: 800px;
    max-width: 800px;
    position: fixed;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px;
    padding-top: 20px
}

@media screen and (max-width:769px) {
    .contact_us_pro .nr {
        min-width: 100%;
        max-width: 100%;
    }
}
footer .footer-top .mc-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column
}
footer .footer-top .form-control {
    width: 100%;
    min-height: 42px;
    padding: 6px 12px;
    height: 45px;
    line-height: 45px;
    padding-right: 40px;
    border: 0;
    font-size: 16px;
    background-color: #e9ecef;
    color: #495057;
    border-radius: 0;
    margin-bottom: 10px
}
footer .footer-top .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}
footer .footer-top .footer-btn {
    width: 45px;
    height: 45px;
    background-color: #e9ecef
}
footer .footer-top .footer-btn i {
    color: #212121
}
footer .footer-bottom {
    border-top: 1px solid #dee2e6;
    color: #666;
    font-size: 15px;
    text-align: center;
    padding: 25px 0
}
footer .mc-form button {
    background-color: var(--bgthemeColor);
    /* background-color: var(--themeColor); */
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    text-transform: uppercase
}