div {
    display: inline-block;
    box-sizing: border-box;
}

body,
p,
h1,
h2,
h3,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:active {
    color: red !important;
}

#uiHome2 {
    background: #fff;
    height: 100%;
    width: 100%;
    /* min-width: 750px; */
    text-align: center;
}


/* // 高14 宽 19 */

.home2-title {
    position: relative;
    width: 83.33vw;
    /* height: 42vh; */
    height: 28vw;
    background-image: url(../img/home2-title-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.home2-logo {
    position: absolute;
    width: 6.93vw;
    height: 2.08vw;
    background-image: url(../img/home2-logo.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 2.6vw;
    top: 2.60vw;
}

.home2-title h1 {
    text-align: left;
    font-size: 2.4vw;
}

.home2-title p {
    margin: 2.08vw 0;
    text-align: left;
    width: 50%;
    font-size: 0.78vw;
    max-height: 11vh;
    overflow: hidden;
}

.home2-tit-more {
    color: #000;
    text-align: left;
}


/* .home2-tit-more span:after {
    content: '>';
    position: relative;
    top: 0.2vw;
    left: 0.2vw;
    font-size: 1.7vw;
} */

.home2-tit-more span {
    /* height: 100%; */
    display: inline-block;
    vertical-align: middle;
    line-height: 1.7vw;
}

.home2-tit-more button {
    padding-top: 0;
    font-size: 0.78vw;
    background: #fff;
    height: 2.08vw;
    line-height: 2.08vw;
    min-width: 5.73vw;
    border-radius: 2px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.home2-center-box {
    margin-top: 2.6vw;
    width: 83.33vw;
}

.home2-product {
    float: left;
    width: 56.25vw;
}

.home2-product li {
    float: left;
    margin: 0 1.04vw 2.08vw 0;
    width: 27.08vw;
}

.home2-product li img {
    width: 27.08vw;
    height: 15.1vw;
}

.home2-product-msg {
    margin-top: 2.08vw;
    width: 100%;
}

.home2-product-msg p {
    text-align: left;
}

.home2-product-msg p:nth-child(1) {
    font-size: 1.04vw;
    font-weight: bold;
}

.home2-product-msg p:nth-child(2) {
    font-size: 0.78vw;
    margin-top: 1.04vw;
    min-height: 2.7vw;
    width: 100%;
    color: #030000;
    overflow: hidden;
}

.home2-product-msg a {
    font-size: 0.78vw;
    color: #0d61aa;
}

.home2-tit-msg {
    text-align: left;
    position: absolute;
    left: 5vw;
    top: 50%;
    transform: translateY(-50%);
}

.home2-contact {
    float: right;
    width: 27.08vw;
}

.home2-contact p {
    text-align: left;
    width: 100%;
}

.home2-contact-phone {
    width: 100%;
    padding: 1.04vw 1.15vw;
    border: 1px solid #a19a95;
}

.home2-contact-phone p:nth-child(1) {
    font-weight: bold;
    font-size: 1.04vw;
    color: #040000;
}

.home2-contact-phone p:nth-child(2) {
    font-size: 1.67vw;
    margin: 1.56vw 0;
    color: #4d4c4c;
}

.home2-contact a {
    font-weight: 500;
    font-size: 0.78vw;
    color: #0d61aa;
}

.home2-contact-code {
    text-align: center;
    width: 100%;
    padding: 2.08vw 1.15vw 1.72vw 1.15vw;
    border: 1px solid #a19a95;
    margin: 2.08vw 0;
}

.home2-contact-code img {
    width: 18.39vw;
    height: 18.39vw;
}

.home2-contact-code p:nth-child(2) {
    font-weight: bold;
    margin: 1.04vw 0;
    font-size: 1.04vw;
    color: #040000;
}

.home2-center-box a:after {
    content: '>';
    position: relative;
    top: 0.2vw;
    font-size: 1.5vw;
}

.home2-contact a:after {
    content: '>';
    position: relative;
    top: 0.22vw;
    font-size: 1.4vw;
}

.home2-contact-pad {
    width: 100%;
    padding: 1.04vw 0 1.35vw 1.15vw;
    border: 1px solid #a19a95;
}

.home2-contact-pad p {
    font-weight: bold;
    font-size: 1.04vw;
}

.home2-contact-pad p:nth-child(1) {
    margin-bottom: 0.5vw;
}

.home2-programme {
    width: 83.33vw;
    padding-bottom: 3vw;
    margin-top: 2.6vw;
    margin-bottom: 3vw;
}

.home2-programme-tit {
    width: 100%;
    height: 6.46vw;
    line-height: 6.46vw;
    background: #3c3e63;
    text-align: left;
    padding-left: 5vw;
}

.home2-programme-tit label {
    font-size: 2.4vw;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
}

.home2-programme-tit button {
    height: 2.08vw;
    min-width: 6.98vw;
    font-size: 0.78vw;
    background: #fff;
    border-radius: 2px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin-left: 2vw;
}

.home2-programme-tit button span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.7vw;
    margin-right: 0.2vw;
}


/* 
.home2-programme-tit span:after {
    content: '>';
    position: relative;
    top: 0.13vw;
    left: 0.5vw;
    font-size: 1.5vw;
} */

.home2-programme-box {
    width: 100%;
}


/* .home2-programme-box li:hover {
    width: 25%;
} */

.home2-programme-box li:hover p {
    background: #464c8e;
    height: 3.75vw;
    line-height: 3.75vw;
}

.home2-programme-box li:hover p a {
    font-size: 1.25vw;
}

.home2-programme-box li {
    position: relative;
    float: left;
    height: 16.3vw;
}

.home2-programme-bold {
    width: 33.33vw;
}

.home2-programme-box img {
    width: 100%;
    height: 16.3vw;
}

.home2-programme-box p {
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 5%;
    text-align: left;
    height: 2.92vw;
    line-height: 2.92vw;
    font-size: 1.04vw;
    background-image: url(../img/home2-pro-bg.png);
    background-size: 100% 100%;
}

.home2-programme-box a {
    color: #fff;
}

.home2-programme-box a:after {
    content: '>';
    position: relative;
    top: 0.2vw;
    left: 0.2vw;
    font-size: 1.7vw;
}

.home2-programme-move,
.home2-programme-web {
    width: 25vw;
}


/* .home2-programme-move p {
    background: #464c8e;
    height: 4.7vh;
    line-height: 4.7vh;
} */

.home2-programme-list {
    width: 33.333%;
}

footer {
    position: relative;
    width: 100%;
    background: #f2f2f2;
    text-align: center;
}

.home2-foot {
    width: 50%;
    padding: 3.13vw 0 7.5vw 0;
}

.home2-foot li:nth-child(1) {
    font-size: 0.94vw;
    font-weight: bold;
}

.home2-foot li {
    margin-bottom: 1.04vw;
    display: block;
}

.home2-foot li a,
.home2-foot-msg li {
    font-size: 0.73vw;
    color: #666666;
}

.home2-foot-msg {
    position: absolute;
    right: 8.33vw;
    bottom: 1.04vw;
}

.home2-foot-msg li {
    float: left;
    margin-left: 2.08vw;
}

i {
    display: inline-block;
    background-image: url(../img/home2-more.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 0.78vw;
    width: 0.78vw;
    vertical-align: middle;
}

.home2-foot-box {
    display: inline-flex;
    justify-content: space-between;
    height: 12.5vw;
    width: 100%;
}