*{
    padding:0;
    margin:0;
    font-size: 14px;
}
html,body,.swiper-container,.swiper-wrapper,.swiper-slide{
    width: 100%;
    height: 100%;
}
html{
    font: 12px/1.5 "Microsoft YaHei","PingFang SC","Helvetica Neue",Helvetica,Arial,sans-serif;
}
img{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
a{
    text-decoration:none;
}
a:visited{
    color: unset;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.header{
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    border-bottom: 1px solid #cccccc47;
}
.header-c{
    height: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
.header-c .logo{
    height: 70px;
}
.header-c .logo img{
    max-width: 100%;
    max-height: 100%;
}
.header-c .menu-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
.header-c .menu-list a{
    padding-left: 80px;
    color: #383838;

}
.sh{
    /*height: 1000px;*/
}
.g-container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.g-banner{
    background-image: url("../images/bg_1.png");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(241, 248, 254);
}
.g-text{
    height: 100%;
    color: white;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.g-text .g-t1{
    font-size: 54px;
    line-height: 76px;
}
.g-text .g-t2{
    font-size: 24px;
    line-height: 52px;
}
.g-text .g-t3{
    font-size: 16px;
    line-height: 48px;
    padding-top: 24px;
}
.g-us{
    color: #393939;
    background-color: rgb(241, 248, 254);
}
.g-us .g-title{
    line-height: 8;
    font-size: 36px;
    text-align: center;
    /*margin-top: -50px;*/
    /*position: absolute;*/
    /*left: -50%;*/
    /*right: -50%;*/
}
.g-us .us-list{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.g-us .us-list .list{
    width: 280px;
    height: 248px;
    background-color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}
.g-us .us-list .list .img{
    height: 60px;
    padding: 20px 0;
}
.g-us .us-list .list .img img{
    max-width: 100%;
    max-height: 100%;
}
.g-us .us-list .list .title{
    padding: 20px 0;
    font-size: 22px;
}
.g-us .us-list .list .desc{
    width: 90%;
    color: #888888;
    font-size: 12px;
}

.g-case{
    color: #393939;
}
.g-case .g-title{
    line-height: 1.5;
    font-size: 36px;
    text-align: center;
}

.g-case .case-list{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.g-case .case-list .list{
    width: 390px;
    height: 390px;
    background-color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;

    border: 1px solid #dedede;
    margin-top: 20px;
    border-radius: 6px;
}
.g-case .case-list .list .img{
    height: 280px;
    padding: 10px 0;
}
.g-case .case-list .list .img img{
    max-width: 100%;
    max-height: 100%;
}
.g-case .case-list .list .title{
    padding: 10px 0;
    font-size: 24px;
}
.g-case .case-list .list .desc{
    width: 90%;
    color: #666;
    font-size: 14px;
    padding-bottom: 10px;
    min-height: 40px;
}

.g-coope{
    color: #fff;
    background-image: url("../images/bg_3.jpg");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.g-coope .g-container{
    background-image: url("../images/bg_2.png");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.g-coope .g-title{
    line-height: 8;
    font-size: 38px;
    text-align: center;
}
.g-coope .btn{
    line-height: 8;
    text-align: center;
}
.g-coope .btn a{
    font-size: 16px;
    text-align: center;
    border: 1px solid #fff;
    padding: 12px 50px;
    cursor: pointer;
}
.copyright{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
}
.pagination {
    position: fixed;
    z-index: 100;
    margin-top: -81.5px;
    top: 50%;
    right: 17px;
}
.swiper-active-switch {
    background: #ddd;
}
.swiper-pagination-switch {
    width: 11px;
    height: 11px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: block;
    margin: 7px 7px 13px;
    cursor: pointer;
}


.ani{
    opacity:0;
}
.ani-slide .ani1-1{
    opacity:1;
    -webkit-animation: fadeInDown 0.5s both;
    animation: fadeInDown 0.8s both;
}
.ani-slide .ani1-2{
    opacity:1;
    -webkit-animation: fadeInDown 1s 0.5s both;
    animation: fadeInDown 1s 0.5s both;
}
.ani-slide .ani1-3{
    opacity:1;
    -webkit-animation: fadeInDown 1s 1s both;
    animation: fadeInDown 1s 1s both;
}
.ani-slide .ani2-1,.ani-slide .ani3-1,.ani-slide .ani4-1,.ani-slide .ani5-1{
    opacity: 1;
    -webkit-animation: fadeInUp 1s both;
    animation: fadeInUp 1s both;
}
.ani-slide .ani2-2,.ani-slide .ani2-3,.ani-slide .ani2-4,.ani-slide .ani2-5,
.ani-slide .ani3-2,.ani-slide .ani3-3,.ani-slide .ani3-4,.ani-slide .ani3-5,.ani-slide .ani3-6,.ani-slide .ani3-7,
.ani-slide .ani4-2,
.ani-slide .ani5-2{
    opacity: 1;
    -webkit-animation: fadeInUp 1s 0.5s both;
    animation: fadeInUp 1s 0.5s both;
}
.ani-slide .ani5-1-2{
    opacity: 1;
    -webkit-animation: fadeInUp 1s 0.3s both;
    animation: fadeInUp 1s 0.3s both;
}
.ani-slide .ani6-1 {
    opacity: 1;
    -webkit-animation: fadeInDown 0.5s both;
    animation: fadeInDown 0.5s both;
}
.ani-slide .ani6-2 {
    opacity: 1;
    -webkit-animation: fadeInDown 1s 0.5s both;
    animation: fadeInDown 1s 0.5s both;
}
.ani-slide .ani6-3 {
    opacity: 1;
    -webkit-animation: fadeInDown 1s 1s both;
    animation: fadeInDown 1s 1s both;
}

.m-t{
    margin-top: 80px;
}


.product-list .list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.product-list .list .img{
    width: 434px;
    height: auto;
}
.product-list .list .txt{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    width: 45%;
}
.product-list .list .txt h1{
    font-size: 32px;
    color: #2e7bff;
    line-height: 1.2;
    padding-bottom: 10px;
}
.product-list .list .txt .desc{
    font-size: 16px;
    color: #666;
    line-height: 2;
    padding: 10px 0;
}
.product-list .list .txt .line{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 40px;
}
.product-list .list .txt .line span{
    padding: 0 16px;
    background-color: #2e7bff;
    height: 6px;
}
.p-coope{
    height: 400px;
}
.p-coope .g-title{
    line-height: 2;
}
.p-title{
    width: 50%;
    padding: 20px 0;
    background-color: rgb(46 123 255 / 11%);
    margin: 120px auto 0;
    line-height: 1.5;
    font-size: 36px;
    text-align: center;
}
.c-title{
    width: 50%;
    padding: 20px 0;
    margin: 170px auto 40px;
    background-color: rgb(46 123 255 / 11%);
}
.c-container{
    padding-bottom: 170px;
}
