* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    /* display: block; */
}

.swiper {
    width: 100%;
}

html {
    /* height: 100%; */
}

body {
    min-width: 1200px;
    font-family: 'Microsoft YaHei';
    height: 100%;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

.swiper-slide img {
    width: 100%;
}

.content {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}

.image-container img {
    transition: all 1s;
}

.w {
    min-width: 1200px;
    width: 80%;
    margin: 0 auto;
}

.w2 {
    width: 1200px;
    margin: 0 auto;
}

/* 封装特效 */

.index-animate {
    transition: all .8s;
    opacity: 0;
    transform: translateY(100px);
}

.index-animate.cur {
    opacity: 1;
    transform: translateY(0px);
}

.index-animate2 {
    transition: all .8s;
    opacity: 0;
    transform: translateX(-100px);
}

.index-animate2.cur {
    opacity: 1;
    transform: translateX(0px);
}

.index-animate3 {
    transition: all .8s;
    opacity: 0;
    transform: translateX(100px);
}

.index-animate3.cur {
    opacity: 1;
    transform: translateX(0px);
}


.hover-fill {
    position: relative;
    overflow: hidden;
    /* 防止溢出 */
    cursor: pointer;
}

.hover-fill::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #004ea2;
    z-index: 0;
    /* 让它在文字下方 */
    transition: width .2s ease-in-out;
}

.hover-fill * {
    position: relative;
    z-index: 1;
}

.hover-fill:hover {
    border-color: #004ea2;
    color: #fff !important
}

.hover-fill:hover * {
    color: #fff !important
}

.hover-fill:hover::after {
    width: 100%;
}

/* 封装特效 :end */

header {
    position: fixed;
    /* position: absolute; */
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    font-size: 14px;
    z-index: 999;
    transition: .5s;
    /* border-bottom: 1px solid #fff; */
}

header:hover {
    background: #fff !important;
}

header.toTop {
    background: rgba(0, 0, 0, 0.15);
    /* border-bottom: 1px solid rgba(255,255,255, 0.15); */
}


.index-tit-bg {
    color: rgba(0, 0, 0, .05);
    font-size: 28px;
    text-transform: uppercase;
    z-index: 1;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -20px;
    width: 900px;
}

.index-default-pro-nav {
    /* padding:40px 40px 0; */
}
.index-default-pro-nav b{
    font-size: 18px;
    margin-top: 20px;
    color: #333;
    display: block;
    cursor: pointer;
    font-weight: normal;
}
.index-default-pro-nav b a{
    color: #333;
}

.index-default-pro-nav b .iconfont {
    display: none;
}

.index-default-pro-nav b.cur a,.index-default-pro-nav b.cur .iconfont {
    color: #004ea2;
    font-weight: bold;
}
.index-default-pro-nav b:hover a{
    color: #004ea2;
    font-weight: bold;
}

.index-default-pro-nav b.cur .iconfont {
    display: inline;
}



.index-default-pro-title {
    padding: 100px 0 0;
}

.index-default-pro-title b {
    font-size: 1.4vw;
    color: #004ea2;
    border-left: 6px solid #004ea2;
    padding-left: 20px;
    margin-bottom: 20px;
    display: block;
}

.index-default-pro-title p {
    font-size: .9vw;
    color: #333;

    margin-bottom: 20px;
    display: block;
}

.index-default-pro-title2 {
    padding: 0 10px 0;
}

.index-default-pro-title2 b {
    font-size: 20px;
    color: #004ea2;

    margin-bottom: 20px;
    display: block;
}


.index-default-title b {
    font-size: 2.5vw;
    color: #004ea2;
    margin-bottom: 1vw;
    display: block;
}

.index-default-title .index-default-line {
    width: 80px;
    height: 6px;
    background: #004ea2;
    display: block;
    margin-bottom: 20px;
}

.index-default-title p {
    font-size: .9vw;
    color: #666;
    line-height: 1.4em;
}


.index-default-title2 b {
    font-size: 32px;
    color: #004ea2;
    margin-bottom: 20px;
    display: block;
}

.index-default-title2 .index-default-line {
    width: 40px;
    height: 6px;
    background: #004ea2;
    display: block;
    margin-bottom: 20px;
}

.index-default-title2 p {
    font-size: 18px;
    color: #666;
    line-height: 1.4em;
}

.index-default-more {
    margin-top: 20px;
    display: block;
    border: 1px solid #004ea2;
    line-height: 3em;
    font-size: 14px;
    text-align: center;
    color: #004ea2;
    width: 200px;
}



/* 方案开始 */

.index-fangan-bg {
    margin-top: 6%;
}

.index-fangan-box {
    display: flex;
}

.index-fangan-left {
    flex: 0 0 30vw;
    box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px
}

.index-fangan-right {
    flex: 5;
    /* background: #666; */
    display: flex;
    flex-wrap: wrap;
}

.index-fangan-right dl {
    flex: 0 0 50%;
    display: flex;
}

.index-fangan-right dl dt {
    flex: 2.5;
    overflow: hidden;
}

.index-fangan-right dl dt img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transition: all .6s;
}

.index-fangan-right dl:hover dt img {
    transform: scale(1.2);
}

.index-fangan-right dl dd {
    flex: 2;
    background-color: #f8f8f8;
    display: flex;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    /* 防止溢出 */
    cursor: pointer;
}

.index-fangan-right dl dd a {
    padding: 55px;
    display: block;
}

.index-fangan-right dl dd p {
    font-size: 0.8vw;
    color: #666;
    margin-top: 20px;
}

.index-fangan-right dl dd span {
    font-size: 1.2vw;
    color: #333;
    font-weight: bold;
}

.index-fangan-right dl:hover {}

.index-fangan-right dl dd::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #004ea2;
    z-index: 0;
    /* 让它在文字下方 */
    transition: width .4s ease-in-out;
}

.index-fangan-right dl dd * {
    position: relative;
    z-index: 1;
}

.index-fangan-right dl:hover dd {
    border-color: #004ea2;
    color: #fff !important
}

.index-fangan-right dl:hover dd * {
    color: #fff !important
}

.index-fangan-right dl:hover dd::after {
    width: 100%;
}

/* 方案结束 */

.index-pro-bg {
    /* background: #eee; */
    /* background: url('../images/index-pro-bg.jpg') no-repeat center bottom; */
    /* background-size: cover; */
}

.index-pro-box {
    display: flex;
    padding: 6% 0 0;

}

.index-pro-left {
    flex: 5;
    padding-left: 40px;
    padding-bottom: 200px;
}

.index-pro-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    /* padding-left: 100px; */
}

.index-pro-info .index-pro-item {
    padding: 5px;
    flex: 0 0 20%;
    box-sizing: border-box;
    /* margin-bottom: 30px; */
    background: #fff;
    /* box-shadow: 0px 7px 31px -18px rgba(0, 0, 0, .2); */
    /* border: 1px solid #ddd; */
}


.index-pro-info .index-pro-item dl dt {
    overflow: hidden;
    /* margin-bottom: 10px; */
    /* background: #f1f1f1; */
}

