@charset "utf-8";
[data-href] {
    cursor: pointer;
}
.index-banner {
    height: 680px;
}
.index-banner .swiper-container {
    height: 100%;
}
.index-banner .swiper-slide {
    background: no-repeat center;
}
.index-banner .swiper-slide .main-wrap {
    box-sizing: border-box;
    height: 100%;
    padding-top: 70px;
    justify-content: space-between;
    position: relative;
}

.index-banner .index-banner-l {
    max-width: 46%;
}

.index-banner-title {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5em;
}

.index-banner-p {
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
    padding: 10px 30px;
    background-color: rgba(255, 255, 255, .15);
    border-radius: 50px;
    line-height: 1.6em;
}

.index-banner-title-block {
    padding-bottom: 40px;
    position: relative;
}

.index-banner-title-block:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}

.index-banner-title-block .index-banner-title {
    font-weight: normal;
}

.index-banner-title-block .index-banner-title .tag {
    box-sizing: border-box;
    display: inline-block;
    width: 209px;
    height: 44px;
    font-size: 30px;
    line-height: normal;
    padding: 0 0 0 9px;
    text-align: center;
}

.index-banner-title-block .index-banner-subtitle {
    color: #fff;
    font-size: 24px;
    margin-top: 15px;
}

.index-banner-p-block .index-banner-p {
    font-size: 18px;
    background: none;
    border-radius: 0;
    line-height: normal;
    padding: 0;
    margin-top: 50px;
}

.slide-3 .index-banner-p-block .index-banner-p {
    font-size: 24px;
    line-height: 1.6em;
}

.index-banner-btn {
    margin-top: 80px;
    width: 210px;
    height: 48px;
    line-height: 48px;
}

.index-banner-a {
    font-size: 20px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
}

.index-banner-a:hover {
    background-color: rgba(255, 255, 255, .8);
}

.index-banner .swiper-pagination {
    bottom: 30px;
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
    width: 36px;
    height: 14px;
    background: none;
    position: relative;
    margin: 0 6px;
}

.index-banner .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 50px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}

.jituan_img {
    position: absolute;
    left: 0;
    top: 0;
}

.jituan_img img{
    width: 100%;
    height: 1280px
}

.imga {
    background-color: #5574f8;
    animation: gt 30s infinite linear;
}

@keyframes gt {
    0% {
        margin-top: -650px;
        transform: scale(1);
    }
    25% {
        margin-top: -450px;
        transform: scale(1.2);
    }
    50% {
        margin-top: -250px;
        transform: scale(1.4);
    }
    75% {
        margin-top: -450px;
        transform: scale(1.2);
    }
    100% {
        margin-top: -650px;
        transform: scale(1);
    }
}

/**/

.items {
    padding: 60px 0;
    overflow: hidden;
}

.main-title {
    font-size: 30px;
    text-align: center;
}

.main-subtitle {
    color: #999;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.main-btn {
    margin-top: 60px;
    text-align: center;
}

.main-btn-a {
    display: inline-block;
    width: 300px;
    height: 60px;
    line-height: 60px;
    background-color: #3CA7FB;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 6px 20px 0 rgba(60, 167, 251, .8);
}

.main-btn-a:hover {
    background-color: #5fb9ff;
}

/*  */

.items-main {
    height: 120px;
    background-color: #F6F6F6;
}

.items-main>.flex-row {
    height: 100%;
}

.items-main .item {
    flex: 1;
    border-right: 1px solid #E5E5E5;
    height: 100%;
}

.items-main .item:first-child {
    border-left: 1px solid #E5E5E5;
}

.items-main .item-block {
    text-align: center;
    height: 100%;
}

.items-main .num-block {
    text-align: center;
    font-family: "pmzdbt";
}

.items-main .numberRun-sub {
    color: #333;
    font-size: 18px;
    margin-left: 2px;
}

.items-main .numberRun-sub .number-p {
    height: 18px;
    line-height: 18px;
    text-align: left;
}

