/* RESET */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var, i {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

a:focus {
    outline-style: none;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

textarea {
    resize: none
}

input::-ms-clear {
    display: none;
}

a, a:focus, a:hover {
    text-decoration: none;
}

body {
    font: 12px/1.3 Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    overflow-x: hidden;
    --themeColor: #3275d0;
    color: #333;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

::selection {
    background: var(--themeColor);
    color: #fff;
}

:focus {
    outline-color: var(--themeColor);
}

img {
    max-width: 100%;
    height: auto;
}

/* RESET */

/* thank */

.thank h5, .thank p {
    line-height: 1.4;
    font-size: 20px;
    padding-bottom: 20px;
}

.thank .back {
    padding-left: 10px;
    width: 32px;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

/* thank */

/* scroll-top start */

.scroll-top {
    z-index: 999;
    position: fixed;
    bottom: 10em;
    right: 32px;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--themeColor);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    transition: transform .5s;
}

.scroll-top i {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.scroll-top:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px)
}

/* scroll-top end */

/* background-banner start*/

.bg-banner {
    padding: 80px 0 30px;
    background: url("../images/product-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 200px;
    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: 100px;
    color: #fff;
    font-size: 35px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

/* background-banner end*/

/* roure start */

.route {
    padding: 20px 0;
}

.route {
    background: #f1f1f1;
    border-bottom: 1px solid #d3d3d3;
}

.route ul {
    display: flex;
}

.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::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 */

/* 分页 start */

.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);
}

/* 分页 end */

/* header start */

/* topbar start */

header .topbar {
    height: 46px;
    /* line-height: 46px; */
    display: flex;
    align-items: center;
    background-color: #2D3841;
    color: #9CA1A8;
    font-size: 15px;
}

header .topbar .pull-left {
    display: flex;
    align-items: center;
    height: 46px;
}

header .topbar .pull-left .picon {
    display: inline-block;
    margin-right: 20px;
}

header .topbar .pull-left .picon i {
    margin-right: 10px;
}

header .topbar .share a, header .topbar .pull-left a {
    color: #9CA1A8;
}

header .topbar .share li {
    float: left;
    margin-left: 15px;
}

header .topbar .share a:hover, header .topbar .pull-left a:hover {
    color: var(--themeColor);
}

header .topbar .pull-right .time {
    margin-right: 20px;
}

header .topbar .pull-right .language {
    margin-left: 20px;
    position: relative;
}

header .topbar .pull-right .language .box {
    cursor: pointer;
    font-size: 15px;
}

header .topbar .pull-right .language ul {
    position: absolute;
    top: 42px;
    right: 0;
    width: 140px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    border-top: 3px solid var(--themeColor);
    z-index: 99;
    display: none;
    background-color: #f7f7f7;
}

header .topbar .pull-right .language ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 300ms ease;
}

header .topbar .pull-right .language ul li:hover {
    background-color: #272727;
}

header .topbar .pull-right .language ul li:hover a {
    color: #fff;
}

header .topbar .pull-right .language ul li a {
    padding: 10px;
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #272727;
    padding-left: 25px;
}

header .topbar .pull-right .language ul li a img {
    width: 18px;
    height: 14px;
    margin-right: 6px;
}

header .topbar .pull-right .language:hover ul {
    display: block;
}

header .navs .language {
    display: none;
}

/* topbar start */

/* header nav start */

header .navs .logo img {
    /* width: 280px; */
    /* padding-top: 5px; */
}

header .navs .navbar-toggle span {
    display: block;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 3px;
    background-color: var(--themeColor);
}

header .navs .navbar-toggle span::before, header .navs .navbar-toggle span::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--themeColor);
    position: absolute;
    left: 0;
}

header .navs .navbar-toggle span::after {
    top: -8px;
}

header .navs .navbar-toggle span::before {
    bottom: -8px;
}

header .navs .search {
    position: relative;
}

header .navs .search>i {
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    color: #242C33;
    padding: 39px 0;
    display: inline-block;
}

header .navs .search .search-box {
    position: absolute;
    top: 100px;
    right: 0;
    padding: 15px 20px 15px;
    z-index: 9991;
    box-shadow: 0 0 6px #00000036;
    background-color: #fff;
    display: none;
}

