


/* .hd {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    bottom: 40px;
    width: 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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hd ul {
    overflow: hidden;
    zoom: 1;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hd li {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    text-align: center;
    background: rgba(102, 102, 102, 0.4);
    cursor: pointer;
    min-width: 106px;
    line-height: 36px;
    border-radius: 36px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 2px 8px 0px rgba(51, 51, 51, 0.2);
}

.hd li.on {
    background-color: #ffce2e;
    color: #875913;
}

.hd li:hover {
    opacity: 0.7;
} */

.banner-content {
    position: relative;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.banner-content .swiper-wrapper li {
    zoom: 1;
    vertical-align: middle;
    width: 100%;
    height: 505px;
    background-size: cover;
}


/* .prev,
.next {
    cursor: pointer;
    margin: 0px 10px 2px;
    opacity: .6;
}

.prev:hover,
.next:hover {
    color: #333333;
} */

.uc-content {
    position: relative;
    height: 605px;
}

.uc-content * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.uc-content .title {
    font-size: 42px;
    margin-bottom: 40px;
}

.uc-content .subTitle {
    font-size: 13px;
}

.uc-content .subTitle p {
    /* padding-left: 40px; */
    margin-bottom: 10px;
}

.uc-content .con {
    position: absolute;
    left: 0;
    top: 0;
    /* height: 605px; */
    left: 20%;
    padding-top: 6.5%;
    /* color: #fff; */
    z-index: 1;
}

.uc-content .con .uc-btn {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/*.img { display: block; -webkit-animation: f4 15s linear infinite; animation: f4 15s linear infinite; }*/
/*取消背景动画*/
/* .img {
    display: block;
    height: auto;
    width: 100%;
} */

.operate {
    /* padding-left: 40px; */
    margin-top: 20px;
}

.operate .uc-btn {
    margin-right: auto;
    margin-left: 0;
    width: 160px;
    height: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 2px 8px 0px rgba(51, 51, 51, 0.2);
    font-size: 18px;
}



/*  新增banner动画效果  http://sc.chinaz.com/jiaobendemo.aspx?downloadid=92015110737874  来源地址  start  */
.uc-bg-adorn .d {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.12);
    bottom: -160px;
    -webkit-animation: square 25s infinite;
    animation: square 25s infinite;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
       transition-timing-function: linear;
    z-index: 1;
}

.uc-bg-adorn .d:nth-child(1) {
    left: 10%;
}

.uc-bg-adorn .d:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
}

.uc-bg-adorn .d:nth-child(3) {
    left: 25%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.uc-bg-adorn .d:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
    background-color: rgba(255, 255, 255, 0.25);
}

.uc-bg-adorn .d:nth-child(5) {
    left: 70%;
}

.uc-bg-adorn .d:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background-color: rgba(255, 255, 255, 0.2);
}

.uc-bg-adorn .d:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.uc-bg-adorn .d:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}

.uc-bg-adorn .d:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    background-color: rgba(255, 255, 255, 0.3);
}

.uc-bg-adorn .d:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
}

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

