@charset "utf-8";

body {
    /* height: 2000px; */
}


/* banner */
.banner {
    width: 100%;
    height: 100vh;
    /* position: absolute; */
    position: fixed;
    left: 0;
    top: 0;
}

.banner img {
    width: 100%;
    height: 100%;
}

.swiper-container1 {
    width: 100%;
    height: 100%;
    background-color: rgb(179, 189, 196);
    transition: 1s background-color 1.3s;
}

.swiper-container1 .swiper-wrapper {
    /*transition-delay: 1s;*/
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}

.swiper-container1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    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;
}

.title {
    transition-delay: 1s;
    z-index: 10;
    position: relative;
    top: 13px;
}

@font-face {
    font-family: '阿里妈妈数黑体';
    src: url('../fond/alimamashuheiti.ttf') format('truetype');
}

.title h3 {
    font-weight: 700;
    font-family: 阿里妈妈数黑体;
    font-size: calc(41px + 36 * ((53vw + 51vh) - 517px) / 817);
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 0.5px #e1f0ff;
}

.title p {

    /* font-family: 阿里妈妈数黑体; */
    font-size: 30px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 0.8px #e1f0ff;
    font-family: Arimo;

    text-align: center;
    margin-top: 12px;
}

.img-box {
    width: 100%;
    height: 100%;
    position: absolute;
    /* transform: scale(0.6, 0.6); */
    transition-duration: 1s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    opacity: 0.9;
    overflow: hidden;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transform:  translate(10%); */
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    transition-property: transform;
}

.button-prev,
.button-next {
    transition: 0.5s;
    outline: none;
    position: absolute;
    width: 140px;
    z-index: 10;
    top: 50vh;
    transform: translateY(-34px);
    cursor: pointer;
}

.button-prev {
    left: 4vw;
}

.button-next {
    right: 4vw;
}

.button.disabled {
    display: none;
    opacity: 0.2;
    cursor: default;
}

#arrow-svg-home {
    transform: translateY(353px);
}

.button-next #arrow-svg-home {
    transform: translateY(353px) rotateY(180deg);
    transform-origin: 80px 0px 0px;
}

svg {
    transition: 0.5s;
}

.cls-1 {
    transition: 0.5s;
    opacity: 0.4;
    transform-origin: -20px 40px;
    opacity: 1;
}

.cls-4 {
    transition: 0.5s;
    stroke-width: 2px;
    stroke: #fff;
    fill: none;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    opacity: 0.4;
    transform-origin: 0px 0px 0px;
}

#arrow-trg {
    transition: 0.5s;
    fill: #fff;
    transform: rotateY(180deg) translate(-53px, 39px);
}

#line {
    transition: 0.5s;
    stroke: #fff;
    transform: translate(50px, 42px);
}

.button-prev:not(.disabled):hover svg {
    transform: translateX(-25px);
}

.button-next:not(.disabled):hover svg {
    transform: translateX(25px);
}

.button:not(.disabled):hover .cls-1 {
    transform: scale(1.1);
}

.button:not(.disabled):hover .cls-4 {
    stroke-dasharray: 2px;
    stroke-dashoffset: 2px;
    opacity: 1;
}

.button:not(.disabled):hover #arrow-trg {
    transform: rotateY(180deg) translate(-37px, 39px);
}

.button:not(.disabled):hover #line {
    transform: translate(35px, 42px) scaleX(0.33);
}

.pagination1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid rgb(255, 255, 255);
    background: none;
    margin: 0 7px !important;
    opacity: 1;
}

.pagination1 {

    bottom: 5% !important;

    left: 36% !important;
}

.pagination1 .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    border: none;
    position: relative;
    background: url(../images/lbpoio.png) no-repeat 100%;
    background-size: 16px 16px;
    top: 2px;
}

.center_wrap {
    margin-top: 100vh;
    background: #fff;
    z-index: 9;
    position: relative;
}

/* xwzx */
.xwzx_wrap {
    width: 1440px;
    margin: 0 auto;
    margin-top: 80px;
    padding-top: 40px;
}

.xwzx_left {
    width: 720px;
    height: auto;
    /* background-color: #bcbcbc; */
    float: left;
}

.xwzx_titile {

    border-bottom: 4px solid rgb(248 242 229);

    padding-bottom: 9px;
}

