* {
    margin: 0;
    padding: 0
}

.banner {
    width: 100%;
    position: relative;
    overflow: hidden
}

.banner .carousel-inner {
    white-space: nowrap;
    transition: all .3s
}

.banner .carousel-inner li {
    display: inline-block;
    margin-left: -5px;
    width: 100%
}

.banner .carousel-inner li img {
    width: 100%;
    display: block
}

.banner .carousel-inner li:first-child {
    margin-left: 0
}

.banner .point {
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    text-align: right;
    padding-right: 43px;
    box-sizing: border-box
}

.banner .point li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgba(255,255,255,.4);
    border-radius: 50%;
    margin-right: 5px;
    cursor: pointer
}

.banner .point li.active {
    background-color: #fff
}

.function {
    padding-top: 124px;
    padding-bottom: 149px
}

.function .title,.advantage .title,.price .title,.service .title,.news .title {
    position: relative;
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    text-align: center;
    margin-bottom: 87px;
    font-weight: 400
}

.function .title:before,.advantage .title:before,.price .title:before,.service .title:before,.news .title:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    height: 4px;
    width: 78px;
    background-color: red
}

.function .function-type {
    width: 1200px;
    margin: 0 auto;
    text-align: center
}

.function .function-type li {
    display: inline-block;
    width: 228px;
    height: 44px;
    color: #666;
    box-shadow: 0 0 32px 0 rgba(30,30,30,.14);
    border-radius: 22px;
    background-color: rgba(255,255,255,.6);
    font-size: 20px;
    line-height: 44px;
    margin: 0 16.5px;
    cursor: pointer
}

.function .function-type li:hover,.function .function-type li.active {
    background-color: #f66;
    color: #fff
}

.function .function-lists {
    padding-top: 114px;
    width: 1511px;
    margin: 0 auto
}

.function .function-lists .left {
    display: inline-block;
    background: url(../image/function07.png);
    background-size: cover;
    width: 452px;
    height: 600px
}

.function .function-lists li:nth-child(2) .left {
    background: url(../image/function08.png)
}

.function .function-lists li:nth-child(3) .left {
    background: url(../image/function09.png)
}

.function .function-lists .left .left-title {
    position: relative;
    margin-top: 200px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 18px;
    z-index: 1
}

.function .function-lists .left .left-title:before {
    position: absolute;
    content: "";
    background-color: #f66;
    height: 10px;
    width: 190px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1
}

.function .function-lists .left .left-text {
    padding: 0 42px;
    font-size: 18px;
    line-height: 30px;
    color: #fff
}

.function .function-lists .right {
    float: right;
    width: 1000px
}

.function .function-lists .right li {
    display: inline-block;
    width: 286px;
    text-align: center;
    margin-bottom: 8px
}

.function .function-lists>li.active {
    display: block
}

.function .function-lists>li {
    display: none
}

.function .function-lists .right li .right-top {
    width: 226px;
    height: 202px;
    background-color: #fff;
    border-radius: 20px;
    padding-top: 35px;
    box-sizing: border-box;
    text-align: center;
    margin-left: 30px
}

.function .function-lists .right li:hover .right-top {
    box-shadow: 0 0 49px rgba(30,30,30,.07)
}

.function .function-lists .pic {
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #ffefef;
    border-radius: 50%;
    margin-left: 73px
}

