.main,
.content {
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
}

.cont-wrap {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}

.cont-wrap p {
    color: #000;
}
 h4 {
    /* letter-spacing: 8px;*/
    margin-bottom: 30px;
    font-size: 55px;
    font-weight: bold;
    font-family: "Microsoft Yahei";
    color: #000;
}
 h4::after{
    background-color: #ffdd1f;
    content: "";
    position: absolute;
    width: 60%;
    height: 30px;
    top: 40px;
    left: 233px;
    z-index: -1;
}

h5 {
    display: none;
}

.cont1 {
    height: 580px;
    background: url('../../img/202301/about/head.jpg') no-repeat top center;
	position:relative;
    margin-top: 80px;
}

.cont2 {
    margin-bottom: 50px;
}

.cont2 .cont2-title {
    text-align: center;
}
.cont2 .cont2-title h4::after{
    width: 20%;
    left: 478px;
}

.cont2 .cont2-title p{
    font-size: 21px;
    color: #000;
    width: 95%;
    text-align: left;
    line-height: 180%;
    margin: 0 auto;
}
.cont2 .cont2-box {
    margin: 60px auto;
    height: 255px;
}

.cont2 .cont2-box .cont2-item {
    margin-left: 115px;
    text-align: center;
    float: left;
    width: 251px;
    height: 251px;
   background-color: #000;
   border-radius: 50%;
}


.cont2 .cont2-box .cont2-item p {
    text-align: center;
    color: #ffdd1f;
    font-size: 22.66px;
    width: 100%;
    line-height: 200%;
    cursor: default;
}
.cont2 .cont2-box .cont2-item p:first-child{
    padding-top: 75px;
}
.cont2 .cont2-box .cont2-item b {
    font-size: 37.77px;
}

.cont2 .team-box{
    width: 1260px;
    margin: 100px auto 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;    
}

/*.cont2 .team-box img{
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    width: 408px;
}
.cont2 .team-box img:hover{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
*/
.cont2 .team-box p{
    text-align: center;
    font-size: 28px;
    color: #000;
    /* font-weight: bold; */
    padding-top: 25px;
}
.cont2 .team-box b{
    font-weight: bold;
    font-size: 35px;
}
.cont2 .team-img{
    width: 1260px;
    margin: 0 auto;
}

.cont3 {
    height: 580px;
    padding-top: 50px;
    background-color: #f7f7f7;
}

.cont3 .cont3-title {
    text-align: center;
}

.cont3 .cont3-title h4::after {
    width: 20%;
    height: 30px;
    left: 481px;
}

.cont3 .partners {
    padding-top: 10px;
    margin-left: -30px;
    cursor: pointer;
}
.cont3 .quality{
    margin-top: 50px;
    width: 1260px;
    margin-left: -30px;
}
.cont3 .quality p{
    margin: 0 auto;
    color: #000;
    font-size: 45.45px;
    font-weight: bold;
    text-shadow: 0px 2px 0px #ffdd1f;
    text-align: center;
    margin-bottom: 30px;
}
.cont3 .quality li{
    float: left;
    margin-right: 17px;
}
.cont3 .quality li:last-child{
    margin-right: 0;
}


.cont2-title,
.cont6-title,
.cont7-title,
.cont8-title,
.cont3-title,
.cont10-title,
.contnews-title {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    opacity: 0;
    z-index: 2;
}


/*active*/

.active.cont1-slogan {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
    opacity: 1;
}

.active.cont2-title,
.active.cont4-title,
.active.cont6-title,
.active.cont7-title,
.active.cont8-title,
.active.cont3-title,
.active.cont10-title,
.active.contnews-title {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
    opacity: 1;
}


