.home-swiper-container img {
    width: 100%;
}

.home-swiper-container .swiper-pagination-bullet {
    background-color: #ffffff;
}

.home-product-show-wrapper {
    margin-top: 60px;
}
.language-wraper{
    display: flex;
    height: 80px;
    align-items: center;
}
.language{
    margin-left: 10px;
    cursor: pointer;
    position: relative;

}



.language-wraper:hover .language p{
    color: #943c90;
}

.language-chid-wrapper{
    position: absolute;
    background-color: #f4f4f4;
    z-index: 100;
    /* width: 100px; */
    width: 59px;
    text-align: center;
    /* left: -36px; */
    left: -27px;
    top: 49px;
    transition: .5s all ease;
    opacity: 0;
    overflow: hidden;
    
}

.language-wraper:hover .language-chid-wrapper{
    opacity: 1;
    height: unset;
    

}

.language-chid-wrapper a{
    display: block;
    padding: 5px;
}

.home-product-show .swiper-slide {
    display: flex;
    justify-content: space-between;
    padding: 0 7%;
    margin-top: 90px;
    align-items: center;
}

.home-product-show-left h3 {
    font-size: 28px;
    color: #943c90;
}

.home-product-show-left h4 {
    font-size: 18px;
    color: #943c90;
    display: flex;
    align-items: center;
    margin-top: 30px;
	/* wang */
	/*display: none;*/
}

.home-product-show-left h4::before {
    content: '';
    width: 100px;
    height: 2px;
    background-color: #943c90;
    margin-right: 10px;
}

.home-product-show-left div {
   /* margin-left: 110px; */
    margin-top: 50px;
    line-height: 30px;
    color: #666666;
}

.home-product-show-b {
    margin: 0 auto;
     margin-top: 20px; 
    display: flex;
    padding-left: 7%;
    justify-content: space-between;
}

.home-product-show-b .swiper-pagination {
    position: unset;
}

.home-product-show-next-prev-wrapper {
    position: relative;
    width: 140px;
   /* margin-left: 100px; */
    display: flex;
    justify-content: space-between;
}

.home-product-show-next-prev-wrapper .swiper-button-prev {
    position: unset;
    margin-top: unset;
}

.home-product-show-next-prev-wrapper .swiper-button-next {
    position: unset;
    margin-top: unset;
}