header .navs .search .search-box form {
    width: 430px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

header .navs .search .search-box .header-search {
    width: 100%;
    border: 2px solid #f7f7f7;
    border-radius: 50px;
    padding: 12px 25px;
    display: block;
    outline: none;
    color: #272727;
    font-size: 16px;
}

header .navs .search .search-box input.search-submit {
    position: absolute;
    top: 0;
    margin: 0;
    right: 0;
    font-size: 13px;
    padding: 15px 20px;
    border-radius: 0 50px 50px 0;
    background: var(--themeColor);
    color: #fff;
    border: none;
    height: auto;
    width: auto;
    cursor: pointer;
    display: inline-block;
}

header .navs .header-nav li {
    display: inline-block;
    position: relative;
}

header .navs .header-nav li a {
    display: block;
    padding: 45px 25px 38px 15px;
    color: #242C33;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

header .navs .header-nav .active>a {
    color: var(--themeColor);
}

header .navs .header-nav .active>.submenu-button {
    border-right-color: var(--themeColor);
    border-bottom-color: var(--themeColor);
}

/* header nav end */

/* header end */

/* banner start */

.banner .swiper-slide .txt {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1170px;
}

.banner .swiper-slide .txt h3 {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 20px;
}

.banner .swiper-slide .txt p {
    font-weight: 700;
    font-size: 20px;
    color: var(--themeColor);
    line-height: 32px;
    margin-bottom: 1em;
}

.banner .swiper-slide .txt p a {
    border: 1px solid #fff;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.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 .wap-banner {
    display: none;
}

/* banner end */

/* index start */

.ipd50 {
    padding: 50px 0;
}

.index .index-about .txt span {
    display: block;
    color: var(--themeColor);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.index h3 {
    color: #242C33;
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1.5;
    font-size: 28px;
    text-transform: capitalize;
}

.index .title {
    margin: 0;
    color: #242C33;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 20px;
}

.index p {
    font-size: 15px;
    color: #74787D;
    line-height: 27px;
}

.index .iabout-btn {
    display: block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: var(--themeColor);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 1em;
}

.index .index-about .idcontent .container-fluid {
    padding: 0;
}

.index .index-about .idcontent h3, .index .index-about .idcontent p {
    color: #fff;
}

.index .index-about .idcontent .id-bg {
    padding: 5% 10%;
    height: 300px;
}

.index .index-about .idcontent .right .id-bg {
    background-color: rgb(50, 117, 208);
}

.index .index-about .idcontent .left, .index .index-about .idcontent .right {
    padding: 0;
}

.index .index-about .idcontent .left {
    background: url("../images/index-about02.jpg") center center no-repeat;
    background-size: cover;
}

/* .index .index-about .idcontent .right {
    background: url("../images/index-about03.jpg") center center no-repeat;
    background-size: cover;
} */

.index .index-about .img {
    position: relative;
    margin-top: 60px;
}

.index .index-about .img::after {
    content: "";
    width: 82%;
    height: 82%;
    position: absolute;
    top: -8%;
    right: -3%;
    background-color: rgba(50, 117, 208, .8);
    z-index: -1;
}

.index .index-honor .title {
    text-align: center;
}

.index .iabtn {
    display: block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    background-color: var(--themeColor);
    border: 1px solid #fff;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    margin: 1em 0;
    border-radius: 4px;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.index .iabout-btn:hover, .index .iabtn:hover {
    background: #242C33;
}

.index .index-advantage .top .iabtn {
    margin: 0 auto;
}

.index .index-advantage .top .title {
    margin: 0;
}

.index .index-advantage .swiper-slide .box-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index .index-advantage .swiper-slide .box-img .overlay, .index .index-news .list .box-img .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 9;
    /* background-color: rgba(250, 192, 18, 0.5); */
    background-color: rgba(50, 117, 208, .5);
}

.index .index-advantage .swiper-slide .box-img i, .index .index-news .list .box-img i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: 30px;
}

.index .index-advantage .swiper-slide:hover .box-img .overlay, .index .index-news .list>div:hover .box-img .overlay {
    opacity: 1;
}

.index .index-advantage .txt {
    display: flex;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.index .index-advantage .ibox {
    display: none;
}

.index .index-advantage .ibox i {
    font-size: 28px;
    width: 45px;
    height: 45px;
    background: var(--themeColor);
    border-radius: 4px;
    display: block;
    text-align: center;
    line-height: 45px;
    color: #fff;
}

.index .index-advantage .swiper-container {
    padding-bottom: 50px;
}

.index .index-advantage .box-img {
    overflow: hidden;
}

.index .index-advantage .box-img img, .index .index-news .list .box-img img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.index .index-advantage .txt .box {
    /* padding-left: 20px; */
}

.index .index-advantage .txt h2 {
    color: #242C33;
    font-size: 20px;
    letter-spacing: -.025em;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 10px;
}

.index .index-advantage .txt p {
    min-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index .index-advantage .swiper-slide:hover img, .index .index-news .list>div:hover .box-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.index .index-advantage .swiper-button-next, .index .index-advantage .swiper-button-prev, .index .index-faq .swiper-button-next, .index .index-faq .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: #F3F4F7;
    line-height: 40px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 4px;
    top: 95%;
}

.index .index-advantage .swiper-button-prev {
    left: 92%;
}

.index .index-advantage .swiper-button-next:after, .index .index-advantage .swiper-button-prev:after, .index .index-faq .swiper-button-next:after, .index .index-faq .swiper-button-prev:after {
    font-size: 14px;
    color: #242C33;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.index .index-advantage .swiper-button-next:hover, .index .index-advantage .swiper-button-prev:hover, .index .index-faq .swiper-button-next:hover, .index .index-faq .swiper-button-prev:hover {
    background-color: var(--themeColor);
}

.index .index-advantage .swiper-button-next:hover:after, .index .index-advantage .swiper-button-prev:hover:after, .index .index-faq .swiper-button-next:hover:after, .index .index-faq .swiper-button-prev:hover:after {
    color: #fff;
}

.index .index-advantage .swiper-pagination {
    text-align: left;
}

.index .index-advantage .swiper-pagination-bullet-active {
    background-color: var(--themeColor);
}

/* .index .index-project {
    background: url("../images/index-project-bg.png")no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, .6);
} */

.index .index-project .ipd50 {
    padding-top: 0px;
}

.index .index-project .top {
    text-align: center;
}

.index .index-project .nav-tabs {
    border: none;
    display: inline-block;
    background-color: transparent
}

.index .index-project .nav-tabs li {
    display: inline-block;
    border: none !important;
}

.index .index-project .content {
    text-align: center;
    padding-top: 50px;
}

.index .index-project .content .nav-tabs a {
    display: block;
    color: #242C33;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: none !important;
    margin: 0 0 0 40px;
}

.index .index-project .nav-tabs .active a, .index .index-project .nav-tabs li:hover a {
    background: transparent;
    border: none !important;
}

.index .index-project .nav-tabs .active a {
    color: var(--themeColor);
}

.idcontent .ipd50 {
    padding-top: 0;
}

.index .index-project .tab-content {
    /* padding-top: 30px; */
}

.index .index-project .tab-content .list a {
    display: block;
    position: relative;
}

.index .index-project .tab-content .list .box-img {
    height: 286px;
}

.index .index-project .tab-content .list .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.index .index-project .tab-content .list i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--themeColor);
    display: inline-block;
    border-radius: 5px;
    color: #242C33;
    font-size: 24px;
    color: #fff;
}

.index .index-project .tab-content .list h2 {
    font-size: 18px;
    color: #fff;
    margin-top: 1.5em;
}

.index .index-project .tab-content .list>div:hover .txt {
    opacity: 1;
}

.index .index-project .tab-content .list>div {
    padding: 0 3px;
    margin-bottom: 6px;
}

.index .index-faq .panel-default {
    border-radius: 0;
    border: none;
}

.index .index-faq .panel-default>.panel-heading {
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: 1px solid #ddd;
}

.index .index-faq .panel-title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.index .index-faq .panel-group .panel+.panel {
    margin-top: 10px;
}

.index .index-faq .panel-collapse {
    border: 1px solid #ddd;
    margin-top: 10px;
}

.index .index-faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}

