.idxwrapper > div > div {
    height: 100vh;
}

.idxwrapper > div > div > div {
    height: 100%;
}

/*.index3 .video-img {*/
/*    display: none;*/
/*}*/
.searchicon{
  width: 45px;
  height: 45px;
  background: #F9F9F9;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  margin: 1vw 0;
  cursor: pointer;
}
.searchicon img{
  display: inline-block;
}
.language{
  position: absolute;
  right: 20px;
  top: 116px;
  z-index: 6;
  font-family: Montserrat-Regular;
  font-size: 17px;
  color: #FFFFFF;
  font-weight: 400;
  color: #ffffff;
}
.language a{
  width: 27px;
  height: 20px;
  font-family: Montserrat-Regular;
  font-size: 17px;
  color: #FFFFFF;
  font-weight: 400;
  margin-right: 10px;
}
.language .on{
  border-bottom: 2px solid #ffffff;
}
.heightauto {
    height: auto !important;
}

.banner {
    overflow: hidden;
    height: 100vh;
}

.banner .swiper-container {
    height: 100%
}

.bannerimg {
    width: 100%;
    object-fit: cover;
    transform: scale3d(1, 1, 1);
    transition: all 6s cubic-bezier(0.04, 0.79, 1, 1);
    height: 100%
}

.swiper-slide-active .bannerimg {
    transform: scale3d(1.15, 1.15, 1);
    transition: all 6s cubic-bezier(0.04, 0.79, 1, 1);
}

.idxwrapper {
    height: 100vh;
}

.banner .container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: .82rem;
    right: 0;
    display: flex;
    align-items: center;
}
.banner .bannertxt{

}
.banner .h1 {
	width: 247px;
	height: 24px;
	font-family: Montserrat-Regular;
	font-size: 36px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 24px;
	font-weight: 400;
}

.banner .h2 {
    width: 945px;
    height: 72px;
    font-family: PingFangSC-Semibold;
    font-size: 100px;
    color: #FFFFFF;
    letter-spacing: 5px;
    line-height: 72px;
    margin: 50px 0;
}

.banner .h3 {
    width: 525px;
    height: 112px;
    font-family: PingFangSC-Semibold;
    font-size: 100px;
    color: #0056FF;
    letter-spacing: 5px;
    line-height: 72px;
}
.banner .h4 {
    width: 400px;
    height: 90px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    font-weight: 400;
}

