@charset "utf-8";
body {
    background: #fff;
    min-width: 1300px;
}

@media screen and (min-width: 1920px) {
    div.swiper-slide img {
        width: 100%;
    }
}

.swiper-container {
    height: 355px;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide img {
    width: 1920px;
    height: 355px;
}

@media screen and (max-width: 1840px) {
    .swiper-slide img {
        margin-left: -40px;
    }
}

@media screen and (max-width: 1760px) {
    .swiper-slide img {
        margin-left: -80px;
    }
}

@media screen and (max-width: 1680px) {
    .swiper-slide img {
        margin-left: -120px;
    }
}

@media screen and (max-width: 1600px) {
    .swiper-slide img {
        margin-left: -160px;
    }
}

@media screen and (max-width: 1520px) {
    .swiper-slide img {
        margin-left: -200px;
    }
}

@media screen and (max-width: 1440px) {
    .swiper-slide img {
        margin-left: -240px;
    }
}

@media screen and (max-width: 1366px) {
    .swiper-slide img {
        margin-left: -277px;
    }
}

@media screen and (max-width: 1280px) {
    .swiper-slide img {
        margin-left: -320px;
    }
}

.user-wrap {
    position: absolute;
    height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 99;
    width: 1180px;
}

.user-content {
    position: absolute;
    right: 42px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 10px 30px 0;
    background: rgba(0, 0, 0, .2);
    color: #fff;
}

.user-title {
    font-size: 30px;
    position: relative;
    margin-bottom: 10px;
}

.user-title::after {
    content: '';
    display: inline-block;
    border-bottom: 1px solid #fff;
    width: 55px;
    position: absolute;
    top: 21px;
    left: 145px;
}

.user-title span {
    font-size: 20px;
    margin-left: 75px;
    position: relative;
    top: -3px;
}

.user-content .btn {
    width: 345px;
    height: 50px;
    font-size: 20px;
    position: relative;
    border: none;
    overflow: hidden;
}

.user-text {
    font-size: 14px;
    margin: 13px 0 15px;
    line-height: 24px;
}

.hot-line {
    font-size: 20px;
    letter-spacing: 3px;
    margin-left: 5px;
}

.icon-mf {
    display: inline-block;
    width: 93px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../../../cssboot7.0/img/icon/icon_v7.png") -232px -732px no-repeat;
}

.product-wrap {
    background: #F8F8F8;
}

.product-hd {
    padding: 45px 0 20px;
    color: #666;
    border-bottom: 1px solid #AFAFAF;
    position: relative;
    font-size: 30px;
}

.more-c {
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 20px;
}

.product-hd::before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 10px;
    background: #4272F2;
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -50px;
}

.product-sub {
    position: absolute;
    width: 100%;
    bottom: -40px;
    font-size: 20px;
}

.product-bd {
    padding: 90px 0;
}

.product-item {
    margin: 0 27px;
    border: 1px solid #DFDFDF;
    width: 240px;
    height: 315px;
    padding: 78px 0 0 0;
    position: relative;
    cursor: pointer;
}

.product-item:hover .product-detail {
    display: block;
}

.product-icon {
    display: inline-block;
    width: 103px;
    height: 103px;
    background: url("../../../cssboot7.0/img/icon/icon_v7.png") no-repeat;
    background-position-y: -304px;
}

.icon-01 {
    background-position-x: 0;
}

.icon-02 {
    background-position-x: -170px;
}

.icon-03 {
    background-position-x: -336px;
}

.icon-04 {
    background-position-x: -504px;
}

.product-title {
    font-size: 30px;
    margin-top: 20px;
}

.product-detail {
    display: none;
    background: #4990FC;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
}

.product-detail p {
    line-height: 40px;
    font-size: 16px;
}

.product-detail-title {
    font-size: 18px;
}

.product-detail-text {
    font-size: 12px;
    padding: 10px 0 15px;
}

.advantage {
    background: url("../../../cssboot7.0/img/bgImg/bg_02.png") center center no-repeat;
    height: 535px;
    color: #fff;
    padding-top: 14px;
}

.advantage .mod {
    position: relative;
    width: 1200px;
}

.advantage-hd {
    font-size: 38px;
    font-weight: bold;
    background: url("../../../cssboot7.0/img/icon/icon_v7.png") 0 -610px no-repeat;
    height: 80px;
    width: 650px;
    margin: 0 auto;
}

.advantage-sub {
    color: #539FFE;
    font-size: 14px;
    letter-spacing: 5px;
}

.advantage-narrate {
    position: absolute;
    top: 5px;
    transition: all 2s;
    -moz-transition: all 2s; /* Firefox 4 */
    -webkit-transition: all 2s; /* Safari 和 Chrome */
    -o-transition: all 2s; /* Opera */
}

