.develop{
    margin-top: 80px;
    margin-bottom: 60px;
    position: relative;
}
.develop_title{
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.develop_title_txt{
    font-size: 36px;
    color: #dcdcdc;
    margin-top: 30px;
}
.cooperation{
    width: 100%;
    height: 482px;
    position: relative;
    box-shadow: 0px 10px 16px 4px 
        rgba(243, 243, 243, 0.96);
    margin-bottom: 80px;
}
.map_bg{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.cooperation_info_box{
    width: 50%;
    margin-left: 50%;
    padding: 76px 0px 32px;
}
.cooperation_icon{
    width: 30px;
    margin-right: 30px;
}
.cooperation_info{
    display: inline-block;
	font-size: 18px;
    color: #666;
    vertical-align: middle;
}
.cooperation_info span{
    font-size: 36px;
    color: #FF702B;
    font-weight: bold;
}
.info + .info{
    margin-top: 40px;
}
.tel_box{
    width: 336px;
    height: 60px;
    margin-top: 64px;
	background-color: #e4c7a5;
	border-radius: 30px;
}
.tel_box img{
    width: 28px;
    margin-left: 30px;
    padding: 16px 0px;
}
.tel_box span{
    font-size: 34px;
    vertical-align: middle;
    margin-left: 14px;
	color: #fff;
}
.tip{
    margin-left: 80px;
    margin-top: 16px;
	font-size: 16px;
	color: #999;
}

/* 战略合作伙伴 开始 */
.partner_page{
    width: 100%;
    /* height: 665px; */
    background-color: #fbfbfb;
    padding-bottom: 80px;
}
.mid_tit_ch{
    padding-top: 80px;
}
.mid_tit_en{
    font-size: 20px;
    margin-top: 20px;
}
.partner_ul li{
    display: inline-block;
    width: 18%;
    margin-right: 25px;
    margin-bottom: 25px;
    box-shadow: 0px 10px 16px 4px 
		rgba(243, 243, 243, 0.96);
}
.five{
    margin-right: 0px !important;
}
.partner_ul li img{
    width: 100%;
}
.swiper-button-prev:after,.swiper-button-next:after{
    content: '' !important;
}
.btn_hover{
    display: none;
}
.btn_left{
    position: absolute;
    right: -925px;
    top: 80px;
}
.btn_right{
    position: absolute;
    right: 0px;
    top: 80px;
}
.swiper-pagination{
    position: absolute;
    right: 72px;
    bottom: 3px;
}
.swiper-button-next:hover .btn_hover , .swiper-button-prev:hover .btn_hover {
    display: block;
}
.swiper-button-next:hover .btn_def , .swiper-button-prev:hover .btn_def {
    display: none;
}
.swiper-pagination-bullet{
    background: none !important;
    border-radius: 0% !important;
    font-size: 24px;
    color: #cfd4d9;
    opacity: 1 !important;
}
.swiper-pagination-bullet + .swiper-pagination-bullet{
    margin-left: 50px !important;
}
.swiper-pagination-bullet-active{
    color: #ff702b;
}
.ie .swiper-pagination{
    position: absolute;
    z-index: 20;
    bottom: 60px;
    width:100%;
    text-align: center;
    
}


.develop_swiper_title {
    width: 50%;
    float: left;
}


.develop_swiper_btn {
    max-width: 50%;
    float: right;
    text-align: right;
    padding-top: 40px;
}


.swiper-pagination {
    display: inline-block !important;
    position: relative !important;
    bottom: 0px !important;
    right: 0px !important;
    margin: 0px 50px;
    top: 4px;
}

.swiper-button-next, .swiper-button-prev {
    width: 12px !important;
    height: 20px !important;
    display: inline-block !important;
    position: relative !important;
    left: 0px !important;
    right: auto !important;
}

.swiper-button-next img , .swiper-button-prev img {
    width: 100%;
    height: 100%;
}

.swiper-button-next .img2 , .swiper-button-prev .img2 {
    display: none;
}

.swiper-button-next:hover .img2 , .swiper-button-prev:hover .img2 {
    display: inline-block;
}

.swiper-button-next:hover .img1 , .swiper-button-prev:hover .img1 {
    display: none;
}
/* 战略合作伙伴 结束 */

/* 合作动态 开始 */
.coop_ul{
    width: 100%;
}
.coop_ul li{
    display: inline-block;
    width: 31.6%;
    margin-right: 25px;
    margin-bottom: 80px;
}

.coop_ul li  a {
    display: block;
}
.coop_ul li:hover p{
    color: #ff702b;
}
.three{
    margin-right: 0px !important;
}
.coop_ul p{
    font-size: 18px;
    padding-top: 23px;
	line-height: 28px;
    height: 56px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.coop  .btn_left{
    /* position: absolute;
    right: -925px;
    top: 40px; */
}
.coop .btn_right{
    /* position: absolute;
    right: 0px;
    top: 40px; */
}
.develop_title{
    font-weight: normal;
}


.title_box {
    text-align: left;
    margin-bottom: 60px;
}

/* 合作动态 结束 */