.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	/*之前是ease-out*/
	-moz-transition-timing-function: linear !important;
	-ms-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
	margin: 0 auto;
}
.menu_drawer .menu_drawer_sidebar .navInfo ul li:nth-child(4) a{color:#f5971c;}
.part_container {
    position: relative;
    background: #fbfcfc;

    background: url(../img/userCase/bg_03.jpg) #fbfcfc bottom center no-repeat;
    background-size:  100% auto;
}

.part {
    width: 100%;
    height: auto;
    color: #333;
    text-align: center;
    font-size: 12px;
    font-family: 'Microsoft Yahei';

}

.part .tit h2 {
    font-size: 0.36rem;
}

.part .tit p {
    font-size: 26px;
    line-height: 42px;
}

.part .tit::after {
    content: "";
    width: 0.78rem;
    height: 3px;
    background: #063fd6;
    display: inline-block;
    margin: 0.3rem auto 0.4rem;
}

.part .img_box {
    width: 90vw;
    margin: 0 auto;
}


.cooperate_list{width: 100%; overflow: hidden;}
.cooperate_list li{width: 45%; float: left;margin-right: 10%; margin-bottom: 20px;}
.cooperate_list li img{ width: 100%; height: auto;}
.cooperate_list li:nth-child(2n){margin-right: 0;}
.cooperate_list li p{font-size: 0.2rem;}
/*tabs slider*/
.tabs_wrap {
   margin: 0 70px;
    overflow: hidden;
}

.tabs_arrow_wrap{ position: relative;}

.swiper-container1 .swiper-button-next:hover,
.swiper-container1 .swiper-button-prev:hover {
    opacity: 1;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: initial;
    cursor: not-allowed;
}

.part1 {
    width: 100%;
    position: relative;
    color: #fff;
    background: url(../img/userCase/bg_01.jpg) no-repeat;
    background-size: auto 100%;
}

.tabs_wrap {
 padding:  0.2rem 0;
}

.tabs_wrap .tabs_item {
    height: 1rem;
    line-height: 1rem;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    font-size: 0.18rem;
    color: #333;
}

.tabs_wrap .active .tabs_item {
    color: #fff;
    background: #063fd6;
}

.part1 .title {
    text-align: center;
    padding-top: 1.6rem;

}

.part1 .title h2 {
    font-size: 0.32rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.part1 .title h2::after {
    content: '';
    width: 36px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 20px 0;
}

.part1 .info_txt {
    text-align: center;
    width: 80%;
    margin: auto;
    line-height: 1.5;
    color: #fff;
}

.part1 .sub_title {
    font-size: 0.3rem;
    color: #fff;
    margin: 0.4rem 0 0.20rem 0;
}

.part1 .sub_txt_wrap {
    width: 90%;
    margin: auto;
}

.part1 .sub_txt_wrap .sub_item {
    width: 100%;
    display: inline-block;
    margin-bottom: 0.4rem;
    position: relative;
    padding: 0.2rem;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .2);
}

.part1 .container {
    margin-top: 48%;
}




.part2 {
    margin-top: 0.2rem
}

/*gradient_number*/
.part3 {
    margin-top: 0.1rem;
}

.part3 .result_wrap {
    /* display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; */
    width: 100%;
    margin: 0 auto;
		overflow: hidden;
		
}

.part3 .result_wrap .item_wrap {
		width: 30%;
		float: left;
		text-align: center;
    margin-bottom: 0.4rem;
		margin-right: 5%;
}
.part3 .result_wrap .item_wrap:nth-child(3n){
	margin-right: 0;
}
.part3 .num_wrap {
    color: #063fd5;
    background-image: -webkit-linear-gradient(left, #063fd5, #1c76fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 60s infinite linear;
    font-weight: bold;
}

.part3 .num_wrap span:first-child,
.part3 .num_text {
    font-size: 0.5rem;
}

.part3 .num_wrap span:last-child,
.part3 sup {
    font-size: 0.23rem;
}

.part3 .num_desc {
    font-size: 0.14rem;
    color: #333;
    /*text-align: left;*/
}
.part4 { margin-top: 0.1rem; padding-bottom: 0.1rem;}
.part4 .yonghu_logo{width: 100%; overflow: hidden;}
.part4 .uonghu_logo .swiper-slide{width: 30% !important; height: auto !important; float: left; margin-right: 5%; margin-bottom: 10px; height: 80px; line-height: 80px; background: #fff; vertical-align: middle; }
.part4 .uonghu_logo .swiper-slide img{ max-width: 100%; max-height: 100%; display: inline-block; width: 100%; height: auto; vertical-align: middle;}
.part4 ul li:nth-child(3n){margin-right: 0;} 
.swiper-container1 .swiper-slide .info ul li .img_box {
    width: 72px;
    height: 72px;
    border: 1px solid #5176d8;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    /* top: -23px; */
    left: 87px;
}


/*轮播图*/

.swiper-container{
    width: 100%;
    margin-bottom: 80px;
}

.swiper-container .swiper-slide{
    height: 400px;

}

.tabs_arrow_wrap .swiper-button-next {
    width: 40px;
    height: 40px;
    background-image: url("../img/companyProfile/arrow.png");
    background-size: 40px 40px;
    /*right: 12vw;*/
    opacity: .8;
    /*top: 50%;*/
    /*margin-top: -26px;*/
    cursor: pointer;
    transition: all .5s;
}

 .tabs_arrow_wrap .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-image: url("../img/companyProfile/arrow.png");
    background-size: 40px 40px;
    transform: rotate(180deg);
    /*left: 12vw;*/
    opacity: .8;
    /*top: 50%;*/
    /*margin-top: -26px;*/
    cursor: pointer;
    transition: all .5s;
}
.part4 .yonghu_logo .swiper-slide{
	height: auto !important;
}