﻿.height-auto {
    height: auto;
}

body{
    overflow: hidden;
}

/*第一屏*/

.section{
    overflow: hidden;
}

.list1 {
    width: 100%;
}

.list1 .img {
    width: 100%;
    height: calc(100vw * 690 / 1920);
}

.list1 img {
    width: 100%;
    height: 100%;
}

.list1 .font {
    margin: 0 auto;
    width: 90%;
    margin-top: 35px;
}

.list1 .left {
    float: left;
    width: 20%;
}

.list1 .t1 {
    font-size: 44px;
    line-height: 54px;
    color: #333333;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
}

.list1 .t2 {
    font-size: 20px;
    line-height: 30px;
    /*margin-top: 5px;*/
    color: #333333;
}

.list1 .c1 {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}

.list1 .right {
    width: 70%;
    float: right;
}

@media screen and (max-width: 1500px) {
    .list1 .right {
        width: 60%;
    }
}

@media screen and (max-width: 1000px) {
    .list1 .left {
        width: 100%;
        text-align: center;
    }
    .list1 .right {
        width: 100%;
        margin-top: 30px;
    }
    .list1 .t1 {
        font-size: 34px;
    }
    .list1 .t2 {
        font-size: 18px;
    }
}



/*第二屏*/

.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 {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    position: absolute;
}

.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;
    font-family: Arial;
    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: #46ad40;
    opacity: 0.5;
    padding-top: 15px;
    -webkit-opacity: 0.5;
    font-size: 12px;
    line-height: 24px;
    font-family: Arial;
}

.list2 .c1 span {
    display: block;
    font-size: 16px;
}

.list2 .f2 {
    font-size: 12px;
    line-height: 22px;
    color: #46ad40;
    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: 1000px) {
    .list2 .left,
    .list2 .right {
        width: 51%;
        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: auto;
    }
    .list2 .left img,
    .list2 .right img {
        height: 25vh;
        width: calc(25vh * 660 / 450)
    }
}

.list3 {
    background: #f5f5f5;
    display: table;
    width: 100%;
    height: 100%;
    padding:100px 0 200px 0;
}

.list3 .en {
    /*font-size: */
    line-height: 48px;
    color: #333333;
    font-size: 18px;
    font-family: Arial;
}

.list3 .en span {
    font-size: 44px;
    font-weight: bold;
    display: block;
}

.list3 .ch {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    color: #333;
}

.list3 .tit-nav {
    margin-top: 30px;
}

.list3 .tit-nav span {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    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: #46ad40;
}

.list3 .con {
    margin-top: 60px;
    width: 1600px;
}

.list3 .con li {
    width: 300px;
    height: 390px;
    float: left;
    overflow: hidden;
    float: left;
    margin: 0 10px;
}

.list3 .con li img {
    width: 100%;
    height: 100%;
    -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 .con {
        width: 1200px;
    }
    .list3 .con li {
        width: 220px;
        height: 290px;
    }
}

@media screen and (max-width: 1240px) {
    .list3{padding:30px 0 50px 0;}
    .list3 .con {
        width: 1000px;
    }
    .list3 .con li {
        width: 180px;
        height: 240px;
    }
}

@media screen and (max-width: 1000px) {
    .list3{padding:0;}
    .list3 .en {
        font-size: 16px;
    }
    .list3 .en span {
        font-size: 34px;
        line-height: 34px;
    }
    .list3 .ch {
        margin-top: 20px;
    }
    .list3 .con {
        width: 100vw;
    }
    .list3 .tit-nav {
        margin-top: 20px;
    }
    .list3 .tit-nav span {
        width: auto;
        text-align: center;
        margin: 0;
        float: left;
        font-size: 14px;
    }
    .list3 .con li {
        width: 100vw;
        height: calc(100vw * 390 / 300);
        margin: 0;
    }
    .list3 .con{
        margin-top: 20px;
    }
}

.list4 .left {
    width: 35%;
    padding-left: 5%;
    height: 100vh;
    float: left;
    position: relative;
}

