.banner {
    height: 345px;
    width: 100%;
    background: url('/img/cooperate_banner.jpg') center center no-repeat;
}
.first {
    text-align: center;
    padding-bottom: 96px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.first .first_p1 {
    color: #003264;
    font-size: 36px;
    line-height: 60px;
    padding: 66px 0 28px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.first .first_p2 {
    color: #7C7C7C;
    font-size: 14px;
    line-height: 30px;
}
.two {
    height: 608px;
    background: url('/img/cooperate_bottom1.png') center center no-repeat;
}
.two .two_p1 {
    line-height: 108px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.two .two_div {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.two .two_div>div {
    text-align: center;
    width:386px;
    height:429px;
    background:rgba(255,255,255,1);
    padding: 72px 33px 0 33px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.two .two_div>div img {
    display: inline-block;
    margin-bottom: 5px;
}
.two .two_div>div i{
    font-size: 62px;
    color: #003264;
}
.two .two_div>div .two_p2 {
    color: #333;
    font-size: 18px;
    line-height: 60px;
}
.two .two_div>div .two_p3{
    color: #7C7C7C;
    font-size: 14px;
    line-height: 27px;
}
.third {
    padding-bottom: 123px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.third_p1 {
   line-height: 166px;
   text-align: center;
   color: #003264;
   font-size: 24px;
}
.swiper_father {
    position: relative;
    width: 100%;
}
.icon-shangyiye {
    position: absolute;
    left: -90px;
    top: 216px;
    font-size: 52px;
    opacity:0.45;
    color: #003264;
    background-image: none;
    cursor: pointer;
    outline: none;
}
.icon-xiayiye {
    position: absolute;
    right: -90px;
    top: 216px;
    font-size: 52px;
    opacity:0.45;
    color: #003264;
    background-image: none;
    cursor: pointer;
    outline: none;
}
.swiper-slide {
    width:289px;
    height:484px;
    background: #F0F0F0;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.swiper-slide img {
    display: block;
    width: 289px;
    height: 288px;
}
.swiper-slide .third_p2 {
    margin: 0 34px 0 35px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #CCCCCC;
}
.swiper-slide .third_p3 {
    width: 220px;
    margin: 16px auto 0 auto;
    line-height: 27px;
    font-size: 14px;
    color: #333;
    font-family: "Microsoft Yahei" !important;
}
.swiper-slide .third_p3 p{
    font-family: "Microsoft Yahei" !important;
}
.swiper-slide .third_p3 span {
    font-size: 14px;
    line-height: 27px;
    font-family: "Microsoft Yahei" !important;
}
.swiper-slide .third_p3 pre {
    font-size: 14px;
    line-height: 27px;
    font-family: "Microsoft Yahei" !important;
}
.slide_bg {
    position: absolute;
    width: 289px;
    height: 484px;
    left: 0;
    bottom: 0;
    background:rgba(0,50,100,1);
    opacity:0.95;
    color: #fff;
    padding-top: 169px;
    box-sizing: border-box;
    display: none;
}
.slide_bg p {
    margin-bottom: 30px;
}
.slide_bg p span:nth-child(1) {
    display: block;
    font-size: 16px;
    line-height: 30px;
}
.slide_bg p span:nth-child(2) {
    display: block;
    font-size: 20px;
    line-height: 30px;
}