@charset "utf-8";
@keyframes circleRotate {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

.circleRotate {
    animation-name: circleRotate;
    animation-duration: 20s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.index-banner {
    height: 619px;
}

.index-banner .swiper-container {
    height: 100%;
}
.index-banner .swiper-slide {
    background: no-repeat center;
}
.index-banner-item {
    height: 619px;
    text-align: center;
}

.index-banner-title {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.index-banner-subtitle {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-top: 25px;
}

.index-banner-p {
    font-size: 24px;
    color: #fff;
    margin-top: 25px;
}

.swiper-slide.slide-3 .index-banner-p {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.index-banner-btn {
    margin-top: 60px;
    width: 175px;
    height: 46px;
    line-height: 46px;
}

.index-banner-btn a {
    font-size: 18px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.index-banner .swiper-pagination {
    bottom: 20px;
}

.index-banner .swiper-pagination-bullet {
    width: 30px;
    height: 14px;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    background: none;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
    width: 48px;
    height: 140px;
    margin-top: -70px;
    background: no-repeat center rgba(0, 0, 0, .3);
    border-radius: 3px;
    display: none;
}

.index-banner .swiper-button-prev,
.index-banner .swiper-container-rtl .swiper-button-next {
    left: 0;
    background-image: url(images/index/prev.png);
}

.index-banner .swiper-button-next,
.index-banner .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background-image: url(images/index/next.png);
}
.banner_bg{
width:100%;
background-repeat:no-repeat;
background-size:cover;
-webkit-filter:blur(5px);
-moz-filter:blur(5px);
-o-filter:blur(5px);
-ms-filter:blur(5px);
filter:blur(5px);
position:absolute;
left:0;
top:0;
height:619px;
z-index:-1;
}

/**/

.index-banner-ani-block {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
}


/**/

.circle-1 .index-banner-ani-item {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
}

.circle-1 .index-banner-ani-item-1-1 {
    top: -260px;
    transform: translateX(-50%) rotateX(78deg);
}

.circle-1 .index-banner-ani-item-1-2 {
    top: -220px;
    transform: translateX(-50%) rotateX(78deg) rotateZ(45deg);
}

.circle-1 .index-banner-ani-item-1-3 {
    top: -180px;
    transform: translateX(-50%) rotateX(78deg) rotateZ(135deg);
}


/**/

.index-banner-ani {
    position: relative;
}

.circleRotate.index-banner-ani {
    border: 4px solid #008AF3;
    border-radius: 50%;
}

.circleRotate.index-banner-ani:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(-9px, -50%);
}

.circleRotate.index-banner-ani:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 50%;
    left: 100%;
    top: 50%;
    transform: translate(-9px, -50%);
}

.index-banner-ani-item-1-1 .circleRotate.index-banner-ani {
    width: 1054px;
    height: 1054px;
}

.index-banner-ani-item-1-2 .circleRotate.index-banner-ani {
    width: 1122px;
    height: 1122px;
    animation-duration: 15s;
    animation-direction: reverse;
}

.index-banner-ani-item-1-3 .circleRotate.index-banner-ani {
    width: 1174px;
    height: 1174px;
    animation-duration: 25s;
}


/**/

.index-banner-ani-block.space {
    background-color: rgb(0, 10, 20);
}

.index-banner-ani-block.space canvas {
    height: 100%;
    width: 100%;
}

.index-banner-ani-block.space .img-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.index-banner-ani-block.space img {
    position: relative;
    opacity: 0.7;
}


/**/

.index-banner-ani-item-2-1 {
    position: absolute;
    left: 50%;
    top: 140px;
    z-index: 1;
    transform: translateX(-50%);
}

.index-banner-ani-item-2-1 .circleRotate.index-banner-ani {
    border: 1px solid #435ECB;
    width: 1078px;
    height: 1078px;
    animation-duration: 30s;
}

.circle-2 .circleRotate.index-banner-ani:before,
.circle-2 .circleRotate.index-banner-ani:after {
    background-color: #1d4baf;
}
.abstract
{
    margin-top:40px;
}
.abstract  .main-subtitle {
    text-align: center;
    font-size: 18px;
    margin: -40px 0 30px;
}

/**/

.items {
    padding: 60px 0;
    overflow: hidden;
}

.main-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 500;
    color:#333;
}

.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: #146bae;
    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: #146bae;
    font-weight: bold;
}

