.sc1{
    background-image: url('/img/title_bg.png');
    height: 570px;    
}

.title_container{
    position: relative;
    height: 100%;
   text-align: center;
   overflow: hidden;
}

.title_container span {
    position: relative;
    top: 150px;
    font-size: 25px;
    font-weight: normal;
    width: 100%;
}

.title_container>img:nth-child(1){
    margin-top: 119px;
}

.title_ball_1{
    position: absolute;
    bottom: -525px;
    left: 0;
    right: 0;
    margin: auto;
    animation: rotate-clockwise 60s linear infinite;
    
}

.title_ball_2{
    position: absolute;
    bottom: -300px;
     left: 0;
    right: 0;
    margin: auto;
     animation: rotate-anticlockwise 60s linear infinite;
}

.main1_container{
    height: 266px;
    background-color: white;
    text-align: center;
      overflow: hidden;
}

.main1_logos_container {  
    height: 261px;
    overflow: hidden;   
    margin: 0 auto 0 auto;
}

#brandwall{
    width:2012px;
    height:100%;
    overflow: hidden;
}

#brandwall img {
    float: left;
    width:1006px;
    height:100%;
    transition: all ease-in-out 0.5s;
}


@keyframes rotate-clockwise{
    0%{
        transform: rotate(0deg);
    }
     50%{
        transform: rotate(180deg);
    }
     100%{
        transform: rotate(360deg);
    }
}

@keyframes rotate-anticlockwise{
      0%{
        transform: rotate(0deg);
    }
     50%{
        transform: rotate(-180deg);
    }
     100%{
        transform: rotate(-360deg);
    }
}

.main_title{
    height: 86px;
    font-weight: normal;
   background-color: rgb(183, 29, 35);
}

.main_title_line{
    display: inline-block;
    width: 267px;
    height: 2px;
    background-color: white;
    position: relative;
    bottom: 30px;
}

.main_title_textBox{
    box-sizing: border-box;
    padding-top: 25px;
    display: inline-block;
    color: white;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.main_title_ch{
    font-size: 30px; 
    line-height: 30px;
}

.main_title_en{
    font-size: 16px;
}

.sc2{
    height: 365px;
    background-image: url('/img/main2_bg.png');
    position: relative;
}

.sc2_new{
    height: 498px;
    //background-image: url('/img/main2_bg.png');
    position: relative;
}

.imgbox{
	margin-top: 20px;
}

.main2_container{

    margin-top: 47px;
    display: inline-block;

}

.main_slogan{
    font-size: 25px;
    line-height: 27px;
     display: block;
     font-weight: normal;
     text-align: center;
}

.sub_slogan{
    font-size: 21px;
    line-height: 21px;
     display: block;
     margin-top: 20px;
      text-align: center;
}

.en_slogan{
    font-size: 18px;
    line-height: 11px;
     display: block;
      margin-top: 10px;
      font-weight: normal;
       text-align: center;
}

.ms2{
    color: white;
}

.ss2{
    color: rgb(183, 29, 35);
}

.es2{
    color: rgb(183, 29, 35);
}

.main2_block_box{
    width: 950px;
    height: 168px;
    background-color: rgb(183, 29, 35);   
}

.red_block{
    background-color: rgb(183, 29, 35);
    height: 100%;
    width: 314px;
    float: left;
    list-style: none;
    color: white;
}

.white_block{
     background-color: white;
    height: 100%;
    width: 314px;
    float: left;
    list-style: none;
    color: black;
}

.sc2_2{
    height: 250px;
    position: relative;
    background-color: #f0f0f0;
}

.main2_block_box_2{
    width: 950px;
    height: 168px;
    background-color: white; 
}
.main2_icon{
    width: 56px;
    height: 56px;
    margin-top: 34px;
}

.icon_text{
    display: inline-block;
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
}

.sc3{
    height: 680px;
    background-image: url('/img/main3_bg.png');
}

.main3_container{
    display: inline-block;
    margin-top: 45px;
    height: 844px;
    width: 930px;
}

.main3_block_box{
    width: 100%;
    height: 168px;
    margin:auto;
 
}
.icon_block{
     height: 100%;    
    float: left;
    list-style: none;
    text-align: center;
}

.main3_block_box .side {
     width: 20%;
}

.main3_block_box .middle {
    width: 60%;
}

.icon_block>span{
    font-size: 22px;
    line-height: 20px;
    font-weight: normal;
}

.main3_icon{
    height: 56px;
    width: 56px;
}

.main3_container>img{
    margin-top: 90px;
}


.ms3{
    color: black;
}

.ss3{
    color: rgb(142, 142, 142);
}

.es3{
    color: rgb(142, 142, 142);
    margin-bottom: 50px;
}

.main4_title{
    background-image: url('/img/milestone_title.png');
}

.milestone_item{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 0px 8px 0px 8px;
}

.milestone_item .line{
    width: 86px;
    height: 2px;
    background-color: rgb(240,240,240);
}

.milestone_item .title{
    font-size: 84px;
    color: #b81c22
}

.milestone_item .sufix{
    font-size: 24px;
    color: black;
}

.milestone_item .content{
    font-size: 15.6px;
}

.sc4{
    background-image: url('/img/main4_bg.png');
    height: 500px; 
}

.main4_container{
    position: relative;
    top: 112px;
    display: inline;
    text-align: center;
    overflow: hidden;
}

#milestones_content{
    height: 100%;
    width: 400%;
    transition: all 0.5s ease;
}

