:root {
    --theme-color:#222;--theme-color-transparency_5:#fff;--theme-color-transparency_7:#fff}

body {
    font-family: MicrosoftYaHei-Bold;
    background-color: #f9f9f9
}

body .pickerBox {
    position: absolute;
    left: 50px;
    top: 100px;
    max-width: 1200px
}

body .pickerBox .picker {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    left: 0;
    opacity: .4
}

body .pickerBox .picker:hover {
    opacity: 1;
    transition: all .2s ease
}

body a {
    text-decoration: none !important
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none !important
    }

    .show-xs {
        display: block !important
    }

    .pc_banner {
        display: none !important
    }

    .m_banner {
        display: block !important
    }
}

@media (max-width: 992px) {
    .hiddex-lg {
        display:none
    }
}

@media (max-width: 1140px) {
    .hiddex-xl {
        display:none
    }
}

body,html {
    font-family: Microsoft YaHei;
    overflow-x: hidden
}

header .header {
    position: absolute;
    background-color: rgba(255,255,255,0.28);
    z-index: 5;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid var(--theme-color-transparency_5)
}
header .header:hover{background-color:#fff}
header .header .pc-head-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 120px;
    left: 0;
    width: 100%
}

header .header .pc-head-nav .head-logo {
    margin-top: 10px;
    width: 30%;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #020202
}

header .header .pc-head-nav .head-logo img {
    max-width: 100%;
    height: auto
}

header .header .pc-head-nav .nav-list {
    width: 70%;
    display: flex;
    justify-content: flex-start
}

header .header .pc-head-nav .nav-list>ul {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding: 0 0 0 60px
}

header .header .pc-head-nav .nav-list>ul>li {
    text-align: center;
    position: relative;
    line-height: 100px
}

header .header .pc-head-nav .nav-list>ul>li::after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    width: 0%;
    height: 3px;
    background-color: #0191da;
    transition: all ease .3s;
    -webkit-transition: all ease .3s
}

header .header .pc-head-nav .nav-list>ul>li.active::after {
    width: 100%;
}

header .header .pc-head-nav .nav-list>ul>li.active>a {
    position: relative;
    width: 100%
}

header .header .pc-head-nav .nav-list>ul>li>a {
    display: inline-block;
    line-height: 90px;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    white-space: nowrap;
}

header .header .pc-head-nav .nav-list>ul>li:hover::after {
    width: 100%;
}

header .header .pc-head-nav .nav-list>ul>li:hover>ul {
    opacity: 1;
    height: auto;
    width: auto;
    overflow: visible;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1)
}

header .header .pc-head-nav .nav-list>ul>li>ul {
    position: absolute;
    top: 100px;
    left: 0;
    transform: translateX(-50%);
  /*   padding-top: 54px; */
    overflow: hidden;
    height: 0;
    width: 0;
    filter: Alpha(opacity=70);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    white-space: nowrap
}

header .header .pc-head-nav .nav-list>ul>li>ul>li {
    line-height: 50px;
   /*  margin-bottom: 1px; */
    background-color: rgba(255,255,255,1);
   /*  border-bottom: 1px solid var(--theme-color-transparency_7); */
    padding: 0 30px;
    text-align: left
}
header .header .pc-head-nav .nav-list>ul>li>ul>li:hover {
    
    background-color: rgb(1, 103, 175);
    
}
header .header .pc-head-nav .nav-list>ul>li>ul>li:hover a {
    font-weight: 700;color:#fff;
}

header .header .pc-head-nav .nav-list>ul>li>ul>li a {
    font-size: 18px;
    color: #020202
}

header .header .pc-head-nav .hot-line {
    border-radius: 17px;
    padding: 3px 20px;
    color: #fff;
    display: flex;
    align-items: center
}

header .header .pc-head-nav .hot-line .icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 50%;
    line-height: 38px;
    color: var(--theme-color);
    text-align: center
}

header .header .pc-head-nav .hot-line .icon .iconfont {
    font-size: 20px
}

header .header .pc-head-nav .hot-line .tel {
    padding-left: 8px
}

header .header .pc-head-nav .hot-line .tel p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #fff;
    line-height: 12px
}

header .header .pc-head-nav .hot-line .tel a {
    font-family: Impact;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    line-height: 20px
}

header .header .mobile-nav {
    display: none;
    padding: 8px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--theme-color)
}

header .header .mobile-nav .m-head {
    display: flex;
    justify-content: space-between
}

header .header .mobile-nav .m-head .m-logo {
    padding-left: 15px;
    font-size: 28px;
    font-weight: 700
}

header .header .mobile-nav .m-head .m-logo img {
    max-width: 70%
}

header .header .mobile-nav .m-head .m-button {
    background-color: var(--theme-color);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 10px;
    line-height: 30px;
    text-align: center
}

header .header .mobile-nav .m-head .m-button.active {
    padding: 15px 10px;
    background-color: inherit
}

header .header .mobile-nav .m-head .m-button.active>span {
    position: absolute;
    right: 15px;
    background-color: #fff;
    margin: 0
}

header .header .mobile-nav .m-head .m-button.active>span:first-child {
    transform: rotate(45deg);
    background-color: #fff
}

header .header .mobile-nav .m-head .m-button.active>span:nth-child(2) {
    display: none
}

header .header .mobile-nav .m-head .m-button.active>span:last-child {
    transform: rotate(-45deg);
    background-color: #fff
}

header .header .mobile-nav .m-head .m-button span {
    display: block;
    background: #fff;
    border-radius: 3px;
    width: 30px;
    height: 2px;
    margin: 5px 0;
    transition: all ease .3s;
    -webkit-transition: all ease .3s
}