.uc-animate {
    opacity: 0;
    margin-left: 50px;
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%);
}
.con .uc-animate {
    -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
            transform: translateX(20%);
}
.swiper-slide-active .uc-animate {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
}
.banner-content  {
    color: #000;
}
.swiper-slide-active .uc-animate { 
    margin-left: 10px;
}
.banner-content .title h2 {
    font-size: 25px;
    line-height: 1.5em;
    font-weight: 600;
}
.banner-content .swiper-slide .img {
    position: absolute;
    right: 20%;
}
/* .banner-content .subTitle p {
    position: relative;
} */
.banner-content .subTitle p::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #0A8BDF;
    display: inline-block;
    margin-right: 10px;
}
.banner-content .img_01 {
    width: 400px;
    margin-top: 5%;
}
.banner-content .img_02 {
    width: 390px;
    height: 420px;
    margin-top: 3%;
}
.uc-animate,
img {
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

/* .round-dot .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0;
} */


/* 
.part {
    text-align: center;
    padding: 40px 0;
}
.part h1 {
    font-size: 22px;
    padding-top: 30px;
}
.part .line_img {
    margin: 15px 0;
}
.part p {
    font-size: 14px;
    color: #555;
} */
/* part2-start */
.part2 {
    background: url('../images/home/part_2_bg.png') no-repeat;
    background-size: 100% 100%;
}
.part2 p {
    line-height: 1.5em;
    color: #555;
}
.part2 ul,
.part2 li {
    display: inline-block;
}
/* .part2 h1 {
    font-size: 22px;
    padding-top: 30px;
} */
.part2 h2 {
    font-size: 16px;
    padding: 15px 0;
}
.part2 ul {
    margin-top: 40px;
    padding-bottom: 40px;
}
.part2 h2 b {
    color: #0A8BDF;
    font-size: 20px;
}
.part2 li + li{
    margin-left: 70px;
}
.part2 li p {
    font-size: 14px;
}
.part2 li img {
    height: 100px;
    border-radius: 50%;
}
.part2 li:hover img {
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
            box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
/* part2-end */

/* common product-start */
.part3 {
    height: 560px;
}
.product {
    background: #fff;
}

.product>ul {
    position: relative;
    width: 1200px;
    margin: auto;
    background: #f6f6f6;
    height: 54px;
    line-height: 54px;
    border-radius: 28px;
    border: 1px solid #EFEFEF;
    margin-top: 30px;
}

.product>ul>li {
    width: calc(100%/4);
}




.product-cont li .product-cont-son {
    width: 1200px;
    padding: 40px 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


.product-cont-son h2 {
    color: #1F2329;
}
.product-cont .product-cont-son .left {
    width: 680px;
}
.product-cont-son .left>ul {
    padding-top: 30px;
}
.product-cont-son .left>ul img {
    height: 30px;
}
.product-cont-son .left>ul li {
    display: inline-block;
    text-align: center;
}
.product-cont-son .left>ul li+li {
    margin-left: 50px;
}
.product-cont-son .left>ul li p {
    font-size: 14px;
}
.product-cont .product-cont-son .right {
    width: 500px;
}
.product-cont .product-cont-son .intr {
    line-height: 1.5em;
    text-indent: 2em;
    font-size: 16px;
}
.product-cont .product-cont-son>ul {
    padding: 50px 0;
    text-align: center;
}
.product-cont .product-cont-son>li {
    display: inline-block;
}
.product-cont .product-cont-son .left {
    text-align: left;
}
/* common product-end */
/* part4 -start */
.part4 {
    background: #F3F6F8;
    position: relative;
    height: 600px;
}
.part4 ul {
    display: inline-block;
    width: 1200px;
    padding: 40px 0 70px;
}
.part4 ul li {
    width: 526px;
    padding: 20px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(121,121,121,0.3);
            box-shadow: 0px 0px 10px 0px rgba(121,121,121,0.3);
    text-align: left;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.part4 ul li.left {
    background: #fff url('../images/home/part_4_bg_1.png');
    background-size: 100% 100%;
}
.part4 ul li.right {
    background: #fff url('../images/home/part_4_bg_2.png');
    background-size: 100% 100%;
}
.part4 ul li:hover {
    margin-top: -10px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(10,139,223, 0.5);
    box-shadow: 0 5px 15px 0 rgba(10,139,223, 0.5);
}
.part4 li h2 {
    font-size: 18px;
    padding-bottom: 30px;
}
.part4 li p {
    width: 280px;
    line-height: 2em;
    color: #4E4E4E;
    font-size: 14px;
}
.part4 li p+p {
    margin-top: 20px;
}
.part4 li button {
    margin: 30px 0 0;
}


/* part4 -end */
/* part5 -start */
.part5 {
    padding-top: 100px;
}
.part5 ul {
    width: 1200px;
    margin: 40px auto;
}
.part5 li p {
    width: 300px;
    height: 50px;
    line-height: 50px;
    background: #F3F6F8;
    border-radius: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #0A8BDF;
}
.part5 li p b {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #0A8BDF;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    margin-right: 15px;
}
.part5 .right p:first-child {
    width: 500px;
}
.part5 .right p:last-child {
    width: 400px;
    margin-left: 100px;
}
.part5 .bg {
    width: 1180px;
    margin-top: -100px;
}
/* part5 -end */
/* part6 -end */
.part6-banner {
    width: 1200px;
    margin-top: 20px;
}
.part6-banner li{
    width: 1200px;
}
.part6-banner .swiper-wrapper {
    margin-bottom: 100px;
}
.part6-banner li>button {
    width: 168px;
    height: 44px;
    background: #EEC82D;
    border-radius: 52px;
    border: 1px solid #EEC82D;
    margin-bottom: -22px;
    font-size: 16px;
}
.part6-banner li>p {
    width: 1180px;
    height: 170px;
    margin: auto;
    padding: 40px 30px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 16px;
    background: #fff;
    line-height: 2em;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
.part6-banner .swiper-button-next {
    width: 67px;
    height: 45px;
    right: 10px;
    top: 60%;
}
.part6-banner .swiper-button-next img {
    width: 100%;
}
.part6-banner .swiper-button-next::after {
    content: '';
}
.part6-banner .swiper-pagination button+button {
    margin-left: 20px;
}
.part6-banner .swiper-pagination .pagination-button {
    width: 134px;
    height: 44px;
    background: rgba(10,139,223,0.1);
    border-radius: 22px;
    font-size: 14px;
}
.part6-banner .swiper-pagination .active {
    background-color: #0A8BDF;
    color: #fff;
}
/* part6 -end */

/* part7 -start */
.part7 {
    text-align: center;
}
.part7-banner {
    /* margin: auto; */
    width: 1200px;
    display: inline-block;
    overflow: inherit;
    padding-top: 30px;
    padding-bottom: 50px;
}
.part7-banner .swiper-wrapper li {
    float: left;
    width: 386px;
    background: #F3F6F8;
    padding-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    text-align: left;
}
.part7-banner .swiper-wrapper li p {
    line-height: 2em;
    padding-left: 10px;
}
.part7-banner .swiper-wrapper li p:nth-of-type(1) {
    padding-top: 10px;
}
.part7-banner .swiper-wrapper li+li {
    margin-left: 20px;
}
.part7-banner .swiper-wrapper li img {
    width: 100%;
    height: 300px;
}
/* .part7 .swiper-pagination {
    bottom: -20px;
} */
.part7-banner .swiper-button-next {
    right: -30px;
} 
.part7-banner .swiper-button-prev {
    left: -30px;
}
.part7_banner_bottom {
    width: 1200px;
    display: inline-block;
}
.part7_banner_bottom li img {
    height: 59px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.part7_banner_bottom li img+img {
    margin-left: 15px;
}
.part7_banner_bottom .swiper-wrapper{
    -webkit-transition-timing-function:linear !important;
         -o-transition-timing-function:linear !important;
            transition-timing-function:linear !important;
}
.part7 {
    position: relative;
    padding-bottom: 140px;
}
.part7 .float-submit {
    bottom: -50px;
}
/* .part7_banner_bottom li {
    margin-right: 0 !important;
} */
/* part7 -end */
/* .part8 -start */
.part8,.part6 {
    background: #F3F6F8;
}
.part8 h1 {
    padding-top:45px
}
/* .part8 -end */
.part4,.part6 {
    background: url('../images/home/gray_bg.png');
    background-size: 100% 100%;
    padding-bottom: 80px;
}
.part4 {
    padding-bottom: 120px;
}
.part4 .float-submit {
    bottom: 0;
}
/*
.footer-top-bg {
    background: #F3F6F8 url(../images/common/footer_top_bg.png);
}*/