.main4_milestones{
    float: left;
    height: 100%;
}

.sc5{
    height: 500px;
    background-image: url('/img/main5_bg.png');
}

.main5_title{
    background-image: url('/img/news_title.png');
}

.main5_container{
    display: inline-block;
    margin-top: 90px;
    height: 366px;
    width: 996px;
    text-align: center;
}

.news_container{
    border-top: 2px rgb(183, 29, 35) solid;
    height: 260px;
    width: 300px;
    box-sizing: border-box;
    padding: 20px;
    background-color: white;
    box-shadow: 0.5px 0.5px 2px rgb(100, 100, 100);
    position: relative;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
}
.news_title{
    display: block;
    font-size: 20px;
    color: rgb(20, 20, 20);
    text-align: left;
    line-height: 23px;

}
.news_glance{
    display: block;
    font-size: 13px;
    color: rgb(142, 142, 142); 
      margin-top: 14px;
      line-height: 19px;
      font-weight: normal;
      text-align: justify;
      position: relative;
}
.news_container .ng1{
       top: -39px;
      
}

.news_container .ng2{
    top: -24px;
}

.news_container .ng3{
top: -13px;
}

.read_btn{
    color: white;
    height: 23px;
    width: 62px;
    border-radius: 12px;
    background-color: rgb(183, 29, 35);
    font-size: 13px;
    line-height: 23px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.main6_title{
    background-image: url('/img/video_title.png');
}

.sc6{
    height: 576px;
    background-image: url('/img/main6_bg.png')
}

.more_btn{
    color: rgb(88, 88, 88);
    font-size: 19px;
    line-height: 30px;
    display: inline-block;
    margin-top: 64px;
    width: 94px;
    height: 30px;
    border-radius: 17px;
    border: 2px solid rgb(200, 200, 200);
}

.main6_container{
    margin-top: 96px;
    display: inline-block;
    height: 389px;
    text-align: left;
}

.main6_container a{
    text-decoration: none;
}


.video{
    width: 300px;
    height: 233px;
    text-align: left;
    display: inline-block;
    margin: 0 12px 23px 12px;
}

.video .cover{
    width: 100%;
    height: 233px;
    background-position: center;
    background-size: cover;
}

.video .mask {
    background-color: black;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.video img {
    margin-top: 84.5px;
    margin-left: 117px;
}

.video .title{    
    font-size: 20px;
    color: #292929;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.video .description{
    margin-left: 20px;
    font-size: 15px;
    color: #707070;
}

.more_container{
    text-align: center;
    width: 100%;
}