.advantage-narrate.lf {
    left: 0;
}

.advantage-narrate.rt {
    right: 0;
}

.advantage-narrate.lf.animate {
    position: absolute !important;
    top: 5px !important;
}

.advantage-narrate.rt.animate {
    position: absolute !important;
    top: 5px !important;
}

.advantage-narrate li {
    margin-bottom: 28px;
    width: 128px;
    height: 148px;
    background: url("../../../cssboot7.0/img/icon/icon_v7.png") no-repeat;
}

.advantage-narrate .advantage-item-01 {
    background-position: 0 -445px;
}

.advantage-narrate .advantage-item-02 {
    background-position: -174px -445px;
}

.advantage-narrate .advantage-item-03 {
    background-position: -345px -445px;
}

.advantage-narrate .advantage-item-04 {
    background-position: -688px -549px;
}

.advantage-narrate .advantage-item-05 {
    background-position: -503px -445px;
}

.advantage-narrate .advantage-item-06 {
    background-position: -690px -367px;
    width: 145px;
    height: 155px;
}

.advantage-item-06 .advantage-title {
    font-size: 15px;
    padding-top: 76px;
}

.advantage-title {
    font-size: 19px;
    padding-top: 65px;
}

.advantage-detail {
    font-size: 12px;
}

.flow {
    height: 775px;
    background: url("../../../cssboot7.0/img/bgImg/bg_03.png") center bottom no-repeat;
}

.flow-content {
    padding-top: 75px;
}

.shortcut-text {
    color: #4990FC;
    font-size: 22px;
}

.flow-list {
    position: relative;
    height: 560px;
}