.index .index-faq .panel-active .panel-heading {
    background: var(--themeColor);
}

.index .index-faq .swiper-container {
    padding: 20px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.index .index-faq .swiper-slide .top {
    display: flex;
}

.index .index-faq .swiper-slide .top .img {
    width: 55px;
    height: 55px;
}

.index .index-faq .swiper-slide .top i {
    color: var(--themeColor);
    font-size: 20px;
}

.index .index-faq .swiper-slide .top .certen {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.if-swiper .swiper-slide .iconfont, .index-faq .panel-group .icon-down1 {
    font-style: normal !important;
}

.if-swiper .swiper-slide {
    padding: 0 15px;
}

.index-faq .panel-group {
    margin-top: 10px
}

.index .index-faq .swiper-slide .top h5 {
    color: #242C33;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.index .index-faq .swiper-slide .content-box {
    margin-top: 15px;
}

.index .index-faq .swiper-slide .content-box h4 {
    color: #242C33;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

.index .index-faq .swiper-button-prev {
    left: 50px;
}

.index .index-faq .swiper-button-next {
    left: 100px;
}

.index .if-swiper {
    position: relative;
    padding-bottom: 30px;
}

.index .index-partner {
    /* background: #eaeaea; */
    padding: 0 0 50px 0;
    text-align: center;
}

.index .index-partner .swiper-slide .box-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.exhibition h3 {
    text-align: center;
    padding: 20px 0;
}

.exhibition .list>div {
    margin-bottom: 30px;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    object-fit: cover
}

.index .index-news .title {
    margin: 0;
}

.index .index-news .iabtn {
    margin: 0 auto;
}

.index .index-news .list .box-img {
    position: relative;
    overflow: hidden;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index .index-news .list .overlay p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    text-transform: capitalize;
    background: var(--themeColor);
    color: #fff;
}

.index .index-news .list .box-img img {
    /* border-radius: 8px; */
}

.index .index-news .list .txt {
    margin-top: 15px;
}

.index .index-news .list .txt h4 {
    color: #242C33;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index .index-news .list .txt .time {
    color: #868686;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

/* index end */

/* product start */

.product .content {
    padding: 50px 0;
}

.product .content form {
    margin-bottom: 20px;
    font-size: 16px;
}

.product .content form input {
    border: none;
    background-color: #eee;
    padding: 10px;
    width: 80%;
}

.product .content form button {
    border: none;
    background-color: var(--themeColor);
    color: #fff;
    padding: 10px;
    width: 18%;
}

.product .left 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-top: 0;
    margin-bottom: 15px;
}

.product .aside-product {
    margin-bottom: 1rem !important;
}

.product .aside-product .media {
    display: table;
    width: 100%;
    border: 1px solid #ddd;
}

.product .aside-product .box-img {
    display: table-cell;
    width: 40%;
    padding: 10px;
}

.product .aside-product .box-img img {
    border: 1px solid #eee;
}

.product .aside-product p {
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    padding: 0 1em;
    vertical-align: middle;
    color: #333;
}

.product .aside-product>a:hover {
    background-color: #ddd;
}

.product-list .box-img img {
    -webkit-transition: 0.5s;
}

.product-list a:hover .box-img img {
    /* -webkit-transform: scale(1.1); */
}

.product .product-list .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);
}

.product-list .text:before {
    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;
}

.product-list a:hover .text:before {
    height: 100%;
}

.product-list h2 {
    text-decoration: none;
    color: var(--themeColor);
    margin: 5px 0;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 44px;
}

.product-list h3 {
    height: 56px;
    line-height: 1.8em;
    color: #555555;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    font-size: 15px;
}

.product-list .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: 18px;
    cursor: pointer;
}

.product-list a:hover h2, .product-list a:hover h3 {
    color: #fff;
}

.product-list a:hover .button-box {
    border: 2px solid #fff;
}

.product .right .product-list {
    margin-bottom: 20px;
}

/* pro-nav start */

.pro-nav li {
    position: relative;
    margin-bottom: 10px;
    border-radius: 3px;
}

.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;
}