header .header .mobile-nav .m-nav-list {
    position: fixed;
    z-index: 5;
    width: 0;
    right: 0;
    top: 55px;
    background-color: var(--theme-color-transparency_7);
    padding: 20px 0;
    transition: all ease .3s;
    -webkit-transition: all ease .3s
}

header .header .mobile-nav .m-nav-list p {
    line-height: 50px;
    white-space: nowrap;
    padding: 0 25px;
    border-bottom: 1px solid var(--theme-color)
}

header .header .mobile-nav .m-nav-list p a {
 /*    color: #fff;   color: #fff; */
    font-weight: 700
}

header .header .mobile-nav .m-nav-list.active {
    width: 60%;
    height: auto
}

@media (max-width: 998px) {
    header .header .topNav .container .number>div .iconfont {
        font-size:26px
    }

    header .header .topNav .container .number>div span {
        font-size: 26px
    }

    header .header .pc-head-nav .head-logo {
        font-size: 24px
    }

    header .header .pc-head-nav .nav-list {
        width: 88%
    }

    header .header .pc-head-nav .nav-list>ul>li a {
        font-size: 17px
    }

    header .header .pc-head-nav .hot-line {
        display: none
    }
}

@media (max-width: 1200px) {
    header .header .pc-head-nav .nav-list>ul>li a {
        font-size:18px
    }
}

@media (max-width: 1400px) {
    header .header .pc-head-nav .nav-list {
        width:75%
    }
}

@media (max-width: 1000px) {
    header .header .pc-head-nav .nav-list>ul {
        padding:0
    }

    header .header .pc-head-nav .nav-list>ul>li a {
        font-size: 16px
    }
}

header .banner {
    display: none;
    width: 100%;
    height: auto
}

header .banner img {
    width: 100%
}

header .banner .swiper-slide img {
    width: 100%
}

header .banner .swiper-button-next .iconfont,header .banner .swiper-button-prev .iconfont {
    font-size: 30px;
    color: var(--theme-color)
}

header .banner .swiper-button-prev {
    left: 61px;
    width: 50px;
    height: 60px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    bottom: 78px;
    top: auto
}

header .banner .swiper-button-next {
    right: 61px;
    width: 50px;
    height: 60px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    bottom: 78px;
    top: auto;
    left: 171px;
    right: auto
}

header .banner .swiper-button-next:after,header .banner .swiper-button-prev:after {
    content: "";
    color: #000;
    font-size: 30px
}

header .banner .swiper-button-next:hover,header .banner .swiper-button-prev:hover {
    background-color: var(--theme-color)
}

header .banner .swiper-button-next:hover .iconfont,header .banner .swiper-button-prev:hover .iconfont {
    color: #fff
}

header .banner .swiper-pagination {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 123px;
    left: 130px;
    color: var(--theme-color)
}

header .banner .swiper-pagination span {
    color: #fff;
    font-size: 30px;
    font-weight: 700
}

header .banner .swiper-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    position: relative;
    margin: 0 8px;
    width: 28px;
    height: 28px;
    background-color: initial;
    opacity: 1
}

header .banner .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 40px
}

header .banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: initial
}

header .banner .swiper-pagination .swiper-pagination-total {
    display: none
}

header .banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 123px
}

header .pc_banner {
    display: block;
    padding-top: 0
}

header .m_banner {
    display: none;
    padding-top: 55px
}

@media (min-width: 1500px) {
    header .container {
        max-width:1320px
    }
}

@media (min-width: 1600px) {
    header .container {
        max-width:1500px
    }
}

@media (min-width: 1700px) {
    header .container {
        max-width:1650px
    }
}

.banner .swiper-slide {
    position: relative
}

.banner .swiper-slide .banner-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%
}

.banner .swiper-slide .banner-title .container {
    width: 100%;
    height: 100%;
    position: relative
}

.banner .swiper-slide .banner-title .container .title-t {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin-left: 15px;
    padding-left: 20px;
    border-left: 4px solid var(--theme-color)
}

.banner .swiper-slide .banner-title .container .title-t div {
    font-size: 30px;
    margin: 0;
    color: #fff;
    font-weight: 700;
    line-height: 32px
}

.banner .swiper-slide .banner-title .container .title-t p {
    margin: 0;
    color: #8d9aa6;
    font-size: 16px;
    font-weight: 400
}

.services {
    position: relative;
    top: -180px;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    background-image: url(/images/ys-bg.png);
    background-size: 100% 100%;
    padding: 40px 30px
}

.services .list {
    flex: 1;
    text-align: center;
    position: relative
}

.services .list:hover .img img {
    transform: scale(1.15)
}

.services .list::after {
    content: "";
    display: inline-block;
    background-image: url(/images/line.png);
    background-size: 100% 100%;
    width: 1px;
    height: 80%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.services .list:last-child::after {
    width: 0
}

.services .list .img {
    overflow: hidden
}

.services .list .img img {
    max-width: 100%;
    height: auto;
    transition: all ease .3s;
    -webkit-transition: all ease .3s
}

.services .list .title {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    line-height: 24px;
    background: #e60012;
    border-radius: 12px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    padding: 0 25px
}

.services .list .title span {
    padding: 0 5px;
    padding: 0 25px
}

@media (max-width: 1300px) {
    .services {
        display:block
    }

    .services .list {
        display: inline-block;
        width: 48%
    }

    .services .list:nth-child(2n)::after {
        width: 0
    }
}

@media (max-width: 768px) {
    header .header .topNav {
        display:none
    }

    header .yunu-nav ul.nav {
        display: block
    }

    header .banner .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 10px
    }

    header .header .mobile-nav {
        display: block
    }

    .services {
        display: none
    }

    header .banner .swiper-pagination {
        height: 60px;
        bottom: 10px;
        left: 20px
    }
}