.xwzx_titile h2 {
    color: rgb(15, 69, 142);
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0px;
    padding-bottom: 30px;
    background: url(../images/xwtitlepo.png) no-repeat 0px 53px;
    background-size: 160px 6px;
    margin-bottom: -17px;
}


.xwzx_titile h2 p{
    font-weight: 400;
}




.xwzx_right {
    width: 720px;
    height: auto;
    float: right;
}



.tab-wrapper {
    width: 100%;
}

.tab-menu {
    border-bottom: 4px solid rgb(248 242 229);
    height: 60px;
    padding-left: 60px;
}

.tab-menu li:nth-child(1) {
    margin-left: 0px;
}

.tab-menu li {
    position: relative;
    z-index: 0;
    color: rgb(153, 153, 153);
    font-size: 24px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0px;
    text-align: left;
    float: left;
    margin-left: 78px;
    cursor: pointer;
}

.tab-menu li:hover {
    color: rgb(219, 192, 123);
}

.tab-menu li.active {
    color: rgb(219, 192, 123);
}

.tab-menu li.active:hover {
    color: rgb(219, 192, 123);
}

.tab-content>div {
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding-left: 60px;
    margin-top: 40px;
}

.line {
    position: absolute;
    width: 0;
    height: 4px;
    background-color: rgb(219, 192, 123);
    bottom: 0;
    left: 0;
}

.tab_ulli {}

.tab_ulli ul li:nth-child(1) {

    margin-top: 0px;
}

.tab_ulli ul li {

    margin-top: 26px;
}

.tab_ulli ul li:hover a {

color: rgb(219, 192, 123);

padding-left: 13px;

transition: 0.5s;
}
.tab_ulli ul li:hover  {

background: url(../images/juyuan.png) no-repeat 0;
}
.tab_ulli ul li a {
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    float: left;
    transition: 0.85s;
}

.tab_ulli ul li span {
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    float: right;
}

.title_1 {}

.title_1:hover h2 a {
    color: rgb(219, 192, 123);

}

.title_1 h2 a {
    color: rgb(51, 51, 51);
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.title_1 p {
    color: rgb(102, 102, 102);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 21px;
    margin-bottom: 28px;
}

.span_a {
    width: 126px;
    display: inline-block;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid rgb(219, 192, 123);
    text-align: center;
    line-height: 40px;
    margin-top: 26px;
}
.span_a:hover{
    background: rgb(219, 192, 123);transition: 0.5s;
}
.span_a:hover a{
    color: rgb(255 255 255);transition: 0.5s;
}
.span_a a {
    color: rgb(219, 192, 123);
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
    transition: 0.5s;
}


.xwx_box_swoper {
    overflow: hidden;
    width: 100%;
    height: 480px;
    margin-top: 40px;
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 0) 54.896%, rgba(0, 0, 0, 0.6) 100%);
    position: relative;
}

.xwzimg {
    position: relative;
}

.xwzimg img {
    width:  720px;
    transition: all 0.8s;
    height: 480px;

}
.xwzimg img:hover {
    transform: scale(1.1);
    transition: all 0.8s;
}
.mySwipers .swiper-slide h2 a {
    width: 524px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: left;
}

.mySwipers .swiper-slide h2 {
    position: absolute;
    bottom: 0;
    /* width: 574px; */
    /* margin-left: 43px; */
    width: 100%;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0));
}

.swiper-pagination2 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid rgb(255, 255, 255);
    background: none;
    margin: 0 7px !important;
    opacity: 1;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    border: none;
    position: relative;
    background: url(../images/lbpoio.png) no-repeat 100%;
    background-size: 16px 16px;
    top: 2px;
}

.swiper-pagination2 {

    width: 29% !important;

    right: 0 !important;

    left: auto !important;

    bottom: 43px !important;
}



.swiper-button-next2:after {
    content: none;
}


.swiper-button-prev2:after {
    content: none;
}





.swiper-button-next2 {
    width: 40px;
    height: 40px;
    background: url(../images/xw_y_jt.png) no-repeat 100%;
    background-size: 100% 100%;
    right: 0 !important;
}

.swiper-button-prev2 {
    width: 40px;
    height: 40px;
    background: url(../images/xw_z_jt.png) no-repeat 100%;
    left: 0 !important;
    background-size: 100% 100%;

}