.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;
    background: url(images/index/number-plus.png) no-repeat center;
    position: relative;
    top: -4px;
    right: -4px;
}

.items-main .numberRun-sub .number-x {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(images/index/number-x.png) no-repeat center;
    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 .num-unit {}

.items-main .numberRun+.num-unit {
    font-size: 30px;
}

.items-main .item-title {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.items-website .flex-row {
    justify-content: space-between;
}
.items-website  .main-subtitle {
    text-align: center;
    font-size: 18px;
    margin: -40px 0 30px;
}
.items-website .item {
    box-sizing: border-box;
    width: 380px;
    height: 400px;
    background:#f8f8f8;
    border-radius:8px;
    padding:40px;
}

.items-website .img-block {
    flex: 0 0 44px;
    padding:30px 0;
}
.items-website .img-block img
{
    width:44px;
    height:44px;
}
.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: 24px;
    text-align: center;
    flex: 0 0 33px;
}

.items-website .item-p {
    color: #666666;
    text-align: center;
    line-height: 24px;
    flex: 1 1 auto;
    font-size:14px;
    width:300px;
    box-sizing: border-box;
}

.items-website .item-btn 
{
    flex: 0 0 35px;
}

.items-website .item-btn-a {
    width: 120px;
    height:35px;
    border-radius: 18px;
    border: 1px solid #666666;
    line-height:35px;
    text-align:center;
    font-size:16px;
    color:#666666;

}

.items-website .item:hover {
    box-shadow: 0px 0px 9px 2px rgba(207, 207, 207, 0.5);
    background:#ffffff;
}

.items-website .item:hover .img-a {
    opacity: 0;
}

.items-website .item:hover .img-b {
    opacity: 1;
}


.items-website .item:hover .item-btn-a {
    
    background: #1788FF;
    box-shadow: 0 0 5px 5px rgba(23,136, 255, 0.2);
    color:#ffffff;
    border:0px;
}

.items-mobile {
    background: url(images/index/items-mobile-bg.png) no-repeat center;
}

.items-mobile .center {
    height: 560px;
}

.items-mobile .main-title {
    color: #fff;
}

.items-mobile .item {
    position: absolute;
    width: 242px;
    height: 505px;
    bottom: 0;
    perspective: 600px;
}

.items-mobile .item .box {
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    background: url(images/index/phone.png) no-repeat center/100%;
    position: relative;
}

.items-mobile .item:hover .box {
    transform: rotateY(0) skew(0, 0) scale(1);
}

.items-mobile .item .box:before {
    content: "";
    position: absolute;
    width: 202px;
    height: 360px;
    box-sizing: border-box;
    background-color: #F2F2F2;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.items-mobile .item-1 {
    left: 128px;
}

.items-mobile .item-1 .box {
    transform: rotateY(40deg) skew(0deg, 10.5deg) scale(0.8);
}

.items-mobile .item-2 {
    left: 371px;
}

.items-mobile .item-2 .box {
    transform: rotateY(40deg) skew(0deg, 10.5deg) scale(0.8);
}

.items-mobile .item-3 {
    right: 371px;
}

.items-mobile .item-3 .box {
    transform: rotateY(-40deg) skew(0deg, -10.5deg) scale(0.8);
}

.items-mobile .item-4 {
    right: 128px;
}

.items-mobile .item-4 .box {
    transform: rotateY(-40deg) skew(0deg, -10.5deg) scale(0.8);
}

.items-mobile .item-title {
    font-size: 26px;
    margin-bottom: 10px;
    position: relative;
}
.items-mobile .img-block {
    width: 70px;
    margin: 20px auto;
}

.items-mobile .item-p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

.items-mobile .item-btn {
    width: 60%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: relative;
}

.items-mobile .item-btn-a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #3CA7FC;
    color: #fff;
}

.items-mobile .item-btn-a:hover {
    background-color: #307FBF;
}

.items-service .main-title {
    
}

.items-service .flex-row {
    justify-content: space-between;
}

.items-service .item {
    position: relative;
    width: 350px;
    height: 500px;
    text-align: center;
    box-shadow: 0 0 3px 2px rgba(135, 135, 135, .1);
}

.items-service .item-title {
    width: 130px;
    height: 75px;
    margin: 0 auto 70px;
    background-color: #293949;
    color: #fff;
    font-size: 24px;
    position: relative;
}

.items-service .item-title:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
    border-bottom: 40px solid #293949;
    transition: all .3s ease;
}

