@charset "UTF-8";

:root {
    --main-color: rgb(255, 255, 255);
    --main-color-1: rgba(35, 38, 57, .6);
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    /*font-family: "ali";*/
}

a {
    font-family: Microsoft YaHei !important;
    color: #5a5a5a;
    text-decoration: none !important;
}

a:hover {
    font-family: Microsoft YaHei !important;
    color: #808082;
    text-decoration: none !important;
}

/*ul {*/
/*    margin-block-start: 0em;*/
/*    margin-block-end: 0em;*/
/*    margin-inline-start: 0px;*/
/*    margin-inline-end: 0px;*/
/*    padding-inline-start: 0px;*/
/*    list-style-type: none;*/
/*    font-size: 0;*/
/*    margin-bottom: 0 !important*/
/*}*/

body {
    font-family: Microsoft YaHei !important;
    overflow-x: hidden;
    height: 100%;
    color: #5a5a5a;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
}

@font-face {
    font-family: "ali";
    src: url("../fonts/AlimamaShuHeiTi-Bold.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--main-color);
}

iframe {
    border: none;
}

a:focus,
a:hover,
a:visited,
input,
input:hover,
input:focus,
input:active,
select {
    text-decoration: none;
    outline: none !important;
}

img {
    max-width: 100%;
}

a,
span {
    display: inline-block;
}

.c1 {
    color: #2d3666;
}

.c2 {
    color: var(--main-color);
}

.c3,
#menu ul ul li a:hover,
.single-service.bordered .inner:hover .icon,
.bordered.single-service-2 .inner:hover .icon,
.bordered.single-service-3 .inner:hover .icon,
.single-service.bordered .inner:hover h4,
.bordered.single-service-2 .inner:hover h4,
.bordered.single-service-3 .inner:hover h4,
.single-service-3 .inner:hover .title .icon,
.isotope-menu li.active,
.isotope-menu li:hover,
.single-portfolio .inner .portfolio-img .hover-content .button,
.single-portfolio .inner .portfolio-content h3:hover,
.faq-sidebar li a,
.single-pricing .inner a.button:hover,
.single-pricing-2 .inner a.button:hover,
.single-pricing-2.active .inner a.button {
    color: #0060bd;
}

.bg1,
.button,
.hero-slider .owl-dots .owl-dot.active,
.single-service-2:hover .inner,
.single-portfolio .inner .portfolio-img .hover-content,
.faq .single-item.active,
.single-faq h2 span,
.footer_widget .nw_form button,
.tabs-area .tabs-nav li a.active,
.single-team .inner .team-img::after,
.single-pricing.active .inner,
.active.single-pricing-2 .inner,
.single-pricing-2.active .inner .title .price {
    background-color: #0060bd;
}

.button,
.single-service.bordered .inner:hover,
.bordered.single-service-2 .inner:hover,
.bordered.single-service-3 .inner:hover,
.testimonial-slider .single-slide,
.tabs-area .tabs-nav li a::after,
.tabs-area .tabs-nav li a.active,
.contact-form input:not([type="submit"]):focus,
.contact-form textarea:focus {
    border-color: #0060bd !important;
}

.button,
.button-2,
.nav-column a,
.nav-column span,
.nav-column .right-nav span,
form.search-form,
#menu ul > li > a,
#menu ul ul,
#menu ul ul::after,
#menu ul ul li a,
.hero-slider .owl-dots .owl-dot,
.single-service .inner,
.single-service-2 .inner,
.single-service-3 .inner,
.single-service .inner .title .icon,
.single-service-2 .inner .title .icon,
.single-service-3 .inner .title .icon,
.single-service .inner .title h4,
.single-service-2 .inner .title h4,
.single-service-3 .inner .title h4,
.single-service .inner .content,
.single-service-2 .inner .content,
.single-service-3 .inner .content,
.isotope-menu li,
.single-portfolio .inner .portfolio-img .hover-content,
.single-portfolio .inner .portfolio-content h3,
.faq-sidebar li a,
.single-team .inner .team-img::after,
.contact-form input:not([type="submit"]),
.contact-form textarea {
    -webkit-transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
    transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
}

header {
    position: absolute;
}

/*.big-content {*/
/*  margin-top: 80px;*/
/*}*/
/*.big-content {*/
/*  margin-top: -50px;*/
/*}*/
/*@media screen and (max-width: 1200px) {
  !*.big-content {*!
  !*  margin-top: -50px;*!
  !*}*!
}*/

.slide-content .title {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    color: #fff;
}

.no-padding {
    padding: 0;
}

.static {
    position: static;
}

.relative {
    position: relative;
}

.bg2 {
    background-color: #f3f6fa;
}

.sp {
    /*padding-top: 90px;*/
    padding-bottom: 40px;
}

.spt {
    padding-top: 90px;
}

.spb {
    padding-bottom: 90px;
}

/* preloader css */
.preloader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
}