.list4 .tit-en {
    font-size: 18px;
    line-height: 48px;
    color: #333333;
    padding-top: 220px;
    font-family: Arial;
}

.list4 .tit-en span {
    font-size: 44px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}

.list4 .tit-ch {
    margin-top: 40px;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}

.list4 .nav-list {
    margin-top: 140px;
    position: relative;
    width: 100%;
}

.list4 .nav-list span {
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    border: 6px solid #fff;
    margin-right: 35px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: border;
    -webkit-transition-property: border;
    -ms-transition-property: border;
    -o-transition-property: border;
    cursor: pointer;
}

.list4 .nav-list span.cur,
.list4 .nav-list span:hover {
    border: 6px solid #46ad40;
    /*border-style: inset;*/
}

.list4 .nav-list img {
    width: 100%;
    height: 100%;
}

.list4 .nav-list p {
    position: absolute;
    right: -230px;
    top: -8px;
    font-size: 16px;
    line-height: 56px;
    color: #46ad40;
    width: 460px;
    border-bottom: 1px solid #46ad40;
}

.list4 .right {
    width: 60%;
    height: 100vh;
    float: right;
}

.list4 .right img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1700px) {
    .list4 .nav-list p {
        top: -60px;
    }
}

@media screen and (max-width: 1280px) {
    .list4 .nav-list span {
        margin-right: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .list4 .nav-list span {
        margin-right: 10px;
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 1000px) {
    .list4 .left {
        width: 90vw;
        margin: 0 auto;
        padding: 0;
        margin-left: 5vw;
        height: auto;
    }
    .list4 .tit-en {
        text-align: center;
        padding-top: 30px;
        font-size: 16px;
        line-height: 34px;
    }
    .list4 .tit-en span {
        font-size: 34px;
    }
    .list4 .tit-ch {
        margin-top: 20px;
    }
    .list4 .nav-list {
        margin-top: 60px;
        width: 320px;
        /*margin: 0 auto;*/
    }
    .list4 .nav-list p {
        left: 0;
    }
    .list4 .right {
        width: 100%;
        float: left;
        height: auto;
        margin-top: 30px;
    }
}

.list5 {
    background: #333333;
}

.list5 .left {
    width: 60%;
    height: 100vh;
    float: left;
}

.list5 .left img {
    width: 100%;
    height: 100%;
}

.list5 .right {
    width: 35vw;
    height: 100vh;
    float: right;
}

.list5 .tit-en {
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    padding-top: 220px;
    font-family: Arial;
}

.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;
    font-size: 16px;
    color: #46ad40;
    line-height: 30px;
}

.list5 .img {
    margin-top: 100px;
    margin-left: 90px;
    width: 385px;
    height: 215px;
}

.list5 .img img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1000px) {
    .list5 .right {
        width: 90vw;
        margin-left: 5vw;
        height: auto;
    }
    .list5 .right .tit-en {
        padding-top: 30px;
        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: 100vw;
    height: 100vh;
    background-image: url(../images/icons/pic6_02.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: table;
}

.list6 .tit-en {
    font-size: 18px;
    color: #fff;
    line-height: 48px;
}

.list6 .tit-en span {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.list6 .tit-ch {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 30px;
}

.list6 .c1 {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.list6 .nav-list {
    width: 1600px;
    margin: 0 auto;
    margin-top: 45px;
}

.list6 li {
    width: 368px;
    height: 178px;
    background: rgba(255, 255, 255, .1);
    float: left;
    margin: 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: #46ad40;
    border-color: #46ad40;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
}

.list6 li p {
    margin: 10px 0px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .list6 .nav-list {
        width: 1200px
    }
    .list6 li {
        width: 278px;
        height: 140px;
        margin: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .list6 .nav-list {
        width: 1000px
    }
    .list6 li {
        width: 228px;
        height: 120px;
        margin: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .list6 .nav-list {
        width: 100vw;
        margin-top: 20px;
    }
    .list6 li {
        width: calc(50vw - 22px);
        height: 80px;
        margin: 5px 10px;
    }
    .list6 .tit-en {
        font-size: 16px;
        line-height: 34px;
    }
    .list6 .tit-en span {
        font-size: 34px;
    }
    .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;
    }
}

.list7 {
    background-image: url(../images/icons/icon13_02.png);
    background-size: 1920px 100%;
    background-repeat: no-repeat;
    background-position: left center;
    padding-bottom: 100px;
}
.list7 .tit-en{
    font-size: 18px;
    line-height: 48px;
    color: #333333;
    font-family: Arial;
    padding-top: 100px;
    text-align: center;
}
.list7 .tit-en span{
    font-size: 44px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}
.list7 .tit-ch{
    margin-top: 40px;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    text-align: center;
}
.list7 .his-main .prev {
    width: 40px;
    height: 400px;
    float: left;
    background-image: url(../images/icons/icon8_05.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

.list7 .his-main .next {
    width: 40px;
    height: 400px;
    float: left;
    background-image: url(../images/icons/icon9_03.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

.list7 .his-main .mid {
    width: 1200px;
    float: left;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.list7 .his-main .mid .line {
    width: 100%;
    height: 1px;
    background: #d1d1d1;
    position: absolute;
    top: 200px;
    z-index: 0;
}

.list7 .his-main .mid li {
    width: 300px;
    height: 24px;
    margin-top: 188px;
    float: left;
    position: relative;
    z-index: 1;
}

.list7 .his-main .mid li .s2 {
    width: 300px;
    display: block;
    height: 24px;
    background-image: url(../images/icons/icon8_08.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.list7 .his-main .mid li .his-list {
    width: 270px;
    padding: 20px 15px;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.0);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background box-shadow;
    -webkit-transition-property: background box-shadow;
    -ms-transition-property: background box-shadow;
    -o-transition-property: background box-shadow;
}
.list7 .his-main .mid li:hover .his-list{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.list7 .his-main .mid li .his-list .t1 {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
    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;
}

.list7 .his-main .mid li .his-list .c1 {
    margin-top: 10px;
}

.list7 .his-main .mid li .his-list .c1 p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    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;
}

.list7 .his-main .mid li .his-list .s1 {
    background-image: url(../images/icons/icon8_12.png);
    background-size: 21px 18px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 21px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 18px;
    display: block;
}

.list7 .his-main .mid li:hover .s2 {
    background-image: url(../images/icons/icon11_06.png);
}

.list7 .his-main .mid li:hover .his-list .t1 {
    color: #46ad40;
}

.list7 .his-main .mid li.top .his-list {
    bottom: 66px;
}

.list7 .his-main .mid li.top .his-list .s1 {
    bottom: -18px;
    background-image: url(../images/icons/icon14.png);
}

.list7 .his-main .mid li.bot .his-list {
    top: 66px;
}

.list7 .his-main .mid li.bot .his-list .s1 {
    top: -18px;
}

.list7 .his-main .pc .mid ul {
    position: relative;
    left: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: left;
    -webkit-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
}

.list7 .his-main .phone {
    display: none;
}

.list7 .his-main .phone .mid {
    width: 100%;
}

.list7 .his-main .phone .mid .s2 {
    width: 100vw;
}

.list7 .his-main .phone .mid li {
    width: 100vw;
}

.list7 .his-main .phone .mid li .his-list {
    width: calc( 100vw - 32px);
}
.list7 .pc{
    width: 1280px;
    margin: 0 auto;
    margin-top: 90px;
}
@media screen and (max-width: 1310px){
    .list7 .pc{
        width: 1000px;
        margin: 0 auto;
    }
    .list7 .his-main .mid{
        width: 920px;
    }
    .list7 .his-main .mid li{
        width: 230px;
    }
    .list7 .his-main .mid li .s2{
        width: 230px;
    }
    .list7 .his-main .mid li .his-list{
        width: 200px;
    }
}
@media screen and (max-width: 1000px){
    .list7 .pc{
        display: none;
    }
    .list7 .his-main .phone{
        display: block;
    }
    .list7 .tit-en{
        padding-top: 40px;
        line-height: 34px;
    }
    .list7 .tit-en span{
        font-size: 34px;
    }
    .list7 .tit-ch{
        margin-top: 20px;
    }
}

.list8 {
    width: 100%;
    padding-bottom: 35px;
}

.list8 .tit-en{
    font-size: 18px;
    line-height: 48px;
    color: #333333;
    font-family: Arial;
    padding-top: 100px;
    text-align: center;
}
.list8 .tit-en span{
    font-size: 44px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}
.list8 .tit-ch{
    margin-top: 40px;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    text-align: center;
}
.list8 .tit {
    padding-bottom: 50px;
}

.list8 .hon-main {
    width: 100%;
}

.list8 .hon-main .pc .mid {
    width: 1200px;
    height: 520px;
    overflow: hidden;
    float: left;
}

.list8 .hon-main .pc .mid ul {
    position: relative;
    left: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: left;
    -webkit-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
}

.list8 .hon-main .pc .mid li {
    width: 360px;
    height: 520px;
    float: left;
    margin: 0 20px;
    background: #fff;
}

.list8 .hon-main .pc .mid li .img {
    width: 350px;
    height: 440px;
    border: 5px solid #d9d9d9;
    display: table;
}

.list8 .hon-main .pc .mid li .img img {
    max-height: 440px;
    max-width: 350px;
}

.list8 .hon-main .pc .mid li .font {
    width: 90%;
    margin-left: 5%;
    height: 70px;
    display: table;
}

.list8 .hon-main .pc .mid li .font p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.list8 .hon-main .pc .prev {
    width: 40px;
    height: 40px;
    float: left;
    background-image: url(../images/icons/icon8_05.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
    margin-top: 240px;
    /*margin-left: 30px;*/
    /*margin-right: 30px;*/
}

.list8 .hon-main .pc .next {
    width: 40px;
    height: 40px;
    float: right;
    background-image: url(../images/icons/icon9_03.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
    margin-top: 240px;
    /*margin-right: 50px;*/
}

.list8 .hon-main .phone {
    display: none;
}

.list8 .hon-main .phone .mid {
    width: 100vw;
    height: 520px;
    overflow: hidden;
}

.list8 .hon-main .phone .mid li {
    width: 100vw;
    height: calc( 100vw * 520 / 360);
    float: left;
    background: #fff;
}

.list8 .hon-main .phone .mid li .img {
    width: calc( 100vw - 10px);
    height: calc( 100vw * 440 / 350 - 10px * 440 / 350);
    border: 5px solid #d9d9d9;
    display: table;
}

.list8 .hon-main .phone .mid li .img img {
    max-height: 100%;
    max-width: 100%;
}

.list8 .hon-main .phone .mid li .font {
    width: 90vw;
    margin-left: 5vw;
    height: calc( 100vw * 520 / 360 - 100vw * 440 / 350 + 10px * 440 / 350 - 10px);
    display: table;
}

.list8 .hon-main .phone .mid li .font p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.list8 .hon-main .phone .prev {
    display: none;
}

.list8 .hon-main .phone .next {
    display: none;
}
.list8 .pc{
    width: 1280px;
    margin: 0 auto;
    margin-top: 90px;
}

.list9 .left,.list9 .right{
    width: 50%;
    height: 100vh;
    float: left;
    overflow: hidden;
    position: relative;
}
.list9 .left .img,.list9 .right .img{
    width: 100%;
    height: 100%;
}
.list9 .left img,.list9 .right img{
    width: calc(100vh * 960 / 900);
    height: 100vh;
    float: right;
    -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: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: transform;
    -webkit-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
}
.list9 .left:hover img,.list9 .right: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);
}
.list9 .right img{
    float: left;
}
.list9 .left .font,.list9 .right .font{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #46ad40;
    display: table;
}
.list9 .right .font{
    background: rgba(51,51,51,.85);
}
.list9 .tit-en{
    font-size: 18px;
    line-height: 48px;
    font-family: Arial;
    color: #fff;
}
.list9 .tit-en span{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 44px;
}
.list9 .tit-ch{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-top: 30px;
}
.list9 .c1{
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    margin-top: 40px;
}
@media screen and (max-width: 1000px){
    .list9 .left,.list9 .right{
        width: 100vw;
        height: 50vh;
    }
    .list9 .left img,.list9 .right img{
        height: 50vh;
        width: calc(50vh * 960 / 900);
    }
    .list9 .tit-en{
        font-size: 16px;
        line-height: 34px;
    }
    .list9 .tit-en span{
        font-size: 34px;
    }
    .list9 .tit-ch{
        margin-top: 20px;
        font-size: 18px;
    }
    .list9 .left .font, .list9 .right .font{
        height: 51vh;
    }
    .list9 .c1{
        margin-top: 20px;
        font-size: 30px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1400px){
    .list2 .left img, .list2 .right img{
        right: 0;
        left: auto;
    }
    .list5 .tit-en,.list411 .tit-en{
        padding-top: 150px;
    }
    .list2 .t1{
        padding-top: 60px;
    }
    .list2 .c1{
        bottom: 70px;
    }
    .list1 .img{
        height: calc(100vw * 500 / 1920);
        overflow: hidden;
        position: relative;
    }
    .list1 .img img{
        height: calc(100vw * 500 / 1920);
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .list7 .his-main .mid li.top .his-list{
        bottom: 46px;
    }
    .list7 .his-main .mid li.bot .his-list{
        top: 46px;
    }
    .list8 .tit-en{
        padding-top: 50px;
    }
    .list8 .hon-main .pc .mid li{
        width: 300px;
        height: 420px;
    }
    .list8 .hon-main .pc .mid li .img{
        width: 300px;
        height: 340px;
    }
    .list8 .hon-main .pc .mid li .img img{
        max-width: 300px;
        max-height: 340px;
    }
    .list8 .hon-main .pc .mid{
        width: 1020px;
    }
    .list8 .pc{
        margin-top: 30px;
        width: 1100px;
    }
    .list8 .tit-ch{
        margin-top: 20px;
    }
    .list7 .tit-en{
        padding-top: 50px;
    }
    .list7 .pc{
        margin-top: 20px;
    }
    .list7 .tit-ch{
        margin-top: 20px;
    }
    .list7 .his-main .mid li{
        margin-top: 208px;
    }
    .list7 .his-main .mid{
        height: 420px;
    }
}

@media screen and (max-width: 1310px) {
    .list8 .about-wrap {
        /*width: 1000px;*/
    }
    .list8 .pc{
        width: 1000px;
    }
    .list8 .hon-main .pc .mid{
        width: 920px;
        height: 420px;
    }
    .list8 .hon-main .pc .mid li {
        margin: 10px;
        width: 210px;
        height: 355px;
    }
    .list8 .hon-main .pc .prev,.list8 .hon-main .pc .next{
        margin-top: 190px;
    }
    .list8 .hon-main .pc .mid li .img {
        width: 200px;
        height: 285px;
    }
    .list8 .hon-main .pc .mid li .img img {
        max-width: 200px;
        max-height: 345px;
    }
}
@media screen and (max-width: 1000px){
    .list8 .about-wrap{
        width: 100vw;
    }
    .list8 .pc{
        display: none;
    }
    .list8 .hon-main .phone{
        display: block;
    }
    .list8 .tit-en{
        padding-top: 30px;
        line-height: 34px;
    }
    .list8 .tit-en span{
        font-size: 34px;
    }
    .list8 .tit-ch{
        margin-top: 15px;
    }
}
@media screen and (max-width: 1000px){
     .list2 .left div{
        height: 50vh;
     }
     .list2 .left img, .list2 .right img{
        height: 50vh;
        width: calc(50vh * 660 / 450);
     }
     .list2 .right{
        width:49%;
     }
}
@media screen and (max-width: 780px){
    .list2 .left div{
        height: 25vh;
     }
     .list2 .left img, .list2 .right img{
        height: 25vh;
        width: calc(25vh * 660 / 450);
     }
}