.items-main .numberRun,
.items-main .numberRun2,
.items-main .numberRun3,
.items-main .numberRun4,
.items-main .numberRun5 {
    font-size: 42px;
    color: #333;
}

.items-main .numberRun4-1 {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 5px;
}

.items-main .numberRun-sub .number-plus {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    top: -4px;
    right: -4px;
}

.items-main .numberRun-sub .number-x {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
}

.items-main .mt-number-animate {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.items-main .numberRun4-1 .mt-number-animate {
    height: 16px;
    line-height: 16px;
}

.items-main .mt-number-animate-dom {
    display: inline-block;
    vertical-align: top;
}

.items-main .mt-number-animate-span {
    display: block;
}

.items-main .numberRun+.num-unit {
    font-size: 30px;
}

.items-main .item-title {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

/*  */

.items-contact {
   height: 318px;
   color: rgb(51, 51, 51);
   margin-top:30px;
}

.items-contact .promise {
    height: 98px;
    border-bottom: 1px dashed #a7a7a7;
    justify-content: space-around;
}

.items-contact .promise .item {
    justify-content: space-between;
}

.items-contact .promise .item .img-block {
    transition-duration: 1s;
}

.items-contact .promise .item:hover .img-block {
    transform: rotateZ(360deg);
}

.items-contact .promise .item-p {
    font-size: 24px;
    margin-left: 10px;
}

.items-contact .flex-col {
    height: 219px;
}

.items-contact .flex-col .item-title {
    font-size: 20px;
    margin-bottom: 35px;
}

.items-contact .item-form .item {
    margin: 0 10px;
}

.items-contact .item-form .label {
    margin-right: 6px;
}

.items-contact .item-form .input {
	border: 1px solid #CCCCCC;
	width: 220px;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	padding: 0 10px;
	color: #666;
}

.items-contact .item-form .input:focus {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.24);
    transform: translateY(-4px);
}

.items-contact .item-form .verify {
    width: 126px;
    vertical-align: middle;
    margin-right: 6px;
}

.items-contact .item-form .item-btn {
    width: 116px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.items-contact .item-form .item-btn-button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    color: #666;
    background-color: #FFEA00;
    cursor: pointer;
}

.items-contact .item-form .item-btn-button:hover {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.24);
    transform: translateY(-4px);
}

/*  */

.items-website .flex-row {
    justify-content: space-between;
}

.items-website .item {
    box-sizing: border-box;
    width: 224px;
    height: 420px;
    border: 1px solid #eee;
    position: relative;
}

.items-website .img-block {
    margin-top: 30px;
    position: relative;
}

.items-website .img-a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.items-website .img-b {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.items-website .item-title {
    font-size: 20px;
    text-align: center;
    margin: 15px 0 10px;
}

.items-website .item-p {
    color: #999;
    text-align: center;
    line-height: 24px;
}

.items-website .item-btn {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 45px;
}

.items-website .item-btn-a {
    display: inline-block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    background-color: #00A2FF;
    border-radius: 50px;
    color: #fff;
}

.items-website .item:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    border: 2px solid #00A2FF;
}

.items-website .item:hover .img-a {
    opacity: 0;
}

.items-website .item:hover .img-b {
    opacity: 1;
}

.items-website .item:hover .item-title {
    color: #00a2ff;
}

.yqlj{margin:auto; width:1200px; padding-bottom:20px;}
.yqlj span{float:left; padding:20px; background:#0d8eda; color:#FFFFFF; margin-right:10px;}
.yqlj a{line-height:26px; padding-left:8px; padding-right:8px;}
.lianjiuea{background:#0885cf;}
.yjqkok{margin:auto; width:1200px; padding:20px; height:26px;}
.yjqkok span{float:left; margin-right:15px; font-weight:bold; color:#FFFFFF;}
.yjqkok li{float:left; list-style:none; line-height:26px; padding-right:15px;}
.yjqkok li a{color:#FFFFFF; text-decoration:none;}