.index-pro-info .index-pro-item dl dt img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    /* object-fit: scale-down; */
    object-fit: scale-down;
    transition: all .5s;
}

/* .index-pro-info .index-pro-item:nth-child(2n) dl{
    display: grid;
}
.index-pro-info .index-pro-item:nth-child(2n) dt{
    order: 2;
}
.index-pro-info .index-pro-item:nth-child(2n) dd{
    order: 1;
} */

.index-pro-info .index-pro-item dl:hover dt img {
    transform: scale(1.1);
}

.index-pro-info .index-pro-item dl:hover {
    /* color: #004ea2; */
    /* font-weight: bold; */
}

.index-pro-info .index-pro-item a {
    color: #666;
}

.index-pro-info .index-pro-item dl dd {
    padding: 20px 20px;
    background: #f8f8f8;
    font-size: 0.8vw;
    /* font-weight: bold; */
    color: #333;
    position: relative;
}


.index-pro-info .index-pro-item dl dd::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #004ea2;
    z-index: 0;
    /* 让它在文字下方 */
    transition: width .2s ease-in-out;
}

.index-pro-info .index-pro-item dl dd * {
    position: relative;
    z-index: 1;
}

.index-pro-info .index-pro-item dl:hover dd {
    border-color: #004ea2;
    color: #fff !important
}

.index-pro-info .index-pro-item dl:hover dd * {
    color: #fff !important
}

.index-pro-info .index-pro-item dl:hover dd::after {
    width: 100%;
}







.index-pro-right {
    flex: 0 0 25vw;
    box-sizing: border-box;
    background: #f8f8f8;
    position: relative;
}

.index-pro-fixed-box {
    position: relative;
    box-sizing: border-box;
    padding: 100px;
    width: 25vw;
}


.index-cat-title {
    margin-bottom: 3%;
    position: relative;
}

.index-cat-title h2 {
    font-size: 28px;
    color: #004ea2;
    position: relative;
    z-index: 2;
    /* float: left; */
}

.index-tit-more {}

.index-tit-more {
    /* float: right; */
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    padding-top: 10px;
}

.index-tit-more a {
    color: #333;
}

.index-tit-more i {
    font-size: 20px;
}


.index-pro-item .more {
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    background: #f8f8f8;
    color: #004ea2;
    font-size: 20px;
}

.index-pro-item-more {
    padding: 0 !important;
}

.index-pro-item-more a {
    display: block;
    height: 100%;
}

.index-pro-item .more i {
    font-weight: normal;
    font-size: 34px;
}

.index-pro-item .more b {
    display: block;
}

.index-contact-bg {

    /* background: url(../images/index-contact-bg.jpg) no-repeat center; */
    /* background-size: 100%;
    background-attachment: fixed;
    padding: 2% 0; */
    /* padding-top: 6%; */
    position: relative;
}

.index-contact-box {
    /* border: 1px solid rgba(255, 255, 255, .5); */
    /* width: 1200px; */
    /* height: 180px; */
    justify-content: center;

    /* align-items: center; */
    /* flex-direction: column; */
    color: rgba(255, 255, 255, .9);
    display: flex;
}

.index-contact-left {
    flex: 0 0 25vw;
    padding: 100px 100px;
    box-sizing: border-box;
}

.index-contact-box h2 {
    font-size: 2.5vw;
    margin-bottom: 20px;
}

.index-shuzi-box {
    /* position: absolute; */
    left: 0;
    bottom: 0;
    width: 100%;
    /* height: 130px; */
    background: url(../images/shujubg.jpg) no-repeat center;
    background-size: cover;
}

.numCount {
    padding: 0 100px;
}

/* .numCount ul{display: flex;height: 130px;} */
/* .numCount ul li{flex: 1;text-align: center;display: flex;align-items: center;justify-content: center;} */
.numCount {
    padding: 40px 0;
}

.numCount ul {
    display: flex;
    color: #fff;
}

.numCount ul li {
    flex: 1;
    text-align: center;
}

.numCount .numU {
    font-size: 2.5vw;
    font-weight: bold;
}

.numCount .unitC {
    font-size: 1vw;
}

.index-contact-right {
    flex: 1;
    padding: 10% 100px 10%;
    /* min-height: 280px; */
    background: url(../images/index-contact-bg.jpg) no-repeat center;
    /* display: flex */
    background-size: cover;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-attachment: fixed;
}

.index-contact-right p {
    padding: 0 300px;
    font-size: 1vw;
    line-height: 2em;
}

.index-contact-right .index-more {}



.index-news-bg {
    /* background: #f8f8f8; */
    padding: 6% 0;

}

.index-news-box {
    display: flex;
    padding: 0 10vw;
    position: relative;
}

.index-news-fixed-box {
    position: relative;
    padding-top: 2vw;
    width: 48vw;
}

.index-news-tit2 {}

.index-news-tit2 dl {
    display: flex;
}

.index-news-tit2 dl dd {
    flex: 0 0 162px;
    background: #1c68b9;
    /* text-align: center; */
    color: #fff;
    padding: 40px;
}

.index-news-tit2 dl dt {
    background: url(../images/ls-a10.jpg) no-repeat center;
    background-size: cover;
    flex: 1;
}

.index-news-tit3 {}

.index-news-tit3 dl {
    display: flex;
}

.index-news-tit3 dl dd {
    flex: 0 0 164px;
    background: #ddd;
    /* text-align: center; */
    color: #333;
    padding: 40px;
}

.index-news-tit3 dl dt {
    background: #ddd;
    flex: 1;
}

.index-news-left {
    flex: 0 0 48vw;
    position: relative;
    /* width: 100%; */
    /* background: #fff; */
    /* box-shadow: 0px 7px 31px -18px rgba(0, 0, 0, .2); */

}

.index-news-right {
    flex: 1;
    /* margin-left: 30px; */
}

.index-news-right-info {}

.news-r-top-img {
    height: 9vw;
    background: #f8f8f8
}

.news-r-top-img img {
    display: block;
    width: 100%;
    height: 9vw;
    object-fit: cover;
}

.index-news-info {
    /* padding: 40px 20px 20px; */
    /* padding: 50px 0 0; */

    /* height: 800px; */
}

.index-news-info .index-news-big-item {
    position: relative;
    /* margin-top: 60px; */
}

.index-news-info .index-news-big-item dl dt {
    overflow: hidden;
}

.index-news-info .index-news-big-item dl dt img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: all .5s;
    display: block;
}

.index-news-info .index-news-big-item dd {
    position: absolute;
    bottom: 0;
    right: 0;
    /* border-left:20px solid #004ea2; */
    /* height: 150px; */
    padding: 4% 6%;
    box-sizing: border-box;
    width: calc(100% - 0px);
    background: rgba(255, 255, 255, .85);
    color: #333;
}

.index-news-info .index-news-big-item dd p.p-title {
    font-size: 1.1vw;

}

.index-news-info .index-news-big-item:hover dd .p-title {
    color: #006fe6;
}

.index-news-info .index-news-big-item:hover dt img {
    transform: scale(1.15);
}