.preloader-spin {
    margin: 0 auto;
    height: 35px;
    width: 35px;
    display: inline-block;
    background: transparent;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #d0d0d0 #d0d0d0 #111111 #d0d0d0;
    animation: 1s linear 0s normal none infinite running spinner_preloader;
}

@keyframes spinner_preloader {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(720deg);
    }
}

/* button */
.button {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    border: 2px solid;
    color: #fff;
    border-radius: 3px;
    font-weight: 400;
}

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

/*@media only screen and (max-width: 767px) {*/
/*  .button {*/
/*    font-size: 13px;*/
/*    padding: 0 15px;*/
/*    line-height: 32px;*/
/*  }*/
/*}*/

.button-2 {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    border: 2px solid;
    color: #fff;
    background-color: transparent;
    border: 2px solid #c1c2c5;
    color: #2d3666;
    border-radius: 3px;
    font-weight: 400;
}

.button-2:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

/*@media only screen and (max-width: 767px) {*/
/*  .button-2 {*/
/*    font-size: 13px;*/
/*    padding: 0 15px;*/
/*    line-height: 32px;*/
/*  }*/
/*}*/

/* section title */
.section-title {
    text-align: center;
    font-size: 16px;
    color: #7d91aa;
    font-weight: 300;
    margin-bottom: 30px;
}

.section-title h2 {
    margin: 0 0 5px;
    font-size: 40px;
    font-weight: 700;
    color: var(--main-color);
}

.section-title.white {
    color: #ffffff;
}

.section-title.white h2 {
    color: #fff;
}

/* page-title */
.page-title {
    font-size: 16px;
    color: #7d91aa;
}

.page-title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #333;
}

.page-title p:last-child {
    margin-bottom: 0;
}


.slicknav_menu {
    background-color: #1f2131;
    border-bottom: 1px solid #585757;
}

/*@media only screen and (min-width: 991px) {*/
/*  .slicknav_menu {*/
/*    display: none;*/
/*  }*/
/*}*/

/*****************************
 *   01. header
 ***************************** */