.items-service .item-title:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
    border-top: 40px solid #293949;
    transition: all .3s ease;
}

.items-service .item-p {
    font-size: 16px;
    line-height: 30px;
}

.items-service .item-btn {
    position: absolute;
    width: 264px;
    height: 50px;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 50px;
}

.items-service .item-btn-a {
    display: block;
    border: 1px solid #3CA7FC;
    font-size: 16px;
    color: #3CA7FC;
}

.items-service .item:hover {
    transform: translateY(-20px);
    box-shadow: 0 0 10px 5px rgba(135, 135, 135, .1);
}

.items-service .item:hover .item-btn-a {
    background-color: #3CA7FC;
    color: #fff;
}

.items-service .item:hover .item-title {
    background-color: #3CA7FC;
}

.items-service .item:hover .item-title:before {
    border-bottom-color: #3CA7FC;
}

.items-service .item:hover .item-title:after {
    border-top-color: #3CA7FC;
}

.items-index-case {
    background:#F8F8F8;
    height: 1250px;
    box-sizing: border-box;
    padding: 50px 0;
}

.items-index-case .main-title {
    color: #000000;
    font-weight:500;
    font-size:36px;
}

.items-index-case .main-subtitle {
    text-align: center;
    font-size: 18px;
    color: #999999;
    margin: -40px 0 30px;
}

.items-index-case .flex-row {
    justify-content: space-between;
}

.items-index-case .item {
    width: 277px;
    position: relative;
    overflow: hidden;
    margin-bottom:35px;
    
}
.items-index-case .item .img-com{
   flex:0 0 53px; 
    
}
.items-index-case .item .txt-show{
   flex:1 1 auto;
   font-size:16px;
}
.items-solution .new_qa
{
     justify-content: space-between;
     box-sizing: border-box;
}

.items-solution .new_div {
    width: 718px;
    height:550px;
    box-sizing: border-box;

}

.items-solution .new_div .item-block
{
   box-shadow: 0px 0px 9px 2px rgba(207, 207, 207, 0.5);
   height:260px;
   box-sizing: border-box;
   border-radius:5px;
   padding:30px;
}
.items-solution .new_div .item-block:first-child
{
   margin-bottom:30px;
}
.items-solution  .main-subtitle {
    text-align: center;
    font-size: 18px;
    margin: -40px 0 30px;
}
.items-solution .flex-row div.img
{
	height:200px;
	text-align:center;
	flex:0 0 310px;
}

.items-solution .flex-row img
{
	width:310px;
	height:200px;
}
.items-solution .flex-row div.showContent
{
	flex:1 1 auto;
	height:200px;
	margin-left:20px;
}
.items-solution  div.showContent .ContentTitle
{
	font-size:18px;
	font-weight:500;
	float:left;
	flex:0 0 60px;
	width:325px;
	text-align:left;
	color:#333;
}
.items-solution  div.showContent .Contents
{
	font-size:14px;
	line-height:20px;
	text-align:justify;
	flex:1 1 auto;
	width:325px;
	color:#666;
}
.items-solution  div.showContent .timeinfo
{
	font-size:14px;
	flex:0 0 25px;
	width:325px;
	text-align:right;
	color:#999;
}
.items-solution .item {
    width: 450px;
    height:550px;
    box-shadow: 0px 0px 9px 2px rgba(207, 207, 207, 0.5);
     border-radius:5px;
     padding:30px;
     box-sizing: border-box;
}
.item-solution .item-q,.item-solution .item-a
{
    width:360px;
}
.items-solution .flex-col
{
    justify-content: space-between;
    align-items: normal;
    text-align:left;
}
.items-solution .Q
{
background: #1788FF;
border-radius: 1px;
flex:0 0 22px;
text-align:center;
height:5px;
color:#ffffff;
margin-right:10px;
}
.items-solution .A
{
flex:0 0 22px;
height:5px;
color:#ffffff;
margin-right:10px;
}
.items-solution .QTitle
{
	flex:1 1 auto;
	font-size:16px;
	color:#333;
	font-weight:bold;
}
.items-solution .AContent
{
	flex:1 1 auto;
	font-size:14px;
	color:#666;
	width:358px;
}

.items-solution .item-btn {
    position: absolute;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
}

.items-solution .item-btn-a {
    background-color: #C5C5C5;
    color: #fff;
    display: block;
}

.items-solution .item:hover .item-title {
    background-color: #3CA7FC;
}

