.banner{
    width:100%;
    height:420px;
    margin-top: -30px;
    position: relative;
    overflow: hidden;
}
.banner>ul{
    width:100% !important;
    height:100%;
    display: flex;
}
.banner>ul>li{
    flex: 1;
}
.banner>ul>li>img{
    width:100%;
    height:100%;
}
.banner>div>img{
    position: absolute;
    left:0;
    top:0;
}
.banner>div{
    position: absolute;
    left:50%;
    top:0;
    margin-left: -600px;
}
.modal6 .swiper-container {
    height: 170px;
}

.long{
    position: absolute;
    left: -58px;
    top: -38px;
    width: 200px;
}
.modal1{
    width:1200px;
    height:420px;
    margin: auto;
    margin-top: -38px;
    position: relative;
    z-index: 99;
    background-image:url(img/modal1.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
.modal1_1{
    width: 710px;
    height: 60px;
    position: absolute;
    top: 60px;
    left: 60px;
    font-size: 14px;
    line-height: 22px;
    color:#abaaa8;
    font-family: '微软雅黑', '宋体';
}
.modal1_2{
    width:340px;
    height:250px;
    position: absolute;
    top: 138px;
    left: 454px;
}
.modal1_2>a:nth-child(1){
    color:#f1c06d;
    font-size: 18px;
}
.modal1_2>ul{
    margin-top: 20px;
    font-size: 15px;
}
.modal1_2>ul li{
    margin-top: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.modal1_2>ul li a{
    color:#abaaa8;
}
.modal1_3{
    width:400px;
    height:170px;
    position: absolute;
    top: 215px;
    right: -12px;
}
.modal1_3 ul{
    width:100%;
    display: flex;
    margin-top: 14px;
    font-size:15px;
}
.modal1_3 ul:nth-child(5){
    font-size:13px;
}
.modal1_3 ul li{
    flex: 1;
}
.modal1_3 ul li a {
    color:#abaaa8;
    cursor: default;
}
.modal1_3 ul li a:hover{
    color:#dd4009;
}
.modal1_4{
    width: 298px;
    height: 32px;
    position: absolute;
    bottom: -2px;
    left: 51px;
    font-size: 14px;
}
.modal1_4 ul{
    width:100%;
    display: flex;
}
.modal1_4 ul li{
    flex:1;
    text-align: center;
    position: relative;
}
.modal1_4 ul li a{
    color:#abaaa8;
}
.modal1_4 ul li a:hover{
    color:#f1c06d;
}
.modal1_4 ul li div:nth-child(2){
    color: #f1c06d;
    position: absolute;
    width: 50%;
    height: 30px;
    top: -36px;
    left: 25%;
    cursor: pointer;
}
.ss1{
    color:#f1c06d;
    position: absolute;
    width:20px;
    text-align: center;
    top:-70px;
    left:50%;
    margin-left: -15px;
    font-size: 20px;
    opacity: 0;
     /*动画名称*/
    -webkit-animation-duration: 3s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
.ss2{
    color:#f1c06d;
    position: absolute;
    width:20px;
    text-align: center;
    top:-70px;
    left:50%;
    margin-left: -15px;
    font-size: 20px;
    opacity: 0;
    /*动画名称*/
    -webkit-animation-duration: 3s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
.ss3{
    color:#f1c06d;
    position: absolute;
    width:20px;
    text-align: center;
    top:-70px;
    left:50%;
    margin-left: -15px;
    font-size: 20px;
    opacity: 0;
    /*动画名称*/
    -webkit-animation-duration: 3s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
.ss4{
    color:#f1c06d;
    position: absolute;
    width:20px;
    text-align: center;
    top:-70px;
    left:50%;
    margin-left: -15px;
    font-size: 20px;
    opacity: 0;
    /*动画名称*/
    -webkit-animation-duration: 2s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
.ss5{
    color:#f1c06d;
    position: absolute;
    width:20px;
    text-align: center;
    top:-70px;
    left:50%;
    margin-left: -15px;
    font-size: 20px;
    opacity: 0;
    /*动画名称*/
    -webkit-animation-duration: 3s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0; /*初始状态 透明度为0*/
    }
    50% {
        opacity: 1; /*中间状态 透明度为0*/
    }
    100% {
        opacity: 0; /*结尾状态 透明度为1*/
    }
}
.modal2{
    width:1200px;
    height:420px;
    margin: auto;
    margin-top: 70px;
    position: relative;
    z-index: 99;
    background-image:url(img/modal2.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
.modal2>div:nth-child(1){
    width:680px;
    height:220px;
    position: absolute;
    top:102px;
    left:64px;
}
.modal2>div:nth-child(1)>p>a{
    font-size: 28px;
    color:#f1c06d;
    font-family: '华文中宋';
}
.modal2>div:nth-child(1)>ul:nth-child(2){
    float: left;
    margin-top: 26px;
}
.modal2>div:nth-child(1)>ul:nth-child(3){
    float: right;
    margin-top: 26px;
}
.modal2>div:nth-child(1)>ul li {
    margin-top: 10px;
    width:325px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.modal2>div:nth-child(1)>ul li a{
    color:#abaaa8;
}
.modal2>div:nth-child(1)>ul li a:hover{
    color:#f1c06d;
}


.modal3{
    width:1200px;
    height:450px;
    margin: auto;
    margin-top: 40px;
    position: relative;
    z-index: 99;
    background-image:url(img/modal3.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}


.modal3>div:nth-child(1){
    width:680px;
    height:200px;
    position: absolute;
    top:150px;
    right:100px;
}
.modal3>div:nth-child(1)>p>a{
    font-size: 28px;
    color:#f1c06d;
    font-family: '华文中宋';
}
.modal3>div:nth-child(1)>ul:nth-child(2){
    float: left;
    margin-top: 26px;
}
.modal3>div:nth-child(1)>ul:nth-child(3){
    float: right;
    margin-top: 26px;
}
.modal3>div:nth-child(1)>ul li {
    margin-top: 10px;
    width:325px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.modal3>div:nth-child(1)>ul li a{
    color:#abaaa8;
}
.modal3>div:nth-child(1)>ul li a:hover{
    color:#f1c06d;
}


.modal4{
    width:1200px;
    height:420px;
    margin: auto;
    margin-top: 70px;
    position: relative;
    z-index: 99;
    background-image:url(img/modal4.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}


.modal4>div:nth-child(1){
    width:680px;
    height:220px;
    position: absolute;
    top:102px;
    left:64px;
}
.modal4>div:nth-child(1)>p>a{
    font-size: 28px;
    color:#f1c06d;
    font-family: '华文中宋';
}
.modal4>div:nth-child(1)>ul:nth-child(2){
    float: left;
    margin-top: 26px;
}
.modal4>div:nth-child(1)>ul:nth-child(3){
    float: right;
    margin-top: 26px;
}
.modal4>div:nth-child(1)>ul li {
    margin-top: 10px;
    width:325px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.modal4>div:nth-child(1)>ul li a{
    color:#abaaa8;
}
.modal4>div:nth-child(1)>ul li a:hover{
    color:#f1c06d;
}


.modal5{
    width:1200px;
    height:250px;
    margin: auto;
    margin-top: 40px;
    position: relative;
    z-index: 99;
}
.modal5>img{
    padding-bottom: 20px;
}
.modal5>div:nth-child(4){
    width:1086px;
    height:170px;
    float: left;
    margin-left: 10px;
    overflow: hidden;
}

.swiper-slide a{
    display: inline-block;
    width:94%;
    text-align: center;
    color:#abaaa8;
    position: relative;
    margin-left: 3%;
}
.swiper-slide a>img:nth-child(1){
    width:100%;
}
.swiper-slide a>div:nth-child(2){
    position: absolute;
    width:100%;
    height:40px;
    left:0%;
    bottom:0%;
    background: rgba(0,0,0,.5);
}
.swiper-slide a>div:nth-child(2)>p{
    width:94%;
    height:40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    margin-left: 3%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.modal6_1 .swiper-slide a>img{
    width:138px;
    height:138px;
    border-radius: 50%;
}

.swiper-next{
    float: left;
    cursor: pointer;
}
.swiper-prev{
    float: right;
    cursor: pointer;
}


.modal6{
    width:1200px;
    margin: auto;
    margin-top: 40px;
    position: relative;
    z-index: 99;
}
.modal6 .swiper-container {
    height: 170px;
}
.modal6_1{
    width:100%;
    height:250px;
    margin: auto;
    /*margin-top: 40px;*/
    position: relative;
    z-index: 99;
    background-image:url(img/modal7.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
.modal6_1>img{
    margin-left: 10%;
    margin-top: 90px;
}
.modal6>img{
    padding-bottom: 20px;
}
.modal6_1>div:nth-child(2){
    width: 820px;
    height: 170px;
    float: left;
    margin-left: 10px;
    position: absolute;
    left: 16%;
    top: 52px;
}

.swiper-next1{
    position: absolute;
    width:86px;
    height:86px;
    top:82px;
    right:82px;
    cursor: pointer;
}
.swiper-prev1{
    position: absolute;
    width: 86px;
    height: 86px;
    top: 82px;
    left: 94px;
    cursor: pointer;
}

@media screen and (max-width: 1280px) {
    .banner {
        /*width: 1000px !important;*/
        margin: auto;
        height:300px !important;
        margin-top: -30px;
        position: relative;
        overflow: hidden;
    }
    .swiper-slide a>div:nth-child(2){
        position: absolute;
        width:100%;
        height:40px;
        left:0%;
        bottom:18% !important;
        background: rgba(0,0,0,.5);
    }
    .long{
        position: absolute;
        left: -44px;
        top: -34px;
        width: 162px;
    }
    .banner>ul{
        width:100% !important;
        height:100%;
        display: flex;
    }
    .banner>ul>li{
        flex: 1;
    }
    .banner>ul>li>img{
        width:100%;
        height:100%;
    }
    .banner>div>img{
        position: absolute;
        left:0;
        top:0;
        width:32%;
    }
    .banner>div{
        position: absolute;
        left:50%;
        top:0;
        margin-left: -600px;
        width:1000px !important;
    }
    .modal1 {
        width: 1000px;
        height: 380px;
        margin: auto;
        margin-top: -38px;
        position: relative;
        z-index: 99;
        background-image: url(img/modal1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
    }
    .modal1_1 {
        width: 574px;
        height: 60px;
        position: absolute;
        top: 45px;
        left: 50px;
        font-size: 12px;
        line-height: 20px;
        color: #abaaa8;
        font-family: '微软雅黑', '宋体';
    }
    .modal1_2 {
        width: 256px;
        height: 202px;
        position: absolute;
        top: 114px;
        left: 376px;
    }
    .modal1_2>a:nth-child(1) {
        color: #f1c06d;
        font-size: 14px;
    }
    .modal1_2>ul {
        margin-top: 0px;
        font-size: 14px;
    }
    .modal1_2>ul li{
        margin-top: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }
    .modal1_3 {
        width: 260px;
        height: 170px;
        position: absolute;
        top: 162px;
        right: 42px;
    }
    .modal1_3 ul {
        width: 100%;
        display: flex;
        margin-top: 24px;
        font-size: 14px;
    }
    .modal1_4 {
        width: 248px;
        height: 32px;
        position: absolute;
        bottom: -3px;
        left: 42px;
        font-size: 14px;
    }
    .modal2 {
        width: 1000px;
        height: 380px;
        margin: auto;
        margin-top: 70px;
        position: relative;
        z-index: 99;
        background-image: url(img/modal2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
    }
    .modal2>div:nth-child(1) {
        width: 600px;
        height: 220px;
        position: absolute;
        top: 96px;
        left: 52px;
    }
    .modal2>div:nth-child(1)>ul:nth-child(2) {
        float: left;
        margin-top: 26px;
        font-size: 14px;
    }
    .modal2>div:nth-child(1)>ul:nth-child(3) {
        float: right;
        margin-top: 26px;
        font-size: 14px;
    }
    .modal2>div:nth-child(1)>ul li {
        margin-top: 10px;
        width: 300px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }
    .modal6 .swiper-container {
        height: 170px;
    }
    .modal3 {
        width: 1000px;
        height: 380px;
        margin: auto;
        margin-top: 40px;
        position: relative;
        z-index: 99;
        background-image: url(img/modal3.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
    }

    .modal3>div:nth-child(1) {
        width: 600px;
        height: 220px;
        position: absolute;
        top: 116px;
        right: 82px;
    }
    .modal3>div:nth-child(1)>ul:nth-child(2) {
        float: left;
        margin-top: 26px;
        font-size: 14px;
    }
    .modal3>div:nth-child(1)>ul:nth-child(3) {
        float: right;
        margin-top: 26px;
        font-size: 14px;
    }
    .modal3>div:nth-child(1)>ul li {
        margin-top: 10px;
        width: 300px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }
    .modal4 {
        width: 1000px;
        height: 380px;
        margin: auto;
        margin-top: 70px;
        position: relative;
        z-index: 99;
        background-image: url(img/modal4.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
    }
    .modal4>div:nth-child(1) {
        width: 600px;
        height: 220px;
        position: absolute;
        top: 96px;
        left: 52px;
    }
    .modal4>div:nth-child(1)>ul:nth-child(2) {
        float: left;
        margin-top: 26px;
        font-size: 14px;
    }
    .modal4>div:nth-child(1)>ul:nth-child(3) {
        float: right;
        margin-top: 26px;
        font-size: 14px;
    }
    .modal4>div:nth-child(1)>ul li {
        margin-top: 10px;
        width: 300px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }
    .modal5 {
        width: 1000px;
        height: 250px;
        margin: auto;
        margin-top: 40px;
        position: relative;
        z-index: 99;
    }
    .modal5 img{
        padding-bottom: 30px;
    }
    .modal6 img{
        padding-bottom: 30px;
    }
    .modal5>div:nth-child(4) {
        width: 890px;
        height: 170px;
        float: left;
        margin-left: 18px;
        overflow: hidden;
    }
    .modal6 {
        width: 1000px;
        margin: auto;
        margin-top: 20px;
        position: relative;
        z-index: 99;
    }
    .modal6_1{
        margin-top: 0 !important;
    }
    .modal6_1>img {
        margin-left: 2%;
        margin-top: 90px;
    }
    .swiper-next{

    }
    .swiper-next img{
        height:140px;
    }
    .swiper-prev img{
        height:140px;
    }
    .swiper-prev1 {
        position: absolute;
        width: 86px;
        height: 86px;
        top: 82px;
        left: 0px;
    }
    .swiper-next1 {
        position: absolute;
        width: 86px;
        height: 86px;
        top: 82px;
        right: 0;
    }
    .modal6_1>div:nth-child(2) {
        width: 820px;
        height: 170px;
        float: left;
        margin-left: 10px;
        position: absolute;
        left: 9%;
        top: 52px;
    }
}