.index-container .swiper {
    overflow-x: hidden;
    width: 100%;
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.index-container .swiper .swiper-mask {
    width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    background-color: red;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.index-container .swiper .swiper-mask .message {
    margin-top: 99px;
    width: 300px;
    height: 340px;
    background: rgba(47, 101, 204, 0.8);
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.index-container .swiper .swiper-mask .message::before {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6
}

.index-container .swiper .swiper-mask .message .avatar {
    position: relative;
    z-index: 1;
    border-radius: 100%;
    width: 98px;
    height: 98px;
    margin: 21px auto 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border: 4px solid #2f65cc;
    background: #2f65cc
}

.index-container .swiper .swiper-mask .message .avatar > img {
    width: 100%;
    height: 100%
}

.index-container .swiper .swiper-mask .message .desc {
    color: #fff;
    font-family: SimHei
}

.index-container .swiper .swiper-mask .message .desc .title {
    font-size: 30px;
    font-weight: bold
}

.index-container .swiper .swiper-mask .message .desc .sub {
    font-size: 15px;
    margin-top: 6px
}

.index-container .swiper .swiper-mask .message .tel {
    font-size: 34px;
    line-height: 34px;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
    margin-top: 22px
}

.index-container .swiper .swiper-mask .message .btns {
    margin-top: 22px
}

.index-container .swiper .swiper-mask .message .btns .btn {
    text-decoration: none;
    cursor: pointer;
    font-size: 17px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    padding: 10px 20px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    margin: 0 7px
}

.index-container .swiper .swiper-mask .message .btns .btn:hover {
    background-color: #fff;
    color: #3368ae
}

.index-container .swiper-container {
    /*width: 1440px;*/
    height: 100%
}

.index-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #eee;
    height: 100%;
    overflow: hidden;
    position: relative
}

.index-container .swiper-slide .pic {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.index-container .swiper-slide .pic .img {
    display: block;
    width: 100%;
    height: 450px;
}

.index-container .swiper-slide .box {
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -600px
}

.index-container .swiper-slide .box .slogan {
    margin-top: 214px;
    text-align: left;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px
}

.index-container .swiper-slide .box .slogan .title {
    font-family: Arial;
    font-size: 36px;
    margin-bottom: 24px
}

.index-container .swiper-slide .box .slogan .title > span {
    font-size: 60px
}

.index-container .swiper-slide .box .slogan .sub {
    font-family: SimHei;
    font-size: 30px
}

.index-container .swiper-pagination {
    width: 1200px;
    left: 50%;
    margin-left: -600px
}

.index-container .swiper-pagination-bullet {
    outline: none;
    width: 40px;
    height: 4px;
    background: #fff;
    opacity: 1;
    border-radius:0;
}

.index-container .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 60px;
    text-align: right
}

.index-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    /*margin: 0 10px*/
}

.index-container .swiper-pagination-bullet-active {
    background: #13378f;
}

.index-container .tips {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(26, 26, 26, 0.6)
}

.index-container .tips .text {
    width: 100%;
    height: 40px;
    margin: auto;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    /*background: url("./../imgs/img-1.png") no-repeat left center/20px 20px*/
}

.index-container .project {
    background: #f5f5f5;
    padding-bottom: 90px
}

.index-container .project .wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 90px
}

.index-container .project .title {
    text-align: center;
    font-family: SimHei;
    font-weight: 400;
    line-height: 1
}

.index-container .project .title .p-1 {
    font-size: 34px;
    color: #13378f;
    font-weight: bold;
}

.index-container .project .title .p-2 {
    font-size: 18px;
    color: #333333;
    margin-top: 28px
}

.index-container .project .group {
    margin-top: 32px
}

.index-container .project .group .item {
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    width: 230px;
    background-color: #fff;
    border-bottom: 2px solid #2f65cc;
    position: relative
}

.index-container .project .group .item .pic {
    width: 100%;
    height: 210px
}

.index-container .project .group .item .pic > img {
    width: 100%;
    height: 100%
}