.function .function-lists .pic img {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.function .function-lists .top-text {
    display: block;
    margin-top: 25px;
    color: #343434;
    font-size: 26px
}

.function .function-lists .right-bottom {
    line-height: 36px;
    font-size: 20px;
    margin-top: 17px;
    text-align: left;
    color: #666
}

.function .function-lists .right li:nth-child(3n+2) {
    margin: 0 39px
}

.advantage {
    background-color: #f2f6f9
}

.advantage .title {
    padding-top: 70px;
    text-align: center
}

.advantage ul {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 89px
}

.advantage ul:after {
    content: "";
    width: 0;
    display: block;
    clear: both
}

.advantage ul li {
    float: left;
    width: 226px;
    height: 260px;
    background-color: #fff;
    box-shadow: 0 0 49px rgba(30,30,30,.07);
    margin-right: 98px
}

.advantage ul li:last-child {
    margin-right: 0
}

.advantage ul li .pic {
    text-align: center;
    padding-top: 11px;
    margin-bottom: 16px
}

.advantage ul li .text {
    text-align: center;
    font-size: 24px;
    color: #343434;
    margin-left: 38px;
    padding-bottom: 30px;
    width: 150px;
    box-sizing: border-box
}

.advantage ul li:nth-child(1) .text {
    border-bottom: 1px solid #ffe7d2
}

.advantage ul li:nth-child(2) .text {
    border-bottom: 1px solid #9ccafc
}

.advantage ul li:nth-child(3) .text {
    border-bottom: 1px solid #ffc891
}

.advantage ul li:nth-child(4) .text {
    border-bottom: 1px solid #887ffe
}

.price {
    text-align: center;
    padding-top: 120px
}

.price .title {
    margin-bottom: 92px
}

.price .content {
    height: 755px;
    width: 100%;
    background-image: url(../image/bg.png);
    background-repeat: no-repeat
}

.price .content ul {
    width: 1200px;
    margin: 0 auto;
    display: table;
    padding-top: 78px
}

.price .content ul li {
    width: 385px;
    height: 565px;
    background-color: #fff;
    display: inline-block;
    float: left;
    border-radius: 10px
}

.price .content ul li:nth-child(2) {
    margin: 0 22px
}

.price .content .icon {
    margin-top: 35px;
    height: 98px
}

.price_head_title1 {
    color: #343434;
    font-size: 26px;
    margin-top: 20px;
    line-height: 1;
    margin-bottom: 11px
}

.price_head_title2 {
    font-size: 16px;
    color: #666;
    line-height: 1
}

.price .content .money {
    font-size: 20px;
    color: #fc5859;
    margin: 20px 0
}

.price .content .money span {
    font-size: 60px
}

.price .content .price_info {
    width: 220px;
    margin: 0 auto
}

.price .content .price_info p {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 18px;
    color: #343434
}

.price .content .price_info p .left {
    float: left
}

.price .content .price_info p .right {
    float: right
}

.price .price_info_tips {
    font-size: 16px;
    color: #ff9e50;
    margin-top: 15px
}

.price .free {
    width: 290px;
    height: 50px;
    background-color: #fcb831;
    text-align: center;
    color: #fff;
    line-height: 50px;
    margin: 40px auto 0;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 24px;
    box-shadow: 0 0 40px rgba(255,184,80,.49)
}

.price .free a {
    color: #fff
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    display: none;
    z-index: 2
}

.modal-dialog {
    position: absolute;
    width: 600px;
    height: 606px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff
}

.modal-dialog .price—modal-h1 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
    color: #333
}

.modal-dialog .price—modal-h2 {
    text-align: center;
    margin: 0 0 40px;
    font-size: 14px;
    color: #333
}

.form-group {
    width: 450px;
    margin: 20px auto 0
}

.form-group lable {
    display: inline-block;
    margin-left: 20px;
    width: 100px;
    text-align: right;
    padding-right: 20px
}

.form-group input {
    height: 30px;
    width: 230px;
    padding: 0 12px
}

.form-group select {
    width: 127px;
    height: 30px
}

.modal-body .submit {
    width: 120px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #f77272;
    border-radius: 25px;
    margin: 30px auto 0;
    font-size: 18px;
    border: 0;
    color: #fff;
}

.modal-dialog .close {
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer
}

.safe-and-stable {
    height: 386px
}

.safe-and-stable .content {
    padding-top: 124px;
    width: 1200px;
    margin: 0 auto
}

.safe-and-stable .content .left {
    width: 395px;
    float: left
}

.safe-and-stable .content .left .description {
    font-size: 20px;
    color: #666;
    line-height: 36px;
    margin-top: 30px
}

.safe-and-stable .content .left .title {
    color: #343434;
    font-size: 34px;
    letter-spacing: 2.5px
}

.safe-and-stable .content .right {
    float: right;
    width: 747px
}

.safe-and-stable .content .right li {
    width: 366px;
    height: 110px;
    border-radius: 5px;
    background-color: #ff9982;
    padding: 27px 30px 0;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 16px;
    height: 110px
}

.safe-and-stable .content .right li:nth-child(2n+1) {
    margin-right: 10px
}

.safe-and-stable .content .right li .data {
    font-size: 20px;
    font-weight: 700;
    padding-right: 20px;
    overflow: hidden
}

.safe-and-stable .content .right li .data span,.safe-and-stable .content .right li .data b {
    float: right;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.6px
}

.safe-and-stable .content .right li .data b {
    margin-left: 14px
}

.safe-and-stable .content .right li:first-child .data b {
    margin-left: 0
}

.layui-progress {
    background-color: #ffc5b8;
    border-radius: 6px;
    margin-top: 19px
}

.layui-progress-bar {
    height: 12px;
    background-color: #ff7d5f;
    border-radius: 6px;
    transition: all 1s;
    width: 0
}

.safe-and-stable .content .right li:nth-child(2) {
    background-color: #647a9f
}

.safe-and-stable .content .right li:nth-child(2) .layui-progress {
    background-color: #d5deef
}

.safe-and-stable .content .right li:nth-child(2) .layui-progress-bar {
    background-color: #234d95
}

.safe-and-stable .content .right li:nth-child(3) {
    background-color: #ffc570
}

.safe-and-stable .content .right li:nth-child(3) .layui-progress {
    background-color: #ffeacb
}

.safe-and-stable .content .right li:nth-child(3) .layui-progress-bar {
    background-color: #fca525
}

.safe-and-stable .content .right li:nth-child(4) {
    background-color: #3cc6ed
}

.safe-and-stable .content .right li:nth-child(4) .layui-progress {
    background-color: #c7f2fe
}

.safe-and-stable .content .right li:nth-child(4) .layui-progress-bar {
    background-color: #00b0e2
}