.pro-nav li i {
    display: inline-block;
    width: 42px;
    /* height: 42px; */
    max-height: 42px;
    background-color: var(--themeColor);
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.pro-nav .second-items, .pro-nav .third-items, .pro-nav .fourth-items {
    display: none;
    margin: 10px 0;
}

.pro-nav .second-items a {
    padding-left: 30px;
}

.pro-nav .third-items a {
    padding-left: 45px;
}

.pro-nav .fourth-items a {
    padding-left: 60px;
}

.triangle {
    position: relative;
}

.triangle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #fff;
}

.product .product-list .box-img {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* product end */

/* product-show 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 .box-img {
    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 .gallery-top .box-img {
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
    transition: all .4s ease-in-out;
}

.pro-show .txt .pro-btn>a:hover {
    background: var(--themeColor);
    color: #fff;
}

.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;
    text-align: left;
    font-size: 14px;
}

.pro-show .tab-content .table-bordered {
    width: 100% !important;
}

.news-show .list h1, .pro-show .tab-content h1 {
    font-size: 28px !important;
    font-weight: 600 !important;
    text-align: center;
    line-height: 1.45;
}

.news-show .list h2 p, .news-show .list h2 span, .news-show .list h2, .pro-show .tab-content h2 {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.news-show .list h3 p, .news-show .list h3 span, .news-show .list h3, .pro-show .tab-content h3 {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.news-show .list span, .news-show .list p, .pro-show .tab-content span, .pro-show .tab-content p {
    line-height: 27px;
    font-size: 14px !important;
}

.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;
    border-radius: 0;
}

.pro-show .nav-tabs>li.active>a, .pro-show .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
    background-color: var(--themeColor);
    color: #fff;
}

.pro-show .gallery-thumbs .box-img {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-show .pro-content form input {
    width: 100%;
    margin-bottom: 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;
}

.pro-show .pro-content form button:hover {
    background-color: #000;
}

/* product-show end */

/* footer start */

footer .footer-bg {
    background: url("../images/index-project-bg.png") top center no-repeat fixed;
    background-size: cover;
}

footer .top {
    padding: 100px 0;
    background: rgba(15, 21, 26, 0.9);
}

footer .top .footer-logo p {
    font-size: 15px;
    line-height: 27px;
    color: #B8BFC8;
    margin-bottom: 70px;
    margin-top: 33px;
}

footer .top .footer-logo .share li {
    display: inline-block;
    margin-right: 20px;
}

footer .top .footer-logo i {
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
}

footer .top .footer-logo .share li:hover i {
    color: var(--themeColor);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

footer .box h4 {
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: -.025em;
    margin-bottom: 40px;
}

footer .box a, footer .info {
    color: #B8BFC8;
    font-size: 16px;
    padding-left: 5px;
}

footer .box i {
    color: #B8BFC8;
}

footer .box li {
    padding: 15px 0;
}

footer .box li:hover a {
    color: var(--themeColor);
}

footer .fnews {
    padding-left: 6%;
}

footer .fnews a {
    display: flex;
    font-size: 15px;
}

footer .fnews a h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 10px;
    color: #B8BFC8;
}

footer .fnews a img {
    width: 70px;
}

footer .fnews a .txt {
    flex: 1;
    padding-left: 20px;
}

footer .info i {
    margin-right: 10px;
}

footer .info li {
    display: flex;
}

footer .copy {
    background: #35393D;
    padding: 13px 0;
    color: #989FA7;
    font-size: 16px;
}

footer .copy .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .copy .content p {
    padding: 0;
    margin: 0;
}

footer .pri-policy {
    display: none;
    padding: 20px 100px 20px 52px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
}

footer .pri-policy .boxs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .pri-policy .boxs i {
    font-size: 24px;
    color: #000;
    cursor: pointer;
}

footer .pri-policy button {
    border: none;
    border-bottom: 1px solid #333;
    text-transform: capitalize;
    outline: none;
}

footer .pri-policy button:hover, footer .pri-policy .boxs i:hover {
    color: var(--themeColor);
}

footer .pri-policy p a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid #000;
}

footer .modal-title {
    text-align: center;
}

footer .modal-body h4 {
    margin-bottom: 5px;
}

/* footer end */

/* news start */

.news .list li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.news .list li .time {
    display: block;
    background-color: #ccc;
    color: #333;
    padding: 10px 15px;
    overflow: hidden;
}

.news .list li .time span, .news .list li .txt p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
    color: #333;
}

.news .list li .txt h4 {
    font-size: 22px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 400;
    margin: 0;
    padding-bottom: 15px;
    color: var(--themeColor);
}

.news .list li .txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
    overflow: hidden;
}

.news .list li .news-btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 99px;
    margin: 1em 0;
    color: var(--themeColor);
}

.news .list li .news-btn:hover {
    color: #fff;
    background: var(--themeColor);
}

.news .list li:hover {
    background: #eee;
}

.news .list .box-imgss {
    height: 180px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}

/* news end */

/* news-show start */

.news-show .list {
    padding: 20px;
    border: 1px solid #ddd;
}

.news-show .list h4 {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1em;
    font-size: 24px;
}

.news-show .list p {
    margin-bottom: 1em;
    color: #74787D;
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
}

.news-show .list h5 {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1em;
}

.pre a, .next a {
    padding: 10px;
    font-size: 18px;
    font-weight: 300;
}

.next {
    text-align: right;
}

.nshow-pages {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em 0;
}

