.label1{
    text-align: center;
}

/*第一屏*/
.section{
    width:100%;
    overflow: hidden;
}
.list1 {
    width: 100%;
}
.list1 .img {
    width: 100%;
}
.list1 img {
    width:100%;
    display:block;
}
.list1 .font {
    margin: 0 auto;
    width: 84%;
    padding:100px 0;
}
.list1 .left {
    float: left;
    width: 20%;
    position:relative;
}
.list1 .left:after{
    content:"";
    position:absolute;
    left:0;
    bottom:-20px;
    width:50%;
    height:5px;
    background:#0a3dad;
}
.list1 .t1 {
    font-size: 44px;
    line-height: 44px;
    text-transform: uppercase;
    font-family: 'Montserrat-Medium';
}
.list1 .t2 {
    font-size: 24px;
}
.list1 .c1 {
}
.list1 .right {
    width: 70%;
    float: right;
}
@media screen and (max-width: 1600px) {
    .list1 .right {
        width: 60%;
    }
    .list1 .t1 {
        font-size: 36px;
        line-height: 36px;
    }
    .list1 .t2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 992px) {
    .list1 .font {
        width: 94%;
        padding:10% 0;
    }
    .list1 .left {
        width: 100%;
        text-align: center;
    }
    .list1 .left:after{
        width:100px;
        height:5px;
        bottom:-10px;
        left:50%;
        transform:translateX(-50%);
    }
    .list1 .right {
        width: 100%;
        margin-top: 8%;
    }
    .list1 .t1 {
        font-size: 28px;
        line-height: 28px;
    }
    .list1 .t2 {
        font-size:18px;
    }
    .list1 .left .video{
        margin-top:4%;
    }
}
@media screen and (max-width: 996px) {

}
@media screen and (max-width: 750px) {
    .list1 .t1 {
        font-size: 24px;
    }
    .list1 .t2 {
        font-size: 16px;
    }
    .list1 .left:after{
        width:60px;
        height:3px;
        bottom:-10px;
        left:50%;
        transform:translateX(-50%);
    }
}
/*第二屏*/
.list2 {
    background: #333333;
}
.list2 .left {
    float: left;
    width: 35%;
    height: 100%;
}
.list2 .left div {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    position: relative;
}
.list2 .left img {
    width: calc(50vh * 660 / 450);
    height: 50vh;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    -webkit-opacity: .5;
    filter: alpha(opacity=50);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
}
.list2 .left div:hover img {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}
.list2 .left p {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    position: absolute;
}
.list2 .left .img1 p {
    right: 30px;
    bottom: 15px;
}
.list2 .left .img2 p {
    right: 30px;
    top: 15px;
}
.list2 .right {
    float: right;
    width: 35%;
    height: 100%;
}
.list2 .right div {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    position: relative;
}
.list2 .right img {
    width: calc(50vh * 660 / 450);
    height: 50vh;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    -webkit-opacity: .5;
    filter: alpha(opacity=50);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
}
.list2 .right div:hover img {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}
.list2 .right p {
    color: #ffffff;
    position: absolute;
}
.list2 .right .img1{
    overflow:hidden;
}
.list2 .right .img1 p {
    left: 30px;
    bottom: 15px;
}
.list2 .right .img2 p {
    left: 30px;
    top: 15px;
}
.list2 .mid {
    width: 30%;
    float: left;
    height: 100%;
}
.list2 .mid-main {
    width: 450px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.list2 .t1 {
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    padding-top: 120px;
}
.list2 .t1 span {
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
}
.list2 .t2 {
    margin-top: 35px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}
.list2 .t3 {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-top: 70px;
    opacity: 0.8;
    -webkit-opacity: 0.8;
    filter: alpha(opacity=80);
}
.list2 .c1 {
    bottom: -180px;
    left: 0;
    width: 100%;
    position: absolute;
}
.list2 .c1 .font {
    width: 255px;
    float: left;
    position: relative;
    z-index: 1;
}
.list2 .c1 .f1 {
    color: #fff;
    opacity: 0.5;
    padding-top: 15px;
    -webkit-opacity: 0.5;
    font-size: 12px;
    line-height: 24px;
}
.list2 .c1 span {
    display: block;
    font-size: 16px;
}
.list2 .f2 {
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    margin-top: 10px;
}
.list2 .img {
    float: right;
    width: 195px;
    height: 108px;
}
@media screen and (max-width: 1600px) {
    .list2 .mid-main {
        width: 90%;
    }
    .list2 .img {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
    }
}
@media screen and (max-width: 992px) {
    .list2 .left,
    .list2 .right {
        width: 50%;
        height: 50vh;
        float: left;
    }
    .list2 .left div,
    .list2 .right div {
        width: 100%;
        height: 25vh;
    }
    .list2 .mid {
        display:none;
        width: 49%;
        float: right;
    }
    .list2 .t1 {
        display:none;
        font-size: 14px;
        padding-top: 60px;
    }
    .list2 .t1 span {
        font-size: 34px;
    }
    .list2 .t2 {
        font-size: 18px;
        margin-top: 20px;
    }
    .list2 .t3 {
        margin-top: 40px;
        line-height: 24px;
    }
    .list2 .c1 {
        bottom: unset!important;
    }
    .list2 .img {
        position: static;
        float: left;
        margin-top: 15px;
    }
    .list2 .left .img1 p,
    .list2 .left .img2 p,
    .list2 .right .img2 p,
    .list2 .right .img1 p {
        right: 15px;
        top: auto;
        bottom: 15px;
        left: 15px;
    }
    .list2 .left img,
    .list2 .right img {
        height: auto;
        width:100%;
    }
}

.list3 {
    background: #f5f5f5;
    width: 100%;
    padding:100px 0;
    overflow:hidden;
}
.list3 .en span {
    font-size: 44px;
    line-height:44px;
    font-weight: bold;
    display: block;
}
.list3 .ch {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
}
.list3 .tit-nav {
    margin-top: 30px;
}
.list3 .tit-nav span {
    cursor: pointer;
    display: inline-block;
    margin: 0 30px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}
.list3 .tit-nav span.cur,
.list3 .tit-nav span:hover {
    color: #014099;
}
.list3 .con {
    width:100%;
    margin-top: 60px;
    overflow:hidden;
}
.list3 .con li {
    float: left;
    overflow: hidden;
    float: left;
}
.list3 .con li img {
    width: 100%;
    display:block;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-property: transform;
    -webkit-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
}
.list3 .con li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (max-width: 1600px) {
    .list3 .en span {
        font-size: 36px;
    }
}
@media screen and (max-width: 992px) {
    .list3{padding:10% 0;}
    .list3 .en span {
        font-size: 28px;
        line-height:28px;
    }
    .list3 .con{
        margin-top: 6%;
    }
}
@media screen and (max-width: 996px) {
    .list3 .en {
        font-size: 16px;
    }
    .list3 .en span {
        font-size: 34px;
        line-height: 34px;
    }
    .list3 .ch {
        margin-top: 20px;
    }
    .list3 .tit-nav {
        margin-top: 20px;
    }
    .list3 .tit-nav span {
        width: auto;
        text-align: center;
        margin: 0;
        float: left;
        font-size: 14px;
    }
}
@media screen and (max-width: 750px) {
    .list3 .en span {
        font-size: 24px;
        line-height:24px;
    }
}

.list5 {
    background: #333333;
}
.list5 .left {
    width: 60%;
    height: 100vh;
    float: left;
}
.list5 .left img {
    width: 100%;
    display:block;
}
.list5 .right {
    width: 35vw;
    height: 100vh;
    float: right;
}
.list5 .tit-en {
    color: #fff;
    padding-top: 220px;
}
.list5 .tit-en span {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 44px;
    display: block;
}
.list5 .tit-ch {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-top: 30px;
}
.list5 .c1 {
    margin-top: 110px;
    color: #fff;
    line-height: 30px;
}
.list5 .img {
    margin-top: 100px;
    margin-left: 90px;
    width: 385px;
    height: 215px;
}
.list5 .img img {
    width: 100%;
    display:block;
}
@media screen and (max-width: 992px) {
    .list5 .right {
        width:100%;
        padding:0 3%;
        margin:0;
        height:auto;
    }
    .list5 .right .tit-en {
        padding-top: 10%;
        font-size: 16px;
        line-height: 34px;
    }
    .list5 .right .tit-en span {
        font-size: 34px;
    }
    .list5 .tit-ch {
        margin-top: 20px;
    }
    .list5 .c1 {
        margin-top: 40px;
    }
    .list5 .img {
        margin: 0 auto;
        margin-top: 30px;
        width: 300px;
        height: 150px;
    }
    .list5 .left {
        width: 100vw;
        float: left;
        height: auto;
    }
}

.list6 {
    width: 100%;
    padding:100px 0;
    background-image: url(../images/pic6_02.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: table;
}
.list6 .label1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.list6 .tit-en {
    color: #fff;
}
.list6 .tit-en span {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}
.list6 .tit-ch {
    font-size: 20px;
    color: #ffffff;
    margin-top: 30px;
}
.list6 .c1 {
    color: #fff;
}
.list6 .nav-list {
    margin-top: 45px;
}
.list6 .nav-list ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.list6 li {
    width: 24%;
    margin:.5% 0;
    background: rgba(255, 255, 255, .1);
    padding:15px;
    border: 1px solid rgba(255, 255, 255, .25);
    display: table;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: box-shadow background;
    -webkit-transition-property: box-shadow background;
    -ms-transition-property: box-shadow background;
    -o-transition-property: box-shadow background;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .0);
}
.list6 li:hover {
    background: #014099;
    border-color: #014099;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
}
.list6 li p {
    margin: 10px 0px;
    color: #fff;
}
@media screen and (max-width: 1600px) {
    .list6 .tit-en span {
        font-size: 40px;
    }
}
@media screen and (max-width: 992px) {
    .list6{
        padding:10% 0;
    }
    .list6 .tit-en span {
        font-size: 36px;
    }
    .list6 li {
        width:49.5%;
    }
}
@media screen and (max-width: 996px) {
    .list6 .nav-list {
        margin-top: 20px;
    }
    .list6 .tit-en {
        font-size: 16px;
        line-height: 34px;
    }
    .list6 .tit-en span {
        font-size: 28px;
    }
    .list6 .tit-ch {
        font-size: 18px;
    }
    .list6 .c1 {
        font-size: 13px;
    }
    .list6 li p {
        font-size: 12px;
        line-height: 20px;
    }
    .list6 li p img {
        height: 38px;
    }
}
@media screen and (max-width: 750px) {
    .list6 .tit-en span {
        font-size: 24px;
    }
}

.list8 {
    width: 100%;
    padding:100px 0;
    overflow:hidden;
}
.list8 .tit-en{
    text-align: center;
}
.list8 .tit-en span{
    font-size: 44px;
    line-height:44px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}
.list8 .tit-ch{
    margin-top: 40px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.list8 .tit {
    padding-bottom: 50px;
}
.list8 .hon-main {
    width: 100%;
    margin-top:60px;
    /*overflow:hidden;*/
}
.list8 .hon-main .mid {
    width:100%;
    /*overflow: hidden;*/
}
.list8 .hon-main .mid ul {
    position: relative;
}
.list8 .hon-main .mid li {
    float: left;
    background: #fff;
}
.list8 .hon-main .mid li .img {
    width:100%;
    border: 5px solid #d9d9d9;
}
.list8 .hon-main .mid li .img img {
    width:100%;
    display:block;
}
.list8 .hon-main .mid li .font {
    width:100%;
    text-align:center;
    margin-top:10px;
}
.list8 .hon-main .mid li .font p {
    color: #666666;
}

.list9{
    padding-bottom:100px;
    overflow:hidden;
}
.list9 a{
    width:80%;
    display:block;
    position:relative;
    border-radius:50px;
    margin:0 auto;
    overflow:hidden;
}
.list9 img{
    width:100%;
    display:block;
}
.list9 i{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:80px;
    height:80px;
    border:4px #fff solid;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#fff;
    font-size:24px;
}
@media screen and (max-width: 1600px){
    .list2 .left img, .list2 .right img{
        right: 0;
        left: auto;
    }
    .list5 .tit-en{
        padding-top: 150px;
    }
    .list2 .t1{
        padding-top: 60px;
    }
    .list2 .c1{
        bottom: 70px;
    }
    .list1 .img{
        overflow: hidden;
        position: relative;
    }
    .list8 .tit-en{
        padding-top: 5%;
    }
    .list8 .tit-ch{
        margin-top: 20px;
    }
    .list8 .tit-en span{
        font-size: 32px;
    }
}
@media screen and (max-width: 992px){
    .list8{
        padding:10% 0;
    }
    .list8 .tit-en span{
        font-size: 32px;
        line-height:32px;
    }
    .list8 .tit-ch{
        margin-top: 15px;
    }
    .list8 .hon-main{
        margin-top:6%;
    }
    .list9{
        padding-bottom:10%;
    }
    .list9 a{
        width:100%;
        border-radius:20px;
    }
    .list9 i{
        width:60px;
        height:60px;
        font-size:20px;
    }
}
@media screen and (max-width: 992px){
     .list2 .left div{
        height: 50vh;
     }
     .list2 .left img, .list2 .right img{
        height: 50vh;
        width: calc(50vh * 660 / 450);
     }
     .list2 .right{
        width:50%;
     }
     .list8 .tit-en span{
        font-size: 28px;
        line-height:28px;
    }
}
@media screen and (max-width: 750px){
    .list2 .left div{
        height: 25vh;
     }
     .list2 .left img, .list2 .right img{
        height: 25vh;
        width: calc(25vh * 660 / 450);
     }
     .list8 .tit-en span{
        font-size: 24px;
        line-height:24px;
    }
    .list9 i{
        width:50px;
        height:50px;
        font-size:16px;
    }
}

