html {
    width: 100%;
    min-width: 1366px;
    overflow-x: hidden;
}

body {
    width: 100%;
    overflow-x: hidden;
}

.header {
    height: 100px;
    position: initial;
}

.index-video video{
    height: 840px;
    width: 100%;
}

.index-about-us {
    margin: 0 auto;
    padding: 70px 0;
    text-align: center;
}

.index-about-us img{
    width: 1495px;
}

.w1366 {
    width: 1366px;
}

#nav dl {
    margin: 0 48px;
    height: 120px;
}

.swiper-wrapper-video video {
    object-fit: cover;

}

.er-menu-item {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 54;
    height: 300px;
    transition: all 0.3s;
    overflow: hidden;
    height: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 20px #f3f3f3 inset;
}

#nav {
    height: 100px;
    line-height: 100px;
    margin-top: 0;
}

#nav dl dt:hover a {
    color: #255fcc;
}

#nav dl dt:hover .er-menu-item {
    height: 220px;
}

#nav dl dt:hover {
    padding: 0;
    border-top: 0;
    background: none;
    border-bottom: 5px solid #255fcc;
}

#nav dl dt {
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    height: 100px;
}

.myerMenuSwiper {
    height: 100%;
}

.myerMenuSwiper .swiper-slide {
    background: none;
}

.er-menu-list-item {
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(../img/er-bg.png) no-repeat top 75% left;
    background-size: 100% auto;
}

.er-menu-list-item span {
    font-size: 20px;
    line-height: 40px;
    margin-top: -10px;
}

#nav dl dt:hover dt > a {
    color: #255fcc !important;
}

.er-menu-list-item:hover .myerMenuSwiper a span {
    color: #255fcc !important;
}

.er-menu-list-item img {
    width: 50%;
}

.er-menu-list-item:hover img {
    background: url(../img/er-active.png) no-repeat top center;
    background-size: 100% auto;
}

.header-top-sty {
    /* 	position: sticky;
    top: 0;
    left: 0; */
    background-color: #fff;
    z-index: 55;
    box-shadow: 1px 0px 15px #ccc;
}

.bg-f {
    background-color: #fff;
}

.swiper-container {
    width: 100%;
    overflow-x: hidden;
    height: 750px;
}

.swiper-wrapper-video {
    width: 100%;
    height: 750px;
}

.swiper-wrapper-video video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-slide {
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}

.header .logo {
    float: inherit !important;
}

#nav {
    float: inherit !important;
}

.swiper-pagination-video {
    bottom: 40px !important
}

.swiper-pagination-video .swiper-pagination-bullet {
    width: 100px;
    height: 4px;
    border-radius: 2px;
    margin: 0 8px !important;
    opacity: 1;
    background-color: #fff;
}

.swiper-pagination-video .swiper-pagination-bullet-active {
    background-color: #1869FF;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    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-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}

.header-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

#nav a {
    font-weight: bold;
}

.bg-f3 {
    background: #f6f7fa;
}

.business-scope-con {
    margin: 0 auto;
    padding: 70px 0;
    text-align: center;
}

.bg-text-item {
    background: url(../img/text-img.png) 50% 100% no-repeat;
    background-size: 100% 60%;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 60px;
    box-sizing: border-box;
    font-size: 36px;
    font-weight: bold;
}

.mySwiper {
    width: 100%;
}


.partnership-item {
    width: 100%;
    padding-top: 70px;
    text-align: center;
    margin-bottom: 20px;
}

.part-con {
    background: url(../img/pre-img.png) repeat-x bottom;
}

.cpm-logo-item {
    box-shadow: 1px 1px 20px #ccc;
    background-color: #fff;
    padding: 20px 0;
    width: 100%;
}

.cpm-logo-item-con {
    margin: 0 auto;
}

.cpm-logo-item-con .swiper-slide {
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
}

.cpm-logo-item-con .swiper-slide img {
    width: 80%;
}

.part-con-img {
    border-radius: 10px 10px 0 0;
    height: 404px;
}

.part-con-img p {
    color: #fff;
    width: 350px;
}