.scroll {
    position: fixed;
    z-index: 10;
    bottom: 3.6%;
    left: 50%;
    margin-left: -48px;
    width: 95px;
    height: 47px;
    background: url(https://www.whucg.cn/themes/simpleboot3/public/assets/images/icon/icon_12.png) center no-repeat;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: scrolls;
    animation-name: scrolls;
}

@-webkit-keyframes scrolls {
    from {
        bottom: 3.6%;
    }

    50% {
        bottom: calc(3.6% + 12px);
    }

    100% {
        bottom: 3.6%;
    }
}

@keyframes scrolls {
    from {
        bottom: 3.6%;
    }

    50% {
        bottom: calc(3.6% + 12px);
    }

    100% {
        bottom: 3.6%;
    }
}









.ind02 {
    position: relative;
}

.ind02 .gallery-top .swiper-slide {
    position: relative;
    width: 100%;
    height: 660px;
    overflow: hidden;
}

.ind02 .gallery-top .swiper-slide .slide-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 800px;
}

.ind02 .gallery-top .swiper-slide img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.ind02 .gallery-top .swiper-slide .pos {
    position: absolute;
    left: 0;
    top: 150px;
    width: 100%;
}

.ind02 .gallery-top .swiper-slide .pos b {
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.ind02 .gallery-top .swiper-slide .pos i {
    margin: 0 auto 27px;
    width: 24px;
    height: 3px;
    background: #fff;
}

.ind02 .gallery-top .swiper-slide .pos p {
    margin: 0 auto 50px;
    width: 1000px;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.ind02 .gallery-top .swiper-slide .pos a {
    position: relative;
    display: flex;
    margin: 0 auto;
    width: 126px;
    height: 40px;
    text-align: center;
    border-radius: 52px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.ind02 .gallery-top .swiper-slide .pos a::before {
    transition: all 0.6s;
    transform: scale(0);
    position: absolute;
    left: 0%;
    bottom: 0%;
    z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: rgb(219, 192, 123);
    content: "";
}

.ind02 .gallery-top .swiper-slide .pos a::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(219, 192, 123); */
    content: "";
    /* border: 1px solid #ccc; */
}

.ind02 .gallery-top .swiper-slide .pos a em {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    /* background: url(../images/icon/icon_34.png) right center no-repeat; */
    width: 100%;
    overflow: hidden;
}

.ind02 .gallery-top .swiper-slide .pos a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}

.ind02 .gallery-top .swiper-slide .pos a:hover::before {
    transition: all 0.6s;
    transform: scale(10);
}

.ind02 .gallery-top .swiper-slide .pos a:hover em {
    color: rgb(255 255 255);
    /* background: url(../images/icon/icon_34ss.png) right center no-repeat; */
}

.ind02 .gallery-top .swiper-button-next,
.ind02 .gallery-top .swiper-button-prev {
    transition: all 0.5s;
    top: 373px;
    margin: 0;
    width: 54px;
    height: 55px;
}

.ind02 .gallery-top .swiper-button-prev {
    left: 10%;
    background: url(../images/icon/icon_8.png) center no-repeat;
}

.ind02 .gallery-top .swiper-button-prev:hover {
    background: url(../images/icon/icon_8s.png) center no-repeat;
}

.ind02 .gallery-top .swiper-button-next {
    right: 10%;
    background: url(../images/icon/icon_9.png) center no-repeat;
}

.ind02 .gallery-top .swiper-button-next:hover {
    background: url(../images/icon/icon_9s.png) center no-repeat;
}

.ind02 .pos_but {
    position: absolute;
    left: 0;
    bottom: 90px;
    z-index: 3;
    width: 100%;
}

.ind02 .gallery-thumbs .swiper-slide {
    width: 182px !important;
    cursor: pointer;
}

.ind02 .gallery-thumbs .swiper-slide .icon {
    position: relative;
    width: 100%;
    height: 100px;
}

.ind02 .gallery-thumbs .swiper-slide .icon::after {
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background: url(../images/icon/icon_37.png) center no-repeat; */
    content: " ";
}

.ind02 .gallery-thumbs .swiper-slide .icon i {
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.ind02 .gallery-thumbs .swiper-slide .icon i.i1 {
    /* top: 12px; */
    opacity: 1;
}

.ind02 .gallery-thumbs .swiper-slide .icon i.i2 {
    /* height: 74px; */
}

.ind02 .gallery-thumbs .swiper-slide .clearfix {
    position: relative;
    /* margin: 20px auto 20px; */
    /* height: 22px; */
}

.ind02 .gallery-thumbs .swiper-slide .clearfix i {
    /* margin-top: 10px; */
    /* width: calc(50% - 17px); */
    /* height: 1px; */
    /* background: #fff; */
    /* opacity: 0.5; */
}

.ind02 .gallery-thumbs .swiper-slide .clearfix em {
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    /* background: url(../images/icon/icon_11.png) center no-repeat; */
}

.ind02 .gallery-thumbs .swiper-slide p {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.ind02 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .icon::after {
    transition: all 0.5s;
    opacity: 1;
}

.ind02 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .icon i.i1 {
    transition: all 0.5s;
    opacity: 0;
}

.ind02 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .icon i.i2 {
    transition: all 0.5s;
    opacity: 1;
}

.ind02 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .clearfix em {
    background: url(../images/icon/icon_11s.png) center no-repeat;
}

.ind02 .gallery-thumbs .swiper-slide:last-child .clearfix i.fr {
    display: none;
}

.ind02 .gallery-thumbs .swiper-slide:first-child .clearfix i.fl {
    display: none;
}

.ywsj_wrap {
    margin-top: 90px;
}

.w1400 {
    width: 1440px;
    /* min-width: 1200px; */
    margin: 0px auto;
}

.w1440 {
    width: 720px;
}




.ind09 {
    margin-top: 90px;
}

.ind09 .w1400 {
    display: flex;
    justify-content: flex-start;
}

.ind09 .module {
    position: relative;
    width: 18%;
    height: 600px;
    margin-left: 5px;
}

.ind09 .module .pos {
    transition: all 0.6s;
    opacity: 1;
    z-index: 2;
}

.ind09 .module .pos_img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
}

.ind09 .module .pos_img::before {
    transition: all 0.5s;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    /* background: #000; */
    content: " ";
}

.ind09 .module .pos_img .left {
    width: 100%;
    height: 450px;
}

.ind09 .module .pos_img i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.ind09 .module.cur {
    width: 64%;
}

.ind09 .module.cur .pos_img::before {
    transition: all 0.5s;
    opacity: 0;
}

.ind09 .module.cur .pos {
    transition: all 0.6s;
    opacity: 0;
}
.alink22{position: absolute;width: 1500px;height: 430px;z-index: 100; opacity: 0;background: red;}
.ind09 .picVideo {
    height: 425px;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
}
.ind09 .pic a{
    display: block;
}
.ind09 .picVideo .pos {
    position: absolute;
    left: 36px;
    top: 50px;
    display: flex;
    color: #fff;
    z-index: 999;
}

.ind09 .picVideo .pos b {
    margin-right: 6px;
    width: 36px;
    font-size: 30px;
    line-height: 34px;
}

.ind09 .picVideo .pos p {
    width: 20px;
    font-size: 18px;
}

.ind09 .pic {
    display: block;
    position: relative;
    height: 425px;
    background: #fff;
    overflow: hidden;
}

.ind09 .pic .pos {
    position: absolute;
    left: 36px;
    top: 50px;
    display: flex;
    color: #fff;
    z-index: 99;
}

.ind09 .pic .pos b {
    margin-right: 6px;
    width: 36px;
    font-size: 30px;
    line-height: 34px;
}

.ind09 .pic .pos p {
    width: 20px;
    font-size: 18px;
}

.ind09 .next {
    position: relative;
    height: 600px;
    border-radius: 0 4px 4px 0;
    overflow: hidden;
    cursor: pointer;
}

.ind09 .next .pos {
    position: absolute;
    left: 36px;
    top: 50px;
    display: flex;
    color: #fff;
}

.ind09 .next .pos b {
    margin-right: 6px;
    width: 36px;
    font-size: 30px;
    line-height: 31px;
    text-align: center;
}

.ind09 .next .pos p {
    width: 20px;
    font-size: 18px;
}





.ind09 .module:nth-child(1) .pos_img {
    /* transform: translateX(-79%); */
    background: url(../images/251.png) no-repeat;

}

.ind09 .cur:nth-child(1) .pos_img {}

.ind09 .module:nth-child(2) .pos_img {}

.ind09 .cur:nth-child(2) .pos_img {}

.ind09 .module:nth-child(3) .pos_img {}

.ind09 .cur:nth-child(3) .pos_img {}

.ind09 .module:nth-child(4) .pos_img {}

.ind09 .cur:nth-child(4) .pos_img {}


.ind09 .module:hover .pos_img {}


img.ccs {
    z-index: 99;
    position: relative;
    transition: 1s;
    width: auto;
    height: 100%;
}

.ind09 .module.cur .ccs {
    opacity: 0;
    transition: 1s;
}


.ssgj_left {
    float: left;
    width: 660px;
    height: 470px;
}

.titile_45 {
    border-bottom: 4px solid rgb(219, 192, 123, 0.2);
    padding-bottom: 23px;
    background: url(../images/xwtitlepo.png) no-repeat 0px 60px;
    background-size: 160px 6px;
}

.titile_45 h2 {
    color: rgb(15, 69, 142);
    font-size: 34px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0px;
    display: flex;
    float: left;
}

.titile_45 h2 p {
    color: rgb(15, 69, 142);
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0px;
}
.titile_45 span:hover {
     background: rgb(219, 192, 123);transition: 0.5s;
}
.titile_45 span:hover a{
 color: #fff;
 transition: 0.5s;
}
.titile_45 span {
    width: 126px;
    display: inline-block;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid rgb(219, 192, 123);
    text-align: center;
    line-height: 40px;
    float: right;transition: 0.5s;
}

.titile_45 span a {
    color: rgb(219, 192, 123);
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
    transition: 0.5s;
}

.gsgg_righ {
    float: right;
    width: 660px;
    height: 470px;
}

.ind10 {
    margin-top: 90px
}

.ssgg_sj {
    width: 100%;
    margin-top: 40px;
}

.ssgg_sj img {
    width: 100%;
}

.gsgj_ju {
    width: 100%;
    margin-top: 40px;
}

.gsgj_ju ul li:nth-child(1) {

    margin-top: 0;

}

.gsgj_ju ul li {

margin-top: 32px;

border-bottom: 1px solid rgb(0, 0, 0, 0.1);

position: relative;

padding-bottom: 45px;
}

.gsgj_ju ul li h2 {

    float: left;
}

.gsgj_ju ul li h2 a {
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
}

.gsgj_ju ul li span {
    color: rgb(153, 153, 153);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    float: right;
}

.gsgj_ju li::after{
    content: '';
    width: 0;
    height: 2px;
    background: rgb(219, 192, 123);
    position: absolute;
    bottom: -2px;
    transition-duration: .6s;
}
.gsgj_ju li:hover a{
    color: rgb(219, 192, 123);
}

.gsgj_ju li:hover:after{
    width: 100%;
}

.ind11{
    margin-top: 90px;
}




.ind06 .swiper {
    margin-bottom: 21px;
    margin-top: 40px;
  }
  .ind06 .swiper-slide {
    margin-bottom: 107px;
    width: auto;
    height: 460px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ind06 .swiper-slide a {
    position: relative;
    float: left;
    margin-left: 1.44%;
    width: 49.28%;
    height: 220px;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .ind06 .swiper-slide a:nth-child(1) {
    margin-left: 0;
    height: 460px;
  }
  .ind06 .swiper-slide a:nth-child(2) {
    margin-bottom: 20px;
  }
  .ind06 .swiper-slide a .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/index/ind01_1bac.png) left bottom no-repeat;
    background-size: 100% auto;
  }
  .ind06 .swiper-slide a .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
  }
  .ind06 .swiper-slide a .pic i:hover{
    transform: scale(1.2);

  }
  .ind06 .swiper-slide a .bac {
    transition: all 1s;
    transform: scale(0);
    position: absolute;
    left: -126px;
    top: -200px;
    width: 100vw;
    height: 100vh;
    border-radius: 94%;
    background: rgb(0 ,0, 0,0.25);
    /* transition: 2s; */
  }
  .ind06 .swiper-slide a .bor {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 9.8% 33px;
    /* display: flex; */
    /* align-items: center; */
    width: 100%;
  }
  .ind06 .swiper-slide a .bor .icon {
    margin-bottom: 0;
    padding-right: 13px;
    display: inline-block;
    float: left;
  }
  .ind06 .swiper-slide a .bor .icon img {
    max-height: 52px;
  }
  .ind06 .swiper-slide a .bor b {
    font-size: 24px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 6px;
  }
  .ind06 .swiper-slide a .bor p {
    transition: all 0.5s;
    height: 0px;
    line-height: 30px;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ind06 .swiper-slide a:nth-child(2) {
    animation-delay: 0.1s;
  }
  .ind06 .swiper-slide a:nth-child(3n) {
    animation-delay: 0.2s;
    margin-right: 0;
  }
  .ind06 .swiper-slide a:hover .bor p {
    transition: all 0.5s;
    margin-top: 28px;
    height: 60px;
  }
  .ind06 .swiper-slide a:hover .bac {
    transition: all 1s;
    transform: scale(1);
  }
  .ind06 .swiper-container-horizontal > .swiper-scrollbar {
    bottom: 23px;
    height: 4px;
  }
  .ind06 .swiper-horizontal > .swiper-scrollbar {
    left: 0;
    bottom: 13px;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
  }
  .ind06 .swiper-scrollbar-drag {
    top: 50%;
    margin-top: -23px;
    height: 47px;
    background: url(../images/2273.png) center no-repeat;
    background-size: 44px;
  }
  .wraps {
    background: url(../images/seondtop.png) no-repeat 100% 100%;
    background-size: 100%;
}


.ind03 {
  position: relative;
  background: #fbfbfb;
  margin-top: 90px;
}
.ind03 .part2 {
  position: relative;
  height: 870px;
  overflow: hidden;
}
.ind03 .part2 .proImg1 {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}
.ind03 .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 121px;
  height: 121px;
  background: url(../images/icon_33.png) center no-repeat;
  cursor: pointer;
  opacity: 0.5;
}
.xinw-zx{
    position: relative;
}
.xinw-zx:before{
    position: absolute;
    content: "";
    width: 143px;
    height: 10px;
    background: url("../images/jiaobiao.jpg") no-repeat;
    background-size: 143px 10px;
    left: 0;
    bottom: 4px;
}
.hezuoxinx{
    cursor: pointer;
    background: rgb(245, 245, 245);
    height: 80px;
    line-height: 80px;
}
.hezuoxinx p.pp22{
    /*width: 1200px;*/
    width: 1440px;
    margin: 0 auto;
    font-size: 18px;
    color: rgb(102, 102, 102);
    overflow: hidden;
    height: 60px;
}
.hezuoxinx p.pp22 img{
    float: left;
    margin-top:28px;
    margin-right: 10px;
    margin-left: 10px;
}
.hezuoxinx p.pp22 span{
    float: left;
    font-size: 20px;
    color: rgb(15, 69, 142);
    font-weight: bold;
    margin-right: 27px;
}
.xinx-tanc{
    height: 318px;
    width: 741px;
    position: fixed;
    top: -50%;
    /*margin-top: -158px;*/
    left: 50%;
    margin-left: -370px;
    z-index: 20;
    background-image: linear-gradient(rgb(221, 238, 255), rgb(255, 255, 255));
    border-radius: 10px;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
    padding: 36px;
    box-sizing: border-box;
    transition: all 1s;
    overflow: hidden;
}
.xinx-tanc h2{
    color: rgb(15, 69, 142);
    font-size: 22px;
    line-height: 24px;
}
.xinx-tanc p{
    line-height: 32px;
    font-size: 18px;
    color: rgb(102, 102, 102);
    margin-top: 25px;
}
.xinx-tanc p a{display: inline-block;
    color: rgb(15, 69, 142);
    font-weight: bold;}
.hezuoxinx:hover .xinx-tanc{
    transition: all 1s;
    top: 50%;
    margin-top: -158px;
}
.djt_top_left h2.dajiaot-txt{
    margin-top: 127px;
}
.left-botn{
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 0;
    color: #fff;
    background: linear-gradient(to right, rgba(0, 28, 67,.8),rgba(0, 28, 67, 0));
    height: 119px;
    padding: 22px 40px;
    box-sizing: border-box;
    text-align: left;
}
.left-botn span{
    font-size: 20px;
    line-height: 36px;
}
.left-botn span:nth-child(2){
    font-size: 16px;
}



@media screen and (max-width: 1440px) {
    .banner{height: 20vh}
   .center_wrap{margin-top:20vh;}
   .mySwipers .swiper-slide h2{bottom: 70px;}
   .mySwipers .swiper-slide h2 a{width: 413px;}
   .hezuoxinx p.pp22{width: 1200px;}
}