.index-news-info .index-news-big-item dd p.p-time {
    font-size: 0.7vw;
    padding-bottom: 10px;
    color: #999;
    overflow: hidden;
    position: relative;
}


.index-news-info .index-news-big-item dd::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #004ea2;
    z-index: 0;
    /* 让它在文字下方 */
    transition: width .2s ease-in-out;
}

.index-news-info .index-news-big-item dd * {
    position: relative;
    z-index: 1;
}

.index-news-info .index-news-big-item:hover dd {
    border-color: #004ea2;
    color: #fff !important
}

.index-news-info .index-news-big-item:hover dd * {
    color: #fff !important
}

.index-news-info .index-news-big-item:hover dd::after {
    width: 100%;
}








.index-news-info .index-news-info-item img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.index-news-info-item.type1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ddd;
}

.index-news-info-item a {
    color: #333;
    padding: 5% 8%;
    display: block;
}



.index-news-info-item.type2 {

    border-bottom: 1px dotted #ddd;
}

.index-news-info-item.type2 .p-title {
    font-size: 1.1vw;
    color: #333;
}

.index-news-info-item.type2 dl dd {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}

.index-news-info-item.type2 .p-time {
    font-size: 0.7vw;
    padding-bottom: 10px;
    color: #888;
    /* flex: 0 0 100px; */
    /* text-align: right; */
}

.index-news-info-item.type2:hover .p-title {
    color: #006fe6;
}


.head-box {
    display: flex;
    margin: 0 100px;
    justify-content: space-between;
    align-items: center;
}

.head-box .logo {}

.head-box .logo dl {
    display: flex;
    align-items: center;
}

.head-box .logo img {
    max-height: 50px;
}

.head-box .logo a {
    font-size: 1.05vw;
    color: #333;
    font-weight: bold;
}

.head-box .logo dt {
    display: flex;
    align-items: center;
}

.head-box .logo dd {
    line-height: normal;
    margin-left: 5px;
}

.head-box .logo dd span {
    display: block;
    font-size: .64vw;
    font-weight: normal;
}

header.toTop .head-box .logo a {
    color: #fff;
}

.head-box .login {
    color: #fff;
    margin-left: auto;
}

.head-box .search-box {
    border: 1px solid #ddd;
    border-radius: 20px;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    transition: all .5s;
    display: block;


}

.head-box .search-box form {
    display: flex;
    justify-content: space-between;
}

header.toTop .head-box .search-box {
    border: 1px solid transparent;
}

.head-box .search-box input {

    border: none;
    background: rgba(0, 0, 0, .0);
    width: 100px;
    line-height: 29px;
    visibility: visible;
    outline: none;
}

.head-box .search-box select {
    display: block;
    height: 30px;
    line-height: 30px;
    border: none;
    color: #666;
    text-align: center;
    background: rgba(0, 0, 0, .0);
    outline: none;
    visibility: visible;
}

.head-box .search-box select option {
    padding: 10px;
}

.head-box .search-box i {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    transition: all .5s;
    cursor: pointer;
}

header.toTop .head-box .search-box i {
    color: #fff;

}

header.toTop .head-box .search-box input {
    visibility: hidden;
}

header.toTop .head-box .search-box select {
    visibility: hidden;
}


header:hover .head-box .search-box input {
    visibility: visible !important;
    ;
}

header:hover .head-box .search-box {
    border-color: #ddd !important;
    ;
}

header:hover .head-box .search-box i {
    color: #004ea2 !important;
}

header:hover .search-box select {
    visibility: visible !important;
}


.head-box .nav {
    display: flex;
}

.head-box .nav li {
    position: relative;
}

.head-box .nav a {
    color: #333;
    display: block;
    padding: 22px 24px;
    font-size: 1.1vw;
}

.head-box .nav .nav-child a {

    line-height: 1em;
    font-size: 1.1vw;
}

.head-box .nav .nav-child a p {}

header.toTop .head-box .nav>li>a {
    color: #eee;
}

header:hover .head-box .nav>li>a {
    color: #333;
}

header:hover .head-box .logo dd {
    color: #333;
}

/* .head-box .nav .nav-child-bg {
    position: fixed;
    top: 66px;

    width: 100%;
    left: 0;
    display: none;
    box-shadow: 0px 7px 14px 2px rgba(0, 15, 79, 0.05);
} */
.head-box .nav .nav-child {

    width: fit-content;
    white-space: nowrap;
    /* 禁止换行，确保 div 宽度适应内容 */

    background: #fff;
    position: absolute;
    left: 0;
    min-width: 200px;
    top: 100%;
    display: none;
    box-sizing: border-box;
    background: #f8f8f8;

}

.head-box .nav .nav-child dd {
    position: relative;
}

.head-box .nav .nav-child dd .nav-child2 {

    width: fit-content;
    white-space: nowrap;
    /* 禁止换行，确保 div 宽度适应内容 */

    background: #f8f8f8;
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    box-sizing: border-box;
    min-width: 200px;
}

.head-box .nav li:hover>a {
    color: #004ea2 !important;

}

.head-box .nav .nav-child dd:hover>a {
    color: #004ea2 !important;
    background: #eee;
}

.head-box .nav .nav-child dd .nav-child2 a:hover {
    color: #004ea2 !important;
    background: rgba(0, 0, 0, .05);

}

.head-box .nav .nav-child dd:hover .nav-child2 {
    display: block;

}

.head-box .nav .nav-child a {
    color: #333;
    padding: 20px 40px 20px 24px;
    line-height: 1em;
    display: block;
    box-sizing: border-box;
}



.nav-child-l p {
    font-size: 0.8vw;
    line-height: 2.5em;

}

.nav-child-l p:hover {
    color: #004ea2;
}

.nav-child-l p::after {
    content: '>';
    opacity: 0;
    transition: all .5s;
}

.nav-child-l p:hover::after {
    opacity: 1;
}


.head-box .nav .nav-child dl {}

.head-box .nav .nav-child dl dt img {}

.head-box .nav li:hover .nav-child {
    display: block;
}



.banner.toTop {
    height: 100vh;
}

.banner {
    height: 70vh;
    overflow: hidden;
    transition: all .5s;
}


.banner-img-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner-img-box .banner-img-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.banner-img-box .banner-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-img-box .banner-img-item.cur img {
    animation: suofang 6s linear;
}

@keyframes suofang {
    from {
        transform: scale(1.05);
    }

    to {
        transform: scale(1);
    }
}

.banner .banner-img-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, .3);
}

.banner-text-box {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    /* text-align: center; */
    /* display: flex; */
    /* align-items: center; */
    /* display: flex;
    justify-content: center; */

}

.banner-text-item {
    display: none;

    color: #fff;
    /* font-weight: bold; */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 20%;
    /* align-items: center; */
    /* justify-content: center; */
}

.banner-text-p1 {
    font-size: 2.5vw;


    opacity: 0;
    transform: translateY(20px);
}

.banner-text-item.cur .banner-text-p1 {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s;
}