.index-container .project .group .item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 160px;
    font-size: 20px;
    line-height: 1;
    font-family: SimHei;
    font-weight: 400;
    color: #333333;
    text-align: center
}

.index-container .project .group .item .text p {
    line-height: 36px
}

.index-container .project .group .item .mask {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: bottom 0.2s;
    transition: bottom 0.2s;
    position: absolute;
    bottom: -300px;
    left: 0;
    right: 0;
    height: 300px;
    padding: 0 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c89e4), to(#2f65cc));
    background-image: linear-gradient(to bottom, #3c89e4, #2f65cc);
    color: #fff
}

.index-container .project .group .item .mask .h {
    height: 56px;
    font-size: 20px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.index-container .project .group .item .mask .h > p {
    text-align: center;
    line-height: 1
}

.index-container .project .group .item .mask .h > p:last-child {
    padding-top: 10px
}

.index-container .project .group .item .mask .h::before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -20px
}

.index-container .project .group .item .mask .p {
    height: 120px;
    font-size: 14px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 26px
}

.index-container .project .group .item .mask .p > a {
    text-decoration: underline
}

.index-container .project .group .item .mask .btn {
    text-decoration: none;
    cursor: pointer;
    width: 69px;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #2f65cc;
    line-height: 1;
    padding: 14px 36px;
    border-radius: 100px;
    background-color: #fff;
    margin-top: 13px
}

.index-container .project .group .item:hover .mask {
    bottom: 0
}

.index-container .service {
    width: 1200px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 30px
}

.index-container .service .title {
    font-size: 34px;
    font-family: SimHei;
    font-weight: 400;
    color: #13378f;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.index-container .service .wrap {
    margin-top: 38px
}

.index-container .service .wrap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
    margin-bottom: 20px
}

.index-container .service .wrap .row .item {
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 240px;
    border-radius: 8px;
    overflow: hidden;
    background-image: url("./../imgs/bg/bg-6.png");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative
}

.index-container .service .wrap .row .item .mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.index-container .service .wrap .row .item .mask .icon {
    width: 40px;
    height: 40px
}

.index-container .service .wrap .row .item .mask .desc {
    margin-top: 18px;
    font-size: 24px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    position: relative
}

.index-container .service .wrap .row .item .mask .desc::before {
    content: '';
    display: none;
    width: 66px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -33px
}

.index-container .service .wrap .row .item .mask .other {
    display: none;
    color: #fff;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    padding-top: 26px;
    line-height: 28px
}

.index-container .service .wrap .row .item .mask .other .btn {
    padding: 10px 26px;
    border: 1px solid #fff;
    border-radius: 200px;
    line-height: 1;
    margin-top: 16px;
    cursor: pointer
}

.index-container .service .wrap .row .item:hover {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.index-container .service .wrap .row .item:hover .mask {
    background: rgba(47, 101, 204, 0.8)
}

.index-container .service .wrap .row .item:hover .mask .desc::before {
    display: block
}

.index-container .service .wrap .row .item:hover .mask .other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-container .video {
    width: 1200px;
    margin: 0 auto;
    height: 435px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-container .video video {
    width: 100%
}

.index-container .video .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-family: SimHei;
    line-height: 1;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.5)
}

.index-container .video .mask .title {
    font-size: 34px
}

.index-container .video .mask .sub {
    font-size: 18px;
    margin-top: 38px
}

.index-container .video .mask .btn {
    background: #2f65cc;
    border-radius: 50px;
    font-size: 16px;
    padding: 12px 28px;
    margin-top: 38px
}

.index-container .video video {
    background: #282828
}

.index-container .brand {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px
}

.index-container .brand .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1200px
}

.index-container .brand .wrap .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
    width: 370px;
    margin-bottom: 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.index-container .brand .wrap .item .pic {
    width: 100%;
    height: 120px
}

.index-container .brand .wrap .item .pic > img {
    width: 100%;
    height: 100%;
    display: block
}

