.service_content {
    text-align: center;
    margin: 0px auto;
    background-color: #FFFFFF;
}

.service_content > div:nth-child(2n+1) {
    background-color: #F7F7F7;
}

.service_banner {
    width: 100%;
    /*height: 340px;*/
    position: relative;
    min-width: 1100px;
}

.service_banner_img {
    /*background-image: url('/Public/static/img/home/serviceEnter/banner.jpg');*/
    /*background-size: 100% 100%;*/
    /*-moz-background-size: 100% 100%;*/
    /*-webkit-background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
    /*height: 100%;*/
    width: 100%;
    position: relative;
    background-position: center center;
    background-size: cover;
    min-width: 1100px;

}
.service_banner_img img{
    width: 100%;
}

.banner_btn:hover {
    text-decoration: none;
    color: #ddd ;
}

.banner_btn {
    font-size: 18px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 8px 15px;
    position: absolute;
    bottom: 35px;
    left: 45%
}

.w1100 {
    width: 1100px;
    padding: 60px 0;
    text-align: center;
    margin: 0 auto;
}

.service_title {
    font-size: 34px;
    color: #333333;
}

.service_type {
    height: 462px;
}

.service_type_ul {
    margin: 61px auto;
    height: 158px;
}

.service_type_ul li {
    float: left;
    padding: 0 30px 37px;
}

.service_type_ul li img {
}

.service_type_ul li p {
    font-size: 16px;
    color: #666666;
}

.service_type_bottom {
    font-size: 14px;
    color: #999999;
}

.service_type_bottom a {
    color: #F09100;
}

.service_type_bottom a:hover {
    text-decoration: none;
}

.service_cooperation {
    min-height: 577px;
    overflow: hidden;
}

.service_cooperation_imgs {
    margin: 32px auto 71px;
    z-index: 2
}

.service_cooperation_imgs li {
    float: left;
    width: 353px;
    background-color: #FFFFFF;
    margin: 14px 0;
    transition: all 0.3s linear;
}

.service_cooperation_imgs li:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
}

.service_cooperation_imgs li:hover {
    margin-top: 0;
    transform: scale(1.01);
}

.service_cooperation_imgs li img {
    border-radius: 5px 5px 0 0;
}

.service_cooperation_title {
    font-size: 20px;
    color: #333333;
    padding: 11px 0 0 14px;
}

.service_cooperation_intro {
    font-size: 12px;
    color: #555555;
    text-align: left;
    line-height: 26px;
    margin: 11px 14px 19px;
    height: 103px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service_cooperation_imgs li:hover .service_cooperation_intro {
    margin: 11px;
    height: 100%;
    /*color:red;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 40;
    white-space: normal;
    text-overflow: clip;
}

.service_process {
    height: 432px;
}

.service_process_content {
    margin: 82px auto;
}

.service_process_imgs {
    margin: 0px auto;
    height: 30px;
    width: 788px;
}

.service_process_imgs li {
    float: left;
    margin: 0px 46px;
}

.service_process_title {
    font-size: 20px;
    color: #333333;
    margin: 9px auto;
}

.service_process_intro {
    font-size: 16px;
    color: #999999;
}
.service_form>div{
    background-color: rgb(234, 234, 227);
    min-width: 1100px;
}

.myiframe{
    color:red;
}