/**!
* 下一代智慧招采平台研发项目-新点电子交易平台
* date:2021-09-28
* author: zsy;
*/

.service-tips {
    width: 500px;
    height: 50px;
    line-height: 48px;
    margin: 93px 0 0 38px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 16px;
    overflow: hidden;
    background-color: rgba(0, 108, 188, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#B2006cbc, endColorstr=#B2006cbc)";
}

.service-tips .input-placeholder {
    left: 20px;
    top: 0;
    color: #afddfd;
}

.service-tips .input {
    width: 100%;
    height: 100%;
    line-height: 48px;
    padding: 0 80px 0 20px;
    box-sizing: border-box;
    color: #fff;
    background: none;
}

.service-tips .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    border-radius: 4px;
    background: #fff url("../images/main_search.png") no-repeat center;
    cursor: pointer;
}

.tabview {
    height: 360px;
    margin-top: 20px;
    box-sizing: border-box;
    background-color: #f0f3f6;
    background-image: linear-gradient(#f0f3f6, #fff);
}

.hd {
    height: 49px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}

.hdl {
    width: 18.5%;
    text-align: center;
}

.hdl.other {
    width: 26%;
}

.hdl a {
    display: inline-block;
    height: 49px;
    line-height: 46px;
    padding: 0 5px;
    border-bottom: 3px solid transparent;
    box-sizing: border-box;
    font-size: 20px;
    color: #000204;
}

.hdl.active a {
    color: #1463ce;
    border-color: #1463ce;
}

.bd {
    padding: 15px 0 0 45px;
}

.news-item {
    width: 50%;
    padding-right: 45px;
    box-sizing: border-box;
}

.news-item a {
    color: #000003;
}

.check-detail {
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
    text-align: center;
}

.check-detail a {
    color: #47a8f2;
}

.check-detail a:hover {
    color: #1463ce;
}

.module-box {
    height: 323px;
    margin-top: 40px;
    padding-top: 30px;
    box-sizing: border-box;
    background: url("../images/subpage/module_box.jpg") no-repeat center top;
}

.module-list {
    margin: -20px 0 0 -24px;
}

.module-item {
    position: relative;
    width: 376px;
    height: 120px;
    padding: 24px 5px 0 110px;
    box-sizing: border-box;
    margin: 20px 0 0 24px;
    background-color: #f0f3f6;
    background-image: linear-gradient(#f0f3f6, #fff);
    transition: all .1s;
}

.module-item:before {
    position: absolute;
    left: 23px;
    top: 50%;
    margin-top: -32px;
    content: "";
    width: 69px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: center;
}

.module-item.first:before {
    background-image: url("../images/subpage/module_ico1.png");
}

.module-item.second:before {
    background-image: url("../images/subpage/module_ico2.png");
}

.module-item.third:before {
    background-image: url("../images/subpage/module_ico3.png");
}

.module-item.forth:before {
    background-image: url("../images/subpage/module_ico4.png");
}

.module-item.fifth:before {
    background-image: url("../images/subpage/module_ico5.png");
}

.module-item.sixth:before {
    background-image: url("../images/subpage/module_ico6.png");
}

.module-tt {
    line-height: 27px;
    font-size: 22px;
}

.module-txt {
    line-height: 25px;
    margin-top: 10px;
    color: #1463ce;
    font-weight: 600;
    font-size: 16px;
    word-break: break-all;
}

.module-txt.qq {
    padding-left: 28px;
    font-size: 22px;
    background: url("../images/subpage/qq_ico.png") no-repeat left center;
}

.module-box.call {
    font-size: 16px;
}

.wechat-box {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -130px;
    bottom: 120px;
    width: 260px;
    height: 290px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.wechat-inside {
    position: relative;
    text-align: center;
    height: 100%;
    padding-top: 20px;
    box-sizing: border-box;
    border: none;
    box-shadow: 0px 5px 20px 0px rgba(31, 51, 129, 0.2);
    background-color: #fff;
    background-image: linear-gradient(#f0f3f6, #fff);
}

.wechat-inside:before {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -11px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 12px 0 12px;
    border-color: #fff transparent transparent transparent;
}

.wechat-frame {
    position: relative;
    width: 134px;
    height: 134px;
    padding: 7px;
    margin: 20px auto 0;
    border: 4px solid #deeaf7;
    box-sizing: border-box;
}

.wechat-frame:before {
    position: absolute;
    left: -4px;
    top: -4px;
    content: "";
    width: 134px;
    height: 134px;
    background: url("../images/subpage/wechat_code.png") no-repeat;
}

.wechat-code {
    height: 100%;
}

.wechat-code .img {
    width: 100%;
    height: 100%;
}

.module-item:hover {
    border-color: #1463ce;
    cursor: pointer;
}

.module-item:hover .wechat-box {
    display: block;
}

.footer {
    margin-top: 0;
}