.safe-and-stable .content .right li:nth-child(1) .layui-progress-bar.active,.safe-and-stable .content .right li:nth-child(2) .layui-progress-bar.active {
    width: 100%
}

.safe-and-stable .content .right li:nth-child(3) .layui-progress-bar.active {
    width: 100%
}

.safe-and-stable .content .right li:nth-child(4) .layui-progress-bar.active {
    width: 100%
}

.service {
    padding-top: 100px;
    padding-bottom: 70px;
    text-align: center
}

.service .content {
    background-color: #f5f9fc
}

.service .content ul {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    padding: 40px 0
}

.service .content li {
    display: inline-block;
    float: left
}

.service .content li:nth-child(2n+1) {
    width: 180px
}

.service .content li:nth-child(2n+1) .icon img {
    width: 100%
}

.service .content li:nth-child(2n) {
    width: 75px;
    margin-top: 70px
}

.service .text {
    color: #343434;
    font-size: 26px
}

.service .description {
    color: #666;
    font-size: 20px;
    margin-top: 30px
}

.casus {
    padding-top: 60px
}

.casus .title,.case .title {
    position: relative;
    font-size: 34px;
    color: #343434;
    text-align: center;
    margin-bottom: 80px
}

.casus .title:before,.case .title:before {
    position: absolute;
    bottom: -26px;
    content: "";
    width: 100px;
    height: 5px;
    background-color: red;
    left: 50%;
    transform: translateX(-50%)
}

.casus-list {
    display: flex;
    overflow: hidden
}

.casus-item {
    position: relative;
    width: 33.3%;
    background-color: #272b34
}

.casus-item:hover .icon {
    display: none
}

.casus-item .icon {
    display: block
}

.casus-item .message {
    position: absolute;
    top: 50%;
    left: 0;
    width: 70%;
    left: 15%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff
}

.casus-item .message .en-text,.casus-item .message .text {
    font-size: 24px;
    font-family: 黑体
}

.casus-item .message .text {
}

.casus-item .message .description {
    padding-top: 40px;
    font-size: 20px;
    font-family: 黑体;
    text-align: left
}

.news {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px
}

.news .title {
    margin-bottom: 80px
}

.news .news-list {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto
}

.news .news-item {
    position: relative;
    display: inline-block;
    width: 585px;
    float: left;
    text-align: left;
    height: 70px;
    background-color: #f5f9fc;
    padding: 0 20px;
    box-sizing: border-box;
    color: #343434;
    font-size: 20px;
    border-bottom: 1px solid #e2e2e2
}

.news .news-item:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fcb831;
    border-radius: 50%;
    top: 25px
}

.news .news-item .text {
    margin-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px
}

.news .news-item .date {
    text-align: right;
    font-size: 14px;
    color: #666
}

.news .news-item:nth-child(2n+2) {
    float: right
}

.footer {
    padding-top: 0
}
@media screen and (max-width: 1024px){
    .function{padding: 10% 0;}
    .function .function-type,.function .function-lists{display: flex;width: 100%;justify-content: center;}
    .function .function-type li {width: 30%;font-size: 0.8rem;}
    .function .function-lists .left,.function .function-lists .right,.function .function-lists li:nth-child(2) .left,.function .function-lists li:nth-child(3) .left {display: block;width: 96%;height:auto;margin: 0 auto;background-repeat:no-repeat;padding:5% 0;   background-size: cover;   background-position: center top;}
    .function .function-lists{padding-top:5%}
    .function .function-lists .left .left-title{margin-top: 10%;}
    .function .function-lists .right {float: none; display: block;}
    .function .function-lists .right ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
    .function .function-lists .right ul li,.function .function-lists .right li{width: 48%;margin: 0!important;padding: 0!important;}
    
    .function .function-lists .right li .right-top{margin: 0;width:100%;}
    .function .function-lists .pic{margin: 0 auto;}

    .advantage ul {display: flex;width: 100%;justify-content: space-between;flex-wrap: wrap;}
    .advantage ul li{    width: 46%;        margin: 2%;}
    .advantage ul li .text{margin: 0;width:100%;text-align: center;}
    .advantage ul li:last-child{margin-right: 2%;}
    .news .news-list,.news .news-item{width: 100%;line-height: 1.5;}
    .safe-and-stable .content{width: 100%;}
    .safe-and-stable .content .left{width: 100%;
        margin: 0 auto;
        text-align: center;}
    .safe-and-stable .content .right {width: 100%;}
    .safe-and-stable .content .right ul{display: flex;justify-content: center;flex-wrap: wrap;}
    .safe-and-stable .content .right li{width: 96%;margin: 0!important;margin-bottom: 3%!important;}

    .service{width: 100%;}
    .service .content ul{display: flex;justify-content: center;width:100%;flex-wrap: wrap;}
    .service .content li{width: 98%!important;}
    .service .content li .icon img {width: 50%!important;}
    .service .content li:nth-child(2n){width: 8%!important;transform: rotate(90deg);}
   
    .casus-list{flex-wrap: wrap;}
    .casus-item{width: 50%;}
    .casus-item .message{width: 90%;
        left: 5%;}
}