.banner-default-more {
    margin-top: 2vw;
    display: block;
    border: 1px solid #fff;
    line-height: 3em;
    font-size: 0.8vw;
    text-align: center;
    color: #fff;
    width: 10vw;
    /* opacity: 0;
    transform: translateY(20px); */
    /* transition-delay:2s; */
}

/* 
.banner-text-item.cur .banner-default-more{
    opacity: 1;
    transform: translateY(0);
    transition-delay:2s;
    transition: all 1s;
} */


.ban-nav {text-align: center;position: absolute;bottom:1vw;left: 0;width: 100%;z-index:20;}

.ban-nav span {
    background: rgba(255, 255, 255,1);
    display: inline-block;
    width: 100px;
    margin: 10px;
    height: 3px;
    /* border-radius: 50%; */
    transition: all .5s;
    /* border: 4px solid transparent; */
    cursor: pointer;


}
.ban-nav span.cur{width:260px;background: #004ea2;}
/* .ban-nav span:hover{transform: scale(1.1);} */
.pic-box {
    display: flex;
    width: 100%;
    
}

.pic-box li {
    flex: 1;
}

.pic-box li img {
    width: 100%;
}

footer {
    background: #f8f8f8;
    margin-top: 3%;
    padding: 0 6% 0;

}

.f-con {
    border-bottom: 1px solid #ddd;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding: 40px 0;
}

.f-con .f-l {
    display: flex;
    flex: 1;
    justify-content: space-around;
}

.f-con .f-l dl {
    font-size: 14px;
    line-height: 2em;
    /* flex: 1; */
}

.f-con .f-l dl dt {
    padding-bottom: 20px;
}

.f-con .f-l dl dd {
    font-size: 0.8vw;
    line-height: 2em;
    color: #666;
}

.f-top {
    display: flex;
}

.f-top-l {
    flex: 1;
}

.f-top-r {
    flex: 1;
    display: flex;
    justify-content: end;
}

.f-top-r dl {
    padding: 20px;
}

.f-top-r dl dd {
    /* padding: 20px 0; */
    font-size: 0.8vw;
    line-height: 2em;
    color: #666;
}

.f-top-r dl dt img {
    width: 120px;
    height: 120px;
}

.f-top-l-info li {
    font-size: 0.8vw;
    line-height: 2em;
    color: #666;
}

.f-top-l-info li a {
    color: #666;
}

.f-con dt a {
    color: #333;
    font-size: 24px;
}

.f-con dt a:hover {
    color: #004ea2;
}

.f-con dd a {
    color: #666;
}

.f-con dd a:hover {
    color: #004ea2;
}


.f-b {
    /* background: #fafafa; */
    padding: 20px 0;

}

.f-logo {
    padding: 2% 0 1%;
}

.f-logo dl {
    display: flex;
    align-items: center;
}

.f-logo img {
    max-height: 50px;
}

.f-logo a {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.f-logo dd {
    line-height: normal;
    margin-left: 5px;
}

.f-logo dd span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.f-b-con {
    /* max-width: 1200px; */
    /* display: flex; */
    /* margin: 0 auto; */
    font-size: 12px;
    line-height: 2em;
    color: #666;
}

.f-b-info {
    padding-top: 0.8vw;
    /* margin-left: 40px; */
}

.f-tel {
    font-size: 24px;
}

.f-tel .p1 {
    font-size: 14px;
    padding-bottom: 6px;
    margin-top: 20px;
}

.f-tel .p1:first-child {
    margin-top: 0;
}

.f-tel .p2 {
    font-weight: bold;
    color: #ff6900
}

.f-tel .p2 i {
    font-size: 26px;
    font-weight: normal;
}


.neiban {
    height: 500px;
    background: #ddd;
    background-size: cover
}

.neiban-box {
    display: flex;
    align-items: end;
    height: 100%;
    position: relative;
}

.neiban-text {
    /* position: absolute; */
    bottom: 100px;
    padding-bottom: 80px;
    font-weight: bold;
    color: #fff;
    font-size: 38px;
}

.neiban img {
    display: block;
    width: 100%;
}

.cat-nav-bg {
    padding-top: 2%;
    background: #fff;
    margin-bottom: 2%;
}

.cat-nav {
    margin: 0 auto;

    /* border-radius: 14px; */
    overflow: hidden;
    /* display: flex; */
    /* height: 70px; */
    position: relative;

    /* top: -35px; */
    /* box-shadow: 0px 7px 14px 2px rgba(0, 15, 79, 0.05); */
}

.cat-nav-l li {
    position: relative;
    /* background: #f8f8f8; */
    /* color: #004ea2; */
    color: #333;
    font-size: 20px;
}

.cat-nav-l li.cur {

    /* color: #fff; */
    /* border-radius: 14px; */
    overflow: hidden;
}

/* .cat-nav-l li.cur::after {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #004ea2;
} */

.cat-nav-l li a {

    line-height: 4vw;
    /* padding: 0 10px; */
    font-size: 2vw;
    color: #333;
}

.cat-nav-r {
    /* padding-left: 20px; */

}

.cat-nav-r li {
    position: relative;
}

.cat-nav-r li.cur a {
    color: #004ea2;
    font-weight: bold;
}

.cat-nav-r li.cur::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #004ea2;
}


.cat-nav>div {
    display: flex;
}

.cat-nav>div li a {}

.cat-nav-r li {
    margin-right: 2%;
}

.cat-nav-r li a {
    /* color: #004ea2; */
    /* font-weight: bold; */
    /* padding: 0 50px; */
    line-height: 4em;
    font-size: 1.1vw;
    color: #333;
}

.cat-info-box {
    margin: 3% auto;
}

.cat-tit {
    font-size: 40px;
    text-align: center;
    line-height: 1.5em;
}

.cat-info {
    padding: 2% 0;
}

.cat-info-l {
    width: 33.33%;
    float: left;
    /* border-radius: 0.8vw; */
    overflow: hidden;
}

.cat-info-l img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.cat-info-r {
    width: 66.66%;
    float: left;
    box-sizing: border-box;
    padding-left: 2%;
}

.cat-info-r .cat-info-r-tit {
    font-size: 40px;
    line-height: 1.5;
}

.cat-info-r .cat-info-content {
    color: #666666;
    padding-top: 23px;
}

.list-pro {
    margin: 3% auto;
}

.list-pro-nav {
    margin: 2% auto;
    background: #fff;
    border-radius: 30px;
    display: flex;
    height: 60px;
}

.list-pro-nav li a {
    line-height: 60px;
    display: block;
    text-align: center;
    color: #333;
}

.list-pro-nav li {
    flex: 1;
    /* border-radius: 30px; */
    overflow: hidden;
}

.list-pro-nav li.cur {
    background: rgb(62, 84, 163);
}

.list-pro-nav li.cur a {
    color: #fff;
}

.list-pro-ul {
    margin: 0 auto;
}

.list-pro-ul li {
    background: #fff;
    display: flex;
    display: none;
}

.list-pro-ul li.cur {
    display: flex;
}

.list-pro-ul li dt {
    flex: 2;
    overflow: hidden;
    padding-top: 28%;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 2%;
}

.list-pro-ul li dt img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.list-pro-ul li dd {
    flex: 3;
    padding-top: 2%;
    padding-right: 2%;
}

.list-pro-ul li dd b {
    display: block;
    font-size: 28px;
    color: #333;
    line-height: 2em;
    margin: 2% 0;
    font-weight: normal;
}

.list-pro-ul li dd p {
    line-height: 2em;
    font-size: 0.8vw;
    color: #666;
    margin: 2% 0;
    padding-bottom: 20px;
}

.list-pro-ul li dd span {
    border: 1px solid rgb(62, 84, 163);
    color: rgb(62, 84, 163);
    padding: 1% 2%;
    border-radius: 40px;
    margin: 2% 0;
}

.list-anli {
    overflow: hidden;
    padding-bottom: 4%;
    margin: 2% 0;
    position: relative;
    height: 26vw;
}

.list-anli ul {
    width: 1000vw;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
}

.list-anli ul li {
    width: 100vw;
    position: relative;
    float: left;
}

.list-anli ul li dt {
    width: 50%;
    position: relative;
    padding-top: 26%;
    z-index: 2;
    overflow: hidden;
    border-radius: 0 0.8vw 0.8vw 0;
}

.list-anli ul li dt img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.list-anli ul li dd {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    height: 98%;
    margin-left: -10%;
    width: 34%;
    padding: 2%;
    padding-left: 12%;
    /* border-radius: 0.8vw; */
}

.list-anli ul li .index {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    margin: 6% 0 4%;
}

.list-anli ul li .index span {
    font-size: 36px;
    color: rgb(62, 84, 163);
}

.list-anli ul li h3 {
    font-size: 32px;
    line-height: 1.6;
    font-weight: normal;
    color: #333;
    margin: 3% 0;
}

.list-anli ul li .catname {
    font-size: 24px;
    line-height: 1.58;
    color: #333;
}

.list-anli ul li p {
    font-size: 0.8vw;
    color: #666;
    line-height: 1.9;
}

.list-anli ul li .more {
    margin: 3% 0;
    color: rgb(62, 84, 163);
}

.list-anli-btn {
    text-align: center;
    position: absolute;
    bottom: 4%;
    width: 100%;
}

.list-anli-btn span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 10px;
    background: #eee;
}