.part-con-img p:nth-child(1) {
    font-size: 36px;
    padding: 6% 0 0 58.3%;
}

.part-con-img p:nth-child(2) {
    font-size: 20px;
    margin-left: 59%;
    text-align: left;
}

.recent-con {
    padding: 70px 0;
    margin: 0 auto;
    text-align: center;
}

.bottomAni img {
    transform: scale(1, 1);
    transition: all 0.3s;
    width: 100%;
}

.bottomAni img:hover {
    transform: scale(1.2, 1.2);
}

.news-item-con {
    width: 100%;
    height: 500px;
    display: -webkit-box;
}

.news-img-item {
    width: 50%;
    height: 100%;
    position: relative;
}

.news-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-list-item {
    width: 50%;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    height: 100%;
}

.news-list-more {
    font-weight: 700;
    font-size: 18px;
    right: 17%;
    position: absolute;
    margin-top: 20px;
    letter-spacing: 5px;
}

.news-list-more a {
    color: #70A6FF;
}

.news-list-ul {
    height: 100%;
    overflow-y: scroll;
}

.news-list-ul::-webkit-scrollbar {
    display: none;
}

.news-list-title {
    font-size: 28px;
    font-weight: bold;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-list-time {
    font-size: 16px;
    color: #808080;
}

.detail-text {
    text-align: right;
    color: blue;
    display: none;
    font-size: 18px;
}

.detail-text span {
    cursor: pointer;
}

.detail-text span:hover {
    text-decoration: underline
}

.news-list {

    padding: 15px 20px;
    box-sizing: border-box;
    transition: all 0.3s;
    margin-left: 0;
    text-align: left;
    margin: 20px;
}

.news-list:hover {
    box-shadow: 1px 1px 20px #a0a0a0;
    border-top: 10px solid #255FCC;
}

.news-list:hover .detail-text {
    display: block;
}

.img-item-bottom {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 20;
    bottom: 0;
}

.have-time {
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    padding: 5px 10px;
    text-align: left;
    box-sizing: border-box;
}

.hava-title {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 28px;
    color: #fff;
    text-align: left;
}

.pro-desc {
    background: url(../img/cpfw-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 30px 0 5% 0;
}

.pro-desc > div {
    color: #fff;
    box-sizing: border-box;
    font-size: 26px;
    text-indent: 60px;
    text-align: left;
    line-height: 45px;
    margin: auto;
}

.pro-desc-img {
    margin-top: -120px;
}

.pro-desc-img img {
    width: 750px;
    height: 410px;
    margin: 20px 10px 0 10px;
}

.pro-desc-img img[src*='未找到该标签内容'] {
    display: none;
}

.pro-jg {
    background: url(../img/cpjg-bg.png) no-repeat;
    background-size: 100% 100%;
}

.pro-jg-con {
    margin: 0 auto;
    padding: 70px 0;
    text-align: center;
}

.pro-jg-desc {
    width: 100%;
}

.pro-jg-desc img {
    width: 100%;
}

.c-f {
    color: #fff;
}

.pro-ys {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-anli {
    width: 100%;
    overflow: hidden;
}

/*.swiper-anli .swiper-wrapper {*/
/*    display: flex;*/
/*    place-content: center;*/
/*}*/

.collaCase {
    width: 30% !important;;
    margin: 0 20px 10px 20px;
    box-shadow: 0px 0px 15px 2px rgba(0,71,178,0.2);
}

.collaCase-title {
    background-color: #4881EB;
    height: 80px;
    font-size: 30px;
    color: #f3f3f3;
    line-height: 70px;
    letter-spacing: 10px;
}

.collaCase-img img{
    width: 100%;
    height: 189px;
}

.collaCase-content {
    height: 290px;
    font-size: 22px;
    text-align: left;
    text-indent: 2em;
    padding: 40px 35px;
    letter-spacing: 3px;
    line-height: 35px;
}


.carousel {
    display: flex;
    flex: 1;
    position: relative;
    height: 600px;
    background: url(../img/ys-center.png) center 55% no-repeat;
    background-size: 100% 50%;
}

.carousel > #carousel {
    width: 100%;
    height: 100%;
    position: relative;
}

.r-item {
    width: 169px !important;
    line-height: 139px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    height: 169px;
    background: url(../img/ys-r.png) no-repeat;
}

.carousel-text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    color: blue;
}

.cooper-con {
    margin: 0 auto;
    padding: 70px 0 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;

}

.cooper-con-left {
    width: 30%;
    box-shadow: 1px 1px 20px #ccc;
}

.cooper-con-right {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-left: 30px;
    box-sizing: border-box;
}

.cooper-con-left-title {
    width: 100%;
    height: 100px;
    color: #255fcc;
    text-align: center;
    line-height: 100px;
    font-size: 40px;
    font-weight: 500;
    background: url(../img/prodect-title-bg.png) no-repeat center;
}

.cooper-con-left-select {
    width: 100%;
    padding: 26px;
    background-color: #fff;
    box-sizing: border-box;
}

.cooper-con-right-content img {
    width: 100%;
}

.select-list {
    display: flex;
    height: 66px;
    font-size: 20px;
    box-sizing: border-box;
    font-weight: bold;
    background-color: #4fe1af;
}

.select-list-bg-1 {
    background: url(../img/prodect-bg-1.png) no-repeat;
    background-size: 100% 100%;
}

.select-list-bg-2 {
    background: url(../img/prodect-bg-2.png) no-repeat;
    background-size: 100% 100%;
}

.select-list-bg-3 {
    background: url(../img/prodect-bg-3.png) no-repeat;
    background-size: 100% 100%;
}

.select-list-bg-4 {
    background: url(../img/prodect-bg-4.png) no-repeat;
    background-size: 100% 100%;
}

.select-view {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding-left: 110px;
}

.select-view img {
    transition: all 0.3s;
}

.select-list-img {
    width: 60px;
}

.select-con {
    height: 46px;
    transition: all 0.2s;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.select-con a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.chose-img-active {
    display: none;
}

.select-scroll {
    max-height: 0;
    transition: all 0.3s;
    overflow-y: scroll;
}

.select-scroll::-webkit-scrollbar {
    width: 4px;
}

.select-scroll::-webkit-scrollbar-thumb {
    background-color: #e3e4e8;
}

.s-c-img {
    width: 60px;
    padding-right: 6px;
    text-align: right;
    box-sizing: border-box;
}

.select-con-name {
    font-size: 20px;
    display: flex;
    flex: 1;
    color: #333;
}

.select-con:hover .chose-img-active {
    display: inline-block;
}

.select-con:hover .select-con-name {
    color: #238bf6;
}

.select-con:hover {
    background-color: rgba(37, 95, 204, 0.2);
}

.select-header {
    margin-bottom: 26px;
    border-radius: 6px;
    transition: box-shadow 0.3s;
}

.active_menu {
    border: 1px solid #fff;
    box-shadow: 1px 1px 16px #ccc;
}

.active_menu .select-scroll {
    max-height: 1000px !important;
}

.active_menu .select-view {
    background-position-x: -15px;
}

.active-name .select-con-name {
    color: #7dacf0;
}


.hz-img-con {
    margin: 0 auto 200px auto;
}

.hz-desc-img {
    width: 100%;
    margin-top: 200px;
    margin-bottom: -50px;
}

.prodect-serve-title {
    margin: auto;
    width: 70%;
    text-align: center;
    background: linear-gradient(to right,#79CFFF,#255FCC);
    height: 55px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 10px;
    padding-top: 10px;
    border-radius: 15px;
    box-shadow: 0 0 6px 3px #c6c7cc;
    z-index: 1;
    text-shadow: 0 0 8px #5f6271;
}

.prodect-serve-content {
    min-height: 440px;
    background-color: #fff;
    box-shadow: 0 0 6px 3px #c6c7cc;
    border-radius: 15px;
    margin-top: -30px;
    padding: 60px 20px 40px 20px;
}

.prodect-desc-img {
    margin-top: 260px;
    margin-bottom: -50px;
}

.prodect-desc-img img {
    width: 100%;
    height: 512px;
}

.news-item {
    display: -webkit-box;
    margin: 15px auto;
    padding: 25px 0;
}

.news-item-page {
    padding-left: 30%;
    width: 600px;
    font-size: 20px;
}

.link-time {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.timg-deltal {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.timg-deltal img {
    margin-right: 12px;
    width: 36px;
    height: 36px;
}

.timg-deltal span {
    font-size: 24px;
    color: #dbdfe0;
}

.right-sty {
    display: none;
}

.news-img-con {
    margin-left: 70px;
}

.news-img-con img {
    width: 450px;
    height: 260px;
    object-fit: cover;
}

.news-con {
    width: 60%;
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
}

.news-title {
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    margin-top: 20px;
}

.news-con-text {
    font-size: 24px;
    line-height: 46px;
    height: 138px;
    display: inline-block;
}

.news-con-text img {
    display: none;
}

.news-item-sty {
    cursor: pointer;
    transition: all 0.3s;
}

.news-item-sty:hover {
    box-shadow: 1px 1px 15px #ccc;
}

.news-item-sty:hover .news-title {
    color: #255fcc;
}

.news-item-sty:hover .right-sty {
    display: block;
}

.right-sty img {
    width: 80%;
}

.about-us-con {
    margin: 0 auto;
    text-align: center;
    padding: 70px 0;
}

.about-us-item {
    position: relative;
    width: 100%;
    height: 760px;
}

.about-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 54%;
}

.about-title1,
.about-title2 {
    box-shadow: 1px 1px 20px #f3f3f3;
    background-color: #fff;
    padding: 40px 50px;
    box-sizing: border-box;
    font-size: 24px;
    text-indent: 60px;
    line-height: 35px;
    text-align: left;
}

.about-title1 {
    position: absolute;
    top: 55px;
    width: 70%;
    right: 0;
}

.about-title2 {
    position: absolute;
    bottom: 0;
    width: 92%;
    right: 0;
}

.gs-name {
    font-weight: 600;
}

.del-text {
    text-indent: 0px;
    font-weight: 600;
}

.about-title2 {
    padding-right: 160px;
    background: url(../img/right-bg-us.png) no-repeat right center #fff;
    background-size: auto 100%;
}

.wenhua-item {
    border-radius: 15px 0 15px 15px;
    background-color: #fff;
    overflow: hidden;
}

.wenhua-item-con {
    display: -webkit-box;
    height: 300px;
}

.wenhua-item-list {
    text-align: left;
    cursor: pointer;
    position: relative;
    background: linear-gradient(90deg, #fff, #fff);
    padding: 30px 35px;
    transition: all 0.3s;
    box-sizing: border-box;
}

.bor-r {
    border-right: 1px solid #e9e9e9;
}

.bor-t {
    border-top: 1px solid #e9e9e9;
}

.wenhua-title {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 28px;
    transition: all 0.1s;
}

.wenhau-text {
    font-size: 24px;
    line-height: 40px;
    color: #4d4d4d;
    transition: all 0.1s;
}

.num-wenhua {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 100px;
    height: 60px;
    line-height: 60px;
    transition: all 0.1s;
    text-align: center;
    font-size: 42px;
    /* font-weight: bold; */
    color: #efefef;
}

.wenhua-item-list:hover {
    background: linear-gradient(90deg, #2863cf, #5ca4fa);
}

.wenhua-item-list:hover .wenhua-title,
.wenhua-item-list:hover .wenhau-text {
    color: #fff;
}

.wenhua-item-list:hover .num-wenhua {
    background: url(../img/num-r-img.png) no-repeat center center;
    background-size: 100% auto;
}

.company-bg {
    background: url(../img/company-bg.png) no-repeat;
    background-size: 100% 100%;
}

.company-item {
    height: 620px;
    width: 100%;
}

.company-swiper .swiper-slide {
    background: none !important;
    position: relative;
    overflow: inherit !important;
}

.company-item .swiper-slide:first-child .jindu-item {
    position: absolute;
    width: 50%;
    height: 24px;
    top: 50%;
    right: 0;
    background: url(../img/jindu-yuan.png) no-repeat center left, url(../img/jindu-biao-img_03.png) repeat-x center center;
}

.company-item .swiper-slide:last-child .jindu-item {
    position: absolute;
    width: 100%;
    height: 24px;
    top: 50%;
    right: 0;
    background: url(../img/jindu-yuan.png) no-repeat center center, url(../img/jindu-right-img.png) no-repeat center right, url(../img/jindu-biao-img_03.png) repeat-x center center;
}

.company-item .swiper-slide .jindu-item {
    position: absolute;
    width: 100%;
    height: 24px;
    top: 50%;
    right: 0;
    background: url(../img/jindu-yuan.png) no-repeat center center, url(../img/jindu-biao-img_03.png) repeat-x center center;
}

.company-year {
    position: absolute;
    top: 55%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 36px;
}

.company-swiper .swiper-slide:nth-child(2n+1) .company-cont {
    position: absolute;
    text-align: left;
    bottom: 54%;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.company-swiper .swiper-slide:nth-child(2n) .company-cont {
    position: absolute;
    text-align: left;
    top: 65%;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.company-item .swiper-slide:last-child .jindu-item-v {
    position: absolute;
    width: 100%;
    height: 55%;
    right: 0;
    background: url(../img/jindu-yuan.png) no-repeat center bottom, url(../img/jindu-biao-img_03_v.png) repeat-y center center;
}

.company-item .swiper-slide:first-child .jindu-item-v {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    background: url(../img/jindu-yuan.png) no-repeat center center, url(../img/jindu-right-img_v.png) no-repeat top center, url(../img/jindu-biao-img_03_v.png) repeat-y center center;
}

.company-item .swiper-slide .jindu-item-v {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    background: url(../img/jindu-yuan.png) no-repeat center center, url(../img/jindu-biao-img_03_v.png) repeat-y center center;
}

.company-swiper .swiper-slide:nth-child(2n+1) .company-year-v {
    position: absolute;
    left: -1%;
    width: 50%;
    height: 100%;
    text-align: right;
    color: #fff;
    font-size: 36px;
    display: grid;
    align-items: center;
}

.company-swiper .swiper-slide:nth-child(2n) .company-year-v {
    position: absolute;
    left: 1%;
    width: 50%;
    height: 100%;
    text-align: left;
    color: #fff;
    font-size: 36px;
    margin-left: 50%;
    display: grid;
    align-items: center;
}

.company-swiper .swiper-slide:nth-child(2n+1) .company-cont-v {
    position: absolute;
    text-align: left;
    width: 49%;
    height: 100%;
    font-size: 20px;
    color: #fff;
    margin-left: 51%;
    display: grid;
    align-items: center;
}

.company-swiper .swiper-slide:nth-child(2n) .company-cont-v {
    position: absolute;
    width: 49%;
    height: 100%;
    font-size: 20px;
    color: #fff;
    text-align: right;
    padding-right: 1%;
    display: grid;
    align-items: center;
}

.honor {
    height: 400px;
    background: url(../img/bg-honor.png) no-repeat center, #fff;
}

.honor .swiper {
    padding: 50px;
    height: 300px;
}

.cert {
    height: 500px;
    background: url(../img/bg-cert.png) no-repeat center, #fff;
}

.cert .swiper {
    padding: 30px 20px 0 20px;
    height: 430px;
}

.join-us-item {
    height: 640px;
    margin: 0 auto;
    padding: 65px 0;
    position: relative;
}

.join-us-item-swiper {
    height: 640px;
    width: 70%;
    overflow: hidden;
    position: absolute;
    top: 165px;
}

.join-us-item-swiper img {
    width: 100%;
}

.join-us-pagination .swiper-pagination-bullet {
    border-radius: 45px !important;
}

.join-us-con {
    padding: 45px 0;
    box-sizing: border-box;
}

.join-us-list-con-title {
    display: flex;
    position: absolute;
    height: 100px;
    width: 100%;
}

.join-us-list-con-info {
    position: absolute;
    top: 150px;
    width: 30%;
}

.join-us-list-title {
    width: 300px;
    height: 100px;
    display: inline-block;
    background: #255fcc;
    line-height: 100px;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.text-a-r {
    text-align: right;
}

.text-a-l {
    text-align: left;
}

.join-us-list-desc {
    font-size: 50px;
    color: #f3f3f3;
    line-height: 100px;
    letter-spacing: 7px;
    font-weight: bold;
    margin: 0 40px;
}


.join-us-list-info {
    width: 100%;
    padding: 15px 0 0 0;
    background-color: #fff;
    box-shadow: 1px 1px 15px #f3f3f3;
}

.join-us-list-info-text {
    padding: 20px 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #255fcc;
    font-size: 20px;
    text-align: left;
    line-height: 50px;
    height: 640px;
    background: #255fcc;
    color: #fff;
    display: flex;
    align-items: center;
}

.zx-top-header {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ani_im-text {
    margin-left: 200px;
    width: 400px;
    height: 80px;
    line-height: 80px;
    text-align: right;
    font-size: 32px;
    font-weight: bold;
    color: #1869ff;
    padding-right: 120px;
    box-sizing: border-box;
    background: url(../img/text-bg-us.png) no-repeat;
    background-size: 100% 100%;
}

.zx-item-com {
    background: url(../img/us-zx-bg.png) no-repeat bottom center;
    background-size: 100% auto;
}

.zp-pagination {
    height: 475px;
    background: url(../img/city-bg.png) no-repeat bottom center;
    background-size: 1366px auto;
}

.zp-swiper-pagination {
    position: relative !important;
    top: 240px;
    left: 60px !important;
}

.zp-swiper-pagination>div {
    height: 150px;
    width: 267px;
    padding: 2px;
}

.zp-swiper-pagination img {
    width: 100%;
    height: 100%;
    padding: 2px;
    background: #fff;
    border-radius: 7px;
}

.zp-swiper-pagination .swiper-pagination-bullet {
    background: none !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet>div {
    font-size: 24px;
    color: #fff;
    letter-spacing: 25px;
}

.zx-table {
    padding: 60px 0 180px 0;
    margin: 0 auto;
}

.zx-table-content {
    padding: 0px 0 180px 200px;
    margin: 0 auto;
}

.table-zhiwei {
    width: 100%;
    box-shadow: 1px 1px 20px #ccc;
}

.table-zhiwei td {
    height: 90px;
    text-align: center;
}

.table-thead {
    background-color: #cedfff;
}

.table-thead td {
    font-weight: 500;
    font-size: 26px;
    color: #000;
}

.table-tbody td {
    font-size: 23px;
    color: #333333;
}

.table-tbody tr:nth-child(2n+1) {
    background-color: #fff;
}

.table-tbody tr:nth-child(2n) {
    background-color: #f6f7fa;
}

.table-tbody tr td:first-child {
    color: #1869ff;
}

.footer-bottom {
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.PageBottom {
    width: 100%;
    height: 280px;
    position: relative;
    background: url(../img/bottom-bg.png) no-repeat;
    background-size: 100% 100%;
}

.footer-bottom ul li,
.footer-bottom ul li a {
    color: #bdbdc9;
    font-size: 16px;

}

.footer-bottom ul li a:hover {
    color: #fff;
}

.footer-bottom ul li a,
.footer-bottom ul li span {
    line-height: 40px;
}

.code-item {
    margin-top: 30px;
    text-align: center !important;
}

.lx-item li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 17px;
}

.lx-item img {
    width: 24px;
}

.lx-item span {
    margin-left: 10px;
}

.footer-bottom > div {
    text-align: left;
}

.footer-bottom > div > span {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: bold;
    color: #fff;
}

.bo-link {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    display: block;
    width: 100%;
    color: #b2b2b2;
    background-color: #000;
}

.jiagou {
    display: none;
}

.position {
    height: 60px !important;
    font-size: 18px !important;
    line-height: 60px !important;
}

@media (min-width: 1360px) and (max-width: 1900px){
    .index-video video{
        height: 550px;
        width: 100%;
    }

    .index-about-us img{
        width: 980px;
    }

    .w1366 {
        width: 1200px;
    }

    .about-us-item {
        height: 800px;
    }

    .ani_im-text {
        margin-left: 0px;
    }

    .zp-pagination {
        background-size: 1200px auto;
    }
}