.swiper-pagination-wrapper {
    width: 425px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-wrapper .swiper-pagination-bullet {
    margin-right: 15px;
    width: 15px;
    height: 15px;
    border-radius: 8px;
    border: solid 1px #943c90;
    background-color: unset;
    opacity: 1;
}

.swiper-pagination-wrapper .swiper-pagination-bullet-active {
    background-color: #943c90;
}

.home-product-show-next-prev-wrapper div {
    width: 50px;
    height: 50px;
    outline: none;
}

.home-product-show-next-prev-wrapper .swiper-button-prev {
    background-image: url('../images/icon/home-l-l.png');
    background-size: 20%;
    background-color: #943c90;
    border: none;
}

.home-product-show-next-prev-wrapper .swiper-button-next {
    background-image: url('../images/icon/home-r-l.png');
    background-size: 20%;
    background-color: #943c90;
    border: none;
}

.home-product-show-next-prev-wrapper .swiper-button-next.swiper-button-disabled {
    background-color: unset;
    border: solid 1px #b0b0b0;
    background-image: url('../images/icon/home-r-d.png');
    opacity: .35;
}

.home-product-show-next-prev-wrapper .swiper-button-prev.swiper-button-disabled {
    background-color: unset;
    border: solid 1px #b0b0b0;
    background-image: url('../images/icon/home-l-d.png');
    opacity: .35;
}

/* home-service */

.home-service-container {
    padding: 60px 0 150px 0;
    background-color: #f9f9f9;
    margin-top: 110px;
}

.home-service-wrapper ul {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

.home-service {
    width: 47.5%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    color: #666666;
	z-index: 0;
	position: relative;
}

.home-service:hover {
   /* background-image: url('../images/img/home-service.jpg'); */
    color: #ffffff;
}
.home-service:hover .ditu{
	display: block;
	z-index: -1;
}

.home-service:hover .home-service {
  z-index: 2;
}

.home-service:hover .home-d-l {
    display: block;
}

.home-service:hover .home-d-d {
    display: none;
}

.home-d-l {
    display: none;
}

.home-service:hover .home-service-title {
    color: #ffffff;
}

.home-service-title {
    color: #333333;
    font-size: 15px;
    margin-top: 25px;
}

.home-service p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 25px;
}

.home-service a {
    width: 41px;
    height: 41px;
    background-image: url('../images/icon/show-details.png');
    margin-top: 15px;
}

.home-service span {
    width: 31px;
    height: 32px;
}

/* home-news */

.home-news-container {
    padding-top: 60px;
    padding-bottom: 80px;
}

.home-news-tab-title {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    color: #333333;
	display: none;
}

.home-news-tab-title span {
    padding: 0 10px;
}

.home-news-tab-title li {
    padding-bottom: 5px;
    cursor: pointer;
}

.home-news-active {
    color: #943c90;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #943c90;
}

.home-news-tab-content-wrapper {
    margin-top: 50px;
    justify-content: space-between;
    display: none;
}

.home-news-tab-content-wrapper-active {
    display: flex;
}

.home-news-md-wrapper {
    width: 381px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-news-left-wrapper {
    width: 381px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-news-md-wrapper .news-md-content:nth-child(2) {
    margin-top: 15px;
}

.news-md-content {
    color: #666666;
    font-size: 14px;
    padding: 35px 25px 25px 25px;
    background-color: #f5f5f5;
}

.news-md-content h3 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.news-md-content p {
    line-height: 20px;
    margin-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
}

.news-data-wrapper {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-l-l {
    width: 24px;
    height: 19px;
    background-image: url('../images/icon/news-left-d.png');
}

.date-d {
    color: #6c6c6c;
    font-size: 34px;
    text-align: center;
}

.date-year-m {
    font-size: 14px;
    text-align: center;
    color: #7e7d7d;
}

.home-news-left {
    background-color: #f5f5f5;
    padding: 35px 25px 34px 25px;
    display: flex;
    color: #666666;
}

.home-news-left:first-child {

    display: none;
}

.home-news-left:nth-child(2){
    display: none;
}



.home-news-left span {
    width: 130px;
    border-right: 1px solid #b7b7b7;
    padding-right: 20px;
}

.home-news-left div {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
}

.home-news-left div a {
    margin-top: 20px;
}

.news-md-content:hover {
    background-color: #943c90;
    color: #ffffff;
}

.news-md-content:hover .date-d {
    color: #ffffff;
}

.home-news-left:hover {
    background-color: #943c90;
    color: #ffffff;
}

.home-news-left:hover .date-d{
    color: #ffffff;
}

.home-news-left:hover .date-year-m  {
    color: #ffffff;
}

.news-md-content:hover .n-t {
    color: #ffffff;
}
.news-md-content:hover .date-year-m {
    color: #ffffff;
}

.news-md-content:hover .news-l-l {
    background-image: url('../images/icon/news-left-l1.png');
}

.home-news-left:hover .news-l-l {
    background-image: url('../images/icon/news-left-l1.png');
}

.news-details-container {
    margin-top: 80px;
}
/*.news-details-container img{*/
/*    max-width: 100%;*/
/*}*/
.news-details-title-wrapper {
    background-color: #f5f5f5;
    padding: 35px;
    margin-top: 50px;
}

.news-details-container h3 {
    font-size: 28px;
    color: #333333;
    text-align: center;
}

.news-details-container h5 {
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-top: 20px;
}

.news-details-title-wrapper h4 {
    color: #943c90;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
}

.news-details-title-wrapper p {
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
}

.news-details-content-wrapper {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 40px;
}

.news-details-button-wrapper {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666666;
    padding-top: 20px;
    padding-bottom: 80px;
    border-top: 1px solid #e0e0e0;
    margin-top: 40px;
}

/* newslist */

.newslist-title {
    display: flex;
    margin-top: 80px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 20px;
    color: #666666;
}

.newslist-title li {
    margin-right: 85px;
    padding-bottom: 30px;
    border-bottom: 2px solid #ffffff;
    display: flex;
}

.newslist-title span {
    margin-right: 10px;
}

.newslist-title-active {
    color: #943c90;
    border-bottom: 2px solid #943c90 !important;
}

.n-icon-l {
    display: none;
}

.newslist-title-active .n-icon-l {
    display: block;
}

.newslist-title-active .n-icon {
    display: none;
}

.newslist-container {
    margin-top: 80px;
}

.newslist-container {
    margin-top: 80px;
    margin-bottom: 135px;
}

.newslist-wrapper li {
    display: flex;
    padding: 50px 50px;
    cursor: pointer;
    color: #999999;
}

.newslist-wrapper li:hover {
    background-color: #f5f5f5;
    color: #943c90;
}

.newslist-wrapper li:hover .left-t {
    opacity: 1;
}

.newslist-wrapper li:hover .line {
    background-color: #943c90;
}

.news-time {
    width: 114px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.news-time p:nth-child(1) {
    font-size: 40px;
    letter-spacing: 0px;
}

.news-time p:nth-child(3) {
    font-size: 16px;
    letter-spacing: 0px;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #c9c9c9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 30px;
}

.news-content-wrapper {
    width: 55%;
}

.news-img {
    margin-left: 40px;
    margin-right: 40px;
    width: 373px;
    height: 215px;
}

.news-img img {
    width: 100%;
}

.news-content h1 {
    margin-top: 10px;
    font-size: 20px;
}

.news-content p {
    font-size: 16px;
    line-height: 28px;
    color: #999999;
    padding: 25px 0;
    /* border-bottom: 2px solid #c9c9c9; */
	border-bottom: 0px solid #c9c9c9;
}

.read-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.read-wrapper div {
    display: flex;
    align-items: center;
}

.eye {
    display: block;
    width: 31px;
    height: 20px;
    background-image: url('../images/icon/eyey-d.png');
    background-repeat: no-repeat;
    background-position: center;
}

.newslist-wrapper li:hover .eye {
    background-image: url('../images/icon/eye.png');
}

.left-t {
    display: block;
    width: 40px;
    height: 23px;
    background-image: url('../images/icon/left.png');
    opacity: 0;
}

.readnum {
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
}

.talents-container {
    margin-top: 80px;
}

.talents-details {
    /* text-indent: 2rem; */
    margin-top: 30px;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.swiper-talents-container {
    margin-top: 70px;
}

.swiper-talents-container .swiper-slide {
    width: 687px;
    position: relative;
}

.swiper-talents-container .swiper-slide img {
    width: 100%;
    transition: 1s all ease;
}

.swiper-talents-container .swiper-slide img:hover {
    transform: scale(1.1);
}

.swiper-talents-container .swiper-slide img {
    width: 100%;
}

.swiper-talents-container .swiper-slide-active {
    z-index: 99;
}

.job-offers {
    margin-top: 90px;
}

.job-wrapper li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #666666;
    padding: 20px 50px;
    text-align: center;
    border-bottom: 1px solid#e0e0e0;
}

.job-wrapper li p {
    width: 15%;
}

.job-wrapper li:nth-child(1) {
    background-color: #943c90;
    padding: 15px 50px;
    margin-top: 40px;
    color: #ffffff;
}

.zp-show-details {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zp-show-details::before {
    content: '';
    width: 19px;
    height: 18px;
    background-image: url('../images/icon/lj.png');
    margin-right: 10px;
}

.zp-show-details:hover {
    color: #943c90;
}

.zp-show-details:hover::before {
    background-image: url('../images/icon/lj-l.png');
}

.about-img-wrapper {
    margin-top: 45px;
}

.about-img-wrapper img {
    width: 100%;
}

.about-container {
    margin-top: 80px;
    font-size: 14px;
    line-height: 28px;
    color: #555555;
}

.about-icon-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    text-align: center;
}

.about-icon-wrapper li {
    width: 30.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-icon-wrapper li:nth-child(2) {
    width: 39%;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.about-icon-wrapper h2 {
    margin-top: 20px;
    font-size: 16px;
    color: #333333;
}

.about-icon-wrapper p {
    color: #777777;
    margin-top: 20px;
    line-height: 24px;
    width: 200px;
}

.about-deatils-content {
    display: flex;
    justify-content: center;
}

.about-deatils-content p {
    width: 85%;
    margin-top: 80px;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #943c90;
}



.about-deatils-img {
    background-image: url('../images/img/earch.png');
    background-repeat: no-repeat;
    margin-top: 40px;
}

.about-deatils-img img{
    width: 100%;
}

.about-deatils-img div {
    display: flex;
    width: 168px;
    height: 100px;
   
}

.nt-wrapper{
    position: absolute;
    top: 25%;
    left: 40%;

    justify-content: center;
    align-items: center;

}



/* service */
.service-container{
    margin-top: 80px;
}
.service-top{
    display: flex;
    justify-content: center;
    width: 500px;
    margin: 0 auto;
}
.service-top img{
    width: 100%;
}
.service-common-title{
    margin-top: 80px;
}
.service-title-container{
    /* width: 60%; */

    width: 80%;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.service-title-container p{
    border: solid 1px #943c90;
    padding: 12px 0;
    color: #943c90;
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}
.service-title-container p span{
    /* margin-right: 20px; */
}
/* .service-d{
    display: none;
} */

.ask-container{
    margin-top: 40px;
    background-color: #fafafa;
    padding: 0px 65px 10px 65px;
    color: #717070;
    line-height: 30px;
    font-size: 16px;
    display: none;
}


.ask-container-active{
    display: block;
}

.ask-content{
    height: 0;
    padding-top: 30px;
    overflow: hidden;
    display: none;
    /*opacity: 0;*/
}
.ask-content table{
    width: 100%;
}


.service-active{
   background-color: #943c90;
   color: #ffffff !important;
}
.service-active .service-d{
    display: block;
}
.service-active .service-l{
    display: none   ;
}

.ask-container li {
    padding: 25px 0;
    border-bottom: 1px solid#dcdcdc;
    position: relative;
    cursor: pointer;
}
.ask-container li:last-child{
    border-bottom:none;
}
.ask-container li a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ask-container li .ask-content a{
    position: relative;
}
.ask-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ask-title p{
    display: flex;
    align-items: center;

    width: 95%;
}


.ask-title p span{
	width: 29px;
	height: 31px;
    margin-right: 20px;

}




.xiala{
    display: block;
    width: 30px;
	height: 30px;
    cursor: pointer;
    background-image: url('../images/icon/xiala.png');
    background-repeat: no-repeat;
 
    background-position: center;
}
.rj-wrapper-title{
    margin-top: 60px;
}

.rj-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 55px;
    margin-bottom: 80px;
}

.rj-wrapper div{
    width: 272px;
	height: 75px;
    background-color: #943c90;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 80px;
    text-align: center;
}


@media(max-width:1200px) {
    .home-news-tab-content-wrapper {
        flex-wrap: wrap;
    }
    .home-news-md-wrapper {
        width: 60%;
    }
    .home-news-left-wrapper {
        width: 100%;
        margin-top: 20px;
    }
    .home-product-show-left h3 {
        font-size: 30px;
        color: #943c90;
    }
    .home-product-show-left div {
        /*margin-left: 110px;*/
        margin-top: 50px;
        line-height: 30px;
        color: #666666;
    }
}

@media(max-width:1023px) {
    .swiper-container .swiper-slide {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }
    .home-service{
        margin-bottom: 20px;
    }
    .home-service-container {
        padding: 60px 0 82px 0;
    }
    .home-service:last-child{
        margin-bottom: 0;
    }
    .home-product-show-right {
        margin-top: 20px;
    }
    .home-news-md-wrapper {
        width: 100%;
        margin-top: 15px;
    }
    .home-news-tab-content-wrapper-img {
        width: 100%;
    }
    .home-news-tab-content-wrapper-img img {
        width: 100%;
    }
    .home-service-wrapper ul {
        flex-wrap: wrap;
    }
    .home-service {
        width: 100%;
    }
    .common-title-wrapper p::before {
        display: none;
    }
    .common-title-wrapper p::after {
        display: none;
    }
    .home-product-show-left h3 {
        font-size: 18px;
    }
    .home-product-show-left div {
        margin-top: 10px;
        margin-left: unset;
    }
    .home-product-show-left h4::before {
        display: none;
    }
    .home-product-show-left h4 {
        margin-top: 20px;
    }
    .home-product-show .swiper-slide {
        margin-top: 20px;
    }
    .home-product-show-next-prev-wrapper {
        margin-left: unset;
    }
    .home-product-show-next-prev-wrapper {
        width: 200px;
    }
    .news-details-container {
        margin-top: 40px;
    }
    .news-details-container h3 {
        font-size: 20px;
        color: #333333;
        text-align: center;
    }
    .news-details-title-wrapper {
        margin-top: 20px;
    }
    .news-details-button-wrapper {
        flex-wrap: wrap;
    }
    .news-details-title-wrapper {
        padding: 10px;
    }
    .news-details-title-wrapper p {
        margin-top: unset;
        font-size: 14px;
        color: #333333;
    }
    .newslist-wrapper li {
        flex-wrap: wrap;
        padding: unset;
        margin-bottom: 10px;
        border-radius: 8px 8px 0 0;
    }
    .news-content-wrapper {
        width: 100%;
        order: 3;
    }
    .news-content h1 {
        margin-top: unset;
    }
    .news-img {
        width: 100%;
        height: unset;
        order: 1;
        margin-right: unset;
        margin-left: unset;
        border-radius: 8px 8px 0 0;
    }
    .news-img img {
        border-radius: 8px;
    }
    .news-time {
        order: 2;
        display: flex;
        flex-direction: row-reverse;
    }
    .news-content p {
        font-size: 16px;
        padding: 10px 0;
    }
    .news-time p:nth-child(3) {
        flex-shrink: 0;
    }
    .news-time p:nth-child(1) {
        font-family: 'Arial';
        font-size: 16px;
    }
    .line {
        width: 5%;
        height: 1px;
        background-color: #333;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .read-wrapper {
        margin: 15px;
    }
}

@media(max-width:767px) {
    .newslist-title {
        justify-content: space-between;
        margin-top: 40px;
    }
    .home-product-show-b {
    padding-left: 0;
}
    .home-product-show .swiper-slide{
        padding: 0 5%;
    }
    .home-product-show-b{
        justify-content: center;
    }
    .newslist-title li {
        margin-right: unset;
        font-size: 14px;
        padding-bottom: 15px;
    }
    .newslist-container {
        margin-top: 40px;
        margin-bottom: 80px;
    }
    
    .job-wrapper {
        overflow-x: auto;
    }
    .job-wrapper li {
        width: 700px;
    }
    .job-wrapper li p {
        width: 20%;
    }
    .talents-container {
        margin-top: 30px
    }
    .job-offers {
        margin-top: 30px;
    }
    .swiper-talents-container {
        margin-top: 30px;
    }

    .service-title-container{
        flex-direction: column;
        width: 100%;
    }
    .service-title-container p{
        width: 100%;
         border-radius: 5px;
         margin-bottom: 10px;
         padding: 5px 0;
    }

    .rj-wrapper{
        flex-wrap: wrap;
    }
    .rj-wrapper div{
        width: 100%;
        margin-right: unset;
        margin-bottom: 10px;
        font-size: 18px;
        height: 40px;
    }
    .service-top{
        width: 100%;
    }
    
    .home-swiper-show-next-prev-wrapper div {
    width: 34px !important;
    height: 34px !important;
    margin: 0;
    top: 38%;
    }
     .ask-container {
    padding: 0px 6% 10px 5%;
}
.about-icon-wrapper{
    flex-wrap: wrap;
}
.about-icon-wrapper li {
    width: 100% !important;
}
    .about-icon-wrapper li:nth-child(2) {
        border-right: none;
        border-left: none;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        padding: 38px 0px;
        margin: 42px 0;
    }
}