.header {
    background-color: #222;
    border-color: #080808;
    min-width: 1200px;
}

.header .container {
    margin: 0 auto;
    width: 1200px;
    height: 65px;
}

.header .container h3 {
    float: left;
    width: 150px;
    height: 65px;
}

.header .container h3 a {
    width: 150px;
    height: 65px;
    display: block;
    background-image: url("../image/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
}

.header .container ul {
    float: left;
    height: 65px;
    line-height: 65px;
    margin-left: 510px;
}

.header .container ul li {
    padding: 0 15px;
    float: left;
}

.header .container ul li a {
    color: #fff;
    font-size: 20px;
}

.header .container ul li a:hover {
    color: #12d3fe;
}

.bg {
    width: 100%;
    height: 600px;
    min-width: 1200px;
}

.bg img {
    width: 100%;
    height: 600px;
}

@media screen and (min-width:1920px) {
    .bg {
        height: 900px;
    }
    .bg img {
        height: 900px;
    }
}

.advantage {
    width: 100%;
    min-width: 1200px;
    background: #F5F5F5;
}

.advantage .advantage-c {
    width: 1200px;
    margin: 0 auto;
    padding-top: 54px;
}

.advantage .advantage-c h3 {
    position: relative;
    text-align: center;
    font-size: 30px;
    color: #1275bc;
}

.advantage .advantage-c h3:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 80px;
    height: 4px;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #1289CD, #52B2DB 40%, #95DCE9);
    border-radius: 2px;
}

.advantage .advantage-c .con-list {
    margin-top: 100px;
    padding-bottom: 60px;
}

.advantage .advantage-c .con-list .list {
    position: relative;
    float: left;
    width: 380px;
    height: 425px;
    background: #fff;
    margin: 0 10px;
    box-sizing: border-box;
    padding: 100px 40px 0 40px;
    border-radius: 10px;
    box-shadow: 0 10px 10px #ccc;
    transition: all .5s;
    cursor: pointer;
}

.advantage .advantage-c .con-list .list span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 113px;
    width: 113px;
    background: #12d3fe;
    border-radius: 50%;
    text-align: center;
    line-height: 113px;
    transition: all .5s;
}

.advantage .advantage-c .con-list .list span i {
    font-size: 40px;
    color: #fff;
}

.advantage .advantage-c .con-list .list h4 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 44px;
}

.advantage .advantage-c .con-list .list p {
    text-indent: 2em;
    font-size: 18px;
    color: #666;
    line-height: 30px;
}

.advantage .advantage-c .con-list .list:after {
    content: "";
    position: absolute;
    bottom: 42px;
    left: 50%;
    width: 80px;
    height: 4px;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #1289CD, #52B2DB 40%, #95DCE9);
    border-radius: 2px;
}

.advantage .advantage-c .con-list .list:hover {
    transform: translateY(-10px);
    box-shadow: 10px 10px 10px #ccc;
}

.advantage .advantage-c .con-list .list:hover span {
    transform: translate(-50%, -50%) rotateX(180deg);
}

.service {
    width: 100%;
    min-width: 1200px;
}

.service .service-c {
    width: 1200px;
    margin: 0 auto;
    padding-top: 54px;
}

.service .service-c h3 {
    position: relative;
    text-align: center;
    font-size: 30px;
    color: #1275bc;
    margin-bottom: 60px;
}

.service .service-c h3:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 80px;
    height: 4px;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #1289CD, #52B2DB 40%, #95DCE9);
    border-radius: 2px;
}

.service .service-c .service-con .list {
    float: left;
    width: 300px;
    padding-bottom: 55px;
    margin: 0 150px;
}

.service .service-c .service-con .list img {
    width: 100%;
    height: 202px;
}

.service .service-c .service-con .list h4 {
    margin-top: 48px;
    font-size: 24px;
    text-align: center;
}

.service .service-c .service-con .list h4 span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.service .service-c .service-con .list h4 .cir {
    padding-left: 20px;
}

.service .service-c .service-con .list h4 .cir:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #12d3fe;
}

.service .service-c .service-con .list p {
    font-size: 18px;
    color: #666;
    margin-top: 24px;
    text-align: center;
}

.bao {
    width: 100%;
    background: #F5F5F5;
    min-width: 1200px;
}