.list-anli-btn span.cur {
    background: #f00;
}

.list-anli-btnl {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    background: #fff;
    border-radius: 0 10px 10px 0;
    z-index: 3;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}

.list-anli-btnr {
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    background: #fff;
    border-radius: 10px 0 0 10px;
    z-index: 3;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}


.list-fangan {
    margin: 3% auto;
    padding: 3% 0;
    background: url(../images/beijingtu-pc_001.jpg);
    background-size: cover;
}

.list-fangan-ul {
    margin: 2% auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}


.list-fangan-ul li {
    background: #fff;
    margin-right: 4%;
    margin-bottom: 4%;
    width: 48%;
    float: left;
    /* border-radius: 0.8vw; */
    overflow: hidden;
}

.list-fangan-ul2 li {
    background: #fff;
    width: 32%;
    margin-right: 2%;
}

.list-fangan-ul li:nth-child(2n) {
    margin-right: 0;
}

.list-fangan-ul2 li:nth-child(2n) {
    margin-right: 2%;
}

.list-fangan-ul2 li:nth-child(3n) {
    margin-right: 0;
}

.list-fangan-ul li.cur {}

.list-fangan-ul li dt {

    overflow: hidden;
    padding-top: 56%;
    display: flex;
    align-items: center;
    position: relative;
    background: #eee;
}

.list-fangan-ul li dt img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.list-fangan-ul li dd {
    padding: 4%;
}

.list-fangan-ul li dd b {
    display: block;
    font-size: 28px;
    color: #333;
    font-weight: normal;
}

.list-fangan-ul li dd p {
    line-height: 1.6em;
    font-size: 0.8vw;
    color: #666;
    margin: 2% 0;
    padding-bottom: 20px;
}

.list-fangan-ul li dd span {
    border: 1px solid rgb(62, 84, 163);
    color: rgb(62, 84, 163);
    padding: 1% 2%;
    border-radius: 40px;
    margin: 2% 0;
}


/* page-about */
.page-about-wenhua-bg {
    padding: 3% 0;
}

.page-about-wenhua-info {
    display: flex;
    flex-wrap: wrap;
}

.page-about-wenhua-info dl {
    flex: 0 0 50%;
    padding: 2% 100px 0 0;
    box-sizing: border-box;
}

.page-about-wenhua-info dl dt {
    font-size: 24px;
    /* font-weight: bold; */
    /* color: #004ea2; */
}

.page-about-wenhua-info dl dt i {
    font-size: 30px;
    color: #004ea2;
    padding-right: 10px;
}

.page-about-wenhua-info dl dd {
    padding: 3% 0;
    font-size: 18px;
    color: #666;
    line-height: 2.5em;
}

/* .page-qywh{display: flex;height:30vw;}
.page-qywh-l{flex: 1;display: flex;}
.page-qywh-l dl{flex: 1;margin: 10px;}
.page-qywh-r{flex: 2;display: flex;flex-wrap:wrap;}
.page-qywh-r dl{width: calc(50% - 20px);margin:10px;}
.page-qywh dl{background: #fff;text-align: center;display: flex;align-items: center;justify-content: center;flex-direction: column;} */
.page-about-jianjie-bg {
    background: #fff;
    padding: 3% 0;
}

.page-about-jianjie-info {
    font-size: 18px;
    color: #666;
    line-height: 2.5em;
}

.zl-pic {
    display: flex;
    justify-content: space-between;
}

.zl-pic-item {
    padding: 20px 0;
}

.zl-pic-item img {
    display: block;
    width: 100%;
    height: 272px;
    background: #eee;
    object-fit: scale-down;
    object-position: center;
}