.nshow-pages>div {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* news-show end */

/* downloads start */

.download .top {
    margin: 1em 0;
}

.download .top .list {
    border: 1px solid #eee;
    border-bottom: none;
    color: #999;
    font-size: 15px;
}

.download .top a:last-child .list {
    border-bottom: 1px solid #eee;
}

.download .top .list>div {
    padding: 10px 0;
}

.download .top .list .name {
    padding-left: 20px;
}

.download .top .list .name, .download .top .list .time {
    border-right: 1px solid #eee;
}

.download .top .list .time, .download .top .list .icn {
    text-align: center;
}

.download .top .list i {
    color: var(--themeColor);
    margin-right: 5;
}

.download form {
    padding-top: 50px;
}

.download form h3 {
    position: relative;
    padding-bottom: 10px;
}

.download form h3:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    bottom: 0;
    left: 0;
    background-color: #0062cc;
}

.download form .box {
    border: 1px solid #eee;
    padding: 3em;
    margin-top: 30px;
}

.download form input {
    width: 100%;
    border-radius: 0;
    height: auto;
    border: 1px solid #ddd;
    padding: 6px 12px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.download form .box>div {
    margin-bottom: 20px;
}

.download form .box p {
    color: #74787D;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 5px;
    font-weight: 700;
}

.download form textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 6px 15px;
    height: 100px;
}

.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: #0062cc;
}

.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: 8em;
    line-height: 1.5em;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.read .swiper-button-next:after, .read .swiper-button-prev:after {
    font-size: 24px;
    color: var(--themeColor);
}

.read .box-img {
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* downloads end */

/* contact start  */

.contact .map {
    z-index: -1;
}

.contact {
    position: relative;
    min-height: 800px;
}

.contact .content {
    margin: 50px 0;
}

.contact .content .contact-bg {
    background-color: #f2f2f2;
    padding: 2%;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.contact .content h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    padding: 1em 0;
    color: #666;
}

.contact .content a, .contact .content .info>div, .contact .content {
    color: #74787D;
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
}

.footer-logo img {
    width: 160px;
}

.contact .content .info {
    padding: 10px 30px;
}

.contact .content .info>div {
    padding: 5px 0;
}

.contact .content .info i {
    margin-right: 5px;
}

.contact .content form input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 15px;
    background-color: transparent;
    padding-left: 15px;
}

.contact .content form textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
    height: 100px;
    background-color: transparent;
}

/* contact end */

/* about start*/

.about h5 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    color: #3d474a;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.separator-outer {
    overflow: hidden;
}

.wt-separator.style-square {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: #2d3239;
    display: inline-block;
    position: relative;
}

.wt-separator.style-square .separator-left, .wt-separator.style-square .separator-right {
    height: 3px;
}

.wt-separator .separator-left, .wt-separator .separator-right {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 2px;
    margin-top: -1px;
}

.wt-separator .separator-left {
    left: -80px;
}

.wt-separator .separator-right {
    right: -80px;
}

.about .about-head p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
}

.about .swiper-slide {
    padding: 15px;
}

.about .swiper-slide img {
    max-width: 100%;
    height: auto;
    border: 10px solid #eee;
    text-align: center;
}

.about .about-content {
    display: flex;
    align-items: center;
}

.about .about-content .txt li {
    padding: 10px 0;
}

.about .about-content .txt .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 6px;
}

.about .about-content .txt p {
    font-size: 14px;
    line-height: 1.4;
}

.about .about-content .swiper-container-horizontal>.swiper-pagination-bullets, .about .about-content .swiper-pagination-custom, .about .about-content .swiper-pagination-fraction {
    bottom: 30px;
}

.about .vision {
    padding: 30px 0;
    background-color: #f5f6f6;
}

.about .vision .about-head p {
    font-size: 15px;
    text-align: center;
}

.about .counter .p {
    font-size: 15px;
}

.about .vision .box .list {
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    background-color: #fff;
    text-align: center;
    height: 240px;
}

.about .vision .box .list p {
    text-align: left !important;
    text-transform: capitalize;
}

.about .vision .box .list .iconfont {
    margin-bottom: 20px;
    font-size: 30px;
    display: inline-block;
    font-style: normal !important;
}

.about .vision .box .list h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #3d474a;
    margin-bottom: 10px;
}

.about .vision .box .list p, .about .counter .list p {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #767676;
}

.about .counter {
    padding-top: 50px;
    background-color: #fff;
}

.about .counter .p {
    position: relative;
}