.bao .bao-c {
    width: 1200px;
    margin: 0 auto;
    padding-top: 54px;
    padding-bottom: 30px;
}

.bao .bao-c h3 {
    position: relative;
    text-align: center;
    font-size: 30px;
    color: #1275bc;
    margin-bottom: 60px;
}

.bao .bao-c h3::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 80px;
    height: 4px;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #1289CD, #52B2DB 40%, #95DCE9);
    border-radius: 2px;
}

.bao .bao-c .bao-list .list {
    float: left;
    position: relative;
    width: 306px;
    height: 205px;
    background: #fff;
    box-sizing: border-box;
    padding: 35px 35px 43px 50px;
    border-radius: 10px;
    box-shadow: 0 10px 10px #ccc;
    margin: 45px 47px;
    transition: all .5s;
    cursor: pointer;
}

.bao .bao-c .bao-list .list span {
    position: absolute;
    height: 78px;
    width: 78px;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #1275BC;
    border-radius: 50%;
    line-height: 78px;
    text-align: center;
    border: 4px solid #F5F5F5;
    transition: all .5s;
}

.bao .bao-c .bao-list .list span i {
    font-size: 40px;
    color: #fff;
}

.bao .bao-c .bao-list .list h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

.bao .bao-c .bao-list .list p {
    font-size: 18px;
    color: #666;
    line-height: 25px;
}

.bao .bao-c .bao-list .list:hover {
    transform: translateY(-10px);
}

.bao .bao-c .bao-list .list:hover span {
    transform: translate(-50%, -50%) rotateY(180deg);
}

.product {
    width: 100%;
    min-width: 1200px;
}

.product .product-c {
    width: 1200px;
    margin: 0 auto;
    padding-top: 54px;
    padding-bottom: 60px;
}

.product .product-c h3 {
    position: relative;
    text-align: center;
    font-size: 30px;
    color: #1275bc;
    margin-bottom: 80px;
}

.product .product-c h3::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 80px;
    height: 4px;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #1289CD, #52B2DB 40%, #95DCE9);
    border-radius: 2px;
}

.product .product-c .product-list {
    position: relative;
    margin: 0 auto;
    width: 702px;
    height: 447px;
    background-image: url(../image/624541412712743204.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.product .product-c .product-list .list {
    position: absolute;
    font-size: 18px;
    color: #fff;
}

.product .product-c .product-list .list:nth-child(1) {
    left: 65px;
    top: 90px;
}

.product .product-c .product-list .list:nth-child(2) {
    left: 235px;
    top: 90px;
}

.product .product-c .product-list .list:nth-child(3) {
    left: 410px;
    top: 85px;
}

.product .product-c .product-list .list:nth-child(4) {
    left: 580px;
    top: 80px;
}

.product .product-c .product-list .list:nth-child(5) {
    left: 140px;
    top: 175px;
}

.product .product-c .product-list .list:nth-child(6) {
    left: 335px;
    top: 170px;
}

.product .product-c .product-list .list:nth-child(7) {
    left: 515px;
    top: 170px;
}

.product .product-c .product-list .list:nth-child(8) {
    left: 235px;
    top: 260px;
}

.product .product-c .product-list .list:nth-child(9) {
    left: 410px;
    top: 260px;
}

.product .product-c .product-list .list:nth-child(10) {
    left: 340px;
    top: 335px;
}

.about {
    width: 100%;
    background: #F5F5F5;
    padding-bottom: 156px;
    min-width: 1200px;
}

.about .about-c {
    width: 1200px;
    margin: 0 auto;
    padding-top: 54px;
    padding-bottom: 30px;
}

.about .about-c h3 {
    position: relative;
    text-align: center;
    font-size: 30px;
    color: #1275bc;
    margin-bottom: 86px;
}

.about .about-c h3::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 80px;
    height: 4px;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #1289CD, #52B2DB 40%, #95DCE9);
    border-radius: 2px;
}

.about .about-c .about-con {
    position: relative;
    margin: 0 auto;
    width: 762px;
    height: 345px;
    background-image: url(../image/pro-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 74px 90px;
}

.about .about-c .about-con h5 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #333;
}

.about .about-c .about-con p {
    font-size: 18px;
    color: #666;
    line-height: 40px;
}

.about .about-c .about-con span {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #333;
}


/*media*/


/*# sourceMappingURL=index.css.map */