.page-about-zhuanli-bg {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.page-about-zhuanli {
    background: rgba(255, 255, 255, .9);
    /* display: flex; */
    overflow: hidden;
}

.page-about-zhuanli-l {
    flex: 2;
    padding: 4%;
    /* padding-right: 4%; */
}

.page-about-zhuanli-l .l-box {
    /* width: 76%; */
    /* float: right; */
}

.page-about-zhuanli-r {
    flex: 1;
    background: url(../images/zhuanli2.jpg) no-repeat center;
    background-size: cover;
}

.page-about-zhuanli-l dd {
    color: #666;
    line-height: 1.6em;
    border-bottom: 1px solid #ddd;
    padding: 2% 0;
}

.page-about-zhuanli-l ul {
    display: flex;
    padding: 2% 0;
}

.page-about-zhuanli-l ul li {
    flex: 1;
    text-align: center;
}

.page-about-zhuanli-l ul li b {
    font-size: 38px;
    color: #004ea2;
}

.page-about-zhuanli-l ul li p {
    color: #666;
}

.page-about-ryzz {
    padding: 4% 0;
}

.page-about-ryzz-bg {
    background: url(../images/ryzz_bg.jpg) no-repeat center bottom;
}

.page-about-ryzz-ul {
    overflow: hidden;
    padding: 2% 0;
}

.page-about-ryzz-ul dl {
    background: #fff;
    float: left;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
    box-sizing: border-box;
    padding: 2%;
}

.page-about-ryzz-ul dl dt {
    position: relative;
    padding-top: 70%;
}

.page-about-ryzz-ul dl dt img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.page-about-ryzz-ul dl dd {
    line-height: 1.5em;
    text-align: center;
    height: 3em;
    margin-top: 4%;
}

.list-news-content {
    /* background: #fff; */
    position: relative;
    margin-bottom: 4%;
    border-radius: 0.8vw;
}

/* //////////////////////// */


.list-info-ul {
    /* padding: 40px 4% 0; */
    display: flex;
    flex-wrap: wrap;
}

.list-info-ul li.cur {
    transform: translateX(-4%);
}

.list-info-ul li {
    background: #fff;
    flex: 0 0 calc(50% - 10px);
    /* border-bottom: 1px dotted #ddd; */
    margin-bottom: 20px;
    padding-bottom: 20px;
    transition: all .2s;
    padding: 40px;
    box-sizing: border-box;
}
.list-info-ul li:hover{
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.list-info-ul li:nth-child(2n) {
    margin-left: 20px;
}

.list-info-ul dl {
    display: flex;
}

.list-info-ul dl dt {
    flex: 0 0 200px;
    height: 150px;
    overflow: hidden;
    margin-right: 40px;
}

.list-info-ul dl dt img {
    display: block;
    width: 100%;
    transition: all .5s;
}
.list-info-ul li:hover dl dt img{
    transform: scale(1.1);
}
.list-info-ul dl dd {
    flex: 1;
}

.list-info-ul li dd p {
    transition: all .2s;
    font-size: 1vw;
    font-weight: bold;
    color: #333;
    line-height: 2em;
    height: 2em;
    overflow: hidden;
    transition: all .5s;
}
.list-info-ul li:hover dd p{
    color: #004ea2;
}

.list-info-ul li .time {

    color: #666;
    /* font-weight: bold; */
}

.list-info-ul li .desc {
    font-size: .7vw;
    color: #666;
    line-height: 2em;
    height: 6em;
    margin: 10px 0;
    overflow: hidden;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 限制显示三行 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-info-ul li .news-li-bottom {
    border-top: 1px solid #ddd;
    line-height: 3em;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.list-info-ul li .more {
    /* color: #004ea2; */
    color: #333;
    display: block;
}

.list-info-ul li.cur p {
    color: #004ea2;
}










.list-pic-ul {
    display: flex;
    flex-wrap: wrap;
}

.list-pic-li {
    flex: 0 0 23%;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    width: 23%;
    margin: 0 1% 1% 1%;
    padding: 1%;
    box-sizing: border-box;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.list-pic-li dt {
    position: relative;
    /* aspect-ratio: 4 / 3; */
    overflow: hidden;
}

.list-pic-li dt img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: scale-down;
    transition: all .5s;
}
.list-pic-li:hover dt img {
    transform: scale(1.1);
}

.list-pic-li dd p {
    font-size: 0.8vw;
    color: #333;
    line-height: 2em;
    overflow: hidden;
    text-align: center;
    position: relative;
}



.list-pic-li dd p::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #004ea2;
    z-index: 0;
    /* 让它在文字下方 */
    transition: width .2s ease-in-out;
}

.list-pic-li dd p * {
    position: relative;
    z-index: 1;
}

.list-pic-li:hover p {
    border-color: #004ea2;
    color: #fff !important
}

.list-pic-li:hover p * {
    color: #fff !important
}

.list-pic-li:hover p::after {
    width: 100%;
}



/* 分页 */
.page {
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 20px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    /* border: 1px solid #ddd; */
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 0.8vw;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.category-pro-ul {
    display: flex;
    flex-wrap: wrap;
}

.category-pro-ul li {
    width: 49%;
    background: #FFF;
    margin-bottom: 2%;
}

.category-pro-ul li:nth-child(2n) {
    margin-left: 2%;
}

.category-pro-ul li dd b {
    display: block;
    font-size: 1.4vw;
    color: #333;
    font-weight: normal;
}

.category-pro-ul li dd {
    padding: 4% 2%;
    overflow: hidden;
}

.category-pro-ul li dd .jianjie {
    line-height: 1.6em;
    color: #666;
    margin-top: 2%;
}

.category-pro-ul li img {
    display: block;
    width: 100%;
    height: 100%;
}

.category-pro-ul li dt {
    position: relative;
    padding-top: 34%;
}

.category-pro-ul li dt img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.category-pro-ul li dd .more {
    color: #004ea2;
    margin-top: 2%;
    border: 1px solid #004ea2;
    padding: 1% 2%;
    display: block;
    float: right;
}


.category-fangan-ul {}

.category-fangan-ul li {
    background: #FFF;
    margin-bottom: 2%;
    border-bottom: 1px solid #eee;
    margin-bottom: 2%;
    padding-bottom: 2%;
}

.category-fangan-ul li dl {
    display: flex;
}

.category-fangan-ul li dt {
    flex: 1;
    padding: 2%;
    background: #FBFBFB;
}

.category-fangan-ul li dt b {
    display: block;
    font-size: 24px;
    color: #004ea2;
    /* text-align: center; */
}

.category-fangan-ul li dt .jianjie {
    line-height: 1.6em;
    color: #666;
    margin-top: 2%;
}


.category-fangan-ul li dt .more {
    color: #004ea2;
    margin-top: 2%;
    border: 1px solid #004ea2;
    padding: 1% 2%;
    display: block;
    float: right;
}

.category-fangan-ul li dd {
    flex: 4;
    display: flex;
    flex-wrap: wrap;
}

.category-fangan-ul li dd .category-fangan-item {
    /* float: left; */
    flex:0 0 23%;
    /* width: 23%; */
    margin: 0 1% 1% 1%;
    padding: 1%;
    box-sizing: border-box;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

.category-fangan-ul li dd .item-pic-box {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.category-fangan-ul li dd .item-pic-box img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: scale-down;
    left: 0;
    top: 0;
    transition: all .5s;
}

.category-fangan-ul li dd .category-fangan-item a {
    color: #333;
}
.category-fangan-ul li dd .category-fangan-item:hover .item-pic-box img{
    transform: scale(1.1);
}

.category-fangan-ul li dd p {
    text-align: center;
    font-size: 0.8vw;
    margin-top: 4%;
    line-height: 2em;
    /* height: 3em; */
    color: #666;
    position: relative;
}

.category-fangan-ul li p::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #004ea2;
    z-index: 0;
    /* 让它在文字下方 */
    transition: width .2s ease-in-out;
}

.category-fangan-ul li dd p * {
    position: relative;
    z-index: 1;
}

.category-fangan-ul li dd .category-fangan-item:hover p {
    border-color: #004ea2;
    color: #fff !important
}

.category-fangan-ul li dd .category-fangan-item:hover p * {
    color: #fff !important
}

.category-fangan-ul li dd .category-fangan-item:hover p::after {
    width: 100%;
}








.category-case-li {
    display: flex;
    padding: 2% 0;
}

.category-case-li-bg {
    background: #f8f8f8;
}

.category-case-li-l {
    flex: 2;
    position: relative;
    padding-top: 40%;
    margin-right: 20px;
}

.category-case-li-l p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    font-size: 20px;
    box-sizing: border-box;
    padding: 0 2%;
    color: #fff;
    line-height: 2em;
}

.category-case-li-bg .category-case-li-l {
    margin: 0 0 0 20px;
}

.category-case-li-l img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.category-case-li-r {
    flex: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.category-case-li-r-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 2%;
    color: #fff;
    line-height: 2em;
}

.category-case-li-r-item {
    display: flex;
}

/* .category-case-li-r-item a{display: block;} */
.category-case-li-r-item div {
    flex: 1;
    position: relative;
    padding-top: 37%;
}

.category-case-li-r-item div a {
    color: #fff;
    display: block;
}

.category-case-li-r-item div img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.category-case-li-r-item div:first-child {
    margin-right: 20px;
}

.category-case-li-r-info {
    padding-top: 4%;
}

.category-case-li-r-info b {
    font-size: 26px;
    color: #333;
}

.category-case-li-r-info .jianjie {
    font-size: 14px;
    color: #666;
    line-height: 1.8em;
    margin-top: 2%;
}

.category-case-li-r-info .more {
    font-size: 0.8vw;
    color: #004ea2;
    border: 1px solid #004ea2;
    margin-top: 2%;
    padding: 1% 2%;
    display: inline-block;
}


.show-pro-top {
    display: flex;
    padding: 4% 0;
}

.show-pro-top-l {
    flex: 1;
}

.show-pro-top-r {
    flex: 2;
}

.show-pro-top-l dt {
    position: relative;
    padding-top: 60%;
    background: #fff;
}

.show-pro-top-l dt img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}

.show-pro-top-r h1 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: normal;
}

.show-pro-top-r {
    margin-left: 4%;
}

.show-pro-top-r .jianjie {
    color: #666666;
    padding-top: 23px;
    font-size: 0.8vw;
    line-height: 2em;
}

.show-pro-content {
    padding: 4% 0;
    display: flex;
}

.show-pro-content-bg {
    background: #fff;
}

.show-pro-content-l {
    flex: 4;
    box-shadow: 0 5px 13px rgba(0, 0, 0, .1);
    background: #fff;
    padding: 40px 40px;
}

.show-pro-content-r {
    flex: 1;
}

.show-pro-content-info {
    font-size: 0.8vw;
    line-height: 2em;
}

.show-pro-content-info table {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.show-pro-content-info table th,
.show-pro-content-info table td {
    border: 1px solid #ddd;
}

.cat-tit2 {
    font-size: 20px;
    font-weight: bold;
    color: #004ea2;
    margin-bottom: 10px;
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 10px;
}

.show-pro-content-l .cat-tit2 {
    border-bottom: 1px solid #ddd;
}

.show-pro-content-r {
    padding: 40px;
}

.xgcp {
    border: 1px solid #ddd;
    background: #f8f8f8;
    margin-bottom: 20px;
    background: #f8f8f8;
}

.xgcp dt {
    position: relative;
    /* padding-top: 60%; */
    aspect-ratio: 4 / 3;

}

.xgcp dt img {
    width: 100%;
    height: 100%;
    background: #fff;
    object-fit: scale-down
}

.list-anli-box {
    padding: 2% 0;
    background: #f8f8f8;
}

.xgcp dd {
    background: #fff;
    text-align: center;
    line-height: 3em;
    font-size: 0.8vw;
    color: #333;
}

.cat-more-ul {
    padding-bottom: 4%;
}

.cat-more-ul li {
    line-height: 3em;
    background: #fff;
    margin-bottom: 4px;
}

.cat-more-ul li a {
    color: #333;
    padding-left: 20px;
}

.show-pro-btn {
    overflow: hidden;
    margin-top: 2%;
}

.show-pro-btn li {
    background: #fff;
    float: left;
    margin-right: 20px;
}

.show-pro-btn li a {
    padding: 15px 30px;
    display: block;
    color: #fff;
}

.show-pro-btn li i {
    font-size: 24px;
    padding-right: 10px;
}

.show-pro-btn .btn1 {
    background: #004ea2;
}

.show-pro-btn .btn2 {
    background: rgb(240, 173, 60);
}

.show-content {
    padding: 2% 0;
}

.show-content .show-title {
    font-size: 36px;
    color: #333333;
    line-height: 1.75;
    font-weight: normal;
}


.show-content-top {
    padding-bottom: 2%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 2%;
    text-align: center;
}

.show-content-pic {
    text-align: center;
}

.show-content-pic img {
    max-width: 100%;
    margin: auto;
}

.page-title {
    text-align: center;
    font-size: 26px;
    padding: 2% 0;
}

.show-content-info {
    font-size: 0.8vw;
    line-height: 2em;
}

.page-content-info {
    font-size: 0.8vw;
    line-height: 2em;
}

.page-contact {
    display: flex;
    padding: 2% 0;
}

.page-contact .page-contact-l {
    flex: 2;
    padding: 4%;
    padding-right: 4%;
    background: #fff;
}

.page-contact-l h1 {
    font-size: 28px;
    font-weight: bold;
    color: #004ea2;

}

.page-contact-l ul {
    padding: 2% 0;
}

.page-contact-l ul li {
    padding: 2% 0;
    font-size: 20px;
    line-height: 2.4em;
    color: #333;
    display: flex;
    flex-direction: column;
}

.page-contact-l ul li span {
    display: block;
    font-size: 0.8vw;
}



.page-contact-l li i {
    font-size: 30px;
    float: left;
    padding-right: 10px;
}

.page-contact .page-contact-r {
    flex: 4;
}

.page-contact-info {

    padding: 2%;

}

.page-contact-xswd-bg {
    background: #fff;
}

.page-contact-xswd-box {
    /* display: flex; */
    padding: 2% 0;
}

.page-contact-xswd-left {
    flex: 0 0 300px;
}

.page-contact-xswd {

    display: flex;
    flex-wrap: wrap;
}

.page-contact-xswd li {
    width: 32%;
    box-sizing: border-box;
    padding: 2%;
    margin-bottom: 2%;
    background: #f8f8f8;
    margin-right: 2%;
}

.page-contact-xswd li:nth-child(3n) {
    margin-right: 0;
}

.page-contact-xswd li p.xswd-tit {
    font-size: 24px;
    font-weight: bold;
    color: #004ea2;
    margin-bottom: 2%;
}

.page-contact-xswd li p {
    color: #333;
    font-size: 0.8vw;
    line-height: 2em;
}

.page-content-qywh-box1 {
    background: url(../images/zhuanli_bg.jpg) no-repeat center bottom;
    background-size: cover;
    color: #fff;
    padding: 80px;
}

.page-content-qywh-box1 b {
    font-size: 28px;
}

.page-content-qywh-box1 p {
    font-size: 24px;
    margin-top: 20px;
}

.page-content-qywh-li dl {
    display: flex;
    position: relative;
}

.page-content-qywh-li dl dt,
.page-content-qywh-li dl dd {
    flex: 0 0 50%;
}

.page-content-qywh-li dl dt img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-content-qywh-li .fix {
    /* position: absolute; */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    /* width: 200px; */
    /* height: 80px; */
    /* line-height: 80px; */
    font-size: 24px;
    /* background: #004ea2; */
    /* text-align: center; */
    /* color: #fff; */
}

.page-content-qywh-li dl dd {
    padding: 100px 150px;
    box-sizing: border-box;
    background: #fff;
    font-size: 24px;
}


.page-liuyan-bg {
    padding: 4% 0;
}

.page-liuyan-bg input[type="text"] {
    flex: 1;
    margin-right: 4%;
    background: #fff;
    line-height: 3em;
    font-size: 0.8vw;
    border: 1px solid #ddd;
    padding-left: 20px;
}

.page-liuyan-bg .no {
    margin-right: 0 !important;
}

.page-liuyan-bg p {
    display: flex;
    padding-bottom: 2%;
}

.page-liuyan textarea {
    background: #fff;
    font-size: 0.8vw;
    line-height: 2em;
    border: 1px solid #ddd;
    width: 100%;
    padding-left: 20px;
    height: 150px;
}

.page-liuyan {
    padding-top: 2%;
}

.page-liuyan .layui-btn {
    margin: 0 auto !important;
    background: #004ea2;
    width: 100%;
    line-height: 4em;
    height: 4em;
}

.show-page {
    border-top: 1px solid #ddd;
    padding-top: 2%;
    margin-top: 2%;
}

.show-page li {
    font-size: 0.8vw;
    line-height: 2em;
}

.show-page li a {
    color: #333;
    font-weight: bold;
}

.show-page .back {
    text-align: center;
}

.show-page .back a {
    color: #fff;
    border-radius: 30px;
    background: #999;
    display: inline-block;
    padding: 10px 40px;
}

.show-page .back i {
    font-size: 24px;
}

.show-page .back:hover a {
    background: #004ea2;
}

.list-zhaopin {
    /* display: flex; */
    flex-wrap: wrap;
}



.list-zhaopin dl {
    flex: 0 0 calc(50% - 40px);
    /* margin: 20px; */
    display: flex;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}


.list-zhaopin dl .dd-l .dd-l-t {
    /* padding-left: 20px; */
    font-weight: bold;
    display: flex;
    color: #333;
    font-size: 20px;
}

.dd-l-t .zp-title a {
    color: #333;
}

.zp-bioaqian {
    padding: 10px 0;
}

.zp-bioaqian span {
    background: #eee;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 10px;
}

.list-zhaopin dl .dd-l .dd-l-t p {
    padding-right: 20px;
}

.list-zhaopin dl .dd-l .dd-l-b {
    display: flex;
}

.list-zhaopin dl .dd-l .dd-l-b p {
    padding-right: 20px;
}

.list-zhaopin dl .dd-l .dd-l-t .zp-xinzi {
    color: #fe574a;
}

.list-zhaopin dl .dt-r {
    padding-right: 20px;
}

.list-zhaopin dl dd {
    /* display: none; */
    padding: 20px;
    font-size: 0.8vw;
    line-height: 2em;
}

.zp-more {
    border-radius: 5px;
    display: block;
    border: 1px solid #004ea2;
    line-height: 3em;
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
    color: #004ea2;
    /* width: 200px; */
}



.search-list-ul {
    margin: 0 auto;
}

.search-list-ul li {
    background: #fff;
    display: flex;
    margin-bottom: 2%;
}

.search-list-ul li.cur {
    display: flex;
}

.search-list-ul li dt {
    flex: 2;
    overflow: hidden;
    padding-top: 28%;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 2%;
}

.search-list-ul li dt img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.search-list-ul li dd {
    flex: 3;
    padding-top: 2%;
    padding-right: 2%;
}

.search-list-ul li dd b {
    display: block;
    font-size: 28px;
    color: #333;
    line-height: 2em;
    margin: 0 0 2%;
    font-weight: normal;
}

.search-list-ul li dd p {
    line-height: 2em;
    font-size: 0.8vw;
    color: #666;
    margin: 2% 0;
    padding-bottom: 20px;
}

.search-list-ul li dd .catname {
    line-height: 2em;
    font-size: 14px;
    color: #666;
}

.search-list-ul li dd span {
    border: 1px solid rgb(62, 84, 163);
    color: rgb(62, 84, 163);
    padding: 1% 2%;
    border-radius: 40px;
    margin: 2% 0;
}



.fixed-right-btn {
    position: fixed;
    right: 10px;
    bottom: 10%;
    opacity: 1;
    transition: all .5s;
    z-index: 9999;
    /* display: block; */

}

.fixed-right-btn.toTop {
    opacity: 0;
    pointer-events: none;
    /* display: none; */
}

.fixed-right-btn .btn-box {
    display: block;
    width: 14px;
    position: relative;
    padding: 10px;

}

.fixed-right-btn .btn-box .btn-box-info {
    position: absolute;
    right: calc(100% + 20px);
    bottom: calc(0% - 30px);
    background: #fff;
    color: #333;
    padding: 20px;

    border-radius: 0.8vw;
    font-size: 0.8vw;
    line-height: 2em;
    overflow: hidden;
    display: none;
    width: 460px;
    height: auto;
    /* border-right: 10px solid transparent; */
}

/* .fixed-right-btn .btn-box:hover .btn-box-info {

    display: block;
} */
.fixed-right-btn .btn-box .btn-box-info .btn-box-info-item{
    margin-bottom: 20px;
}

.fixed-right-btn .first-box {
    border-radius: 0.8vw;

    margin-bottom: 10px;
    font-size: 14px;
    /* background: #004ea2; */
    background-image: linear-gradient(317deg, #21098d 0%, #1154C0 100%);
}

.fixed-right-btn .first-box .btn-box {

    color: #fff;

}

.fixed-right-btn .item-box {
    background: #fff;
    border-radius: 0.8vw;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #1154C0;
    /* cursor: pointer; */
    /* 需要设置边框宽度 */
    /* border-image: linear-gradient(317deg, #21098d 0%, #1154C0 100%); */
    /* border-image-slice: 1; */
    /* 让 `border-radius` 影响 `border-image` 的显示 */
    /* -webkit-mask-image: radial-gradient(circle, white 98%, transparent 100%); */
    /* mask-image: radial-gradient(circle, white 98%, transparent 100%); */
}

.fixed-right-btn .item-box .btn-box {
    border-bottom: 1px solid #ddd;


}

.fixed-right-btn .item-box .btn-box:last-child {
    border-bottom: 0;
    /* padding: 10px 0; */
}

.fixed-right-btn .btn-box .btn-box-info b {
    color: #004ea2;
}

.fixed-right-btn .btn-box .btn-box-info .iconfont {
    font-size: 18px;
    padding-right: 10px;
}

.fixed-right-btn .btn-box .btn-box-info {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}