header {
    /*background-color: var(--main-color);*/
    /*padding: 18px 0;*/
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    float: left;
    text-align: left;
}
.container1{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.row {
    width: 100%;

}

.logo-column{
    width: 100%;
    padding: 0 5%;
    margin: 0 auto;
    text-align: center;
}
.logo-column .cl1 {
    width: 35%;
    float: left;
}

.logo-column .cl1 img{
    width: 100%;
}

.cl1 .cl1-top{

    width: 100%;
    display: flex;
    list-style: none;
}
.cl1 .cl1-top .top-1{
    padding-top: 10px;
    width: 50%;
    flex-grow: 1;
}
.cl1 .cl1-top .top-1 img{
    width: 100%;
    min-width: 200px;
}
.cl1 .cl1-top .top-2{
    padding-top: 20px;
    width: 50%;
    flex-grow: 1;
}
.cl1 .cl1-top .top-2 img{
    width: 100%;
    min-width: 200px;
}


/*.logo-column .cl1 img.djs{*/
/*    width: 100%;*/
/*    max-width: 120px;*/
/*}*/

/*.logo-column .cl1 .djs .image {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/*.logo-column .cl1 .djs .image:nth-child(2) {*/
/*    width: 110px;*/
/*    margin: 4px 0 0 -14px;*/
/*    z-index: 1;*/
/*}*/

/*.logo-column .cl1 .djs .image:nth-child(3) {*/
/*    max-width: 110px;*/
/*    margin: 2px 0 0 15px;*/
/*    z-index: 1;*/
/*}*/


/*.logo-column .cl1 .djs .image1 {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/*.logo-column .cl1 .djs .image1:nth-child(2) {*/
/*    width: 110px;*/
/*    margin: 5px 0 0 5px;*/
/*    z-index: 1;*/
/*}*/

/*.logo-column .cl1 .djs .image1:nth-child(3) {*/
/*    z-index: 3;*/
/*}*/
/*.logo-column .cl2 {*/
/*    width: 25%;*/
/*    height: auto;*/
/*    float: left;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.logo-column .cl2 img{*/
/*    width: 100%;*/
/*}*/

/*.cl2 {*/
/*    padding: 25% 0 0 0;*/
/*    width: 15%;*/
/*    max-width: 150px;*/
/*}*/
/*.logo-column .cl2 .djs img{*/
/*    width: 100%;*/
/*}*/


.logo-column .cl3 {
    float: right;
    padding: 30px 0 0 0;
    width: 60%;
    font-size: clamp(0.875rem, -0.125rem + 1.33vw, 1.125rem);
}

.logo-column a.logo img {
    max-height: 100%;
    float: left;
}

.nav-column {
    /*padding: 10px 0;*/
    font-size: 22px;
}

.nav-column a,
.nav-column span {
    color: #7286a0;
    line-height: 25px;
    vertical-align: top;
    cursor: pointer;
}

.nav-column a:hover,
.nav-column span:hover {
    color: #b5c3d4;
}

.nav-column .right-nav {
    float: right;
    position: relative;
}

.nav-column .right-nav span {
    padding: 0 15px;
}

.nav-column .right-nav .search-icon.active {
    color: red;
}

.nav-column .right-nav .search-icon.active::before {
    content: "";
}

.nav-column .right-nav .header-social {
    display: inline-block;
}

.nav-column .right-nav .header-social a {
    padding: 0 5px;
    vertical-align: top;
}

form.search-form {
    position: absolute;
    right: 100%;
    top: 50%;
    z-index: 2;
    width: 230px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

form.search-form.active {
    opacity: 1;
    visibility: visible;
}


.hero-slider .fd {
    position: relative;
    z-index: 1;
    cursor: pointer;
    line-height: 16px
}

.hero-slider .fd .fd2 {
    position: absolute;
    z-index: 100;
}
.hero-slider .fd .fd2 .djs img{
    width: 100%;
}


.hero-slider .fd .t {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    position: absolute;
    color: #ffffff;
    z-index: 2;
    /*left: 20px;*/
    bottom: 0;
    padding-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%;
    padding-left: 20px;
}

.hero-slider .fd .t .time {
    padding-top: 10px;
    font-size: 14px;

    font-style: italic;
    font-weight: 400;
}



/*@media only screen and (max-width: 767px) {*/
/*  form.search-form {*/
/*    transform: translateY(50%) translateX(0%);*/
/*    right: 50%;*/
/*    margin-top: 20px;*/
/*    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
/*  }*/
/*}*/

form.search-form input {
    border: none;
    width: 100%;
    border-radius: 5px;
    height: 40px;
    text-indent: 20px;
}

form.search-form button {
    border: none;
    right: 0;
    position: absolute;
    top: 0;
    width: 38px;
    background: transparent;
    height: 100%;
}
.cl3ul{
    display: flex;
    list-style: none;
    padding: 0;
}
.cl3ul li {
    flex-grow: 1;
}

.cl3ul li::after {
    content: "";
    flex-grow: 1;
}

/*#menu ul {*/
/*    text-align: left;*/
/*    !*height: 25px;*!*/
/*    !*line-height: 25px;*!*/
/*    !*margin: 0 0 0 10px;*!*/
/*}*/

#menu ul li.has-child > a::after {
    content: "";
    font-family: "fontawesome";
    margin-left: 4px;
}

/*#menu ul > li {*/
/*    !*flex-grow: 1;*!*/
/*    !*display: inline-block;*!*/
/*    !*position: relative;*!*/
/*    !*white-space: nowrap; !* 确保文本在一行内显示 *!*!*/
/*    !*overflow: hidden; !* 隐藏超出容器的内容 *!*!*/
/*    !*text-overflow: ellipsis; !* 使用省略号表示文本被截断 *!*!*/
/*}*/

#menu ul > li > a {
    font-weight: 400;
    line-height: 25px;
    color: #fff;
}