.about .counter .p::after, .about .recommend .p::after {
    content: "";
    width: 50px;
    height: 3px;
    line-height: 3px;
    background: var(--themeColor);
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.about .counter .num-box {
    padding: 8% 0;
}

.about .counter .num-box .iconfont {
    font-size: 42px;
    padding-top: 10px;
    font-style: normal !important;
}

.about .counter .num-box .num {
    font-size: 26px;
    text-align: right;
    font-weight: 800;
    margin-bottom: 5px;
}

.about .counter .num-box .col-lg-8 {
    text-align: right;
    padding-right: 0;
}

.about .counter .num-box span {
    font-size: 14px;
    color: #3d474a;
    text-transform: uppercase;
}

.about .recommend {
    padding: 2em 0;
    background-color: #f5f6f6;
}

.about .recommend p {
    text-align: center;
    position: relative;
    font-size: 15px;
    color: #767676
}

.about .recommend p::after {
    content: "";
    width: 50px;
    height: 3px;
    line-height: 3px;
    background: var(--themeColor);
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.about .recommend .list {
    padding-top: 50px;
}

.about .recommend .list .box {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
    transition: all .5s ease;
}

.about .recommend .list .box h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    color: #3d474a;
    margin: 10px 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.about .recommend .list .box .contents {
    color: #767676;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: 14px;
}

.about .recommend .list .box .mores {
    text-align: left;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
    background-color: var(--themeColor);
    white-space: nowrap;
    padding: 4px 4px 4px 20px;
}

.about .recommend .list .box .mores i {
    position: relative;
    background: #273447;
    display: inline-block;
    padding: 7.5px 9px;
    text-align: center;
    margin-left: 25px;
    font-size: 16px;
    z-index: 1;
}

.about .recommend .list .box .mores i:after {
    background-color: #273447;
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    z-index: -1;
    left: -30%;
    top: 0px;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
}

.about .recommend .list .box:hover {
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
}

.about .recommend .box-img {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* about end */

/* history start */

.history h4, .history h5 {
    font-size: 30px;
    font-weight: 600;
}

.history h5 {
    color: var(--themeColor);
    margin: 1em 0;
}

.history .title {
    margin-top: 20px;
    font-size: 15px;
}

.history .content {
    margin: 1em 0;
}

.history p {
    color: #555555;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 1em;
}

.history h3 {
    background: #0062cc;
    margin: 2em 0;
    color: #fff;
    text-align: center;
    line-height: 4em;
    font-size: 28px;
}

.history .txt {
    color: #333;
    font-size: 18px;
    /* font-weight: bold; */
    margin: 20px 0 25px 0;
}

.history li {
    margin-bottom: 50px;
}

/* history end */

/* atlas start */

.atlas .atlas-nav ul {
    margin: 30px 0 20px;
    text-align: center;
    overflow: hidden;
}

.atlas .atlas-nav li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.atlas .atlas-nav a {
    outline: none;
    padding: 10px 0px 8px 0px;
    margin-right: 40px;
    text-transform: capitalize;
    color: #888;
    font-size: 16px;
}

.atlas .atlas-nav a:hover, .atlas .atlas-nav .av-active a {
    color: #111;
}

.atlas .list .box-img {
    overflow: hidden;
}

.atlas .list img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.atlas .list>div {
    margin-bottom: 30px;
}

.atlas .list a {
    position: relative;
    display: block;
}

.atlas .list a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    text-transform: uppercase;
    color: var(--themeColor);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .76);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.atlas .list>div:hover p {
    opacity: 1;
}

.atlas .list>div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

/* atlas end */

/* video start */

.video .content a {
    display: block;
    border: 1px solid #ddd;
    padding: 1em;
    margin-bottom: 30px;
    border-radius: 4px;
}

.video .content a h4 {
    margin-top: 0.8em;
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    vertical-align: middle;
    color: #272727;
    height: 48px;
}

.video .content .box-img {
    position: relative;
    max-height: 133px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}

.video .content .box-img i {
    font-size: 48px;
    color: var(--themeColor);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* video end */

/* office start */

.office h4 {
    margin-bottom: 1em;
}

.office .top img {
    max-height: 360px;
}

.office img {
    margin-bottom: 30px;
}

.office .col-md-12 img {
    width: 100%;
}

/* office end */

p {
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 1em;
}

.atlas p {
    font-size: 16px;
    text-indent: 2em;
    padding: 0 15px;
}

.certificate p {
    font-size: 14pt;
    font-family: 'times new roman', times, serif;
    color: #333333;
}

.certificate .content .box-img {
    height: 325px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 325px !important;
}

/* search start */

.search h3 {
    text-align: center;
    padding: 50px 0;
    font-size: 24px;
}

.search .content a {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.search .content a h2 {
    padding: 10px;
    text-align: center;
    color: #333;
    font-size: 18px;
}

.search .content a .box-img {
    height: 358px;
    display: flex;
    align-items: center;
    justify-content: start;
}

/* search end */

/* youtube start */

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 40%;
    overflow: hidden;
    cursor: pointer;
    height: 400px;
}

.youtube img {
    width: 100%;
    top: -1.82%;
    left: 0;
    opacity: 0.7;
}

.youtube .play-button {
    width: 68px;
    height: 48px;
    background-color: #212121;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.9;
    border-radius: 10px;
}

.wrapper:hover .play-button {
    background-color: red;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #fff;
}

.youtube img, .youtube .play-button {
    cursor: pointer;
}

.youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {
    position: absolute;
}

.youtube .play-button, .youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* youtube end */

.index-partner .ipd50, .index-news .ipd50, .index-honor .ipd50 {
    padding-top: 0;
}

.index-news .ipd50 {
    padding-top: 50px;
}

.index-honor .ipd50 {
    padding-bottom: 20px;
}

.index-honor h3 {
    text-align: center;
    margin-bottom: 30px;
}

.index-honor .top {
    position: relative;
}

.index-honor .top .iabout-btn {
    position: absolute;
    top: -18px;
    right: 0;
}

.index-honor img {
    max-width: none !important;
    vertical-align: auto;
}

.index .index-news .top {
    margin-bottom: 25px;
}

.banner img {
    width: 100%;
}

/* 响应式 */

@media (min-width:769px) {
    /* header-nav start */
    header .navs .wnl {
        padding-left: 100px;
    }
    header .navs .pdl {
        padding-left: 10%;
    }
    header .navs .header-nav .submenu-button {
        position: absolute;
        top: 48%;
        right: 14px;
        width: 5px;
        height: 5px;
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }
    header .navs .header-nav .third-sub, header .navs .header-nav .sub-menu {
        position: absolute;
        top: 65px;
        left: 0;
        width: 220px;
        z-index: 999;
        background-color: #fff;
        /* -webkit-box-shadow: 0 0px 20px rgb(166 166 166 0.25);
        -moz-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
        box-shadow: 0 0px 20px rgb(166 166 166 0.25); */
        box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        visibility: hidden;
        opacity: 0;
    }
    header .navs .header-nav .sub-menu li {
        width: 100%;
    }
    header .navs .header-nav .sub-menu a {
        padding: 10px;
        font-size: 15px;
    }
    header .navs .header-nav>ul>li>a:hover {
        color: var(--themeColor);
    }
    header .navs .header-nav .sub-menu a:hover {
        background-color: var(--themeColor);
        color: #fff;
    }
    header .navs .header-nav a:hover::after {
        border-bottom-color: var(--themeColor);
        border-right-color: var(--themeColor);
    }
    header .navs .header-nav .sub-menu a:hover::after {
        border-bottom-color: #fff;
        border-right-color: #fff;
    }
    header .navs .header-nav .sub-menu li a::after {
        -webkit-transform: rotate(316deg);
        -moz-transform: rotate(316deg);
        -ms-transform: rotate(316deg);
        -o-transform: rotate(316deg);
        transform: rotate(316deg);
    }
    header .navs .header-nav .third-sub {
        top: 0;
        left: 100%;
    }
    header .navs .header-nav li:hover .sub-menu, header .navs .header-nav .sub-menu li:hover .third-sub {
        opacity: 1;
        visibility: visible;
        top: 90%;
    }
    header .navs .header-nav .sub-menu li:hover .third-sub {
        top: 0;
    }
    /* header-nav end */
}

.fixeds {
    border-radius: 0;
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    margin: 0;
    padding-top: 0;
    -webkit-animation: menu_sticky 0.7s ease-in-out;
    animation: menu_sticky 0.7s ease-in-out;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -75px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -75px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.f-share {
    display: none;
}

@media screen and (max-width:768px) {
    .banner .wap-banner {
        display: block;
    }
    /* wap-nav start */
    .index .index-advantage .swiper-pagination, .banner .pc-banner, header .topbar, header .header-nav, .sub-menu, .third-sub {
        display: none;
    }
    .navbar-toggle {
        margin: 25px 0 0 0;
        padding: 0;
    }
    header .navs .logo img {
        height: 50px;
    }
    header .navs {
        width: 100%;
        height: 52px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        box-shadow: 3px 2px 3px rgb(0 0 0 / 10%);
        background-color: #fff;
    }
    .wap-nav>.pull-left {
        width: 100%;
    }
    .wap-nav .wpl {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
    }
    .wap-nav .wnl {
        width: 100%;
    }
    header .navs .search {
        display: none;
    }
    .wap-nav .header-nav {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
    }
    header .navs .wap-nav .header-nav li {
        display: block;
        height: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
    header .navs .wap-nav .header-nav li a {
        padding: 15px;
        color: #fff;
        padding-right: 25px;
    }
    header .navs .wap-nav .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        height: 50px;
        width: 50px;
        cursor: pointer;
    }
    header .navs .wap-nav .submenu-button::before {
        position: absolute;
        top: 17.5px;
        right: 17.5px;
        width: 10px;
        height: 10px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }
    header .navs .header-nav li>a::after {
        display: none;
    }
    header .navs .header-nav .sub-menu li a {
        padding-left: 30px;
        font-size: 15px;
    }
    header .navs .header-nav .third-sub li a {
        padding-left: 45px;
        font-size: 14px;
    }
    /* wap-nav end */
    header {
        display: block !important;
    }
    footer .pri-policy {
        padding: 20px;
    }
    .banner {
        margin-top: 52px;
    }
    .banner .swiper-button-next, .banner .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
    .banner .swiper-button-next:after, .banner .swiper-button-prev:after {
        font-size: 14px;
    }
    .index h3 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .youtube {
        height: 250px;
    }
    .index .index-about .img::after {
        background-color: transparent;
    }
    .index-about .content {
        padding-bottom: 0;
    }
    .index .index-project .content {
        padding: 15px;
    }
    .index .index-project .tab-content .list>div {
        margin-bottom: 20px;
    }
    footer .copy .content {
        flex-direction: column-reverse;
    }
    footer .top {
        padding: 30px 0;
    }
    .index h3, .index .index-about .txt span {
        text-align: center;
    }
    .index .iabtn, .index .iabout-btn {
        margin: 0 auto;
    }
    .history, .index-honor .top, .index .index-advantage, .index .index-about {
        padding: 0 15px;
    }
    .index .index-project .tab-content .list .box-img, .index .index-about .idcontent .right .id-bg {
        height: auto;
    }
    .index-honor .top .iabout-btn {
        display: none;
    }
    .index .index-advantage .swiper-button-prev, .index .index-faq .swiper-button-prev {
        left: calc(100% / 2 - 35px);
    }
    .index .index-advantage .swiper-button-next, .index .index-faq .swiper-button-next {
        left: calc(100% / 2 - -5px);
    }
    .index .index-faq p {
        margin: 0;
    }
    .index-news .ipd50 {
        padding-top: 0;
        position: relative;
    }
    .heighight, .index .index-news .list .txt {
        padding: 0 15px;
    }
    .index .index-news .list>div {
        margin-bottom: 30px;
    }
    .index .index-news .list .txt .time i, .index .index-news .list .txt .time {
        font-size: 13px;
    }
    .index .index-news .list .txt h4 {
        font-size: 16px;
    }
    .index .index-news .top {
        position: static;
    }
    .index .index-news .top .text-center {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
    footer .footer-logo {
        text-align: center;
    }
    footer .box li {
        padding: 6px 0;
    }
    footer .box h4 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    footer .box a, footer .info, footer .fnews {
        padding-left: 15px;
    }
    footer .box a {
        padding-left: 0;
    }
    footer .footer-bg .box {
        min-height: 228px;
        margin-bottom: 20px;
    }
    footer .footer-bg .info {
        min-height: 1px;
    }
    .history .txt, header .navs .header-nav li a {
        font-size: 15px;
    }
    .bg-banner h3 {
        padding: 0;
        text-align: center;
        font-size: 24px;
    }
    .bg-banner {
        min-height: 100px;
        padding: 50px 0;
        margin-top: 52px;
    }
    .history h4, .history h5, .about h5 {
        font-size: 20px;
    }
    .history h4, .history h5 {
        text-align: center;
    }
    .about .about-content {
        display: block;
    }
    .about .about-content .txt p {
        margin-bottom: 0;
    }
    .about .counter .num-box .col-lg-8 {
        padding-left: 0;
    }
    .about .counter .num-box .num {
        font-size: 18px;
    }
    .about .counter .num-box span {
        font-size: 12px;
    }
    .about .counter .num-box .iconfont {
        font-size: 32px;
    }
    .about .counter .num-box>div {
        margin-bottom: 20px;
    }
    .history h3 {
        margin: 1em 0;
        font-size: 20px;
    }
    .history .txt {
        margin: 15px 0;
    }
    .history li {
        margin-bottom: 20px;
    }
    .route ul>li {
        padding-right: 15px;
    }
    .route ul>li a {
        font-size: 13px;
        padding: 0 6px;
    }
    .route ul>li::after {
        top: 7px;
        width: 6px;
        height: 6px;
    }
    .heighight .content p {
        padding: 0 15px !important;
    }
    .video .content .box-img {
        height: auto;
        max-height: 500px;
    }
    .pro-show .content>div, .product .content {
        display: flex;
        flex-direction: column-reverse;
    }
    .pagingClick a, .pagingClick span {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .pro-show .pro-fdj {
        display: none;
    }
    .pro-show .txt h3 {
        padding: 1em 0;
    }
    .product .content .pro-content form button {
        width: 100%;
    }
    .pro-show .pro-content {
        padding: 50px 0;
    }
    .pro-show .nav-tabs>li>a {
        padding: 10px;
        font-size: 16px;
    }
    .pro-show .tab-content h1 span {
        font-size: 20px !important;
    }
    .video .content a h4 {
        height: auto;
        text-align: center;
    }
    .video .content {
        padding-bottom: 0;
    }
    .news .list .box-imgss {
        overflow: hidden;
    }
    .news .list li .time {
        padding: 10px;
    }
    .news .list li .txt h4 {
        font-size: 20px;
        padding: 15px 0;
    }
    .news .list li .txt p {
        line-height: 1.4;
    }
    .download .top .list {
        display: flex;
        align-items: center;
    }
    .download form h3 {
        padding: 15px;
    }
    .download form h3:after {
        left: 15px;
    }
    .read {
        padding: 30px 15px;
    }
    .map iframe {
        height: 300px;
    }
    .contact .content .info {
        padding: 10px 0;
    }
    .contact .content .contact-bg>div:nth-child(2) {
        padding: 0;
    }
    .contact .content .contact-bg form>div:last-child {
        text-align: center;
    }
    table {
        table-layout: fixed !important;
        width: 80% !important;
        border-collapse: collapse;
        border: none;
        margin: 0 auto;
    }
    td, th {
        width: 1px !important;
        white-space: nowrap;
        /* 自适应宽度*/
        word-break: keep-all;
        /* 避免长单词截断，保持全部 */
        border: solid #676767 1px;
        text-align: center;
        white-space: pre-line;
        word-break: break-all !important;
        word-wrap: break-word !important;
        display: table-cell;
        vertical-align: middle !important;
        white-space: normal !important;
        height: auto;
        vertical-align: text-top;
        padding: 2px 2px 0 2px;
        display: table-cell;
    }
    .index-honor img {
        height: 150px;
    }
    .read a p, .read .box-img, .about .recommend .box-img {
        height: auto;
    }
    .read .swiper-pagination {
        bottom: 0;
    }
    footer .footer-bg .info h4 {
        text-align: center;
    }
    footer .footer-bg .info ul>li:nth-child(2), footer .footer-bg .info ul>li:nth-child(1) {
        float: left;
        width: 50%;
    }
    footer .footer-bg .info ul>li:nth-child(3) {
        width: 100%;
    }
    .about .vision .box .list {
        text-align: center;
        height: auto;
    }
    .about .vision .box .list p {
        text-align: center !important;
    }
    .index .index-news .title, .index .index-advantage .top .title {
        text-align: center;
    }
    .f-share {
        display: block;
        float: left;
        padding: 15px 20px 0;
    }
    .f-share li {
        display: inline-block;
        margin-right: 5px;
    }
    header .navs .language {
        display: block !important;
        margin: 15px 15px 0 0;
        position: relative;
    }
    header .navs .language img {
        width: 18px;
        height: 14px;
    }
    header .navs .language ul {
        display: none;
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #f7f7f7;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-top: 2px solid var(--themeColor);
    }
    header .navs .language a {
        display: block;
        padding: 5px;
        font-size: 14px;
        color: #272727;
        width: 100px;
    }
    header .navs .language a img {
        margin-right: 5px;
    }
}