/**!
* [联系我们]
* date: 2020-06-05
* author: [wangkai];
*/

.ewb-banner {
    position: relative;
    height: 414px;
    background: url('../images/lxwm_bg.jpg') center bottom no-repeat;
}

.ewb-banner-info {
    float: left;
    padding-top: 130px;
    color: #fff;
}

.ewb-banner-tt {
    height: 75px;
    line-height: 75px;
    font-size: 48px;
}

.ewb-banner-content {
    height: 54px;
    line-height: 54px;
    font-size: 26px;
}

.service-time {
    margin-top: 36px;
    height: 42px;
    line-height: 42px;
    font-size: 22px;
}

.service-time>span {
    font-size: 30px;
}

.ewb-banner-img {
    float: right;
    margin: 106px 80px 0 0;
    width: 578px;
    height: 308px;
}

.ewb-banner-img>img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.main {
    padding: 33px 0 37px 0;
}

.info-node {
    position: relative;
    margin-top: 22px;
    padding: 14px 140px 31px 0;
    min-height: 182px;
    border: 1px solid #e7ecf5;
    box-shadow:0px 4px 32px 0px rgba(13,71,157,0.1);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.info-node:first-child {
    margin-top: 0;
}

.info-node.icon1 {
    background-image: url('../images/info_icon1.png');
}

.info-node.icon2 {
    background-image: url('../images/info_icon2.png');
}

.info-node.icon3 {
    background-image: url('../images/info_icon3.png');
}

.info-node::before {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    bottom: -1px;
    width: 4px;
    background: #d0e1fc;
    background: linear-gradient(to bottom, #d0e1fc, #eff5fe);
    background: -webkit-linear-gradient(top, #d0e1fc, #eff5fe);
    background: -o-linear-gradient(bottom, #d0e1fc, #eff5fe);
    background: -moz-linear-gradient(top, #d0e1fc, #eff5fe);
}

.com-hd {
    height: 56px;
    line-height: 56px;
}

.com-tt {
    float: left;
    padding-left: 60px;
    font-size: 24px;
    background-position: 25px center;
    background-repeat: no-repeat;
}

.com-tt.icon1 {
    background-image: url('../images/info_tt_ico1.png');
}

.com-tt.icon2 {
    background-image: url('../images/info_tt_ico2.png');
}

.com-tt.icon3 {
    background-image: url('../images/info_tt_ico3.png');
}

.info-content {
    padding: 10px 0 12px 60px;
    min-height: 60px;
    line-height: 30px;
    font-size: 20px;
}

.info-tips {
    padding-left: 60px;
    line-height: 44px;
}

.consult {
    float: left;
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #236aeb;
}

.consult-tel {
    float: left;
    font-size: 26px;
    color: #006cea;
}

.hotline {
    float: left;
    margin: 24px 0 0 24px;
    padding-top: 7px;
    width: 450px;
    height: 89px;
    background: #f3f6fb;
    background: linear-gradient(to right, #f3f6fb, #f9fbfd);
    background: -webkit-linear-gradient(left, #f3f6fb, #f9fbfd);
    background: -o-linear-gradient(right, #f3f6fb, #f9fbfd);
    background: -moz-linear-gradient(left, #f3f6fb, #f9fbfd);
}

.hotline-tt {
    padding-left: 46px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    background: url('../images/hotline_ico.png') 15px center no-repeat;
}

.hotline-info {
    padding-left: 46px;
    height: 42px;
    line-height: 42px;
    font-size: 26px;
    color: #006cea;
}

@media (max-width: 1199px) {
    .ewb-banner {
        height: 340px;
    }
    .ewb-banner-info {
        padding-top: 50px;
    }
    .ewb-banner-img {
        width: 400px;
        height: auto;
        margin: 85px 0 0 0;
    }
    .ewb-banner-img>img {
        height: auto;
    }
    .hotline {
        float: none;
        width: auto;
    }
}

@media (max-width: 767px) {
    .ewb-banner {
        position: relative;
        height: 250px;
    }
    .ewb-banner-info {
        padding: 20px 0 0 20px;
    }
    .ewb-banner-tt{
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .ewb-banner-content,
    .service-time {
        height: 34px;
        line-height: 34px;
        font-size: 16px;
    }
    .service-time {
        margin-top: 20px;
    }
    .service-time>span {
        font-size: 16px;
    }
    .ewb-banner-img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 200px;
    }
    .main {
        padding: 20px 10px;
    }
    .info-node {
        padding-right: 10px;
        background-size: auto 100px;
    }
    .hotline {
        height: auto;
        padding-bottom: 10px;
        margin: 10px 10px 0 10px;
    }
    .com-hd {
        height: auto;
        line-height: 26px;
    }
    .com-hd .com-tt {
        padding: 10px 0 10px 40px;
        font-size: 18px;
        background-position: 12px 15px;
        background-size: 20px auto;
    }
    .info-content,
    .info-tips {
        font-size: 14px;
        padding-left: 40px;
    }
    .consult-tel,
    .hotline-info {
        font-size: 20px;
    }
    .hotline-tt {
        font-size: 14px;
        padding: 10px 0 10px 35px;
        line-height: 24px;
        background-position: 10px 12px;
    }
    .hotline-info {
        padding-left: 35px;
    }
}

/*20211214*/
.gmzx_l{
	float:left;
	width:130px;
	font-size:20px;
}
.gmzx_click{
	width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #236aeb;
    float: left;
	margin-left:40px;
}
.gmzx_tit {
    float: left;
    font-size: 20px;
    color: #006cea;
}
.m-t20{
	margin-top:20px;
}