.banner .swiper-slide-active .h1 {
    animation: fadeup 1s .2s;
    -webkit-animation: fadeup 1s .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.banner .swiper-slide-active .h2 {
    animation: fadeup 1s .3s;
    -webkit-animation: fadeup 1s .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.banner .swiper-slide-active .h3 {
    animation: fadeup 1s .4s;
    -webkit-animation: fadeup 1s .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.swiper-cbox {
    position: absolute;
    bottom: 197px;
    padding: 0 5%;
    display: flex;
    align-items: center;
    z-index: 3;;
    left: 0;
    right: 0;
}

.swiper-cbox .iconhover {
    width: .64rem;
    height: .64rem;
    cursor: pointer;
    margin-left: 100px;
}

.swiper-cbox .swiper-pagination {
    position: static;
    width: auto;
    font-size: .16rem;
    color: #fff;
    font-family: "DIN";
    margin-right: 6.7vw;
}

.swiper-menu{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;

}

.swiper-menu .swiper-menu-list{
    width: 400px;
    height: 120px;
    background: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    cursor: pointer;
}

.swiper-menu .swiper-menu-list.active{
    width: 400px;
    height: 120px;
    background: #0B19E4;
    color: #ffffff;
}

.swiper-menu-list-num{
    width: 26px;
    height: 56px;
    font-family: Montserrat-Regular;
    font-size: 24px;
    font-weight: 400;
    margin-right: 30px;
}

.swiper-menu-list-content{
    width: 144px;
    height: 50px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    font-weight: 400;
}

.banner .mousebox {
    position: absolute;
    bottom: .62rem;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

.banner .mousebox .mouse {
    position: relative;
    width: 16px;
    height: 24px; /* border: .02rem solid #fccf00; */
    border-radius: 40px;
    margin: 0 auto;
    border: 2px solid #fff;
}

.banner .mousebox p {
    font-size: .16rem;
    color: #fff;
    margin-left: .14rem;
}

.banner .mousebox .mouse:after {
    content: "";
    width: 6px;
    height: 8px;
    border-radius: 20px;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -3px;
    border: 2px solid #fff;
}

.banner .mousebox .mouse:after {
    -webkit-animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

@keyframes Tmouse {
    0% {
        -webkit-transform: translateY(2px);
        -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
        -o-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

.index1 {
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 0 9.9vw 0 13vw;
}

.idx2-1 {
    width: 822px;
    position: relative;
    margin-top: -4vw;
}



.idx2-1 .imgbox {
    box-shadow: -.9vw 2.1vw 3vw 0px rgba(0, 0, 0, 0.22);
    z-index: 3;
    position: relative;
}

.idx2-2 {
    padding-left: 4vw;
    margin-left: -11.5vw;
    margin-top: -9vw;
    z-index: 9;
}

.iconborder{
  display: inline-block;
  margin-right: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #1F4BEA;
  vertical-align: text-top;
  margin-top: 42px;
}

.iconcontent{
  margin-top: 42px;
  vertical-align: text-top;
  display: inline-block;
  width: 430px;
  height: 60px;
  font-family: PingFangSC-Light;
  font-size: 18px;
  color: #9FA1A7;
  line-height: 30px;
  font-weight: 200;
}
.idx3-3 {
  margin-top: 26vw;
}
.idx3-3 ul{
  padding: 0;
}
.idx3-3 ul li{
  display: flex;
  margin-top: 47px;
}
.idx3-3 ul li:nth-of-type(1){
  margin-left: 145px;
}
.idx3-3 ul li:nth-of-type(2){
  margin-left: 72.5px;
}
.idx3-3 ul li:nth-of-type(3){
  margin-left: 0;
}
.idx3-3 .lf-border{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 5px solid #1F4BEA;
  margin-right: -26px;
}
.idx3-3 .rt-content {
  width: 131px;
  height: 54px;
  font-family: Montserrat-Regular;
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 17px;
}
.idx2-2 .h1 {
    width: 110px;
    height: 24px;
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
}

.idx2-2 .h2 {
    width: 345px;
    height: 180px;
    font-family: PingFangSC-Semibold;
    font-size: 64px;
    color: #FFFFFF;
    letter-spacing: 5px;
    line-height: 1.5;
    margin: 15px 0;
}

.idx2-2 .h3 {
    width: 157px;
    height: 64px;
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 600;
}

.idx2-2 .item {
    float: left;
    margin-top: 2.2vw;
}

.idx2-2 .col1 {
    width: 33%;
}

.idx2-2 .col2 {
    width: 40%;
}

.idx2-2 .item .h1 {
    display: flex;
    align-items: center;
}

.idx2-2 .item .h1 span {
    font-size: 2.4vw;
    color: #660798;
    font-weight: 600;
    font-family: "DIN";
    margin-right: 2px;
    line-height: 1;
}

.idx2-2 .item .h1 .txt {
    font-size: .16rem;
    color: #660798;
    text-align: center;
}

.idx2-2 .item .h1 img {
    width: .26rem;
    margin-top: .06rem;
    box-shadow: 4.092px 4.388px 8px 0px rgba(0, 0, 0, 0.13);
    border-radius: 50%;
}

.idx2-2 .item p {
    font-size: .14rem;
    color: #333;
    margin-top: .15rem
}

.idxtitle {
    height: 4.2vw;
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #fff
}

.idx2-1 .idxtitle {
    position: absolute;
    bottom: -4.2vw;
    left: 0;
    right: 5vw;
    padding-right: 1.5vw;
    z-index: 4;
}

.idx2-1 .idxtitle img {
    width: .09rem;
}

.idx2-1top {
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #333;
    height: 4.2vw;
    position: absolute;
    top: -4.2vw;
    left: 0;
    right: 5vw;
    padding-top: 1vw;
    padding-right: 1.5vw;
}

.idx2-1top span {
    color: #660798;
}

.idx2-1top .left span {
    margin-right: .8vw;
    font-family: "DIN";
    font-weight: 600;
}

.swiper-slide-active .idx2-1 {
    animation: fadeleft 1s .1s;
    -webkit-animation: fadeleft 1s .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.swiper-slide-active .idx2-2 {
    animation: faderight 1s .2s;
    -webkit-animation: faderight 1s .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.index2 {
    background: url(../images/idx2bg.jpg);
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: flex-end;
}

.idx2bottom {
    height: 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10vw;
}

.idx2bottom .searchbox {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #b7b7b7;
    height: .4rem;
    width: 3.8rem;
}

.idx2bottom .searchbox img {
    width: .16rem;
    cursor: pointer;
}

.idx2bottom .searchbox input {
    flex: 1;
    font-size: .16rem;
    color: #333;
    background: none;
}

.idx2bottom .searchbox input::placeholder {
    color: #999;
}

.idx2box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: .7vw;
}

.idx2box .item {
    margin: 0 .5vw;
    transition: all .5s;
    position: relative;
    cursor: pointer;
}

.idx2box .item .before {
    width: 14.27vw;
    height: 27.6vw;
    background: #e7e7e7;
    display: flex;
    flex-flow: column;
    transition: all .5s;
}

.idx2box .item:after {
    content: '';
    height: .4vw;
    left: 0;
    right: 0;
    background: url(../images/idx2bottom.png);
    background-size: cover;
    background-position: bottom;
    position: absolute;
    bottom: -.4vw;
}

.idx2box .item .before .txtbox {
    flex: 1;
    display: flex;
    align-items: center;
    text-align: center;
}

.idx2box .item .txtbox .h1 {
    font-size: .16rem;
    color: #333;
}

.idx2box .item .txtbox .h2 {
    font-size: 1.6vw;
    color: #78039c;
    font-family: "DIN";
    font-weight: 600;
}

.idx2box .item .txtbox .line {
    width: .18rem;
    height: .04rem;
    background: #8810c8;
    margin: 1vw auto 2.1vw
}

.idx2box .item .imgbox {
    height: 14.27vw;
    background: url(../images/idx2imgbg.png);
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.idx2box .item .imgbox img {
    max-width: 80%;
    max-height: 80%;
    transform: translateY(15%);
}

.idx2box .item .after {
    width: 16.66vw;
    height: 100%;
    right: 0;
    bottom: 0;
    display: flex;
    flex-flow: column;
    background: #fff;
    position: absolute;
    padding: 2.5vw 1.8vw 1.7vw 1.3vw;
    transition: all .5s;
    opacity: 0;
    z-index: 0;
}

.idx2box .item .bgimg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
}

.idx2box .item .after .h1 {
    font-size: .2rem;
    color: #fff;
    margin-bottom: 1.6vw;
}

.idx2box .item .after .h2 {
    font-size: .16rem;
    color: #fff;
    line-height: 1.5;
}

.idx2box .item .after .num {
    font-family: "DIN";
    font-weight: 600;
    font-size: .2rem;
    color: #9f37d5;
    line-height: 1;
}

.idx2box .item .after p {
    font-size: .14rem;
    color: #9f37d5;
    margin-top: .1rem
}

.idx2box .item .after .imgbox2 {
    margin-right: -1.5vw;
    padding-left: 1.5vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-height: 40%
}

.idx2box .item .after .imgbox2 img {
    max-width: 100%;
    max-height: 100%;
}

.swiper-slide-active .idx2box {
    animation: fadeup 1s .1s;
    -webkit-animation: fadeup 1s .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.swiper-slide-active .idx2bottom {
    animation: fadeup 1s .2s;
    -webkit-animation: fadeup 1s .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.index2 {
    background: url(../images/idx2bg.jpg);
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: flex-end;
}

.index3 {
    display: flex;
    align-items: center;
    padding: 3vw 9.9vw 0;
}

.index3 video {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.index3:after {
    content: '';
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
}

.idx3-1 {
    position: relative;
    z-index: 4;
    padding-right: 9vw;
}

.idx3-1box {
    display: flex;
    align-items: center;
}

.idx3-1 .item .h3 {
    display: flex;
    align-items: center;
}

.idx3-1 .item .h3 span {
    font-size: 3.5vw;
    color: #fff;
    font-weight: 600;
    font-family: "DIN";
    margin-right: .1rem;
    line-height: 1;
}

.idx3-1 .item .h3 .txt {
    font-size: .16rem;
    color: #fff;
    text-align: center;
}

.idx3-1 .item .h3 img {
    width: .26rem;
    margin-top: .8vw;
    box-shadow: 4.092px 4.388px 8px 0px rgba(0, 0, 0, 0.13);
    border-radius: 50%;
}

.idx3-1 .item p {
    font-size: .14rem;
    color: #fff;
    margin-top: .1rem;
    line-height: 1.25;
}

.idx3-1 .item {
    margin-right: 2.1vw;
}

.idx3-1 .h1 {
    font-size: .34rem;
    color: #fff;
}
.h1content{
  width: 276px;
  height: 90px;
  font-family: PingFangSC-Semibold;
  font-size: 64px;
  color: #FFFFFF;
  letter-spacing: 5px;
  line-height: 90px;
}
.h1content:nth-of-type(2){
  width: 434px;
  height: 90px;
  font-family: PingFangSC-Semibold;
  font-size: 64px;
  color: #FFFFFF;
  letter-spacing: 5px;
  line-height: 90px;
  text-align: right;
}
.idx3-1 .h2 {
    font-size: .16rem;
    color: #fff;
    line-height: 1.5;
    margin: 1.1vw 0 4vw;
}

.idx3-2 {
    width: 57.8%;
    position: relative;
    z-index: 4;
}

.idx3-2 .item {
    width: 8.23vw;
    height: 8.23vw;
    background: url(../images/idx3hover.png);
    background-size: cover;
    position: absolute;
    -webkit-animation: bigsmall 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    animation: bigsmall 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

.idx3-2 .item:nth-child(1) {
    top: 24%;
    left: 11.2%;
}

.idx3-2 .item:nth-child(2) {
    top: 13%;
    left: 49%;
}

.idx3-2 .item:nth-child(3) {
    top: 34%;
    left: 72%;
}

.idx3-2 .item:nth-child(4) {
    top: 68%;
    left: 80%;
}

.idx3-2 .item:nth-child(5) {
    top: 48%;
    left: 45%;
}

.idx3-2 .item:nth-child(6) {
    top: 63%;
    left: 22.5%;
}

@keyframes bigsmall {
    0% {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.swiper-slide-active .idx3-1 {
    animation: fadeleft 1s .1s;
    -webkit-animation: fadeleft 1s .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.swiper-slide-active .idx3-2 {
    animation: faderight 1s .2s;
    -webkit-animation: faderight 1s .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.idxtitle {
    height: 4.2vw;
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #fff
}

.index4 {
    display: flex;
    padding: 3vw 9.9vw 0;
    margin-top: 92px;
}

.idx4-1 {
    width: 36%;
    position: relative;
    box-shadow: 1.7vw 1.8vw 2.6vw 0px rgba(0, 0, 0, 0.13);
    z-index: 0;
}
.idx4-1 .imgbox{
  width: 100%;
  margin-top: 69px;
  padding-left: 8vw;
  white-space:nowrap;
  overflow-x: auto;
  padding-bottom: 1vw;
}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 6px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #0B19E4 ;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
}

.idx4-1 .item {
    display: inline-block;
    position: relative;
    margin: 0 1vw;
    word-break:break-all;
    word-wrap:break-word;
    white-space: normal;
}

.idx4-1 .txtbox {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  width: 500px;
  font-family: Montserrat-Regular;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 400;
}

.idx4-1 .item .time {
    text-align: center;
    font-family: "DIN";
    width: 6.4vw;
}

.idx4-1 .time .date {
    font-size: .18rem;
    color: #333;
    font-weight: 600;
    line-height: 1;
}

.idx4-1 .time .year {
    font-size: 12px;
    color: #333;
    line-height: 1
}

.idx4-1 .item p {
  width: 500px;
  height: 80px;
  font-family: Montserrat-Regular;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 300;
}



.index5 {
  display: flex;
  padding: 0 9.9vw 0;
  margin-top: 92px;
  justify-content: space-between;
  align-items: center;
}

.idx5-1 {
  width: 36%;
  position: relative;
  box-shadow: 1.7vw 1.8vw 2.6vw 0px rgba(0, 0, 0, 0.13);
  z-index: 0;
}
.idx5-2 .img-logo{
  width: 463px;
  height: 407px;
  margin-bottom: 35px;
  margin-left: -2vw;
}
.idx5-2 .email-input{
  width: 217px;
  height: 22px;
  font-family: Montserrat-Regular;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  font-weight: 400;
}
.input-mail{
  margin-top: 19px;
  width: 380px;
  background: #FFFFFF;
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #A2A2A2;
  font-weight: 400;
}
.input-mail input{
  width: 260px;
  line-height: 35px;
  padding-left: 10px;
}
.input-mail .btn-submit{
  display: inline-block;
  width: 120px;
  height: 37px;
  line-height: 37px;
  background: #1F4BEA;
  font-family: Montserrat-Light;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 200;
  text-align: center;
  cursor: pointer;
}
.idx5-1 .idxtitle{
  width: 340px;
  height: 100px;
  font-family: PingFangSC-Semibold;
  font-size: 80px;
  color: #ffffff;
  letter-spacing: 5px;
  line-height: 100px;
}
.idx5-1 .idxfutitle{
  width: 287px;
  height: 53px;
  font-family: PingFangSC-Semibold;
  font-size: 38px;
  color: #FFFFFF;
  letter-spacing: 3px;
  margin-top: 75px;
  margin-bottom: 45px;
}
.address{
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.address .iconborder{
  margin: 0;
}
.address .address-title{
  width: 36px;
  height: 25px;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 400;
  margin-left: 20px;
}
.address .address-email{
  width: 209px;
  height: 22px;
  font-family: Montserrat-Regular;
  font-size: 18px;
  color: #FFFFFF;
  margin-left: 83px;
}
.address-content{
  width: 260px;
  height: 44px;
  font-family: Montserrat-Regular;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 21px;
  margin-bottom: 48px;
}
.idx5-1 .imgbox{
  width: 100%;
  margin-top: 69px;
  padding-left: 8vw;
  white-space:nowrap;
  overflow-x: auto;
  padding-bottom: 1vw;
}
.idx5-1 .imgbox::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 6px;
}
.idx5-1 .imgbox::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #535353;
}
.idx5-1 .imgbox::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
}

.idx5-1 .item {
  display: inline-block;
  position: relative;
  margin: 0 1vw;
  word-break:break-all;
  word-wrap:break-word;
  white-space: normal;
}

.idx5-1 .txtbox {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 500px;
  font-family: Montserrat-Regular;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 400;
}

.idx5-1 .item .time {
  text-align: center;
  font-family: "DIN";
  width: 6.4vw;
}

.idx5-1 .time .date {
  font-size: .18rem;
  color: #333;
  font-weight: 600;
  line-height: 1;
}

.idx5-1 .time .year {
  font-size: 12px;
  color: #333;
  line-height: 1
}

.idx5-1 .item p {
  width: 500px;
  height: 80px;
  font-family: Montserrat-Regular;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 300;
}



.btn-border{
  margin-top: 30px;
  margin-bottom: 55px;
  width: 76px;
  height: 27px;
  line-height: 27px;
  border: 1px solid #979797;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 400;
  text-align: center;
  border-radius: 20px;
}
.txtbox-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  cursor: pointer;
  margin-top: 1.5vw;
}
.txtbox-footer .txtbox-date{
  height: 30px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #ffffff;
}
.txtbox-footer .txtbox-more{
  width: 159px;
  height: 39px;
  line-height: 39px;
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #FFFFFF;
  border-bottom: 2px solid #ffffff;
}
.idx4-2 {
    padding-left: 12.5vw;
}

.idx4-2 .item {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 6.5vw;
    padding: 0 2vw;
    transition: all .5s;
    position: relative;
}

.idx4-2 .item p {
    font-size: .18rem;
    line-height: 1.333;
    color: rgb(102, 7, 152);
    transition: all .5s;
}

.idx4-2 .item .time {
    font-weight: 600;
    font-size: .16rem;
    color: rgb(102, 7, 152);
    font-family: "DIN";
    width: 1.25rem;
    transition: all .5s;
}

.idx4-2 .item .time .date {
    font-size: .34rem;
}
.swiper-container.imgbox{
  margin-top: 69px;
  color: #ffffff;
}
.idx4-1 .idxtitle {
    top: 97px;
    left: 0;
    width: 510px;
    height: 120px;
    font-family: PingFangSC-Semibold;
    font-size: 80px;
    color: #ffffff;
    letter-spacing: 5px;
    line-height: 120px;
}

.idx4-1 .idxtitle img {
    transform: rotate(-90deg);
}

.idx4-2 .item:not(:last-child):after {
    content: '';
    height: 1px;
    background: #e3e3e3;
    position: absolute;
    bottom: 0;
    left: 2vw;
    right: 2vw;
}

.idx4-2 .item.on {
    background: #8810c9;
}

.idx4-2 .item.on .time {
    color: #fff;
}

.idx4-2 .item.on p {
    color: #fff;
}

.idx4-2 .item.on:after {
    display: none;
}

.swiper-slide-active .idx4-1 {
    animation: fadeleft 1s .1s;
    -webkit-animation: fadeleft 1s .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.swiper-slide-active .idx4-2 {
    animation: faderight 1s .2s;
    -webkit-animation: faderight 1s .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media (min-width: 1000px) {
    .swiper-cbox .iconhover:hover img:nth-child(1) {
        opacity: 0;
    }

    .swiper-cbox .iconhover:hover img:nth-child(2) {
        opacity: 1;
    }

    .idx2box .item:hover .before {
        width: 15.625vw;
    }

    .idx2box .item:hover {
        margin: 0 1.5vw 0 3.5vw;
    }

    .idx2box .item:hover .after {
        right: .85vw;
        bottom: 1vw;
        opacity: 1;
    }
}

.banner2 {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.banner2:after {
    content: '';
    height: 2.23rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/headerbg.png);
    background-size: cover;
}

.banner2 .container {
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner2 .en {
    text-transform: uppercase;
    font-size: .46rem;
    color: #f1f1f1;
    text-shadow: 0px .05rem .08rem rgba(0, 0, 0, 0.22);
    line-height: 1;
}

.banner2 .cn {
    font-size: .36rem;
    color: #f1f1f1;
    position: relative;
    line-height: 1;
    margin-top: 1.5vw;
}

.banner2 .cn1 {
    font-size: .36rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 1.5vw;
}

.banner2 .cn2 {
    font-size: .16rem;
    color: #fff;
    line-height: 1.5;
    max-width: 5.8rem;
}

.subnav {
    position: relative;
    z-index: 2;
}

.subnav .container2 {
    display: flex;
    align-items: center;
    position: absolute;
    top: -.28rem;
    left: 0;
    right: 0;
    z-index: 2;
    justify-content: center;
}

.subnav .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: .68rem;
    font-size: .16rem;
    color: #333;
    transition: all .3s;
    box-shadow: .18rem .21rem .57rem 0px rgba(214, 214, 214, 0.46);
    background: #fff;
    position: relative;
    z-index: 0;
    width: 2.5rem;
    position: relative;
    cursor: pointer;
}

.subnav .hoverbox {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    line-height: .68rem;
    font-size: .16rem;
    color: #333;
    box-shadow: .18rem .21rem .57rem 0px rgba(214, 214, 214, 0.46);
    background: #fff;
    text-align: center;
}

.subnav .hoverbox li a {
    color: #222;
    margin-left: -50px;
}

.subnav .hoverbox li:hover a {
    color: #8810c9;
}

.subnav .item .iconhover {
    width: 10px;
    height: 7px;
    margin-left: .1rem;
}

.subnav .item:not(:last-child) {
    margin-right: 2px;
}

.subnav .item:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #8810c9;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
    transform: translateY(5px);
    z-index: -1;
    opacity: 0;
}

.subnav .item.on:after {
    opacity: 1;
    transform: translateY(0);
}

.subnav .item:hover:after {
    opacity: 1;
    transform: translateY(0);
}

.subnav .item.on {
    color: #fff;
}

.subnav .item:hover {
    color: #fff;
}

.subnav .item.on .iconhover img:nth-child(2) {
    opacity: 1;
}

.subnav .item.on .iconhover img:nth-child(1) {
    opacity: 0;
}

.subnav .hoverbox:hover {
    color: #8810c9;
}

.casecon {
    padding: 1.4rem 0 .8rem;
    background: #f1f1f1;
}

.casebox .row {
    margin: -.15rem -.12rem;
}

.casebox .col-sm-4 {
    padding: .15rem .12rem;
}

.casebox .item {
    display: block;
    background: #fff;
    transition: all .3s;
}

.casebox .item .content {
    padding: 1.6vw 1.6vw 1.6vw 1.8vw;
}

.casebox .item h2 {
    font-size: .16rem;
    color: #333;
    margin-bottom: .1rem;
    transition: all .3s;
}

.casebox .item p {
    font-size: .16rem;
    color: #999;
    line-height: 1.5;
    word-break: break-all;
    transition: all .3s;
}

.casebox .item .more {
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #8810c8;
    margin-top: 1.5vw;
    transition: all .3s;
}

.casebox .item .more .iconhover {
    width: 7px;
    height: 10px;
    margin-left: .05rem;
}

.newscon {
    padding: .9rem 0 .4rem;
    background: #f1f1f1;
}

.news-top {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}

.news-top .yearbox a {
    font-size: .18rem;
    color: #999;
    transition: all .3s;
    display: block;
    margin-right: 1.8vw;
}

.news-top .yearbox a.on {
    color: #8810c8;
}

.news-top .yearbox {
    display: flex;
    align-items: center;
}

.news-top .searchbox {
    display: flex;
    align-items: center;
    height: 34px;
    border-bottom: 1px solid #999;
    width: 3.9rem;
}

.news-top .searchbox img {
    width: .18rem;
}

.news-top .searchbox input {
    font-size: .18rem;
    flex: 1;
    color: #666;
    padding: 0 .13rem;
    background: none;
}

.news-top .searchbox input::placeholder {
    color: #999;
}

.news-top .searchbox .btn1 {
    font-size: .18rem;
    color: #333;
}

.news1 {
    position: relative;
    margin-bottom: .24rem;
    background: #fff;
    box-shadow: .05rem .1rem .2rem rgba(0, 0, 0, .3);
}

.news1 img {
    width: 58.2%;
    object-fit: cover;
    transition: all .3s;
}

.news1 .txtbox {
    width: 41.8%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-flow: column;
    padding: 3vw 1.9vw;
}

.news1 h2 {
    font-size: .22rem;
    color: #8810c9;
    line-height: 1.455;
    margin-bottom: 1.8vw;
}

.news1 p {
    font-size: .16rem;
    color: #999;
    line-height: 1.375;
}

.news1 .time {
    display: flex;
    align-items: center;
}

.news1 .time .date {
    font-size: .52rem;
    color: #8810c9;
    font-weight: 600;
    margin-right: .14rem;
}

.news1 .time .month p {
    width: .48rem;
    line-height: .3rem;
    font-size: .18rem;
    color: #999;
}

.news1 .time .month p:nth-child(1) {
    border-bottom: 1px solid #d7d7d7;
}

.news2 .row {
    margin: 0 -.11rem;
}

.news2 .col-sm-6 {
    padding: .11rem;
}

.news2 .item {
    display: flex;
    align-items: center;
    padding: .22rem 3.1vw .22rem 1.5vw;
    background: #fff;
    transition: all .3s;
}

.news2 .item img {
    width: 36%;
    margin-right: 2.6vw;
}

.news2 .item .time {
    font-size: .14rem;
    color: #a452d5;
    transition: all .3s;
    font-weight: 600;
    margin-bottom: .15rem;
}

.news2 .item h2 {
    font-size: .16rem;
    color: #333;
    transition: all .3s;
    line-height: 1.535;
}

.news2 .item p {
    font-size: .16rem;
    color: #999;
    transition: all .3s;
    line-height: 1.228;
}

.news3con {
    padding: 1.2rem 0 .55rem;
}

.news3 {
    display: flex;
}

.news3-1 {
    width: 2.7rem;
    margin-right: .11rem;
}

.news3-1 .title {
    font-size: .14rem;
    color: #333;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 2px solid #333;
    margin-bottom: .14rem;
}

.news3-1 .item {
    display: block;
    margin-bottom: .15rem;
    background: #fff;
    transition: all .3s
}

.news3-1 .item:last-child {
    margin-bottom: 0;
}

.news3-1 .item .content {
    padding: .2rem .25rem .28rem;
}

.news3-1 .item h2 {
    font-size: .16rem;
    line-height: 1.5;
    color: #333;
    transition: all .3s;
}

.news3-1 .item .time {
    font-size: 12px;
    color: #333;
    margin-bottom: .15rem;
    transition: all .3s;
}

.news3-1 .item img {
    object-fit: cover;
    width: 100%;
}

.news3-2 {
    background: #fff;
    padding: 0 2vw;
}

.news3-2top {
    margin: 0 -2vw;
    padding: 2.3vw 2vw 1.4vw;
    border-bottom: 2px solid #f1f1f1;
}

.news3-2top h1 {
    font-size: .32rem;
    color: #333;
    margin-bottom: .22rem;
}

.news3-2top .h2 {
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #333;
}

.news3-2top .h2 span {
    margin-right: .2rem;
}

.news3-2content {
    padding: 2.3vw 0;
}

.news3-2content p {
    font-size: .16rem;
    color: #333;
}

.news3-2top .iconbox {
    position: relative;
}

.news3-2top .iconbox a {
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
}

.news3-2top .iconbox a:nth-child(1) {
    left: 0;
}

.news3-2top .iconbox a:nth-child(2) {
    left: 25px;
}

.news3-2top .iconbox a:nth-child(3) {
    left: 52px;
}

.news3-2top .iconbox a:nth-child(4) {
    right: 0;
}

.newscon .pagebox {
    margin-top: .38rem;
}

.cul1 {
    position: relative;
}

.cul1 .img1 {
    position: absolute;
    width: 32.3vw;
    left: 50%;
    bottom: -10.9vw;
    margin-left: -16.15vw;
    box-shadow: 2.2vw 2.7vw 5.7vw 0px rgba(186, 58, 224, 0.31);
    border-radius: 50%;
}

.culture-box {
    position: relative;
    margin-top: 18%;
}

.cult-bg {
    background: url(../images/culture-dott.png) 16% 0 no-repeat;
    width: 100%;
    height: 226vh;
    position: relative;
}

.culture-box .cult-img {
    position: absolute;
}

.culture-box .cult-img.cult-img1 {
    left: 0;
    top: 37vh;
    width: 37.3vw;
}

.culture-box .cult-img.cult-img2 {
    right: 0;
    bottom: 37vh;
    width: 38.3vw;
}

.culture-box-list {
    position: relative;
    display: flex;
    align-items: center;
}

.culture-box-list.list1 {
    transform: translate(26vw, -3vh);
}

.culture-box-list.list2 {
    transform: translate(45vw, 540%);
}

.culture-box-list.list3 {
    transform: translate(2vw, 1000%);
}

.culture-box-list.list4 {
    transform: translate(30%, 1540%);
}

.culture-box-list img {
    width: 111px;
    height: 111px;
}

.culture-info {
    margin-left: 30px;
    width: 33%;
}

.culture-info h3 {
    font-size: 26px;
    color: #8810c9;
    margin-bottom: 10px;
}

.culture-info p {
    font-size: 26px;
    color: #333;
}


.rctcon {
    padding: 1.5rem 0 .6rem;
    background: #f1f1f1;
}

.rct1 .th {
    display: flex;
    align-items: center;
    height: .65rem;
    border-bottom: 1px solid #f1f1f1;
    font-size: .18rem;
    color: #8810c9;
    padding: 0 4.3vw;
    background: #fff;
}

.rct1 .col {
    flex: 1;
}

.rct1box {
    background: #fff;
}

.rct1box .item .before {
    box-shadow: .18rem .21rem .57rem 0px rgba(214, 214, 214, 0.2);
    display: flex;
    align-items: center;
    height: .78rem;
    font-size: .18rem;
    color: #333;
    padding: 0 4.3vw;
    position: relative;
    transition: all .3s;
}

.rct1box .item .before .closeimg {
    right: 2vw;
    width: .23rem;
    top: 50%;
    margin-top: -.115rem;
    cursor: pointer;
    transition: all .3s;
    opacity: 0;
    position: absolute;
}

.rct1 .btn1 {
    color: #8810c9;
    cursor: pointer;
    width: .72rem;
    transition: all .3s;
}

.rct1box .item .after {
    display: none;
}

.rct1box .item .after > div {
    display: flex;
    align-items: flex-start;
    padding: 1.8vw 2vw 4.2vw 4.3vw;
}

.rct1box .item .after .col1 {
    width: 2.4rem;
}

.rct1box .item .after .h1 {
    font-size: .16rem;
    color: #fff;
    margin-bottom: .1rem;
}

.rct1box .item .after .h2 {
    font-size: .32rem;
    color: #fff;
}

.rct1box .item .after .col2-1 {
    padding: 0 4.3vw 3.4vw 0;
    border-bottom: 2px solid rgba(249, 249, 249, 0.2)
}

.rct1box .item .after p {
    font-size: .16rem;
    line-height: 1.5;
    color: #fff;
}

.rct1box .item .after .col2-2 {
    margin-top: 1.4vw;
}

.rct2 {
    padding-top: .5rem;
}

.rct2 .title {
    font-size: .2rem;
    text-align: center;
    color: #999;
    margin-bottom: .36rem
}

.rct2 .row {
    margin: 0 -.14rem;
}

.rct2 .col-sm-3 {
    padding: 0 .14rem;
}

.rct2 img {
    box-shadow: .05rem .08rem .16rem 0px rgba(51, 51, 51, 0.13);
    transition: all .3s;
}

.rct1box .item.on {
    background: #8810c9;
}

.rct1box .item.on .btn1 {
    opacity: 0;
}

.rct1box .item.on .closeimg {
    opacity: 1;
}

.rct1box .item.on .before {
    color: #fff;
    box-shadow: none;
}

.info1 {
    padding: 1.05rem 0 .36rem;
}

.info1box {
    max-width: 8rem;
    margin: 0 auto;
}

.info1 .searchbox {
    display: flex;
    align-items: center;
    height: 42px;
    border-bottom: 1px solid #999;
}

.info1 .searchbox img {
    width: .18rem;
}

.info1 .searchbox input {
    font-size: .18rem;
    flex: 1;
    color: #666;
    padding: 0 .2rem;
    background: none;
}

.info1 .searchbox input::placeholder {
    color: #999;
}

.info1 .searchbox .btn1 {
    font-size: .18rem;
    color: #333;
    background: none;
    color: #8810c9;
    padding: 0;
}

.info1 .hotbox {
    margin-top: .28rem;
    display: flex;
    align-items: center;
}

.info1 .hotbox .label1 {
    font-size: .14rem;
    color: #999;
    margin-right: .2rem;
}

.info1 .hotbox .item {
    display: block;
    line-height: 24px;
    border-radius: 2px;
    font-size: .14rem;
    color: #333;
    border: 1px solid #e8e8e8;
    margin-right: 5px;
    padding: 0 .2rem;
    color: #999;
    transition: all .3s;
}

.info2 {
    padding: .7rem 0 1rem;
    background: #f1f1f1;
}

.info2 .titlebox {
    text-align: center;
    margin-bottom: .5rem;
}

.info2 .titlebox .h1 {
    font-size: .32rem;
    color: #333;
    margin-bottom: .18rem;
}

.info2 .titlebox .h2 {
    font-size: .16rem;
    color: #999;
}

.info2 .selectbox {
    padding: 0 2.6vw;
    margin-bottom: .45rem;
}

.info2 .selectbox .col-sm-6 {
    padding: 0 .12rem;
}

.info2 .selectbox .row {
    margin: 0 -.12rem;
}

.info2 .selectbox select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: .5rem;
    border: 1px solid #e0e0e0;
    font-size: .14rem;
    color: #999;
    width: 100%;
    padding: 0 .18rem;
    background: url(../images/down2.png) 96% center no-repeat #fff;
    background-size: 8px;
}

.info2box .item {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: .16rem .2rem .49rem 0px rgba(51, 51, 51, 0.1);
}

.info2box .item img {
    width: .94rem;
    height: 1.32rem;
    object-fit: cover;
    box-shadow: .093rem .03rem .08rem 0px rgba(51, 51, 51, 0.25);
    margin: 0 3.2vw;
}

.info2box .row {
    margin: -.12rem;
}

.info2box .col-sm-6 {
    padding: .12rem;
}

.info2box .item .txtbox {
    padding: 2vw;
    transition: all .3s;
}

.info2box .col-sm-6 {
    padding: .12rem;
}

.info2box .item .h1 {
    font-size: .16rem;
    color: #333;
    line-height: 1.556;
    transition: all .3s;
}

.info2box .item .h2 {
    font-size: .14rem;
    line-height: 1.75;
    color: #999;
    margin: .12rem 0 .25rem;
    height: .48rem;
    transition: all .3s;
}

.info2box .item .h3 {
    display: flex;
    align-items: center;
    font-size: .16rem;
    color: #333;
}

.info2box .item .h3 .line {
    width: 2px;
    height: 9px;
    background: #999;
    margin: 0 .18rem;
    transition: all .3s;
}

.info2box .item .h3-1 {
    color: #333;
    transition: all .3s;
}

.info2box .item .h3-2 {
    color: #8810c9;
    transition: all .3s;
}

.share {
    padding: 1.15rem 0 .95rem;
    background: #f1f1f1;
}

.sharebox {
    background: #fff;
    display: flex;
    align-items: flex-start;
    padding: 2.1vw 2.6vw 1.7vw 1.7vw;
}

.sharebox .h1 {
    font-size: .2rem;
    color: #333;
}

.sharebox .h2 {
    display: flex;
    align-items: flex-end;
    color: #333;
    margin: 1.2vw 0 2.5vw;
}

.sharebox .h2-1 {
    font-size: .36rem;
    margin-right: .2rem;
    line-height: .8;
}

.sharebox .h2 span {
    font-size: .16rem;
}

.sharebox .h2 img {
    width: .14rem;
    margin: 0 .05rem;
}

.sharebox .h3box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sharebox .h3-1 {
    font-size: .16rem;
    color: #333;
    line-height: 1;
}

.sharebox .h3box p {
    font-size: .24rem;
    color: #333;
    line-height: 1;
    margin-top: .15rem;
}

.sharebox .h4 {
    margin-top: 2.4vw;
    font-size: .16rem;
    color: #999;
}

.share2 {
    max-width: 50%;
    margin-left: 6vw;
}

.share2 .tabbox {
    display: flex;
    align-items: center;
    margin-top: 1.8vw;
    margin-left: 1.8vw;
}

.share2 .tabbox .item {
    cursor: pointer;
    width: 1.22rem;
    line-height: .3rem;
    border: 2px solid #f5f5f5;
    transition: all .3s;
    margin-right: .06rem;
    text-align: center;
    font-size: .16rem;
    color: #333;
}

.share2 .tabbox .item.on {
    background: #8810c9;
    border-color: #8810c9;
    color: #fff;
}

.quecon {
    padding: 1.05rem 0 0;
    background: #f1f1f1;
}

.quecon .col-sm-6 {
    padding: 0 .12rem .18rem;
}

.quecon .row {
    margin: 0 -.12rem;
}

.quecon .item .before {
    background: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: all .3s;
}

.quecon .item .imgbox {
    width: .7rem;
    height: 1.05rem;
    display: flex;
    align-items: center;
    box-shadow: 0px .08rem .1rem 0px rgba(136, 16, 201, 0.21);
    background: #8810c9;
    justify-content: center;
    transition: all .3s;
}

.quecon .item .imgbox .iconhover {
    width: .26rem;
    height: .26rem;
}

.quecon .item .txtbox {
    padding: 0 6.2vw 0 1.7vw;
}

.quecon .item .txtbox p {
    font-size: .16rem;
    color: #333;
    line-height: 1.75;
    transition: all .3s;
}

.quecon .item .before:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 2px solid #444;
    border-left: 0;
    border-top: 0;
    position: absolute;
    transform: rotate(45deg);
    right: .2rem;
    transition: all .3s;
}

.quecon .after {
    background: #8810c9;
    padding: .15rem .2rem .15rem .7rem;
    border: 1px solid #b36dd9;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    z-index: 3;
}

.quecon .after p {
    font-size: .16rem;
    color: #fff;
    line-height: 1.75;
    padding-left: 1.7vw;
}

.quecon .item {
    height: 1.05rem;
}

.quecon .itembox {
    position: relative;
}

.quecon .item.on .before {
    border: 1px solid #b36dd9;
    border-bottom: 0;
}

.quecon .item.on .imgbox {
    height: .82rem;
    background: #fff;
    box-shadow: none;
}

.quecon .item.on .iconhover img:nth-child(1) {
    opacity: 0;
}

.quecon .item.on .iconhover img:nth-child(2) {
    opacity: 1;
}

.quecon .item.on .before:after {
    border-color: #8810c9;
}

.quecon .item.on .before p {
    color: #8810c9;
}

.quecon .pagebox {
    margin-top: .38rem;
}

.aftersale {
    position: relative;
}

.aftersale .container2 {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.aftsale-box {
    max-width: 4.9rem;
}

.aftsale-box .h1 {
    font-size: .46rem;
    color: #8810c9;
}

.aftsale-box p {
    font-size: .16rem;
    color: #333;
    line-height: 1.75;
    margin: 2.5vw 0 4.5vw;
}

.aftsale-box .h2 {
    font-size: .46rem;
    color: #8810c9;
    font-family: "DIN";
    display: block;
}

.beforesale {
    position: relative;
    padding-bottom: 3.8vw;
    background: url(../images/beforesale.jpg);
    background-position: top;
    background-size: cover;
}

.bfsbox1 {
    height: 33.7vw;
    display: flex;
    align-items: center;
}

.bfsbox1 .h1 {
    font-size: .46rem;
    color: #8810c9;
    margin-bottom: 3.7vw;
}

.bfsbox1 p {
    font-size: .16rem;
    color: #333;
    line-height: 1.75;
    max-width: 47%;
}

.bfsbox2 {
    background: #fff;
    padding: 1.5vw 3.7vw 2.6vw;
}

.bfsbox2 select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: .5rem;
    border: 1px solid #f2f2f2;
    font-size: .16rem;
    color: #333;
    width: 100%;
    padding: 0 .26rem;
    background: url(../images/down3.png) 97% center no-repeat #fff;
    background-size: .12rem;
    box-shadow: .09rem .08rem .16rem 0px rgba(0, 0, 0, 0.13);
}

.bfsbox2 .row {
    margin: 0 -2.5vw;
}

.bfsbox2 .col-sm-4 {
    padding: 3vw 2.5vw 0;
}

.bfsbox2 .item .label1 {
    font-size: .16rem;
    color: #333;
    margin-bottom: .75vw;
}

.bfsbox2 .item input {
    width: 100%;
    display: block;
    height: 36px;
    border-bottom: 1px solid #b5b5b5;
    font-size: .14rem;
    color: #444;
}

.bfsbox2 .item input::placeholder {
    color: #b5b5b5;
}

.bfsbox2 .btn1 {
    width: 6.63rem;
    background: #8810c9;
    line-height: .67rem;
    font-size: .16rem;
    color: #fff;
    box-shadow: .18rem .21rem .23rem 0px rgba(0, 0, 0, 0.13);
    margin: 3.4vw auto 0;
    max-width: 100%;
    display: block;
    transition: all .3s;
}

.cta2 {
    height: 33.33vw;
}

.cta3 {
    padding: .85rem 0 .9rem;
    background: #f1f1f1;
}

.cta3 .selectbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .7rem;
}

.cta3 .selectbox select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: .46rem;
    border: 2px solid #cfcfcf;
    font-size: .14rem;
    color: #333;
    width: 100%;
    padding: 0 .2rem;
    background: url(../images/down2.png) 96% center no-repeat #fff;
    background-size: 8px;
    width: 28%;
    margin: 0 .07rem;
}

.anchorBL {
    display: none;
}

.cta3 .row {
    margin: -.9vw -.12rem;
}

.cta3 .col-sm-6 {
    padding: .9vw .12rem;
}

.cta3 .item {
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: .05rem;
    height: 2.18rem;
    padding: 0 1.8vw;
    cursor: pointer;
    transition: all .3s;
}

.cta3 .item .h1 {
    font-size: .26rem;
    color: #333;
    width: 38%;
    transition: all .3s;
}

.cta3 .item p {
    font-size: .16rem;
    line-height: 1.875;
    color: #333;
    transition: all .3s;
}

.cta3 .item.on {
    background-color: rgb(136, 16, 201);
    box-shadow: 0px .3rem .51rem 0px rgba(136, 16, 201, 0.21);
}

.cta3 .item.on .h1 {
    color: #fff;
}

.cta3 .item.on p {
    color: #fff;
}

.cta1 {
    display: flex;
    align-items: center
}

.cta1-1 {
    padding: 0 7vw 0 13.54vw;
}

.cta1-1 .h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    color: #333;
}

.cta1-1 .h1 img {
    margin-right: .1rem;
    width: .14rem;
}

.cta1-1 .h2 {
    font-size: 3.5vw;
    color: #8810c9;
    margin: 1.8vw 0 5.7vw;
    text-align: center;
    font-family: "DIN";
    display: block;
}

.cta1-1box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 -10px;
}

.cta1-1box .item {
    padding: 0 10px;
}

.cta1-1box p {
    font-size: .16rem;
    color: #333;
    line-height: 1.875;
    text-align: center;
}

.cta1-1box .item img {
    border-radius: 50%;
    box-shadow: 0px 1.5vw 2.6vw 0px rgba(136, 16, 201, 0.21);
    max-width: 5.6vw;
    margin: 0 auto 1.7vw;
}

.cta1-2 {
    padding: 3vw 13.54vw 3.4vw 5vw;
    background: #8810c9;
}

.cta1-2 .title {
    display: flex;
    align-items: center;
    margin-bottom: 2.8vw;
}

.cta1-2 .title .cn {
    font-size: 1.9vw;
    color: #fff;
}

.cta1-2 .title .en {
    font-size: .14rem;
    color: #f1f1f1;
    line-height: 1.571;
    text-align: right;
}

.cta1-2 input {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.502);
    font-size: .16rem;
    color: #fff;
    background: none;
}

.cta1-2 .row {
    margin: 0 -.08rem;
}

.cta1-2 .col-sm-6 {
    padding: 0 .08rem;
}

.cta1-2 input::placeholder {
    color: #fff;
}

.cta1-2 .col-xs-12 {
    padding: 0 .08rem;
}

.cta1-2 .label1 {
    font-size: .16rem;
    color: #fff;
    margin: 1.7vw 0 .12rem;
}

.cta1-2 textarea {
    display: block;
    width: 100%;
    border: 1px solid rgb(221, 157, 255);
    background-color: rgba(210, 127, 255, 0.2);
    height: 2.3rem;
    font-size: .16rem;
    color: #fff;
    padding: .15rem;
}

.cta1-2 .btn1 {
    background: #fff;
    line-height: .63rem;
    box-shadow: .18rem .21rem .23rem 0px rgba(0, 0, 0, 0.13);
    display: block;
    width: 100%;
    font-size: .16rem;
    color: #8810c9;
    transition: all .5s;
    margin-top: 2.5vw;
}

.cta1-2box {
    width: 5rem;
}

.pro1 {
    padding: 1.2rem 0 .63rem;
}

.procon {
    background: #f1f1f1;
    padding: .85rem 0 .6rem;
}

.pro2 {
    margin-right: -13.54vw;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10vw;
}

.pro2-1 .num {
    font-size: .46rem;
    color: #660798;
    font-family: "DIN";
    line-height: 1;
    margin-top: 1vw;
}

.pro2-1 .h1 {
    font-size: .26rem;
    color: #610093;
    margin: 3.7vw 0 2vw;
}

.pro2-1 p {
    font-size: .16rem;
    color: #999;
    line-height: 1.5;
    word-break: break-all;
}

.pro2-1 {
    padding-right: 5.2vw;
}

.pro2-2 {
    width: 53.5%;
    position: relative;
}

.pro2-2 .imgbox {
    max-width: 47%;
    position: absolute;
    bottom: -8.1vw;
    left: -.9vw;
}

.pro3 .row {
    margin: 0 -.12rem;
}

.pro3 .col-sm-4 {
    padding: 0 .12rem;
    margin-bottom: .24rem;
}

.pro3 .item {
    display: block;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.pro3 .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    border: 1px solid #d1b9dd;
    transition: all .5s;
    opacity: 0;
}

.pro3 .pagebox {
    margin-top: .34rem;
}

.pro3 .item .imgbox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/imgbg.png);
    height: 87.3%;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: all .5s;
}

.pro3 .item .imgbox .img1 {
    position: absolute;
    max-width: 70%;
    bottom: 2.4vw;
    z-index: 3;
    transition: all .5s;
}

.pro3 .item .h1 {
    font-size: .2rem;
    color: #333;
    text-align: center;
    position: absolute;
    top: 4.3vw;
    left: 0;
    right: 0;
    transition: all .5s;
    z-index: 3;
}

.pro3 .item .txtbox {
    height: 34%;
    font-size: .2rem;
    background: #610093;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    padding-bottom: 2.3vw;
    color: #fff;
    bottom: -34%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: all .5s;
}

.pdtl1 {
    padding: 1.4rem 0 .64rem;
}

.pdtl1 .container2 {
    display: flex;
}

.pdtl1 .imgbox {
    width: 52.85%;
    margin-right: 2.5vw;
    background: #f1f1f1;
}

.pdtl1 .h1 {
    font-size: 1.85vw;
    color: #000;
    margin-bottom: 1.2vw;
}

.pdtl1 .txtbox {
    padding: 3.4vw 0 1.7vw;
    flex-flow: column;
    display: flex;
}

.pdtl1 .h2 {
    font-size: .16rem;
    color: #333;
    line-height: 1.75;
    word-break: break-all;
}

.pdtl1 p {
    font-size: .16rem;
    color: #333;
    line-height: 1.75;
}

.pdtl1 .tagbox {
    margin-top: 1.25vw;
    overflow: hidden;
}

.pdtl1 .tagbox .item {
    height: .3rem;
    display: flex;
    align-items: center;
    min-width: 1.2rem;
    padding: 0 1.6vw;
    justify-content: center;
    border: 1px solid rgb(225, 225, 225);
    font-size: .14rem;
    color: #333;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    transition: all .5s;
}

.pdtl1 .item2 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.pdtl1 .item2 img {
    margin-bottom: 1.5vw;
    max-width: 80%;
}

.pdtl1 .swiper2box {
    padding: .16rem 1.5vw;
    position: relative;
    background: #787878;
}

.pdtl1 .item3 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b5b5b5;
    cursor: pointer;
    transition: all .5s;
}

.pdtl1 .swiper-slide-thumb-active .item3 {
    background: #fff;
}

.pdtl1 .item3 img {
    max-width: 80%;
    max-height: 80%;
}

.pdtl2tab .container2 {
    display: flex;
    align-items: center;
}

.pdtl2tab .item {
    flex: 1;
    line-height: .85rem;
    cursor: pointer;
    text-align: center;
    font-size: .16rem;
    color: #333;
    transition: all .5s;
    position: relative;
}

.pdtl2tab .item:after {
    content: '';
    width: 0;
    left: 50%;
    transition: all .5s;
    position: absolute;
    bottom: 0;
    background: #8810c9;
    height: .04rem;
}

.pdtl2tab .item.on:after {
    width: .28rem;
    margin-left: -.14rem;
}

.pdtl2tab .item.on {
    color: #8810c9;
}

.pdtl2box {
    background: #f1f1f1;
}

.pdtl2-1 {
    margin: 6.5vw 0 8.5vw;
    padding-right: 35.7%;
    position: relative;
}

.pdtl2-1 p {
    font-size: .16rem;
    color: #333;
    margin-bottom: .16rem;
}

.pdtl2-1 p span:nth-child(1) {
    margin-right: 2vw;
    color: #8810c9
}

.pdtl2-1 .h1 {
    font-size: 1.85vw;
    color: #8810c8;
    margin-bottom: 6vw;
}

.pdtl2-1 img {
    max-width: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.pdtl2-2 {
    padding: 4vw 0;
}

.pdtl2-2 img {
    max-width: 80%;
    margin: 0 auto;
}

.pdtl2-3 .txtbox .h1 {
    font-size: 1.85vw;
    color: #8810c9;
    margin-bottom: 3vw;
}

.pdtl2-3 .txtbox p {
    font-size: .16rem;
    color: #333;
    line-height: 1.75;
}

.pdtl2-3 .txtbox {
    padding-right: 2.2vw;
}

.pdtl2-3 {
    display: flex;
    align-items: center;
    padding: 10vw 0 9.5vw;
}

.pdtl2-3 .mapbox {
    width: 64.3%;
    position: relative;
}

.pdtl2-3 .mapbox .img1 {
    position: absolute;
    width: 78.88%;
    right: 10%;
    top: 6.27%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .6s;
    transform-origin: 90% 40%;
}

.pdtl2-3 .mapbox.on .img1 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.pdtl3 {
    padding: .5rem 0 .45rem;
}

.pdtl3 .title {
    text-align: center;
    font-size: .16rem;
    color: #999;
    margin-bottom: .35rem;
}

.pdtl3 .item {
    display: flex;
    align-items: center;
    padding: 0 1.3vw 0 2.3vw;
    height: 1.36rem;
    position: relative;
}

.pdtl3 .item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgb(197, 197, 197);
    transition: all .5s;
}

.pdtl3 .swiper4 {
    margin: 0 -1px;
    padding: 0 1px .56rem;
}

.pdtl3 .item img {
    max-width: 36%;
    margin-right: 1.8vw;
}

.pdtl3 .item .h1 {
    font-size: .16rem;
    line-height: 1.75;
    color: #8810c8;
}

.pdtl3 .item p {
    font-size: .16rem;
    line-height: 1.75;
    color: #999;
}

.pdtl3 .swiper4 .swiper-pagination {
    bottom: 0;
    font-size: 0;
}

.pdtl3 .swiper4 .swiper-pagination-bullet-active {
    background: #8810c9;
}

.hiscon {
    padding-top: .5rem;
    position: relative;
}

.hiscon .item {
    position: relative;
}

.hiscon .item .container2 {
    display: flex;
    align-items: center;
    height: 16.66vw;
    position: relative;
}

.hiscon .item:nth-child(even) {
    background: #f3f3f3;
}

.hiscon .item .year {
    font-size: 14.58vw;
    text-shadow: 1.2vw 1vw 1.2vw rgba(143, 143, 143, 0.13);
    -webkit-text-stroke: 1px #d5d5d5;
    color: #fff;
    font-family: "DIN";
    line-height: 1;
    flex: 1;
}

.hiscon .item:nth-child(even) .container2 {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

.hiscon .item .txtbox {
    text-align: center;
    width: 42.85%;
    padding: 0 2vw;
}

.hiscon .item .h1 {
    font-size: .24rem;
    color: #8810c9;
    margin-bottom: .15rem;
}

.hiscon .item p {
    font-size: .16rem;
    color: #333;
    line-height: 1.75;
}

.hiscon .item:nth-child(odd) .year {
    text-align: right;
}

.hiscon:after {
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #8810c9;
    position: absolute;
}

.hiscon .item:after {
    content: '';
    width: .38rem;
    height: .38rem;
    background: url(../images/left.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.19rem;
    margin-top: -.19rem;
    z-index: 5;
    background-size: cover;
}

.hiscon .item:nth-child(even):after {
    background: url(../images/right.png);
    background-size: cover;
}

.honor {
    background: url(../images/honorbg.jpg);
    padding: 4.5vw 0 2.3vw;
    background-size: cover;
}

.honor select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: .5rem;
    border: 1px solid #e0e0e0;
    font-size: .14rem;
    color: #999;
    width: 100%;
    padding: 0 .18rem;
    background: url(../images/down2.png) 96% center no-repeat #fff;
    background-size: 8px;
    max-width: 6.38rem;
    margin: 0 auto;
    display: block;
}

.honor .swiperbox .swiperbtn {
    width: .49rem;
    height: .49rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -.25rem;
    cursor: pointer;
}

.honor .swiperbox .prev {
    left: -1rem;
}

.honor .swiperbox .next {
    right: -1rem;
}

.honor .swiperbox {
    position: relative;
    margin-top: 24.6vw;
}

.honor .item {
    background: #fff;
    display: flex;
    align-items: center;
    padding: .8vw 1.5vw .8vw 2vw;
    cursor: pointer;
    transition: all .5s;
}

.honor .item p {
    font-size: .16rem;
    color: #8810c9;
    line-height: 1.5;
    transition: all .5s;
}

.honor .item .imgbox img {
    max-height: 100%;
}

.honor .item .imgbox {
    max-width: 45%;
}

.about1 {
    background: #f3f3f3;
}

.about1 .container2 {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 11vw 0 5.6vw;
}

.about1 .txtbox {
    width: 43.6%;
}

.about1 .img1 {
    max-width: 32.5vw;
}

.about1 .h2 {
    font-size: .32rem;
    color: #8810c8;
}

.about1 .h1 {
    line-height: 1.462;
    color: #8810c8;
    font-size: .26rem;
    margin-bottom: 2.5vw;
}

.about1 p {
    font-size: .16rem;
    line-height: 1.5;
    color: #333;
    margin-top: 1vw;
}

.about1 .h3box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 6.5vw;
}

.about1 .h3box .h3-1 {
    font-size: .16rem;
    color: #333;
    line-height: 1.5;
    text-align: right;
}

.about1 .h3box .h3-1 span {
    color: #8810c8;
}

.about1 .h3box img {
    width: 1.63rem;
}

.about1 .yearbox {
    position: absolute;
    bottom: -.485rem;
    right: 0;
    display: flex;
    align-items: center;
}

.about1 .yearbox .item {
    width: .97rem;
    height: .97rem;
    background: url(../images/ab1-3.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    color: #333;
    margin-left: 1.9vw;
}

.about3 {
    background: #f3f3f3;
}

.about3-1 {
    display: flex;
    align-items: center;
    padding-top: 12vw;
}

.about3-1 .txtbox {
    padding-right: 11vw;
}

.about3-1 .imgbox {
    width: 43.6%;
    position: relative;
}

.about3-1 .numbox {
    background: #8810c8;
    padding: 2.5vw 1.7vw 2.5vw 1.5vw;
    box-shadow: 1.6vw 1.4vw 2vw 0px rgba(136, 16, 201, 0.18);
    position: absolute;
    bottom: -4.5vw;
    left: -5.1vw;
}

.about3-1 .numbox p {
    font-size: .14rem;
    line-height: 1.429;
    color: #fff;
    margin-top: .1rem;
}

.about3-1 .numbox .num1 {
    line-height: 1.2;
    font-size: .46rem;
    color: #fff;
    position: relative;
}

.about3-1 .numbox .num1 span {
    font-family: "DIN";
    font-weight: 600;
}

.about3-1 .numbox .txt {
    font-size: .16rem;
    color: #fff;
    position: absolute;
    top: 0;
    left: .7rem;
}

.about3-1 .numbox img {
    width: .28rem;
    position: absolute;
    left: .65rem;
    bottom: 0;
}

.about3-1 .numbox .num2 {
    margin-top: 3.3vw;
}

.about3-2 {
    padding: 7.5vw 0 10vw;
    display: flex;
    align-items: center;
}

.about3-2 .txtbox {
    width: 43.6%;
}

.about3 .txtbox .h1 {
    font-size: .26rem;
    color: #8810c8;
    line-height: 1.462;
    margin-bottom: 1.5vw;
}

.about3 .txtbox p {
    font-size: .16rem;
    color: #333;
    line-height: 1.5;
}

.videocon {
    padding: 1.1rem 0 .8rem;
    background: #f1f1f1;
}

.videobox {
    position: relative;
}

.video-banner {
    width: 80%
}

.select-videos {
    width: 20%;
    position: absolute;
    padding: 2.4vw 1.5vw;
    background: #fff;
    height: 100%;
    right: 0;
    top: 0;
}

.video-banner .img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-banner .box {
    height: 100%;
}

.video-banner .play {
    width: .68rem;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    margin-top: -.34rem;
    margin-left: -.34rem;
    cursor: pointer;
}

/* .video-banner:after{position: absolute;display: block;content: "";left: 0;top: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);} */
.video-banner video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.select-videos .swiper-container {
    height: 100%;
}

.select-videos .item {
    cursor: pointer;
    height: 100%;
    cursor: pointer;
    position: relative;
    background: #000;
}

.select-videos .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
    opacity: .5;
}

.select-videos .item:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border: .06rem solid #8810c8;
    -webkit-transition: all .3s;
    transition: all .5s;
}

.select-videos .swiper-slide.on .item:after {
    opacity: 1;
}

.select-videos .swiper-slide.on .item img {
    opacity: 1;
}

.select-videos .swiperbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2.4vw;
    cursor: pointer;
    transition: all .5s;
}

.select-videos .prev:after {
    content: '';
    width: .08rem;
    height: .08rem;
    border: 2px solid #333;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    margin-top: .04rem;
    transition: all .5s;
}

.select-videos .next:after {
    content: '';
    width: .08rem;
    height: .08rem;
    border: 2px solid #333;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
    margin-top: -.02rem;
    transition: all .5s;
}

.select-videos .next {
    top: auto;
    bottom: 0;
}


@media (min-width: 1000px) {
    .select-videos .swiperbtn:hover {
        background: #8810c8;
    }

    .select-videos .swiperbtn:hover:after {
        border-color: #fff;
    }

    .casebox .item:hover {
        background: rgb(136, 16, 201);
        box-shadow: 0px .3rem .51rem 0px rgba(136, 16, 201, 0.21);
        transform: translateY(-5px);
    }

    .casebox .item:hover h2 {
        color: #fff;
    }

    .casebox .item:hover p {
        color: #fff;
    }

    .casebox .item:hover .iconhover img:nth-child(1) {
        opacity: 0;
    }

    .casebox .item:hover .iconhover img:nth-child(2) {
        opacity: 1;
    }

    .casebox .item:hover .more {
        color: #fff;
    }

    .news2 .item:hover {
        background: rgb(136, 16, 201);
        box-shadow: 0px .3rem .51rem 0px rgba(136, 16, 201, 0.21);
        transform: translateY(-5px);
    }

    .news2 .item:hover .time {
        color: #fff;
    }

    .news2 .item:hover h2 {
        color: #fff;
    }

    .news2 .item:hover p {
        color: #fff;
    }

    .news-top .yearbox a:hover {
        color: #8810c8;
    }

    .news1 .imgbox:hover img {
        opacity: .85;
    }

    .news3-1 .item:hover {
        background: rgb(136, 16, 201);
    }

    .news3-1 .item:hover .time {
        color: #fff;
    }

    .news3-1 .item:hover h2 {
        color: #fff;
    }

    .rct2 img:hover {
        transform: translateY(-5px);
    }

    .info1 .hotbox .item:hover {
        background: #8810c9;
        border-color: #8810c9;
        color: #fff;
    }

    .info2box .item:hover .txtbox {
        background: #8810c9;
    }

    .info2box .item:hover .h1 {
        color: #fff;
    }

    .info2box .item:hover .h2 {
        color: #fff;
    }

    .info2box .item:hover .h3-1 {
        color: #fff;
    }

    .info2box .item:hover .line {
        background: #fff;
    }

    .info2box .item:hover .h3-2 {
        color: #fff;
    }

    .bfsbox2 .btn1:hover {
        transform: translateY(-5px);
    }

    .cta3 .item:hover {
        background-color: rgb(136, 16, 201);
        box-shadow: 0px .3rem .51rem 0px rgba(136, 16, 201, 0.21);
    }

    .cta3 .item:hover .h1 {
        color: #fff;
    }

    .cta3 .item:hover p {
        color: #fff;
    }

    .pro3 .item:hover .txtbox {
        bottom: 0;
    }

    .pro3 .item:hover .h1 {
        opacity: 0;
        transform: translateY(-100%);
    }

    .pro3 .item:hover .imgbox {
        bottom: 24.2%;
    }

    .pro3 .item:hover .img1 {
        bottom: 0;
    }

    .pro3 .item:hover:after {
        opacity: 1;
    }

    .pdtl3 .item:hover:after {
        border-width: .04rem;
        border-color: #8810c9;
    }

    .pdtl1 .tagbox .item:hover {
        border-color: #8810c9;
        background: #8810c9;
        color: #fff;
    }

    .honor .item:hover {
        background: #8810c9;
    }

    .honor .item:hover p {
        color: #fff;
    }

    .honor .swiperbox .swiperbtn:hover img:nth-child(1) {
        opacity: 0;
    }

    .honor .swiperbox .swiperbtn:hover img:nth-child(2) {
        opacity: 1;
    }
}


@media (max-width: 1100px) {
    header .navs {
        display: none;
    }

    .footbox .left {
        flex: none;
    }

    .footbox .container {
        justify-content: center;
        display: block;
    }

    .banner2 > img {
        height: 400px;
        object-fit: cover;
    }

    .idxwrapper {
        height: auto;
    }

    .idxwrapper > .swiper-wrapper {
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }

    .idxwrapper > div > div {
        height: 550px
    }

    .idx2bottom {
        height: 76px
    }

    .footbox dl dt {
        border-bottom: 1px solid #7c1fad;
        padding-bottom: 10px;
    }

    .footbox dl {
        margin-top: 20px;
        cursor: pointer;
    }

    .footbox dd {
        display: none;
    }

    .footbox .codebox {
        margin-top: 30px;
        text-align: center;
    }
}

@media (max-width: 1000px) {
    .hiscon .item .container2 {
        height: 20vw;
    }

    .subnav .container2 {
        margin: 0 5%;
    }

    .share2 {
        max-width: 45%;
        margin-left: 3vw;
    }

    .cta1-1 {
        padding-left: 7vw;
    }

    .cta1-2box {
        width: 4rem
    }

    .cta1-2 {
        padding-right: 7vw;
    }

    .cta3 .item {
        display: block;
        padding: 20px;
        height: 170px
    }

    .cta3 .item .h1 {
        width: auto;
        margin-bottom: 10px;
    }

    .idxwrapper > div > div {
        height: 380px
    }

    .index1 {
        padding: 0 5vw;
    }

    .idx2-1top .left span {
        margin-right: 0;
    }

    .idx2bottom {
        height: 58px;
    }

    .idx3-1 {
        padding-right: 4vw;
    }
}
.index3 .video-img {
  background: url(../images/fw1200.png) no-repeat;
  width: 960px;
  height: calc(100% - 92px);
  background-size: cover;
  display: block;
  position: absolute;
  right: 0;
  top: 92px;
}
@media (max-width: 767px) {
    /* .fp-section{height: auto !important;} */
    .section {
        height: auto !important;
    }

    .cult-bg {
        background: none;
        height: auto;
    }

    .culture-box .cult-img {
        position: relative;
        margin: 30px auto;
    }

    .culture-box .cult-img.cult-img1 {
        top: 0;
    }

    .culture-box .cult-img.cult-img2 {
        bottom: 0;
    }

    .culture-box-list {
        margin-bottom: 30px;
    }

    .culture-box-list.list1, .culture-box-list.list2, .culture-box-list.list3, .culture-box-list.list4 {
        transform: unset !important;
    }

    .culture-info {
        width: 100%;
    }

    .index3 video {
        display: none;
    }



    header .menu-icon {
        font-size: 13px;
    }

    header {
        height: .9rem;
    }

    .banner2 > img {
        height: 300px;
        object-fit: cover;
    }

    .banner2 .en {
        font-size: 26px;
    }

    .banner2 .cn {
        font-size: 20px;
        margin-top: 12px
    }

    .banner2 .container {
        top: .9rem;
    }

    .subnav .item {
        font-size: 12px;
    }

    header .menu-icon .txt {
        margin-left: 5px;
    }

    .subnav .item {
        line-height: 22px;
    }

    .headbox .searchbox {
        height: 32px;
        margin-bottom: 5vh;
    }

    .headbox .searchbox input {
        font-size: 13px;
    }

    .headbox {
        width: auto;
    }

    .headbox .navbox {
        width: 100px;
    }

    .headbox .navbox .item {
        font-size: 14px;
        margin-bottom: 2.5vh;
    }

    .headbox .navbox .nav2 {
        left: 100px;
        width: 100px;
    }

    .headbox .navbox .nav2 a {
        font-size: 14px;
        margin-bottom: 2.5vh;
    }

    .headbox .language a {
        font-size: 14px;
    }

    .headbox .language {
        margin: 3vh 0;
    }

    .headbox .phone .h1 {
        font-size: 13px;
    }

    .headbox .phone .h2 {
        font-size: 24px;
    }

    .headbox .codebox p {
        font-size: 12px;
    }

    .headbox .codebox img {
        width: 60px;
    }

    .headbox .codebox {
        margin-top: 3vh;
    }

    .about1 .container2 {
        padding: 50px 0;
        display: block;
    }

    .about2 > img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .about1 .yearbox .item {
        font-size: 13px;
    }

    .about1 .yearbox {
        left: 0;
        justify-content: center;
    }

    .about1 .txtbox {
        width: 100%;
    }

    .about1 .h3box img {
        width: 110px;
    }

    .about1 .h3box .h3-1 {
        font-size: 13px;
    }

    .about1 p {
        margin-top: 10px;
        font-size: 13px;
    }

    .about1 .h1 {
        font-size: 15px;
    }

    .about1 .h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .about1 .img1 {
        max-width: 45vw;
    }

    .about3-1 {
        padding-top: 30px;
    }

    .about3-1 {
        display: block;
    }

    .about3 .txtbox p {
        font-size: 13px;
    }

    .about3 .txtbox .h1 {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .about3-1 .txtbox {
        padding-right: 0;
        padding-bottom: 15px;
    }

    .about3-1 .imgbox > img {
        display: none;
    }

    .about3-1 .imgbox {
        width: 100%;
    }

    .about3-1 .numbox {
        position: static;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 10vw;
    }

    .about3-2 {
        padding: 25px 0;
        display: block;
    }

    .about3-2 img {
        max-width: 70%;
        margin: 0 auto 15px;
    }

    .about3-2 .txtbox {
        width: 100%;
    }

    .foot2 {
        height: 50px;
    }

    .about3-1 .numbox .txt {
        font-size: 13px;
        top: -2px;
    }

    .about3-1 .numbox p {
        font-size: 12px;
    }

    .about3-1 .numbox img {
        width: 20px;
        bottom: -2px;
    }

    .about3-1 .numbox .num2 {
        margin-top: 0;
    }

    .hiscon .item .container2 {
        height: auto;
        padding: 20px 0;
        margin: 0;
    }

    .hiscon .item p {
        font-size: 13px;
    }

    .hiscon .item .txtbox {
        width: 50%;
        padding: 0 15px;
    }

    .hiscon .item .year {
        text-align: center !important;
    }

    .hiscon .item .h1 {
        font-size: 18px;
    }

    .honor {
        padding: 50px 0 30px;
        background-position: center;
    }

    .honor .item {
        padding: 15px
    }

    .honor .swiperbox {
        padding: 0 50px
    }

    .honor .swiperbox .prev {
        left: 0
    }

    .honor .swiperbox .next {
        right: 0
    }

    .honor .swiperbox .swiperbtn {
        width: 32px;
        height: 32px
    }

    .honor .item p {
        font-size: 13px;
    }

    .honor select {
        height: 36px;
        font-size: 13px;
    }

    .pro1 {
        padding: 50px 0 30px;
    }

    .info1 .hotbox .item {
        font-size: 12px;
    }

    .info1 .hotbox .label1 {
        font-size: 12px;
    }

    .info1 .searchbox img {
        width: 14px;
    }

    .info1 .searchbox input {
        font-size: 14px;
    }

    .info1 .searchbox .btn1 {
        font-size: 14px;
    }

    .procon {
        padding: 25px 0;
    }

    .pro2-1 .num {
        font-size: 26px;
        margin-top: 0;
    }

    .pro2-1 .h1 {
        font-size: 16px;
        margin: 15px 0 10px;
    }

    .pro2 {
        display: block;
        margin: 0;
    }

    .pro2-1 {
        padding: 0;
        padding-bottom: 15px;
    }

    .pro2-1 p {
        font-size: 13px;
    }

    .pro2-2 {
        width: 100%;
        margin-bottom: 35px;
    }

    .pro3 .item .h1 {
        font-size: 14px;
    }

    .pro3 .pagebox {
        margin-top: 15px;
    }

    .pagebox > a {
        font-size: 13px;
    }

    .pages a {
        font-size: 14px;
        margin: 0 2vw
    }

    .info1 {
        padding: 50px 0 30px;
    }

    .info2 {
        padding: 25px 0;
    }

    .info2 .titlebox .h1 {
        font-size: 18px;
    }

    .info2 .titlebox .h2 {
        font-size: 13px;
    }

    .info2 .titlebox {
        margin-bottom: 25px;
    }

    .info2 .selectbox select {
        height: 36px;
        font-size: 13px;
    }

    .info2box .item .h2 {
        height: auto;
        font-size: 12px;
    }

    .info2box .item .h1 {
        font-size: 13px;
    }

    .info2box .item .txtbox {
        padding: 15px 10px;
    }

    .info2box .item img {
        width: 70px;
        height: 100px;
        margin: 0 15px;
    }

    .bfsbox1 p {
        font-size: 13px;
        max-width: 70%;
    }

    .bfsbox1 {
        height: auto;
        padding: 50px 0 25px;
    }

    .bfsbox1 .h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .beforesale {
        padding-bottom: 25px;
    }

    .bfsbox2 {
        padding: 15px;
    }

    .bfsbox2 .btn1 {
        font-size: 13px;
        margin-top: 15px;
    }

    .bfsbox2 .col-sm-4 {
        padding-top: 15px
    }

    .bfsbox2 select {
        height: 36px;
        font-size: 13px;
    }

    .bfsbox2 .item .label1 {
        font-size: 13px;
    }

    .bfsbox2 .item input {
        font-size: 13px;
    }

    .aftsale-box .h1 {
        font-size: 20px;
    }

    .aftsale-box p {
        font-size: 13px;
    }

    .aftsale-box {
        max-width: auto;
    }

    .aftersale > img {
        height: 320px;
        object-fit: cover;
    }

    .aftsale-box .h2 {
        font-size: 26px;
    }

    .quecon {
        padding: 50px 0 25px;
    }

    .quecon .col-sm-6 {
        padding-bottom: 12px;
    }

    .quecon .item .txtbox p {
        font-size: 13px;
    }

    .quecon .item .txtbox {
        padding: 0 25px 0 15px;
    }

    .quecon .after p {
        font-size: 13px;
    }

    .quecon .after {
        padding: 15px 15px 15px 57px;
    }

    .quecon .item.on .imgbox {
        height: 1rem;
    }

    .quecon .after p {
        padding-left: 0;
    }

    .quecon .pagebox {
        margin: 15px 0 0 0;
    }

    .newscon {
        padding: 50px 0 25px;
    }

    .news-top {
        display: block;
        margin-bottom: 20px;
    }

    .news-top .yearbox a {
        font-size: 15px;
        margin-right: 3vw;
        font-weight: 600;
    }

    .news-top .searchbox {
        width: 100%;
        margin-top: 15px;
    }

    .news-top .searchbox img {
        width: 14px;
    }

    .news-top .searchbox input {
        font-size: 14px;
    }

    .news-top .searchbox .btn1 {
        font-size: 14px;
    }

    .newscon .pagebox {
        margin-top: 15px;
    }

    .news1 img {
        width: 100%;
        height: 200px !important;
    }

    .news1 .txtbox {
        width: 100%;
        position: static;
        padding: 15px;
    }

    .news1 .time .month p {
        font-size: 13px;
        width: auto;
    }

    .news1 .time .date {
        font-size: 30px;
    }

    .news1 h2 {
        font-size: 15px;
        margin: 10px 0;
    }

    .news1 p {
        font-size: 13px;
    }

    .news2 .item {
        padding: 15px;
    }

    .news2 .item .time {
        font-size: 12px;
    }

    .news2 .item h2 {
        font-size: 13px;
    }

    .news2 .item p {
        font-size: 13px;
    }

    .news3-1 {
        display: none;
    }

    .news3-2top {
        padding: 15px;
        margin: 0 -15px;
    }

    .news3-2top h1 {
        font-size: 18px;
        line-height: 1.5;
    }

    .news3-2top .h2 {
        font-size: 12px;
    }

    .news3-2content {
        padding: 15px 0;
    }

    .news3-2 {
        padding: 0 15px;
    }

    .casecon {
        padding: 50px 0 25px;
    }

    .casebox .item .content {
        padding: 15px;
    }

    .casebox .item h2 {
        font-size: 13px;
    }

    .casebox .item p {
        font-size: 13px;
    }

    .casebox .item .more {
        font-size: 12px;
    }

    .casebox .item .more .iconhover {
        margin-left: 5px;
    }

    .info2 .selectbox {
        padding: 0;
    }

    .share {
        padding: 50px 0 25px;
    }

    .sharebox {
        display: block;
        padding: 20px;
    }

    .share2 {
        max-width: 100%;
        margin: 0;
        margin-top: 15px;
    }

    .sharebox .h1 {
        font-size: 16px;
    }

    .sharebox .h2 span {
        font-size: 13px;
    }

    .sharebox .h2 img {
        width: 10px
    }

    .sharebox .h2-1 {
        font-size: 24px;
    }

    .sharebox .h2 {
        margin: 15px 0 20px
    }

    .sharebox .h3-1 {
        font-size: 13px;
    }

    .sharebox .h3box p {
        font-size: 18px;
    }

    .sharebox .h4 {
        font-size: 13px;
        margin-top: 20px
    }

    .share2 .tabbox .item {
        font-size: 13px;
        line-height: 24px;
    }

    .share2 .tabbox {
        margin-top: 15px;
        margin-left: 0;
    }

    .rctcon {
        padding: 50px 0 25px;
    }

    .rct2 .title {
        font-size: 16px;
    }

    .rct2 {
        padding-top: 25px
    }

    .rct2 .col-sm-3 {
        padding: 5px;
    }

    .rct2 .row {
        margin: -5px
    }

    .rct1 .th {
        font-size: 14px;
        height: 45px;
    }

    .rct1box .item .before {
        height: 45px;
        font-size: 14px;
    }

    .rct1 .btn1 {
        width: 56px
    }

    .rct1box .item .after .h1 {
        font-size: 13px;
    }

    .rct1box .item .after .h2 {
        font-size: 18px;
    }

    .rct1box .item .after p {
        font-size: 13px;
    }

    .rct1box .item .after .col1 {
        width: 125px
    }

    .cta2 {
        height: 300px
    }

    .cta3 {
        padding: 25px 0
    }

    .cta3 .selectbox {
        margin-bottom: 20px;
    }

    .cta3 .selectbox select {
        width: 50%;
        height: 36px;
        font-size: 13px;
    }

    .cta3 .item p {
        font-size: 12px;
    }

    .cta3 .item {
        height: auto;
        padding: 15px
    }

    .cta1 {
        display: block;
    }

    .cta1-2 {
        padding: 20px
    }

    .cta1-2box {
        margin: 0 5vw;
        width: auto
    }

    .cta1-2 .title {
        margin-bottom: 10px;
    }

    .cta1-2 .title .en {
        font-size: 12px;
    }

    .cta1-2 .title .cn {
        font-size: 16px;
    }

    .cta1-2 input {
        font-size: 13px;
    }

    .cta1-2 .label1 {
        font-size: 13px;
        margin: 10px 0
    }

    .cta1-2 textarea {
        font-size: 13px;
    }

    .cta1-2 .btn1 {
        font-size: 13px;
        margin-top: 15px
    }

    .cta3 .col-sm-6 {
        padding-bottom: 10px;
    }

    .cta1-1 {
        padding: 20px
    }

    .cta1-1 .h2 {
        font-size: 24px;
    }

    .cta1-1 .h1 {
        font-size: 14px;
    }

    .cta1-1 .h1 img {
        width: 10px
    }

    .cta1-1box .item img {
        max-width: 45px;
    }

    .cta1-1box p {
        font-size: 12px;
    }

    .cta1-1box .item {
        flex: 1;
    }

    .pdtl1 {
        padding: 50px 0 25px
    }

    .pdtl1 .container2 {
        display: block
    }

    .pdtl1 .imgbox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .pdtl1 .swiper2box {
        padding: .16rem
    }

    .pdtl1 .txtbox {
        padding: 0
    }

    .pdtl1 .h1 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .pdtl1 .h2 {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .pdtl1 p {
        font-size: 13px;
    }

    .pdtl1 .tagbox .item {
        height: 28px;
        font-size: 12px;
        padding: 0 10px
    }

    .pdtl1 .tagbox {
        margin-top: 10px
    }

    .pdtl2tab .item {
        line-height: 40px;
        font-size: 13px;
    }

    .pdtl2-1 .h1 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .pdtl2-1 {
        margin: 25px 0;
        padding: 0
    }

    .pdtl2-1 p {
        font-size: 13px;
    }

    .pdtl2-1 img {
        position: static;
        max-width: 60%;
        margin: 15px auto 0
    }

    .pdtl2-2 {
        padding: 25px 0
    }

    .pdtl2-2 img {
        max-width: 100%
    }

    .pdtl2-3 {
        padding: 25px 0;
        display: block;
    }

    .pdtl2-3 .txtbox .h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .pdtl2-3 .txtbox p {
        font-size: 13px;
    }

    .pdtl2-3 .mapbox {
        width: 100%;
        margin: 15px auto 0
    }

    .pdtl3 {
        padding: 25px 0
    }

    .pdtl3 .title {
        font-size: 13px;
    }

    .pdtl3 .item .h1 {
        font-size: 13px;
    }

    .pdtl3 .item p {
        font-size: 13px
    }

    .idxwrapper > div > div {
        height: auto !important;
    }

    .index3 {
        padding: 25px 15px;
        display: block;
    }

    .idx3-1 .h1 {
        font-size: 18px;
    }

    .idx3-1 .h2 {
        font-size: 13px;
        margin: 12px 0 15px
    }

    .idx3-1 {
        padding-right: 0;
    }

    .idx3-2 {
        width: 100%;
        margin-top: 15px
    }

    .idx3-2 .item {
        width: 16.2vw;
        height: 16.2vw
    }

    .idx3-1 .item .h3 .txt {
        font-size: 13px;
    }

    .idx3-1 .item .h3 img {
        width: 20px
    }

    .idx3-1 .item p {
        font-size: 12px;
    }

    .idx3-1 .item .h3 span {
        font-size: 8vw;
    }

    .idx3-1 .item {
        margin-right: 10vw;
    }

    .banner .mousebox {
        display: none;
    }

    .index1 {
        padding: 65px 15px 25px;
        display: block;
    }

    .idx2-1top {
        font-size: 12px;
        height: 40px;
        top: -40px
    }

    .idx2-1:before {
        top: -40px
    }

    .idx2-1 {
        width: 100%
    }

    .idx2-1:after {
        bottom: -40px
    }

    .idxtitle {
        height: 40px;
        font-size: 13px;
    }

    .idx2-1 .idxtitle img {
        width: 6px
    }

    .idx2-1 .idxtitle {
        bottom: -40px;
        padding-right: 15px;
    }

    .idx2-2 .h2 {
        font-size: 13px;
    }

    .idx2-2 > .h1 {
        font-size: 16px;
        margin: 55px 0 15px
    }

    .idx2-2 {
        padding-left: 0;
    }

    .idx2-2 .h2 {
        margin: 0;
    }

    .idx2-2 .item {
        margin-top: 15px;
        text-align: center;
    }

    .idx2-2 .item .h1 {
        justify-content: center;
    }

    .idx2-2 .item .h1 .txt {
        font-size: 13px;
    }

    .idx2-2 .item .h1 img {
        width: 20px
    }

    .idx2-2 .item p {
        font-size: 12px;
    }

    .idx2-2 .item .h1 span {
        font-size: 6.4vw;
    }

    .idx2-2 .col1 {
        width: 33%
    }

    .idx2-2 .col2 {
        width: 36%
    }

    .index4 {
        padding: 40px 15px 25px;
        display: block;
    }

    .idx4-2 {
        padding-left: 0;
    }

    .idx4-1 .idxtitle {
        transform: none;
    }

    .idx4-1 {
        width: 100%;
        margin: 0
    }

    .idx4-2 .item {
        height: 65px;
        padding: 0 15px
    }

    .idx4-2 .item .time {
        font-size: 13px;
    }

    .idx4-2 .item p {
        font-size: 13px;
    }

    .idx4-1 .item p {
        font-size: 13px;
    }

    .idx4-1 .time .date {
        font-size: 14px;
    }

    .idx4-1 .item .time {
        width: 70px
    }

    .idx4-1 .txtbox {
        height: 60px
    }

    .idx4-1:after {
        display: none;
    }

    .idx4-1 .idxtitle img {
        width: 6px;
        transform: none;
    }

    .idx4-1 .idxtitle {
        height: 100px;
        position: absolute;
        top: -40px;
        left: -15px;
        right: -15px;
        width: auto;
        padding: 0 15px 60px;
    }

    .swiper-cbox .swiper-pagination {
        font-size: 13px;
    }

    .swiper-cbox .iconhover {
        width: 30px;
        height: 30px
    }

    .swiper-cbox {
        bottom: 15px
    }

    .banner .container {
        bottom: 0
    }

    .banner .h1 {
        font-size: 10vw;
    }

    .banner .h2 {
        font-size: 13px;
        margin: 10px 0
    }

    .banner .h3 {
        font-size: 5vw;
    }

    .idx2box {
        display: block;
        font-size: 0;
        padding: 0 15px
    }

    .index2 {
        padding-top: 25px
    }

    .idx2box .item {
        margin: 0;
        margin-right: 12px;
        display: inline-block;
        vertical-align: top;
        width: 48%;
        margin-bottom: 20px;
    }

    .idx2box .item .before {
        width: 100%;
        height: 270px
    }

    .idx2box .item .imgbox {
        height: 150px
    }

    .idx2box .item .txtbox {
        padding-top: 20px
    }

    .idx2box .item .txtbox .h1 {
        font-size: 13px;
    }

    .idx2box .item .txtbox .line {
        width: 12px;
        height: 2px;
        margin: 10px auto 8px
    }

    .idx2box .item .txtbox .h2 {
        font-size: 22px;
    }

    .idx2box .item:after {
        height: 5px
    }

    .idx2bottom {
        height: 60px;
        width: 100vw
    }

    .idx2bottom .searchbox {
        height: 32px
    }

    .idx2bottom .searchbox {
        font-size: 14px;
    }

    .idx2bottom .searchbox img {
        width: 14px
    }

    .select-videos {
        height: 80px;
        position: static;
        width: 100%;
        padding: 10px 30px;
    }

    .video-banner {
        width: 100%;
    }

    .select-videos .swiperbtn {
        width: 30px;
        left: 0;
        top: auto;
        bottom: 0;
        height: 80px;
    }

    .select-videos .next:after {
        width: 6px;
        height: 6px;
        transform: rotate(-45deg);
    }

    .select-videos .prev:after {
        width: 6px;
        height: 6px;
        transform: rotate(-135deg);
    }

    .select-videos .next {
        left: auto;
        right: 0;
    }

    .videocon {
        padding: 50px 0 25px;
    }

    .idx2box .item:nth-child(2n) {
        margin-right: 0;
    }
}

.pdtl8 .item {
    padding: 6.5vw 0;
    background: #f3f3f3;
}

.pdtl8 .item .container2 {
    display: flex;
    align-items: center;
}

.pdtl8 .item .txtbox {
    width: 46%;
}

.pdtl8 .item .title {
    display: flex;
    align-items: center;
    font-size: .32rem;
    color: #8810c9;
}

.pdtl8 .item .title img {
    width: .34rem;
    margin-right: .22rem;
}

.pdtl8 .item p {
    font-size: .16rem;
    color: #333;
    line-height: 1.5;
    position: relative;
    padding: 2.2vw 2.6vw 1.8vw 2vw;
    border-bottom: 1px dashed #dfdfdf;
}

.pdtl8 .item p:before {
    content: '';
    width: 6px;
    height: 7px;
    position: absolute;
    top: 2.7vw;
    left: 0;
    background: url(../images/imgs/left2.png);
    background-size: cover;
}

.pdtl8 .item:nth-child(odd) .container2 {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

.pdtl8 .item:nth-child(odd) {
    background: #fff;
}

.pdtl8 .item .imgbox {
    max-width: 43%;
}

.pdtl4 {
    padding: 4vw 6.5vw 6vw;
}

.pdtl4 table {
    width: 100%;
    font-size: .2rem;
    text-align: center;
    color: #333;
}

.pdtl4 th {
    font-weight: 500;
    width: 9.3%;
    text-align: center;
    height: .85rem;
}

.pdtl4 tr:nth-child(1) {
    background: #8810c9;
    color: #fff;
}

.pdtl4 th:nth-child(8) {
    width: 11.3%;
}

.pdtl4 th:last-child {
    width: 15.6%;
}

.pdtl4 th:first-child {
    width: 17.3%;
}

.pdtl4 td {
    height: .65rem;
}

.pdtltitle {
    background: #8810c9;
    font-size: .2rem;
    color: #fff;
    text-align: center;
    line-height: .6rem;
}

.pdtl5 .container2 {
    display: flex;
    align-items: center;
    padding: 5.6vw 0 7.5vw;
}

.pdtl5 .item {
    flex: 1;
    text-align: center;
}

.pdtl5 .item img {
    width: 1rem;
    margin: 0 auto;
}

.pdtl5 .item p {
    font-size: .26rem;
    color: #333;
    margin-top: .2rem;
}

.pdtl6 {
    background: url(../images/imgs/pdtl6bg.jpg);
    background-size: cover;
    padding: 7.5vw 0 9vw;
}

.pdtl6 .container2 {
    display: flex;
    align-items: center;
}

.pdtl6 img {
    max-width: 55%;
}

.pdtl6 .h1 {
    font-size: .16rem;
    color: #fff;
    line-height: 1.125;
}

.pdtl6 .h2 {
    font-size: .56rem;
    line-height: 1.179;
    color: #fff;
    margin: 1vw 0 11vw;
}

.pdtl6 p {
    font-size: .2rem;
    line-height: 2.5;
    color: #fff;
    position: relative;
    padding-left: .32rem;
}

.pdtl6 p::before {
    content: '';
    width: .08rem;
    height: .09rem;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.045rem;
    background: url(../images/imgs/left1.png);
    background-size: cover;
}

.pdtl7 .imgbox {
    max-width: 10.5rem;
    margin: 0 auto;
}

.pdtl7 {
    text-align: center;
    margin-top: 11vw;
}

.pdtl7 .container2 {
    border-top: 1px solid #8810c9;
    padding: .42rem 0 .2rem;
}

.pdtl7 .title {
    padding: .6rem 0 .5rem;
}

.pdtl7 .h1 {
    font-size: .32rem;
    color: #333;
    margin-bottom: .1rem;
}

.pdtl7 .h2 {
    font-size: .14rem;
    color: #999;
}

.pdtl7 .row {
    margin: -.09rem;
}

.pdtl7 .col-sm-4 {
    padding: .09rem;
}

.pdtl7 .col-sm-4 .item {
    display: block;
}

.pdtl7 .col-sm-4 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 1100px) {
    .pdtl6 .h2 {
        margin: 1vw 0 6vw;
    }

    .pdtl5 .item img {
        width: .8rem;
    }

    .pdtl6 .h2 {
        font-size: .4rem;
    }
}

@media (max-width: 1000px) {
    .pdtl8 .item .txtbox {
        width: 50%;
    }

    .pdtl8 .item .title {
        font-size: .3rem;
    }

    .pdtl8 .item .title img {
        width: .3rem;
    }
}

@media (max-width: 767px) {
    .pdtl8 .item .container2 {
        display: block;
        flex-direction: row;
    }

    .pdtl8 .item .imgbox {
        width: 100%;
    }

    .pdtl8 .item .txtbox {
        width: 100%;
    }

    .pdtl8 .item .imgbox {
        max-width: 50%;
        margin-bottom: 15px;
    }

    .pdtl8 .item .title {
        padding: 5px 0;
    }

    .pdtl8 .item .title img {
        margin-right: 10px;
        width: 20px;
    }

    .pdtl8 .item p {
        padding: 15px 20px;
        font-size: 13px;
    }

    .pdtl8 .item p:before {
        top: 20px;
    }

    .pdtltitle {
        font-size: 14px;
        line-height: 42px;
    }

    .pdtl7 .h1 {
        font-size: 18px;
    }

    .pdtl7 .h2 {
        font-size: 12px;
    }

    .pdtl5 .item img {
        width: 40px;
    }

    .pdtl5 .item p {
        font-size: 13px;
    }

    .pdtl6 .container2 {
        display: block;
    }

    .pdtl6 p {
        font-size: 14px;
    }

    .pdtl6 .h1 {
        font-size: 12px;
    }

    .pdtl6 .h2 {
        font-size: 24px;
        margin: 10px 0 20px;
    }

    .pdtl6 img {
        margin: 0 auto;
        max-width: 60%;
        margin-top: 10px;
    }

    .pdtl4 {
        padding: 30px 15px;
    }

    .pdtl4box {
        overflow-x: auto;
    }

    .pdtl4box table {
        width: 670px;
        font-size: 12px;
    }
}











.accordion-DIV {
  width:100%;
  height:calc(100% - 92px);
  overflow: hidden;
  padding-left: 1%;
  padding-right: 1%;
}
.accordion {
  height: 100%;
  clear: both;
  overflow: hidden;
}

.accordion [data-name=accordion] {
  border: 0;
}
.accordion .accordion-li {
  float: left;
  height: 100%;
  color: #333;
  border-right: none;
  overflow: hidden;
  width: 100px;
  transition: width 1.5s;
  position: relative;
  cursor: pointer;
  background-color: #0a0d19;
}
.accordion .accordion-li .accordion-img {
  position: absolute;
  left: 0;
  border: 0;
}
.accordion .accordion-li:nth-of-type(2n) .accordion-img {
  bottom: 0;
}
.accordion .accordion-li:last-child {
  border-right: thin solid #efefef;
}
.accordion .accordion-li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.2;
  transition: all 0.5s;
}
.accordion .accordion-li .accordion-description {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
  transition: all 0.5s;
  top: inherit;
  bottom: 0;
  padding: 1.5%;
}
.accordion .accordion-li .accordion-content, .accordion .accordion-li .accordion-title, .accordion:hover .accordion-li li.active .accordion-title, .accordion:hover li.active .accordion-li .accordion-title {
  opacity: 0;
  transition: all 0.5s;
  margin-top: 15px;
  text-shadow: 0px 0px 1px #e0f9ff;
}
.accordion .accordion-li .accordion-title {
  font-size: xx-large;
  font-weight: bold;
}
.accordion .accordion-li .accordion-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 43.2px;
  margin-left: -21.6px;
  margin-top: -20px;
  font-size: 40px;
  z-index: 10;
  opacity: 1;
  transition: opacity 2.5s;
}
.accordion:hover li {
  width: 100px;
  transition: width 1.5s;
}
.accordion:hover li.active {
  /* width:600px !important; */
  transition: width 0.5s;
  background-color: #0b19e4;
}
.accordion:hover li.active::before {
  opacity: 0;
}
.accordion:hover li.active .accordion-icon {
  opacity: 0;
  transition: opacity .2s;
}
.accordion:hover li.active .accordion-description {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 0.5s;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(rgba(255, 255, 255, 0), white);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), white);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  padding-top: 9%;
  height: auto;
  width: 97%;
}
.accordion:hover li.active .accordion-content, .accordion:hover li.active .accordion-title {
  opacity: 1  !important;
  transition: all 2s;
}
.accordion.verticality {
  clear: both;
  overflow: hidden;
}
.accordion.verticality .accordion-li {
  width: 100%;
  float: inherit;
  border: thin solid #efefef;
  height: 100px;
  transition: height .6s;
  border-bottom: none;
}
.accordion.verticality .accordion-li .accordion-description {
  left: 50%;
  bottom: 0;
  width: 30%;
  height: 95%;
  margin-bottom: 0px;
  margin-top: auto;
  margin-left: -224px;
  transition: all .8s;
}
.accordion.verticality .accordion-li .accordion-img {
  width: 100%;
}
.accordion.verticality .accordion-li:last-child {
  border-bottom: thin solid #efefef;
}
.accordion.verticality .accordion-li.active {
  width: 100% !important;
  transition: height .6s;
}
.accordion.verticality .accordion-li.active::before {
  opacity: 0;
}
.accordion.verticality .accordion-li.active .accordion-icon {
  opacity: 0;
  transition: all 0.5s;
}
.accordion.verticality .accordion-li.active .accordion-description {
  margin-left: 0;
  width: 98%;
  height: 50%;
  top: inherit;
  bottom: 0;
  left: 0;
  opacity: 1;
  padding-top: 1.5%;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(rgba(255, 255, 255, 0), white);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), white);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  transition: height .8s;
}
.accordion.verticality .accordion-li.active .accordion-description .accordion-title, .accordion.verticality .accordion-li.active .accordion-description .accordion-content, .accordion.verticality .accordion-li.active .accordion-description .accordion-title {
  opacity: 1;
  transition: opacity 1s;
}
.accordion .ver-toggle {
  display: none;
}
.accordion .accordion-img {
  display: block;
}
.accordion a {
  display: block;
  width: 100%;
  height: 100%;
}

