.main{
    width: 100%;
    min-height: 100%;
}
@font-face {
    font-family: myfont;
    src: url("/assets/fonts/方太梦想宋中.ttf");
}
.banner{
    width: 100%;
    overflow: hidden;
    height: 100vh;
    background: url(/assets/img/pc//banner-pc.png);
    background-size: cover;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 100vh;
    color: #ffffff;
}
.box1{
    width: 100%;
    overflow: hidden;
    margin-top: 62px;
}
.box1 .texts{
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    color: #000000;
    line-height: 170%;
}
.box1 .images{
    width: 80%;
    margin: 65px auto 0;
}
.box1 .images img{
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}
.box2 {
    width: 100%;
    overflow: hidden;
    height: 180px;
    margin-top: 61px;
    margin-bottom: 82px;
    position: relative;
}
.box2 .title{
    width: 80%;
    text-align: center;
    font-size: 18px;
    color: #000000;
    margin: 0 auto;
    line-height: 170%;
}
.box2 .title span{
    display: block;
    font-size: 60px;
    color: #9E1D22;
    font-weight: bold;
    line-height: 100%;
}
.box2 .title i{
    display: block;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin: 10px 0;
    line-height: 120%;
}
/*.box2 .title{*/
/*    width: 600px;*/
/*    color: #000000;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*    -webkit-transform: translate(-50%,-50%);*/
/*    -moz-transform: translate(-50%,-50%);*/
/*    -ms-transform: translate(-50%,-50%);*/
/*}*/
/*.box2 .title .title_left{*/
/*    display: block;*/
/*    font-size: 60px;*/
/*    color: #9E1D22;*/
/*    font-weight: bold;*/
/*    float: left;*/
/*    margin-top: 10px;*/
/*}*/
/*.box2 .title_right{*/
/*    font-size: 18px;*/
/*    float: right;*/
/*    width: 500px;*/
/*    line-height: 150%;*/
/*}*/
/*.box2 .title_right i{*/
/*    display: block;*/
/*    font-size: 20px;*/
/*    color: #000000;*/
/*    font-weight: bold;*/
/*    margin: 10px 0;*/
/*}*/
.box3{
    width: 80%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.box3 .images_left{
    width: 50%;
    overflow: hidden;
}
.box3 .images_left img{
    width: 100%;
}
.box3 .texts_right{
    width: 50%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}
.box3 .texts_right .texts{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    /*word-break: break-all;*/
    /*text-align: justify;*/
}
.box3 .texts_right .texts span{
    font-size: 60px;
    color: #9E1D22;
    font-weight: bold;
    display: block;
    line-height: 100%;
}
.box3 .texts_right .texts i{
    display: block;
    font-size: 20px;
    color: #000000;
    margin: 10px 0;
    font-weight: bold;
}
.box4{
    /*margin: 0;*/
}
.box4 .texts_right{
    left: 0;
}
.box4 .images_left{
    float: right;
}