.flow-icon-content {
    width: 531px;
    height: 505px;
    /*background: url("../../img/icon/index_01.png") no-repeat;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

[class^='flow-icon-0'] {
    width: 101px;
    height: 101px;
    background: url("../../img/icon/index_01.png") no-repeat;
    position: absolute;
    display: inline-block;
    transform: scale(0);
}

.flow-icon-01 {
    background-position: -218px 0;
    left: 218px;
}

.flow-icon-02 {
    background-position: -431px -132px;
    left: 431px;
    top: 132px;
}

.flow-icon-03 {
    background-position: -428px -295px;
    left: 428px;
    top: 295px;
}

.flow-icon-04 {
    background-position: -218px -405px;
    left: 218px;
    top: 405px;
}

.flow-icon-05 {
    background-position: -5px -294px;
    left: 5px;
    top: 294px;
}

.flow-icon-06 {
    background-position: 0 -132px;
    left: 0;
    top: 132px;
}

.flow-tile {
    position: absolute;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: normal;
    width: 100%;
    top: 65px;
    left: 0;
}

.flow-icon-06 .flow-tile {
    top: 55px;
    font-size: 14px;
}

.flow-icon-content [class^='flow-detail'] {
    position: absolute;
    color: #0E2D42;
    font-size: 16px;
    width: 240px;
    transform: scale(0);
}

.flow-detail-01 {
    top: 0;
    left: 335px;
}

.flow-detail-02 {
    top: 170px;
    left: 550px;
}

.flow-detail-03 {
    top: 330px;
    left: 545px;

}

.flow-detail-04 {
    top: 510px;
    left: 200px;
}

.flow-detail-05 {
    top: 320px;
    left: -150px;
}

.flow-detail-06 {
    top: 175px;
    left: -210px;
}

.flow-arrow {
    width: 471px;
    height: 373px;
    background: url("../../img/icon/index_02.png") no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flow-circle {
    width: 381px;
    height: 381px;
    line-height: 381px;
    background: url("../../img/icon/index_03.png") no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 43px;
}

.mode {
    height: 775px;
    background: url("../../../cssboot7.0/img/bgImg/bg_04.png") center bottom no-repeat;
}

.mode-content {
    padding-top: 45px;
    height: 685px;
}

.mode-lf {
    width: 540px;
    height: 600px;
    background: url("../../img/icon/index_04.png") left top no-repeat;

}

.mode-center {
    width: 100px;
    height: 66px;
    background: url("../../img/icon/index_04.png") center -235px no-repeat;
    margin-top: 245px;
}

.mode-rt {
    width: 540px;
    height: 600px;
    background: url("../../img/icon/index_04.png") right top no-repeat;
}

.news-list {
    padding-top: 70px;
}

.news-item {
    width: 33.3%;
    line-height: 40px;
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 55px;
    position: relative;
    cursor: pointer;
}

.news-item::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #7F7F7F;
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -5px;
}

.operation {
    padding: 70px 0;
}

.operation .btn {
    width: 280px;
    height: 65px;
    font-size: 18px;
}

.operation span {
    display: inline-block;
    line-height: 65px;
    width: 170px;
    font-size: 18px;
}

.cooperation {
    height: 280px;
    background: url("../../../cssboot7.0/img/bgImg/bg_05.png") center center no-repeat;
}

.cooperation .product-hd, .cooperation .product-sub {
    color: #fff;
}

.cooperation-list {
    width: 1210px;
    margin: 75px auto 0;
}

.cooperation-list li {
    margin: 0 14px;
    width: 165px;
    padding: 15px 0;
    background: #fff;
}

.cooperation-title {
    font-size: 24px;
    color: #EF3A45;
}

.cooperation-detail {
    font-size: 12px;
    color: #585858;
}

.arrow-lf {
    width: 25px;
    height: 40px;
    background: url("../../../cssboot7.0/img/icon/icon_v7.png") -74px -50px no-repeat;
    margin-top: 22px;
}

.arrow-rt {
    width: 25px;
    height: 40px;
    background: url("../../../cssboot7.0/img/icon/icon_v7.png") -132px -50px no-repeat;
    margin-top: 22px;
}

/*动画*/
.rt_txt.animate {
    position: relative;
    animation: rtAnimate 2s;
    -webkit-animation: rtAnimate 2s; /* Safari 和 Chrome */
}

@keyframes rtAnimate {
    0% {
        right: 300px;
        opacity: 0;
    }
    100% {
        right: 0;
        opacity: 1;
    }
}

@-webkit-keyframes rtAnimate {
    0% {
        right: 300px;
        opacity: 0;
    }
    100% {
        right: 0;
        opacity: 1;
    }
}

.lf_txt.animate {
    position: relative;
    animation: lfAnimate 3s;
    -webkit-animation: lfAnimate 3s; /* Safari 和 Chrome */
}

@keyframes lfAnimate {
    0% {
        left: 300px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

@-webkit-keyframes lfAnimate {
    0% {
        left: 300px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

.zoom_dh.animate {
    animation: lowToHigh 3s;
    -webkit-animation: lowToHigh 3s; /* Safari 和 Chrome */
}

@keyframes lowToHigh {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.zoom_dh-01.animate {
    animation: lowToHigh-01 3s;
    -webkit-animation: lowToHigh-01 3s; /* Safari 和 Chrome */
    animation-fill-mode: forwards;
}

@keyframes lowToHigh-01 {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.zoom_dh-02.animate {
    animation: lowToHigh-02 3s 1s;
    -webkit-animation: lowToHigh-02 3s 1s; /* Safari 和 Chrome */
    animation-fill-mode: forwards;
}

@keyframes lowToHigh-02 {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.zoom_dh-03.animate {
    animation: lowToHigh-03 3s 2s;
    -webkit-animation: lowToHigh-03 3s 2s; /* Safari 和 Chrome */
    animation-fill-mode: forwards;
}

@keyframes lowToHigh-03 {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.zoom_dh-04.animate {
    animation: lowToHigh-04 3s 3s;
    -webkit-animation: lowToHigh-04 3s 3s; /* Safari 和 Chrome */
    animation-fill-mode: forwards;
}

@keyframes lowToHigh-04 {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.zoom_dh-05.animate {
    animation: lowToHigh-05 3s 4s;
    -webkit-animation: lowToHigh-05 3s 4s; /* Safari 和 Chrome */
    animation-fill-mode: forwards;
}

@keyframes lowToHigh-05 {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.zoom_dh-06.animate {
    animation: lowToHigh-06 3s 5s;
    -webkit-animation: lowToHigh-06 3s 5s; /* Safari 和 Chrome */
    animation-fill-mode: forwards;
}

@keyframes lowToHigh-06 {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.rotate_dh.animate {
    animation: rotateAnimate 2s;
    -webkit-animation: rotateAnimate 2s; /* Safari 和 Chrome */
}

@keyframes rotateAnimate {
    0% {
        transform: rotateY(0deg);
        -ms-transform: rotateY(0deg); /* IE 9 */
        -moz-transform: rotateY(0deg); /* Firefox */
        -webkit-transform: rotateY(0deg); /* Safari 和 Chrome */
        -o-transform: rotateY(0deg); /* Opera */
    }
    100% {
        transform: rotateY(360deg);
        -ms-transform: rotateY(360deg); /* IE 9 */
        -moz-transform: rotateY(360deg); /* Firefox */
        -webkit-transform: rotateY(360deg); /* Safari 和 Chrome */
        -o-transform: rotateY(360deg); /* Opera */
    }
}