.media-box {
    padding-bottom: 40px;
}
.bj-bg {
    width: 100%;
    min-width: 1200px;
    height: 360px;
    margin-top: 80px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url("/images/mediaCooperation-bg.png");
}
.bj-bg .bj-bg-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.bj-bg-mask .bj-bg-cont {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.bj-bg-mask h3 {
    display: block;
    font-size: 34px;
    color: #fff;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    padding-top: 100px;
}
.bj-bg-mask h4 {
    display: block;
    max-width: 700px;
    font-size: 20px;
    color: #fff;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    padding-top: 30px;
    line-height: 30px;
}
.bj-bg-mask span {
    display: block;
    width: 80px;
    height: 4px;
    background-color: #fff;
    margin-top: 60px;
}
.media-box .business-title-en {
    text-align: center;
    font-size: 26px;
    color: #e6e4e4;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: bold;
    padding-top: 50px;
}
.media-box .business-title-cn {
    text-align: center;
    font-size: 24px;
    color: #434343;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    padding-top: 15px;
    padding-bottom: 50px;
    font-weight: bold;
}
.media-box .consult {
    width: 1200px;
    margin: 0 auto;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../../images/customerService.png");
    -moz-box-shadow:0px 10px 10px -10px #333333;
    -webkit-box-shadow:0px 10px 10px -10px #333333;
    box-shadow:0px 10px 10px -10px #333333;
}
.consult .consult-l {
    float: left;
    margin-left: 60px;
    margin-top: 105px;
}
.consult-l h3 {
    display: block;
    color: #fff;
    font-size: 30px;
}
.consult-l p {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    padding-left: 30px;
}
.consult .consult-r {
    float: right;
}
.consult-r .consult-box {
    display: inline-block;
    width: 190px;
    background-color: rgba(255,255,255,0.5);
    margin-top: 17px;
    border: 1px solid rgba(255,255,255,0.5);
    margin-right: 35px;
}
.consult-box h4 {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
}
.consult-box img {
    display: block;
    width: 85%;
    margin: 0 auto;
}
.consult-box span {
    display: block;
    width: 85%;
    margin: 15px auto 15px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    line-height: 35px;
    color: #5d5d5d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.media-swiper {
    position: relative;
    width: 1200px;
    padding: 0 60px;
    margin: 0 auto;
    height: 380px;
    overflow: hidden;
}
.media-swiper .media-slide {
    position: relative;
    width: 270px;
    padding: 30px 15px;
    background: #fff;
}
.media-slide h3 {
    position: absolute;
    left: 50px;
    top: 15px;
    display: block;
    font-size: 20px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    background-color: #fff;

}
.media-swiper .swiper-slide:nth-of-type(4n-3) .media-slide h3 {
    color: #31c1f4;
}
.media-swiper .swiper-slide:nth-of-type(4n-2) .media-slide h3 {
    color: #75d7a9;
}
.media-swiper .swiper-slide:nth-of-type(4n-1) .media-slide h3 {
    color: #f57463;
}
.media-swiper .swiper-slide:nth-of-type(4n) .media-slide h3 {
    color: #b392d2;
}
.media-slide .media-cont {
    height: 342px;
    border-radius: 3px;
    border: 1px solid #c5c5c5;
}
.media-cont h4 {
    display: block;
    color: #000;
    font-size: 18px;
    text-align: center;
    margin-top: 40px;

}
.media-cont h5 {
    display: block;
    color: #545454;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
.media-cont p {
    display: block;
    color: #7b7b7b;
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
    padding: 0 30px;
    margin: 20px 0;
    height: 120px;
    overflow: hidden;
}
.media-cont .media-icon {
    width: 60px;
    height: 60px;
    padding: 5px;
    border-radius: 50%;
    margin: 0 auto 20px;
    border: 1px solid #c5c5c5;
    overflow: hidden;
    background-color: #fff;
}
.media-icon div {
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.advertisement {
    width: 1200px;
    height: 50px;
    overflow: hidden;
    position: relative;
}
.advertisement ul {
    width:100%;
    position:absolute;
    left:0;
    top:0;
}
.advertisement li {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}
.media-swiper .media-prev {
    position: absolute;
    left: 0;
    top: 165px;
    width: 50px;
    height: 50px;
}
.media-prev i {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 50px;
    color: #37a4ff;
    cursor: pointer;
}
.media-swiper .media-next {
    position: absolute;
    right: 0;
    top: 165px;
    width: 50px;
    height: 50px;
}
.media-next i {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 50px;
    color: #37a4ff;
    cursor: pointer;
}