@charset "UTF-8";
.h2b-container .top {
    padding-top: 0;
    width: 100%;
    height: 350px;
    /* height: 350px; */
    text-align: center;
    box-sizing: border-box;
    position: relative;
    background-size: auto 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h2b-container {
    min-width: 960px;
}

.h2b-container .top h1,
.h2b-container .top h2 {
    color: white;
    position: relative;
    z-index: 2;
}

.h2b-container .top img {
    width: 100%;
    min-width: 1483px;
    height: auto;
    min-height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.h2b-container a {
    cursor: pointer;
    display: block;
}

.pdiv {
    height: 1px;
    background: white;
}

.top h1 {
    font-size: 40px;
    font-weight: bold;
    height: 50px;
    line-height: initial;
    margin-top: 25px;
}

.top h2 {
    margin-top: 30px;
    font-size: 15px;
}

.h2b-container {
    width: 100%;
    text-align: center;
    color: black;
}

.con {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.h2b-container .row {
    line-height: initial;
    padding: 40px 40px 40px 40px;
    position: relative;
}

.h2b-container .row h1 {
    font-size: 35px;
    font-weight: 500;
}

.row>p {
    margin-top: 25px;
    color: #888;
    font-size: 14px;
}


/* 导航栏 */

.page-nav {
    width: 100%;
    height: 50px;
    padding: 0;
    top: 0;
    z-index: 100;
    position: relative;
    background: rgb(29, 23, 23);
}

.page-nav a {
    float: left;
    display: block;
    box-sizing: content-box;
    width: 16.66%;
    height: 100%;
    line-height: 50px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    z-index: 100;
}

.page-nav a:hover {
    color: rgb(24, 167, 250);
}

.newATag {
    color: #4666a1;
    cursor: pointer;
}

.newATag:hover {
    color: #4666a1;
    font-weight: bold;
}


/* 展示卡片1 */

.card {
    width: 450px;
    height: 110px;
    border: 1px solid #ddd;
    padding: 30px 30px;
    margin: 50px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: white;
}

.card i {
    color: #4666a1;
    font-style: normal;
}

.card a>div {
    display: inline-block;
}

.card:hover {
    box-shadow: 5px 5px 10px #ddd;
}

.card input {
    margin-top: 10px;
    padding: 7px;
    font-size: 13px;
    width: 100%;
    border: 1px solid #ddd;
}

.card h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.card img {
    width: 60%;
    margin: 0 20%;
    height: auto;
}

.card p {
    padding: 10px 0;
    color: #888;
    font-size: 12px;
    line-height: 20px;
}

.card .btn {
    height: 28px;
    line-height: 28px;
    width: 40%;
    text-align: center;
    padding: 5px;
    margin-top: 5px;
}

.btn-color-1,
.btn-color-2 {
    color: rgb(14, 76, 148);
    background: white;
    border: 1px solid rgb(14, 76, 148);
}

.btn-color-1:hover,
.btn-color-2:hover {
    color: white;
    background: rgb(14, 76, 148);
    border: 1px solid rgb(14, 76, 148);
}


/* .btn-color-1 {
    color: white;
    background: rgb(14, 76, 148);
    border: 1px solid rgb(14, 76, 148);
}

.btn-color-1:hover {
    color: rgb(14, 76, 148);
    background: white;
    border: 1px solid #ccc;
}

.btn-color-2 {
    color: rgb(14, 76, 148);
    background: white;
    border: 1px solid #ccc;
}

.btn-color-2:hover {
    color: white;
    background: rgb(14, 76, 148);
    border: 1px solid rgb(14, 76, 148);
} */

#socialm {
    position: relative;
}


/* 展示卡片2 */

.card-2 {
    width: 450px;
    height: 80px;
    border: 1px solid #ddd;
    padding: 25px 30px;
    background: white;
    margin: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.card-2 img {
    width: 15%;
    height: auto;
}

.card-2 .right {
    margin-left: 40px;
}

.card-2 .right .mytel {
    font-size: 20px;
    color: rgb(14, 76, 148);
    font-weight: bold;
    font-style: normal;
    margin-top: 5px;
}

.card-2 p {
    font-size: 12px;
    line-height: initial;
}

.card-2 .btn {
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 5px 10px;
    margin: 15px 0;
}

.card-3 {
    width: 400px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.card-3 p {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: bold;
}

.card-3 .icon-group {
    width: 400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.card-3 .icon-group img {
    width: 50px;
    height: auto;
    z-index: 0
}

.card-3 a:hover {
    opacity: 0.6;
}

#vcode {
    position: absolute;
    bottom: 130px;
    left: -25px;
    display: none;
    border: 1px solid #ddd;
}

#vcode img {
    width: 100px;
    height: 100px;
}

.target-fix {
    position: relative;
    top: 50px;
    display: block;
    height: 0;
    overflow: hidden;
}

.nav-bg {
    height: 50px;
    width: 100%;
    position: absolute;
    top: -50px;
    z-index: 1;
}

.callback-form div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.callback-form div input {
    padding: 0 !important;
}


/* .card-3 .item {
    width: 200px;
    text-align: left;
    line-height: 30px;
}

.card-3 a {
    cursor: pointer;
}

.card-3 a:hover {
    opacity: 0.6;
}

.card-3 .item img {
    width: 40px;
    height: auto;
}

.card-3 .item span {
    color: black;
    line-height: 40px;
    margin-left: 30px;
    font-weight: bold;
}