.about{
  display: flex;
  align-items: center;
  padding: 3vw 9.9vw 0;
    height: 100%;
  background-image: url("../images/back@2x.png");
  background-size: 100%;
}
.about.bigdata{
  background-image: none;
  position: relative;
}
.about.bigdata::after {
  content: "";
  background-image: url("../images/2.png");
  background-repeat: no-repeat;
  background-size: 70%;
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.about.bigdata .about1-1 .idxtitle{
  position: absolute;
  bottom: 100px;
  width: auto;
  height: 171px;
  font-family: Montserrat-Regular;
  font-size: 46px;
  color: #F6F7F8;
  line-height: normal;
  font-weight: 400;
}
.about.bigdata .about1-2 .about-title{
  width: 542px;
  height: auto;
  font-family: Montserrat-SemiBold;
  font-size: 48px;
  color: #FFFFFF;
  line-height: normal;
}
.about.bigdata .about1-2 .iconcontent{
  width: 1000px;
}
.about.bigdata .about1-2 .about-img{
  width: 700px;
  height: 490px;
  margin: 100px auto;
}
.about.bigdata .about1-2 .bigdata-title{
  padding-left: 20px;
  width: 257px;
  height: 58px;
  line-height: 58px;
  font-family: Montserrat-SemiBold;
  font-size: 48px;
  color: #FFFFFF;
  border-left: 7px solid #0056FF;
}
.idxwrapper > div > div > div.bigdata-menu{
  width: 100%;
  margin-top: 100px;
  height: auto;
}
.bigdata-menu ul{
  padding: 0;
  clear: both;
  overflow: hidden;
}
.bigdata-menu ul li{
  float: left;
  margin-right: 65px;
  margin-bottom: 60px;
  width: 280px;
  height: 128px;
  background: #0056FF;
  border-radius: 15px;
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
  text-align: center;
  line-height: 128px;
}
.bigdata-menu ul li:nth-of-type(3n){
  margin-right: 0;
}
.idxwrapper > div.about  > div.about1-1{
  width: 36%;
    height: auto;
}
.about .about1-2{
    width: 64%;
    padding-top: 100px;
}
.about .about1-1 .idxtitle{
  width: 340px;
  height: 240px;
  font-family: PingFangSC-Semibold;
  font-size: 80px;
  color: #ffffff;
  letter-spacing: 5px;
  line-height: 120px;
  margin-top: 100px;
}
.about .about1-1 .idxcontent{
  width: 287px;
  height: 53px;
  font-family: PingFangSC-Semibold;
  font-size: 38px;
  color: #FFFFFF;
  letter-spacing: 3px;
  margin-bottom: 45px;
}
.about .about1-1 .txtbox-footer{
  position: absolute;
  bottom: 50px;
  left: 100px;
  width: 382px;
  height: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #A2A2A2;
  letter-spacing: 0.78px;
  font-weight: 400;
}
.about-menu{
  margin-top: 170px;
}
.about-menu ul li{
  width: 120px;
  height: 80px;
  font-family: PingFangSC-Regular;
  font-size: 24px;
  color: #ffffff;
  line-height: 80px;
  font-weight: 400;
}
.about-menu ul li a{
  color: #ffffff;
}
.zixun-menu{
    margin-top: 170px;
}
.zixun-menu ul li{
    width: 216px;
    height: 70px;
    background: #ffffff;
    font-family: PingFangSC-Medium;
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 3px;
    font-weight: 500;
    border-radius: 50px;
    margin-bottom: 50px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
}
.zixun-menu ul li.active,.zixun-menu ul li:hover{
    background: #1F4BEA;
}
.zixun-menu ul li a{
    color: #000000;
}
.zixun-menu ul li.active a{
    color: #ffffff;
}
.idxwrapper > div > div > div.iconborder{
    height: 24px;
    margin-top: 48px;
}
.about1-2 .iconcontent{
    width: 800px;
    height: 90px;
    font-family: PingFangSC-Light;
    font-size: 18px;
    color: #9FA1A7;
    line-height: 30px;
    font-weight: 200;
}
.about1-2 .about-img{
    margin-top: 150px;
    width: 1000px;
    height: 460px;
    margin-bottom: 64px;
}
.about1-2 .contact-img{
  width: 960px;
  height: calc(100% - 252px);
}
.about1-2 .contact-content{
  width: 960px;
  height: 160px;
  background: #0B19E4;
  font-family: Montserrat-SemiBold;
  font-size: 48px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 160px;
  text-align: center;
}
.idxwrapper > div > div > div.about-flex{
    height: auto;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10vw;
}
.about-title{
    margin-top: 20px;
    width: 376px;
    height: auto;
    font-family: Montserrat-SemiBold;
    font-size: 54px;
    color: #fff;
    line-height: 80px;
}
.about-futitle{
    width: 190px;
    height: 53px;
    font-family: PingFangSC-Semibold;
    font-size: 38px;
    color: #F9F9F9;
}
.about-img-1{
    width: 800px;
    height: 460px;
    z-index: 6;
}
.about-img-2{
    position: absolute;
    right: 0;
    top: 230px;
    width: 540px;
    height: 360px;
    z-index: 99;
}
.idxwrapper > div > div > div.about-3-1{height: auto}
.about-3-1 .about-title{
    width: 836px;
    height: 80px;
    font-family: Montserrat-SemiBold;
    font-size: 54px;
    color: #ffffff;
    line-height: 80px;
}
.about-3-1 .about-title span{
    margin-left: 50px;
    width: 190px;
    height: 53px;
    font-family: PingFangSC-Semibold;
    font-size: 38px;
    color: #F9F9F9;
}
.idxwrapper > div > div > div.about-imgbox{
    width: 1000px;
    height: 460px;
    background: #0B19E4;
    margin-top: 150px;
    display: flex;
    align-items: center;
}
.about-imgbox img{
    width: 737px;
    height: 460px;
}
.about-imgbox .about-imgbox-title{
    width: 262px;
    height: 35px;
    font-family: DOUYU-Font;
    font-size: 35px;
    color: #FFFFFF;
    letter-spacing: 2.46px;
    font-weight: 400;
    text-align: center;
}
.about-imgbox .about-imgbox-futitle{
    height: 7px;
    font-family: DOUYU-Font;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.37px;
    line-height: 7px;
    font-weight: 400;
}
.aboutus-title{
    float: right;
    margin-top: 220px;
    margin-bottom: 140px;
    width: 525px;
    height: 80px;
    font-family: PingFangSC-Semibold;
    font-size: 100px;
    color: #fff;
    letter-spacing: 5px;
    line-height: 80px;
    text-align: right;
}
.jishu {
  width: 600px;
    margin: 250px 0 120px 0;
}
.sbList{
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
}
.zixun-list{
    padding-bottom: 140px;
}
.zixun-list li{
    display: flex;
    margin-bottom: 50px;
    position: relative;
}
.zixun-list li img{
    width: 500px;
    height: 325px;
}
.biaoqian{
    width: 78px;
    height: 27px;
    background: #FFFFFF;
    position: absolute;
    border-radius: 20px;
    line-height: 27px;
    text-align: center;
    top: 15px;
    left: 15px;
}
.about1-1 .biaoqian{
    width: 78px;
    height: 27px;
    background: #FFFFFF;
    border-radius: 20px;
    line-height: 27px;
    text-align: center;
    position: relative;
}
.about .about1-1 .idxtitle.qushi-title{
    width: 480px;
    height: 195px;
    font-family: PingFangSC-Semibold;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 65px;
}
.idxwrapper > div > div.about1-2 > div.qushi-title{
    width: 1000px;
    height: auto;
    font-family: PingFangSC-Semibold;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 40px;
    border-bottom: 2px solid #ffffff;
    padding: 50px 0;
    margin-bottom: 50px;
}
.qushi-date{
    width: 115.76px;
    height: 25px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}
.idxwrapper > div > div.about1-2 > div.qushi-content{
    margin-top: 50px;
    width: 1000px;
    font-family: PingFangSC-Light;
    font-size: 18px;
    color: #9FA1A7;
    line-height: 30px;
    font-weight: 200;
    padding-bottom: 20px;
}
.zixun-content-title{
    margin-left: 50px;
    width: 450px;
    height: 80px;
    font-family: Montserrat-Regular;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 40px;
    font-weight: 400;
}
.zixun-content-date{
    margin-left: 50px;
    margin-top: 60px;
    margin-bottom: 92px;
    height: 25px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.zixun-content-btn{
    margin-left: 50px;
    width: 177px;
    height: 57px;
    background: #1F4BEA;
    text-align: center;
    line-height: 57px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
  cursor: pointer;
}
.zixun-more{
    width: 410px;
    height: 80px;
    background: #082ACF;
    text-align: center;
    line-height: 80px;
    font-family: PingFangSC-Regular;
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 3px;
    font-weight: 400;
    margin: 0 auto;
    cursor: pointer;
}
.qushi-content .zixun-more{
    width: 450px;
    height: 100px;
    background: #082ACF;
    text-align: center;
    line-height: 100px;
    font-family: PingFangSC-Regular;
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 3px;
    font-weight: 400;
    cursor: pointer;
}
.qushi-bf{
    width: 450px;
    height: 100px;
    background: #FFFFFF;
    text-align: center;
    line-height:100px;
    font-family: Montserrat-Regular;
    font-size: 28px;
    color: #000000;
    letter-spacing: 3px;
    font-weight: 400;
    cursor: pointer;
}


/*招聘*/
.idxwrapper > div > div > div.zhaopin-tab,.idxwrapper > div > div > div.zhaopin-list{
  height: auto;
}
.zhaopin-tab ul{
  display: flex;
}
.zhaopin-tab ul li{
  width: 216px;
  height: 70px;
  background: #FFFFFF;
  font-family: PingFangSC-Medium;
  font-size: 26px;
  color: #000000;
  letter-spacing: 3px;
  font-weight: 500;
  border-radius: 50px;
  margin-right: 50px;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
}
.zhaopin-tab ul li:last-of-type{
  margin-right: 0;
}
.zhaopin-tab ul li:hover,.zhaopin-tab ul li.active{
  width: 216px;
  height: 70px;
  background: #1F4BEA;
  color: #FFFFFF;
}
.zhaopin-list ul{
  padding-left: 0;
  padding-top: 50px;
}
.zhaopin-list ul li{
  width: 1120px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #ffffff;
}
.zhaopin-list ul li:hover{
  background: #0B19E4;
}
.zhaopin-list ul li .zhaopin-date{
  height: 25px;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}
.zhaopin-list ul li .zhaopin-title{
  width: 450px;
  height: 40px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 3px;
  line-height: 40px;
  font-weight: 400;
}
.zhaopin-list ul li .zhaopin-bumen{
  width: 54px;
  height: 25px;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}
.zhaopin-list ul li .zhaopin-more{
  width: 76px;
  height: 27px;
  opacity: 0.5;
  border-radius: 20px;
  background: #FFFFFF;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
}
.zhaopin-btn{
  width: 410px;
  height: 80px;
  background: #082ACF;
  font-family: PingFangSC-Regular;
  font-size: 26px;
  color: #FFFFFF;
  letter-spacing: 3px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
  margin: 50px auto;
}
#zhaopin .modal-dialog{
  width: 1120px;
  margin-top: 10vw;
}
#zhaopin .close{
  width: 68px;
  height: 50px;
  background: #0B19E4;
  border-radius: 26px;
  opacity: 1;
  line-height: 50px;
  color: #ffffff;
  font-size: 40px;
  font-weight: normal;
  margin-top: -14px;
}
#zhaopin .modal-content{
  padding: 40px 60px;
  border-radius: 0;
}
#zhaopin .modal-header{
  border-bottom: 3px solid #000;
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  color: #000000;
  font-weight: 600;
}
.zhaopin-model-title{
  height: 28px;
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #000000;
}
.zhaopin-model-title span{
  margin-left: 15px;
  height: 32px;
  font-family: PingFangSC-Light;
  font-size: 18px;
  color: #4A4A4A;
  line-height: 32px;
  font-weight: 200;
}
.zhaopin-model-content{
  margin-top: 10px;
  margin-bottom: 30px;
  width: 1000px;
  font-family: PingFangSC-Light;
  font-size: 18px;
  color: #4A4A4A;
  line-height: 32px;
  font-weight: 200;
}
.zhaopin-model-btn{
  float: right;
  width: 310px;
  height: 80px;
  background: #082ACF;
  text-align: center;
  line-height: 80px;
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 5px;
}
/*招聘结束*/
/*大数据*/
.idxwrapper > div > div > div.bigdata-flex{
  display: flex;
  align-items: flex-start;
  height: auto;
  margin-bottom: 100px;
}
.bigdata-flex-list{
  margin-right: 100px;
}
.bigdata-flex-list:last-of-type{
  margin-right: 0;
}
.bigdata-flex-title{
  min-width: 450px;
  height: 77px;
  font-family: PingFangSC-Semibold;
  font-size: 38px;
  color: #FFFFFF;
  position: relative;
}
.bigdata-flex-title:before{
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background: #0056FF;
}
.bigdata-flex-content{
  width: 450px;
  font-family: PingFangSC-Light;
  font-size: 18px;
  color: #9FA1A7;
  line-height: 30px;
  font-weight: 200;
  margin-top: 30px;
}
.idxwrapper > div > div > div.biddata-futitle{
  width: 1000px;
  height: 30px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 30px;
  font-weight: 400;
  margin-top: 50px;
}
.idxwrapper > div > div > div.bigdata-border-title{
  margin-top: 100px;
  font-family: PingFangSC-Regular;
  height: auto;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.bigdata-num{
  width: 54px;
  height: 54px;
  background: #0056FF;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  margin-right: 25px;
  font-family: Montserrat-Regular;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 400;
}
/*大户数据结束*/