#menu ul > li > a:hover {
    color: #fff;
}

#menu ul > li.current-menu-item > a {
    color: #fff;
}

#menu ul ul {
    position: absolute;
    background-color: #fff;
    left: 0;
    top: calc(100% + 32px);
    z-index: 2;
    width: 220px;
    text-align: left;
    padding: 15px 20px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

#menu ul ul::after {
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #fff;
    left: 25px;
    top: -16px;
    position: absolute;
}

#menu ul ul::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 100%;
    left: 0;
    top: -20px;
}

#menu ul ul li {
    display: block;
}

#menu ul ul li a {
    display: block;
    font-weight: 300;
    color: var(--main-color);
    font-size: 14px;
    padding: 0;
    margin: 5px 0;
}

#menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.mobile-menu {
    display: none;
    color: #fff;
    float: right;
    padding-right: 10px;
    cursor: pointer;
}

.mobile-menu-1 .fa {
    font-size: 20px;
    position: relative;
    top: 1px;
}

.mobile-menu-2 {
    /*display: none;*/
    /*position: relative;*/
    /*background-color: #d3d3d3;*/
    /*padding: 0 20px;*/
    /*!*width: 100%;*!*/
    /*!*margin:100px 10px 0 10px;*!*/
    /*z-index: 9999999;*/

    position: fixed;
    z-index: 9;
    background: #eee;
    width: 100%;
    /*height: calc(100% - 10px);*/
    font-size: 16px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}
.nav_show{
    top: 80px;
}
.mobile-menu-2 ul li {
    width: 100%;
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 56px;
    font-size: 14px;
}
.mobile-menu-2 ul li i svg {
    width: 30px;
    height: 30px;
    fill: #555;
}

.mobile-menu-2 ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s;
}

/*.mobile-menu-2 ul {*/
/*    margin-bottom: 0;*/
/*    list-style: none;*/
/*    width: 100%;*/
/*}*/

/*.mobile-menu-2 li {*/
/*    width: 100%;*/
/*}*/

/*.mobile-menu-2 a {*/
/*    width: 100%;*/
/*    border-top: 1px #ddd solid;*/
/*    position: relative;*/
/*    line-height: 56px;*/
/*    font-size: 14px;*/
/*}*/

/*.mobile-menu-2 a span {*/
/*    letter-spacing: 1px;*/
/*    display: inline-block;*/
/*    width: 80px;*/
/*}*/

/*.mobile-menu-2 .fa {*/
/*    font-size: 22px;*/
/*    position: relative;*/
/*    top: 3px;*/
/*}*/

/*.mobile-menu-2 dl {*/
/*    padding: 0 20px 10px 20px;*/
/*    margin-bottom: 0;*/
/*    display: none;*/
/*}*/

/*.mobile-menu-2 dd {*/
/*    margin-bottom: 0;*/
/*    line-height: 40px;*/
/*}*/


/*****************************
 *   03. brand-area
 ***************************** */