.index-container .brand .wrap .item .info {
    width: 100%;
    height: 140px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(223, 223, 223, 0.81);
    box-shadow: 0px 0px 8px 0px rgba(223, 223, 223, 0.81);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-container .brand .wrap .item .info .logo {
    margin-top: 12px;
    margin-bottom: 4px
}

.index-container .brand .wrap .item .info .logo > img {
    width: 170px;
    height: 55px
}

.index-container .brand .wrap .item .info .p {
    font-size: 14px;
    font-family: SimHei;
    font-weight: 400;
    color: #666;
    line-height: 24px
}

.index-container .brand .wrap .item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.index-container .brand .more {
    margin-bottom: 90px
}

.index-container .brand .more > a {
    cursor: pointer;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #2f65cc;
    line-height: 1;
    padding: 16px 48px;
    border: 1px solid #2f65cc;
    text-decoration: none
}

.index-container .brand .more > a:hover {
    color: #fff;
    border-color: #2f65cc;
    background-color: #2f65cc
}

.index-container .news {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f5f5f5
}

.index-container .news .wrap {
    width: 1200px;
    margin: 0 auto
}

.index-container .news .wrap .title {
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index-container .news .wrap .title .l .h {
    font-size: 34px;
    font-family: SimHei;
    font-weight: 400;
    color: #2f65cc;
    line-height: 1
}

.index-container .news .wrap .title .l .p {
    margin-top: 30px;
    font-size: 18px;
    font-family: SimHei;
    font-weight: 400;
    color: #999999;
    line-height: 1
}

.index-container .news .wrap .title .r {
    cursor: pointer;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #2f65cc;
    line-height: 1;
    padding: 16px 48px;
    border: 1px solid #2f65cc;
    text-decoration: none
}

.index-container .news .wrap .title .r:hover {
    color: #fff;
    border-color: #2f65cc;
    background-color: #2f65cc
}

.index-container .news .wrap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.index-container .news .wrap .row .col-l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 520px;
    flex: 0 0 520px;
    width: 520px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px 20px 0;
    margin-right: 20px
}

.index-container .news .wrap .row .col-l .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.index-container .news .wrap .row .col-l .item .pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    width: 180px;
    height: 120px
}

.index-container .news .wrap .row .col-l .item .pic > img {
    display: block;
    width: 100%;
    height: 100%
}

.index-container .news .wrap .row .col-l .item .info {
    margin-left: 20px
}

.index-container .news .wrap .row .col-l .item .info .title {
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer
}

.index-container .news .wrap .row .col-l .item .info .title:hover {
    color: #2f65cc
}

.index-container .news .wrap .row .col-l .item .info .sub {
    font-size: 14px;
    font-family: SimHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px
}

.index-container .news .wrap .row .col-l .more {
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 300;
    color: #2f65cc;
    line-height: 1;
    padding-bottom: 20px
}

.index-container .news .wrap .row .col-r {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
    background-color: #fff
}

.index-container .news .wrap .row .col-r .item {
    padding: 18px 60px 18px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("./../imgs/img-3.png") no-repeat calc(100% - 20px) center/20px 20px;
    border-bottom: 4px solid #f5f5f5
}

.index-container .news .wrap .row .col-r .item:last-child {
    border-bottom: none
}

.index-container .news .wrap .row .col-r .item .icon {
    width: 40px;
    height: 40px;
    margin-right: 9px
}

.index-container .news .wrap .row .col-r .item .name {
    white-space: nowrap;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-right: 27px
}

.index-container .news .wrap .row .col-r .item .desc {
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    font-family: SimHei;
    font-weight: 400;
    color: #999999;
    line-height: 16px
}

.index-container .news .wrap .row .col-r .item .desc .p-2 {
    color: #333
}

.index-container .news .wrap .row .col-r .item .desc:hover {
    color: #2f65cc
}

.index-container .qualities {
    background: cornflowerblue url("./../imgs/bg/bg-1.png") no-repeat center center/cover;
    padding-top: 69px;
    padding-bottom: 40px
}

.index-container .qualities .title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 34px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 1
}