.items-solution .item:hover .item-btn-a {
    background-color: #3CA7FC;
}

.items-solution-new
{
    background-color:#f8f8f8;
    height:690px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}
.items-solution-new .center
{
    margin-bottom:120px;
}
.items-solution-new .left_div
{
 width:50%;
  background-color:#1788FF;
  height:300px;
    
}
.items-solution-new .left_div .img_bg
{
    flex-direction: row;
    justify-content:flex-end;
    width:100%;
         	-webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right:60px;
}
.items-solution-new .right_div
{
    width:50%;
        justify-content: space-between;
    align-items: normal;
      height:300px;
}

.items-solution-new .right_div .sys_icon
{
    flex:0 0 106px;
     text-align:center; 
}
.items-solution-new .right_div .sys_icon img
{
 width:36px;
 height:36px;
  
}
.items-solution-new .right_div .sys_info
{
    align-items: normal;
    flex:1 1 auto;
    
}
.items-solution-new .right_div .sys_title
{

font-size: 24px;
font-weight: 500;
color: #333333;
line-height:54px;
}
.items-solution-new .right_div .sys_desc
{
font-size: 14px;
font-weight: 400;
color: #666666;
line-height: 20px;
width:450px;
}
.items-contact {
  background:url(../../images/foot_bg.png) rgba(24, 24, 24, 0.92) no-repeat;
  height:427px;
     	-webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding:40px 0;
}
.items-contact .linkpart 
{
    height: 249px;
    	justify-content: space-between;
    align-items: normal;
}
.items-contact .flex-row .item-div {
   	height:249px;
       
}
.items-contact .flex-row .item-div:last-child
{
	margin-right:0;
	border-right:0;
	
}
.items-contact .flex-row .item-div .item-title
{
	font-size:14px;
	color:#ffffff;
	text-align:left;
	height:35px;
	line-height:35px;
	font-weight:bold;

}
.items-contact .flex-row .item-div .item
{
	text-align:left;
	font-size:12px;
	height:30px;
	line-height:30px;
	color:#999999;
}
.items-contact .flex-row .item-div .item .icon
{
    flex:0 0 25px;
    text-align:center;
}
.items-contact .flex-row .item-div .item .icon img
{
    width:16px;
    height:16px;
}
.items-contact .flex-row .item-div .item .icon_txt
{
    color:#ffffff;
    font-size:14px;
}
.items-contact .link_ewm
{
    flex-direction: row;
    justify-content:flex-end
    
}
.items-contact .qr
{
    width:120px;
    text-align:center;
}
.items-contact .qr img
{
    width:80px;
    height:80px;
}
.items-contact .qr .qr-p {
    text-align: center;
    color: #ffffff;
    font-size:12px;
}

.rollInLeft {
    animation-name: rollInLeft;
}

@keyframes rollInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotateY(-180deg);
    }
    100% {
        opacity: 1;
        transform: translateX(-78px) rotateY(0deg);
    }
}

.rollInLeft1 {
    animation-name: rollInLeft1;
}

@keyframes rollInLeft1 {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotateY(-180deg);
    }
    100% {
        opacity: 1;
        transform: translateX(-133.5px) rotateY(0deg);
    }
}

/*首页活动入口*/

.items-index-gift {
    padding-top: 0;
}

.items-index-gift .items-block {
    justify-content: space-between;
}

.items-index-gift .img-block {
    margin: 0;
}

/*首页第三张banner*/

#swiper-banner #space {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#swiper-banner .swiper-banner-bg {
    position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    left: 0;
    top: 0;
    background: url(images/index/swiper-banner-bg.png) no-repeat center;
    background-size: auto 100%;
    margin-top: 70px;
}

#swiper-banner .swiper-banner-contents {
    position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    left: 0;
    top: 0;
    margin-top: 70px;
}

#swiper-banner .swiper-banner-title {
    color: #fff;
    font-size: 66px;
    text-align: center;
}

#swiper-banner .swiper-banner-subtitle {
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-top: 20px;
}

#swiper-banner .swiper-banner-p {
    color: #fff;
    font-size: 22px;
    margin-top: 50px;
    line-height: 40px;
}
.middletxt
{

	font-size:76px;
}
.bigtxt
{

	font-size:96px;
}
.swiper-cha {
    position: absolute;
    left: 640px;
    top: 265px;
    background: url(../../images/cha.png) no-repeat center;
	width:188px;
	height:165px;
		text-shadow:-1px 0 1px #666;
}