.brand-area {
    padding: 50px 0;
}

.spb .brand-area {
    padding: 0;
}

.single-brand {
    text-align: center;
    margin: 5px 0;
}

/* 网站底部样式 */
footer {
    line-height: 30px;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    /*border-top: 40px solid #4364AB;*/
    background: url(/static/web/img/footer.jpg);
    background-size: 100% 100%;
    padding: 0 0 60px 0;
}

.an2 {
    padding: 5%;
    width: 100%;
    margin: 0 auto;
}

.an2 .left {
    /*margin-left:5% ;*/
    height: 100%;
    float: left;
}

.an2 .left .top {
    width: 100%;
    height: 110px;
}


.nn-li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 16px;
}

.nn-li a {
    color: #5a5a5a;
}

.nn-li a:hover {
    font-style: italic;
    color: #0060bd;
}

.nn-li .icon {

}

.nn-li .icon img {

}

.an2 .middle {
    float: left;
    padding-top: 20px;

}

.an2 .middle .bottom-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 10%;
    text-align: center;
}

.an2 .middle .bottom-logo img {
    width: 100%;
}

.an2 .right {
    height: 100%;
    float: left;
}

.an2 .right .top {
    width: 100%;

}
.an2 .right .top .nn-li{
    width: 100%;
    text-align: left;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}
.an2 .right .top .nn-li a {
    color: #5a5a5a;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.an2 .right .top .nn-li a:hover {
    font-style: italic;
    color: #0060bd;
}

.an2 .right .top .nn-li .icon {
    img {

    }
}

/*.an2 .a3 {*/
/*  height: 100%;*/
/*  width: 30%;*/
/*  float: left;*/
/*}*/


/*.an2 .a4 {*/
/*  float: left;*/
/*  padding: 30px 0;*/
/*  !*border-left: 1px solid rgba(204, 204, 204, 0.5);*!*/
/*  !*border-right: 1px solid rgba(204, 204, 204, 0.5);*!*/
/*  !*flex: 1;*!*/
/*}*/
/*.an2 .a4 > div {*/
/*  !*flex: 1;*!*/
/*  text-align: center;*/
/*}*/
/*.an2 .a1 .a5 {*/
/*  !*padding: 50px 0 30px 50px;*!*/
/*  color: #505050;*/
/*}*/
/*.an2 .a7 {*/
/*  color: #fff;*/
/*  margin-top: 20px;*/
/*}*/
/*.an2 .a7 a {*/
/*  color: #fff;*/
/*}*/
/*.an2 .a9 img {*/
/*  width: 80px;*/
/*}*/
/*.an2 .a10 {*/
/*  margin-top: 5px;*/
/*  color: #777777;*/
/*}*/
/*.an2 .a11 {*/
/*  font-size: 24px;*/
/*}*/
/*.an2 .a12 {*/
/*  line-height: 30px;*/
/*  height: 30px;*/
/*  margin: 10px auto;*/
/*}*/
/*.an2 .a15 {*/
/*  text-align: center;*/
/*}*/
/*.an2 .a17 {*/
/*  max-width: 1140px;*/
/*  justify-content: space-between;*/
/*  margin: 0 auto;*/
/*}*/

.service-area {
    margin-top: 20px;
}


.hero-slider .single-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

/*@media only screen and (max-width: 991px) {*/
/*  .hero-slider .single-slide {*/
/*    height: auto;*/
/*    padding: 60px 30px 100px;*/
/*    z-index: 1;*/
/*  }*/
/*  .hero-slider .single-slide::after {*/
/*    content: "";*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background-color: #f1f4f9;*/
/*    z-index: -1;*/
/*    left: 0;*/
/*    top: 0;*/
/*    position: absolute;*/
/*  }*/
/*}*/
/*@media only screen and (max-width: 767px) {*/
/*  .hero-slider .single-slide {*/
/*    font-size: 18px;*/
/*    line-height: 24px;*/
/*    text-align: center;*/
/*  }*/
/*}*/
.hero-slider .single-slide h2 {
    /*font-size: 70px;*/
    line-height: 70px;
    margin: 0 0 25px;
    font-weight: 700;
    font-size: clamp(2.813rem, -2.188rem + 6.67vw, 4.063rem);
}