.index-container .qualities .wrap {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.index-container .qualities .wrap .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    width: 400px;
    padding: 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.index-container .qualities .wrap .item .num {
    padding-bottom: 38px
}

.index-container .qualities .wrap .item .num .total {
    font-family: Arial-BoldMT;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    position: relative
}

.index-container .qualities .wrap .item .num .total::before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 78px;
    margin-left: -15px
}

.index-container .qualities .wrap .item .num .pre {
    font-family: ArialMT;
    font-size: 40px;
    vertical-align: 20px;
    margin-left: -5px
}

.index-container .qualities .wrap .item .desc {
    text-align: center;
    margin-right: 24px
}

.index-container .qualities .wrap .item .desc > p {
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px
}

.index-container .form {
    padding: 70px 0 90px;
    background: url("./../imgs/bg/bg-2.png") no-repeat center center/cover
}

.index-container .form .wrap {
    width: 1200px;
    margin: auto
}

.index-container .form .wrap .title {
    margin-bottom: 28px
}

.index-container .form .wrap .title .btn {
    letter-spacing: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 34px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 38px;
    padding: 8px 10px 8px 15px;
    background: #2f65cc;
    text-decoration: none
}

.index-container .form .wrap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 280px;
    padding: 25px 0;
    border: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.index-container .form .wrap .form-group .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 550px;
    height: 50px;
    margin: 0 25px 40px;
    padding-right: 3px;
    background: #e2e2e2
}

.index-container .form .wrap .form-group .form-item .label {
    letter-spacing: 2px;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #666;
    line-height: 1;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.index-container .form .wrap .form-group .form-item .label.required::before {
    content: '*';
    display: block;
    color: #e93636;
    margin-right: 6px
}

.index-container .form .wrap .form-group .form-item .input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    height: 44px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.index-container .form .wrap .form-group .form-item .input > input {
    width: 100%;
    height: 24px;
    border: none;
    background: #fff;
    outline: none;
    font-size: 24px;
    line-height: 24px;
    color: #666
}

.index-container .form .wrap .form-group .form-item:last-child {
    margin-bottom: 0
}

.index-container .form .wrap .form-group .form-item.textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 135px;
    padding: 3px
}

.index-container .form .wrap .form-group .form-item.textarea .label {
    background-color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px
}

