@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #000;
}

body {
    overflow-x: hidden;
}

li,
dl,
ul,
ol {
    list-style: none;
}

i {
    font-style: normal;
}

html,
body {
    width: 100%;
    height: 100%;
}

h2 {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

h2 i {
    position: absolute;
    /*left:47%;*/
    height: 0;
    border: 2.5px solid #f00;
    top: 50px;
}

.container {
    min-height: 500px;
    overflow: hidden;
}

/*---------------main*/
.main {
    width: 100%;
    min-height: 300px;
    overflow: hidden;
}

.about {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    min-height: 200px;
    overflow: hidden;
    margin-top: 100px;
}

.about h2 i {
    width: 6%;
    left: 47%;
}

.about p {
    text-indent: 2rem;
    color: #595757;
    line-height: 40px;
    width: 100%;

}

.milestone {
    width: 70%;
    min-height: 200px;
    margin-left: 15%;
    margin-right: 15%;
    overflow: hidden;
    line-height: 30px;
}

.milestoneB {
    width: 1400px;
}

.milestoneH {
    margin-top: 100px;
}

.milestoneH i {
    width: 6%;
    left: 47%;
}

.milestone > img {
    width: 100%;
    margin-top: -30px;
}

.hs {
    width: 100%;
}

.hs li {
    width: 20%;
    margin-right: 5%;
    float: left;

}

.hs li:nth-of-type(4) {
    margin-right: 0;
}

.mititle {
    font-size: 26px;
    border-left: 4px solid #f00;
    margin-bottom: 10px;
}

.textfour {
    margin-top: 50px;
}

.he li {
    width: 40%;
    margin-left: 10%;
    float: left;
}

.car6 img {
    width: 50%;
    margin-top: -100px;
}

.mitext {
    color: #595757;
}

.glories {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

.glories h2 i {
    width: 6%;
    left: 47%;
}

.gltop, .glbottom {
    width: 100%;
    min-height: 200px;
    overflow: hidden;
}

.gltop {
    margin: 50px 0;
}

.glories .gltext, .glories img {
    float: left;
}

.glories img {
    width: 15%;
    margin-right: 8%;
}

.glories .gltext:nth-of-type(1) {
    margin-right: 5%;
}

.glories .gltext {
    line-height: 60px;
    color: #595757;
    width: 36%;
}

.gltext p {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.founders h2 i {
    width: 6%;
    left: 47%;
}

.founders {
    margin-top: 100px;
    min-height: 200px;
    overflow: hidden;
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
}

.founders li {
    float: left;
    width: 30%;
    line-height: 40px;
    margin-top: 80px;
}

.founders li:nth-of-type(odd) {
    margin-right: 35%;

}

.founders li > img {
    width: 66.6%;
}

.big {
    font-size: 18px;
}

.big p {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.bottompic {
    margin-top: 100px;
    min-height: 100px;
    overflow: hidden;
}

.bottompic img {
    width: 100%;
}

/*//合作伙伴部分*/
.partner h2 i {
    width: 6%;
    left: 47%;
}

.partner {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 100px;
    min-height: 200px;
    overflow: hidden;
}

.partner li {
    float: left;
    width: 10%;
    margin-left: 6.6%;
    margin-top: 10px;
    text-align: center;
    line-height: 80px;
    color: #9f9f9f;
}

.partner li img {
    width: 100%;
}