/*@media only screen and (max-width: 767px) {*/
/*  .hero-slider .single-slide h2 {*/
/*    font-size: 30px;*/
/*    line-height: 35px;*/
/*  }*/
/*}*/
.hero-slider .single-slide .slide-btn {
    margin-top: 50px;
}

.hero-slider .single-slide .slide-btn a:not(:last-child) {
    margin-right: 4px;
}

.hero-slider .owl-dots {
    /*display: inline-block;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*bottom: 20px;*/
    /*-webkit-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    display: none;
}

.hero-slider .owl-dots .owl-dot {
    background-color: #fff;
    display: inline-block;
    width: 20px;
    height: 8px;
    margin: 0 3px;
    border-radius: 30px;
}

.hero-slider .owl-dots .owl-dot.active {
    width: 40px;
}

.hero-slider .owl-nav > div {
    position: absolute;
    left: 0;
    top: 50%;
    height: 40px;
    width: 40px;
    /*background-color: #fff;*/
    text-align: center;
    line-height: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fa-angle-left{
    display: none;
}
.fa-angle-right{
    display: none;
}
.hero-slider .owl-nav > div.owl-prev {
    right: auto;
    left: 0;
    height: 60px;
    width: 60px;
    background-image: url(/static/index/l.png);
    background-size: auto; /* 保持图片原始大小 */
    background-repeat: no-repeat; /* 不重复背景图片 */
}
.hero-slider .owl-nav > div.owl-next {
    left: auto;
    right: 0;
    height: 60px;
    width: 60px;
    background-image: url(/static/index/r.png);
    background-size: auto; /* 保持图片原始大小 */
    background-repeat: no-repeat; /* 不重复背景图片 */
}
.hero-slider .owl-nav > div.owl-prev:hover {
    background-image: url(/static/index/la.png);
    background-size: auto; /* 保持图片原始大小 */
    background-repeat: no-repeat; /* 不重复背景图片 */
}
.hero-slider .owl-nav > div.owl-next:hover {
    background-image: url(/static/index/ra.png);
    background-size: auto; /* 保持图片原始大小 */
    background-repeat: no-repeat; /* 不重复背景图片 */
}




.select-box {
    background-color: #ffffff !important;
    width: 350px !important;
}

.select-box .menu {
    background-color: #ffffff !important;
    float: left;
    width: 75% !important;
    border: 1px solid #cbcbcb !important;
    color: #8c8c8c;
    font-size: 12px;
    text-align: left;
    padding-left: 20px;
}

.select-box .ri {

    float: left;
    width: 25% !important;
}

.select-box .ri img {
    width: 55px;
}

.diy {
}


.eventxx:hover {
    color: #0060bd;
}

.grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.about-list {
    width: 100%;
    padding: 5px;
}

.about-list img {
    width: 100%;
    object-fit: cover;
}


.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.footleftx {
    width: 100%;
    margin-top: 50px;
}
.footleftx .ljbf {
    width: 85%;
    height: 50px;
    position: relative;
    float: left;
}
.footleftx .dbsyb {
    width: 13%;
    padding-top: 10px;
}

.footleftx .dbsyb img {
    width: 100%;
    max-width: 45px;
}

.hidden-box {
    width: 100%;
    position: absolute;
    display: none;
    background: #fff;
    border: 1px solid #c7c7c7;
    border-bottom: 0;
    height: 250px;
    overflow: auto;
    bottom: 16px;
    border-radius: 5px 5px 0 0;
    padding: 5px 10px;
}

.hidden-box > ul {
    list-style-type: none;
    cursor: pointer;
}
.footleftx .kd {
    width: 100%;
}

.footleftx .nrdy {
    width: 100%;
}
.nrdy a:hover{
    color: #0b5aa7;
}
.footleftx .hidden-box > ul li {
    line-height: 35px;
    color: #000;
    width: 92%;
    font-size: 16px;
    padding-left: 2px;
}

.footleftx ul li {
    list-style: none;
}

.footleftx ul li a {
    font-family: Microsoft YaHei !important;
    color: #5a5a5a;
    text-decoration: none !important;
}




.footleftx .dblj {
    width: 100%;
    line-height: 50px;
    padding-top: 2px;
    border-radius: 5px;
}


.dblj ul li {
    list-style: none;
}

.dblj > li {
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 16px;
    z-index: 2;
    color: #7a7a7a;
    background: #fff;
    border: 1px solid #d4d4d4;
    padding-left: 3px;
}

.dblj > li:hover {
    color: #0b5aa7;
}

.dblj > li span {
    display: inline-block;
    /*margin-left: 60%;*/

    ::before {
        content: "\eb6d";
        font-size: 16px;
        color: #d7d7d7;
        font-family: iconfont;
    }
}

.footer-page{
    font-size: 13px;
}


.row0 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footshow1{
    display: none;
}
.footshow2{
    display: block;
}
.show{
    display: block;
}
.hide{
    display: none;
}
.opacity{
    opacity:0;
}

.flap {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 30%;
    right: 0;
    z-index: 99999;
    /*opacity:0;*/
}
.flap-one {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(/static/index/one.jpg);
}
.flap-one:hover {
    background-position: 0 -50px;
}

.long-arrow-left{
    border:1px solid #ccc;
    display:inline-block;
    width:calc(100% - 150px);
    float: left;
    margin-top: 4px;
}
.arrow-right{
    margin-top: -8px;
    float: right;
    width: 100px;
}
.ren-left{
    font-size: 19px;
    float: left;
    padding-right: 5px;
}
.ren-right{
    margin-top: 1px;
    font-style: italic;
}
.long-arrow-right{
    margin-left: 22px;
    display: block;
    /* margin: 30px auto; */
    width: 10px;
    height: 10px;
    border-top: 2px solid #969595;
    border-left: 2px solid #969595;
    float: left;
    transform: rotate(135deg);
    /* margin-right: 10px;*/
}


.long-arrow-right::after{
    content: "";
    display: block;
    width: 2px;
    height: 25px;
    background-color: #ccc;
    transform: rotate(-45deg) translate(8px, 10px);
    left: 15px;
    top: 0;
    float: left;

}

.row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
@media screen and (max-width: 991px) {
    /*显示手机导航按钮
    */
    .mobile-menu {
        display: block;
    }
    /*隐藏PC导航按钮
    */
    #menu{
        display: none;
    }

    .logo-column .cl1 {
        width: 80%;
    }
    .logo-column .cl3 {
        width: 20%;
    }
    .footshow2{
        display: none;
    }

    .footshow1{
        display: block;
    }

    .nn-li{
        text-align: center !important;
    }

    .an2 .right {
        float: right;
    }
    .ititle{
        padding:10px 0;
        margin: 0;
    }

    /*.flap {*/
    /*    opacity:1;*/
    /*}*/

    .cl1 .cl1-top .top-1{
        padding-top: 1px;
        width: 50%;
        flex-grow: 1;
    }
    .cl1 .cl1-top .top-1 img{
        width: 100%;
        min-width: 100px;
    }
    .cl1 .cl1-top .top-2{
        padding-top: 5px;
        width: 50%;
        flex-grow: 1;
    }
    .cl1 .cl1-top .top-2 img{
        width: 100%;
        min-width: 100px;
    }


    /*.logo-column .cl1 .djs {*/
    /*    width: 100%;*/
    /*    max-width: 20px;*/
    /*}*/
    .type1{
        padding-bottom: 40px;
    }

    .logo-column .cl2 {
        width: 15%;
        padding: 10% 0 0 1%;
        max-width: 80px;
    }
}