.index-container .form .wrap .form-group .form-item.textarea .input {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.index-container .form .wrap .form-group .form-item.textarea .input > textarea {
    resize: none;
    outline: none;
    width: 100%;
    border: none
}

.index-container .form .wrap .submit {
    letter-spacing: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    padding: 15px 65px 15px 70px;
    background: #2f65cc;
    text-decoration: none;
    margin-top: 30px
}

@media (max-width: 768px) {
    html, body {
        width: 100vw;
        overflow-x: hidden
    }

    .index-container .swiper {
        height: auto
    }

    .index-container .swiper .swiper-container {
        width: 100%
    }

    .index-container .swiper .swiper-container .swiper-slide .pic .img {
        width: 100%
    }

    .index-container .tips {
        height: 0.6rem;
        line-height: 0.6rem
    }

    .index-container .tips .text {
        width: 100vw;
        font-size: 0.2rem
    }

    .index-container .project {
        padding-bottom: 0.5rem
    }

    .index-container .project .wrap {
        width: 100%;
        padding-top: 0.5rem
    }

    .index-container .project .wrap .title .p-1 {
        font-size: 0.4rem
    }

    .index-container .project .wrap .title .p-2 {
        margin-top: 10px;
        font-size: 0.3em
    }

    .index-container .project .wrap .group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0.2rem;
        margin-top: 0.4rem
    }

    .index-container .project .wrap .group .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 4.75rem;
        flex: 0 0 4.75rem;
        width: 4.75rem;
        margin-bottom: 0.15rem
    }

    .index-container .project .wrap .group .item .pic {
        height: 4rem
    }

    .index-container .project .wrap .group .item .text {
        height: 2rem;
        font-size: 0.4rem
    }

    .index-container .project .wrap .group .item .text p {
        line-height: 1.5
    }

    .index-container .project .wrap .group .item .mask {
        height: 100%;
        font-size: 0.5rem;
        line-height: 1.2
    }

    .index-container .project .wrap .group .item .mask .h {
        padding-bottom: 0.5rem
    }

    .index-container .project .wrap .group .item .mask .h > p {
        font-size: 0.4rem
    }

    .index-container .project .wrap .group .item .mask .p {
        height: 2.4rem;
        font-size: 0.3rem;
        line-height: 1.5
    }

    .index-container .project .wrap .group .item .mask .btn {
        width: 2rem;
        font-size: 0.3rem;
        text-align: center;
        padding: 0.2rem
    }

    .index-container .service {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        width: 100%
    }

    .index-container .service .title .p-1 {
        font-size: 0.4rem;
    }

    .index-container .service .wrap {
        margin-top: 0.4rem;
        padding: 0 0.2rem
    }

    .index-container .service .wrap .row {
        margin-right: -0.2rem;
        margin-bottom: 0.2rem
    }

    .index-container .service .wrap .row .item {
        margin-right: 0.2rem;
        height: 3rem
    }

    .index-container .service .wrap .row .item .mask .icon {
        width: 0.5rem;
        height: 0.5rem
    }

    .index-container .service .wrap .row .item .mask .desc {
        margin-top: 0.1rem;
        font-size: 0.3rem
    }

    .index-container .service .wrap .row .item .mask .desc::before {
        bottom: -0.1rem;
        height: 1px
    }

    .index-container .service .wrap .row .item .mask .other {
        font-size: 0.15rem;
        font-weight: 400;
        padding-top: 0.2rem;
        line-height: 1.2
    }

    .index-container .service .wrap .row .item .mask .other .text {
        padding: 0 0.3rem
    }

    .index-container .service .wrap .row .item .mask .other .btn {
        margin-top: 0.1rem;
        padding: 0.1rem 0.5rem
    }

    .index-container .video {
        width: 100%;
        height: auto
    }

    .index-container .video .mask .title {
        font-size: 0.5rem
    }

    .index-container .video .mask .sub {
        font-size: 0.3rem;
        margin-top: 0.5rem
    }

    .index-container .brand {
        width: 100%;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem
    }

    .index-container .brand .wrap {
        width: 100%;
        padding: 0 0.2rem;
        margin-top: 0.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .index-container .brand .wrap .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 4.7rem;
        flex: 0 0 4.7rem;
        width: 4.7rem;
        margin-bottom: 0.2rem
    }

    .index-container .brand .wrap .item .pic {
        height: 1.5rem
    }

    .index-container .brand .wrap .item .text {
        height: 2rem;
        font-size: 0.4rem
    }

    .index-container .brand .wrap .item .text p {
        line-height: 1.5
    }

    .index-container .brand .more {
        margin-top: 0.3rem;
        margin-bottom: 0.3rem
    }

    .index-container .news {
        width: 100%;
        padding-top: 0.1rem;
        padding-bottom: 0.5rem
    }

    .index-container .news .wrap {
        width: 100%;
        margin-top: 0.2rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .index-container .news .wrap .title {
        padding: 0 0.3rem 0.3rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .index-container .news .wrap .title .l .h {
        font-size: 0.5rem
    }

    .index-container .news .wrap .title .l .p {
        font-size: 0.3rem;
        margin-top: 0.3rem
    }

    .index-container .news .wrap .title .r {
        margin-top: 0.3rem;
        padding: 0.3rem 0.5rem
    }

    .index-container .news .wrap .row {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .index-container .news .wrap .row .col-l {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0.3rem
    }

    .index-container .news .wrap .row .col-l .item .pic {
        display: none
    }

    .index-container .news .wrap .row .col-l .item .info {
        margin-left: 0
    }

    .index-container .news .wrap .row .col-r {
        margin-left: 0;
        margin-top: 0.3rem
    }

    .index-container .news .wrap .row .col-r .item .icon {
        width: 0.6rem;
        height: 0.6rem
    }

    .index-container .news .wrap .row .col-r .item .name {
        font-size: 0.4rem
    }

    .index-container .qualities {
        padding-top: 0.6rem;
        padding-bottom: 0.3rem
    }

    .index-container .qualities .title {
        font-size: 0.5rem;
        margin-bottom: 0.1rem
    }

    .index-container .qualities .wrap {
        width: 100%
    }

    .index-container .qualities .wrap .item {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5rem;
        flex: 0 0 5rem;
        width: 5rem
    }

    .index-container .form {
        padding-top: 0.6rem;
        padding-bottom: 0.3rem
    }

    .index-container .form .wrap {
        width: 100%
    }

    .index-container .form .wrap .title .btn {
        font-size: 0.5rem;
        margin-bottom: 0.1rem
    }

    .index-container .form .wrap .item {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5rem;
        flex: 0 0 5rem;
        width: 5rem
    }

    .index-container .form .wrap .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .index-container .form .wrap .form-group {
        margin-bottom: 40px
    }

    .index-container .form .wrap .form-group .form-item {
        width: auto
    }

    .index-container .form .wrap .form-group .form-item .input {
        padding: 0
    }

    .index-container .form .wrap .form-group .form-item .input > input {
        display: block;
        width: 4rem;
        height: 36px;
        font-size: 0.4rem;
        -webkit-tap-highlight-color: rgba(255, 0, 0, 0)
    }
}


.box {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rbga(0,0,0,0.4)
}
.winBox {
    width: 100%;
    /*width: 300px;*/
    height: 40px;
    overflow: hidden;
    position: relative;
    background: #13378f;
    margin: 0 auto;
}
.scroll {
    /*width的大小是根据下面li的长度和多少个li而定的，需注意！*/
    width:3800px;
    position:absolute;
    left:0px;
    top:0px;
    height: 40px;
}

.scroll li {
    width:380px;
    float:left;
    line-height:40px;
    text-align:center;
    height: 40px;
    font-size: 14px;
}
.scroll li a{
    height: 40px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #fff;
}
.warp-news{
    width: 100%;
    background-color: #f5f5f5;
    padding-bottom: 20px;
}
.news1{
    display: flex;
    justify-content: center;
    align-content: center;
    /*background-color: #f5f5f5;*/
    width: 1280px;
    margin: 0 auto;
    padding-top: 20px;
}

.news1 .news-item {
    flex: 1;
    /*width: 620px;*/
    margin: 20px;

}

.news1 .news-item .news-item-title{
    text-align: center;
    color: #13378d;
    font-size: 28px;
    font-weight: bold;
    margin: 20px;
}
.news1 .news-item .news-item-content{
    margin: 0 auto;
}
.news1 .news-item .news-item-content .news-item-content-item{
    width: 630px;
    /*background-color: #fff;*/
    /*margin: 20px;*/
    border-bottom: 1px dashed #d8d8d8;
    padding: 15px 0;
}

.news1 .news-item .news-item-content .news-item-content-item .cover{
    width: 100%;
    height: 250px;

}
.news1 .news-item .news-item-content .news-item-content-item .txt-content{
    font-size: 22px;
    font-family: SimHei;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
    margin-top: 10px;
    height: 54px;
}

.news1 .news-item .news-item-content .news-item-content-item .txt-time{
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #333333;
}
.new3{
    display: flex;
    /*justify-content: center;*/
    align-content: center;
}
.new3 .left{
    flex: 0 0 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.new3 .right .sub{
    font-size: 14px;
    font-family: SimHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
}
.new3 .left-time-date{
    font-size: 25px;
}
.new3 .left-time{
    font-size: 16px;
    padding: 5px;
}
.news1-more a{
    cursor: pointer;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #13378f;
    line-height: 1;
    padding: 16px 48px;
    border: 1px solid #13378f;
    text-decoration: none;
}

/*# sourceMappingURL=index.min.css.map */