/*广告图片  */

.guanggao {
    position: relative;
}

.guanggao>img {
    width: 100%;
}

.guanggao a img {
    position: absolute;
    bottom: 20%;
    left: 26%;
    width: 160px;
}

/*公关公司  */

.gggs>h2 {
    margin-top: 30px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: url(../images/res_1.png) no-repeat 50% 100%;
}

.gggs>h2 {
    margin-bottom: 40px;
}

.service_list .dian_r {
    position: absolute;
    right: -22px;
    bottom: -22px;
    width: 44px;
    height: 44px;
}

.service_list .dian_l {
    position: absolute;
    top: -22px;
    left: -22px;
    width: 44px;
    height: 44px;
}

.gggs ul li:nth-child(5n) {
    border-right: 0px;
}

.gggs ul li:nth-child(n+21) {
    border-bottom: 0px;
}

/*guanggao   gg_gs*/

.gg_gs li {
    width: 25%;
    padding: 30px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.gg_gs li img {
    height: 110px;
    margin: 0 auto;
}

.gg_gs .dian_r {
    position: absolute;
    right: -22px;
    bottom: -22px;
    width: 44px;
    height: 44px;
}

.gg_gs .dian_l {
    position: absolute;
    bottom: -22px;
    left: -22px;
    width: 44px;
    height: 44px;
}

/*资讯公司  */

.zxgs li {
    width: 25%;
    padding: 30px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}

.zxgs li img {
    height: 110px;
    margin: 0 auto;
}

.zxgs li .dian_r {
    position: absolute;
    right: -22px;
    bottom: -22px;
    width: 44px;
    height: 44px;
}

.zxgs li .dian_l {
    position: absolute;
    top: 88%;
    left: -22px;
    width: 44px;
    height: 44px;
}

/*提交  */

.res_submit {
    padding: 20px 10px;
    color: #fff;
    background-color: #ccc;
    margin-top: 30px;
    height: 610px;
}

.res_submit .sub_left {
    float: left;
    width: 50%;
}

.res_submit .sub_left p {
    height: 50px;
    line-height: 38px;
}

.res_submit input {
    background-color: rgb(69, 80, 129);
    vertical-align: center;
}

.res_submit .sub_right {
    float: right;
    width: 50%;
    margin-top: 50px;
}

.res_submit .sub_right .sub {
    width: 153px;
    height: 43px;
    margin-left: 100px;
    color: red;
    border-radius: 5px;
}

/*  */

.service_list {
    margin: 5px;
    box-sizing: border-box;
    width: 100%;
}

.service_list li {
    width: 20%;
    padding: 30px;
    height: 180px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#tm {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    display: none;
}

.ho-heimu {
    top: 0;
    left: 0;
    background: #000;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 99;
}

.ho-adddiv {
    display: block;
    background: #fff;
    position: fixed;
    z-index: 999;
    border: 1px solid #ccc;
    padding: 0;
    float: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ho-title {
    height: 45px;
    padding: 5px 15px;
    line-height: 30px;
    background: #f9f9f9;
    border-bottom: 1px solid #ccc;
}

.ho-title span {
    float: left;
    width: 80%;
    font-size: 14px;
}

.ho-title a {
    float: right;
    width: 26px;
}

.ho-title a img {
    width: 26px;
}

.ho-biaodan li {
    height: 38px;
    margin-bottom: 12px;
    position: relative;
}

.ho-biaodan span {
    height: 38px;
    float: left;
    width: 100px;
    text-align: center;
    line-height: 38px;
}

.ho-biaodan .xing {
    position: absolute;
    top: 0px;
    left: 360px
}

.ho-biaodan input {
    float: left;
    width: 300px;
    height: 38px;
    border: 1px solid #fefdfd;
    border-radius: 5px;
}

.ho-biaodan .sub {
    width: 285px;
    height: 35px;
    background-color: rgb(223, 226, 254);
    border: 0;
    color: #fff;
    font-size: 16px;
}

/*案例  */

.case_anli .fanzhuan {
    position: relative;
    transition: transform 1s;
    transform-style: preserve-3d;
    transform-origin: bottom;
}

.case_anli .fanzhuan>span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
}

.case_anli .fanzhuan>span:nth-child(1) {
    background-color: yellow;
    color: blue;
    /* y -25px z -25px rx 90deg */
    transform: translate3d(0, -25px, -8px) rotateX(90deg);
}

.case_anli .fanzhuan>span:nth-child(2) {
    background-color: #000;
    color: #fff;
}

.case_anli .fanzhuan:hover {
    transform: rotateX(-90deg);
}