
.wsige { width: 1400px; margin: 0 auto; }

.fbox{display:flex}
.fg1,.fg2,.fg3,.fg4,.fg5,.fg6,.fg7,.fg8,.fg9{width:1px}
.fg1{flex-grow:1}
.fg2{flex-grow:2}
.fg3{flex-grow:3}
.fg4{flex-grow:4}
.fg5{flex-grow:5}
.fg6{flex-grow:6}
.fg7{flex-grow:7}
.fg8{flex-grow:8}
.fg9{flex-grow:9}
.fbox-acenter{align-items:center;}
.fbox-jcenter{justify-content:center;}
.fbox-jbetween{justify-content:space-between;}
.flex-flow{flex-flow:wrap}
.lc-wrap{background-color: #f5f7fb;padding: 10px 0;}
.lc-intro{display: block;margin: 10px auto 50px;}
.lc-list{width: 25%;margin-bottom: 50px;text-align:center;}
.lc-list h3{font-size: 18px;font-weight: bold;padding:5px 0;}
.lc-list p{color: #666;font-size: 15px;line-height: 23px;width:80%;margin:0 auto;text-align:center;}
.lc-list img{transition: .5s all;}
.lc-list:hover img{
	 transform: scale(0.9);

}
.lc-box0{margin: 0 15px;width: 325px;height: 696px;background: url(/zb_users/theme/tpure/template/images/lc_img01_03.jpg) no-repeat;margin-top: 70px;padding-top: 290px;box-sizing: border-box;padding-left: 20px;padding-right: 20px;background-size: contain;}
.lc-box0 img{margin-bottom: 15px;}
.lc-box0 h3{font-size: 20px;font-weight: bold;}
.lc-box0 p{padding-top: 10px;color: #707072;padding-bottom: 20px;line-height: 23px;}
.lc-box0 a{border: 1px solid #e62022;border-radius: 100px;padding: 5px 15px;display: inline-block;color: #e62022;}
.lc-box0 a:hover{background-color:#e62022;color: #fff;transition: .5s all;}

.lc-box1{margin: 0 15px;width: 325px;height: 696px;background: url(/zb_users/theme/tpure/template/images/lc_img02_03.jpg) no-repeat;margin-top: 130px;padding-top: 290px;box-sizing: border-box;padding-left: 20px;padding-right: 20px;background-size: contain;}
.lc-box1 img{margin-bottom: 15px;}
.lc-box1 h3{font-size: 20px;font-weight: bold;}
.lc-box1 p{padding-top: 10px;color: #707072;padding-bottom: 20px;line-height: 23px;}
.lc-box1 a{border: 1px solid #e62022;border-radius: 100px;padding: 5px 15px;display: inline-block;color: #e62022;}
.lc-box1 a:hover{background-color:#e62022;color: #fff;transition: .5s all;}

.lc-box2{margin: 0 15px;width: 325px;height: 696px;background: url(/zb_users/theme/tpure/template/images/lc_img03_03.jpg) no-repeat;margin-top: 70px;padding-top: 290px;box-sizing: border-box;padding-left: 20px;padding-right: 20px;background-size: contain;}
.lc-box2 img{margin-bottom: 15px;}
.lc-box2 h3{font-size: 20px;font-weight: bold;}
.lc-box2 p{padding-top: 10px;color: #707072;padding-bottom: 20px;line-height: 23px;}
.lc-box2 a{border: 1px solid #e62022;border-radius: 100px;padding: 5px 15px;display: inline-block;color: #e62022;}
.lc-box2 a:hover{background-color:#e62022;color: #fff;transition: .5s all;}

.lc-box3{margin: 0 15px;width: 325px;height: 696px;background: url(/zb_users/theme/tpure/template/images/lc_img03_03.jpg) no-repeat;margin-top: 130px;padding-top: 290px;box-sizing: border-box;padding-left: 20px;padding-right: 20px;background-size: contain;}
.lc-box3 img{margin-bottom: 15px;}
.lc-box3 h3{font-size: 20px;font-weight: bold;}
.lc-box3 p{padding-top: 10px;color: #707072;padding-bottom: 20px;line-height: 23px;}
.lc-box3 a{border: 1px solid #e62022;border-radius: 100px;padding: 5px 15px;display: inline-block;color: #e62022;}
.lc-box3 a:hover{background-color:#e62022;color: #fff;transition: .5s all;}

.order-link{width: 414px;height: 88px;background: url(/zb_users/theme/tpure/template/images/more_03.jpg) no-repeat;background-size: contain;color: #fff;font-size: 18px;display: block;margin: 70px auto 35px;line-height: 88px;text-align: center;font-size: 22px;}



.product-advantage-content {
    display: flex;
    justify-content: center;
	background: #eee;
}
 
.product-advantage-item {
    width: calc(30% - 20px); 
    height: 360px;
    background-color: #fff;
    margin: 30px 10px 30px; 
    border-radius: 16px;
    cursor: pointer;
    position: relative;
    color: #000;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    box-sizing: border-box;
}
 
.product-advantage-item .keyword {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 500;
    text-align: left;
    margin-left: 35px;
    margin-right: 35px;
}
 
.product-advantage-item .desc {
    font-family: PingFangSC-Light;
    font-size: 15px;
    line-height: 16px;
    text-align: left;
    font-weight: 300;
    margin-top: 15px;
    margin-left: 25px;
}
 
.product-advantage-item .product-advantage-line {
    height: 6px;
    width: 25px;
    background: #e62022;
    border-radius: 3px;
    margin: 40px 0 19px 25px;
}
 
.product-advantage-item:hover {
    background-image: linear-gradient(135deg, #e62022, #4543ff);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    color: #fff;k
}
 
.product-advantage-item:hover .product-advantage-line {
    background: #fff;
}
 
.product-advantage-item .icon {
  background: url("/zb_users/theme/tpure/template/images/yIco.png") no-repeat;
    height: 150px;
    width: 150px;
   margin: 25.5px auto 22.5px;
    background-position: 0 0;
}
.product-advantage-item .icon1 {
  background: url("/zb_users/theme/tpure/template/images/yIco.png") no-repeat;
    height: 150px;
    width: 150px;
   margin: 25.5px auto 22.5px;
    background-position: -152px 0;
}
.product-advantage-item .icon2 {
  background: url("/zb_users/theme/tpure/template/images/yIco.png") no-repeat;
    height: 150px;
    width: 150px;
   margin: 25.5px auto 22.5px;
    background-position: -304px 0;
}
.product-advantage-item .icon3 {
  background: url("/zb_users/theme/tpure/template/images/yIco.png") no-repeat;
    height: 150px;
    width: 150px;
    margin: 25.5px auto 22.5px;
    background-position: -456px 0;
}



.banner-main {
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}
.banner-main .banner-content {
    height: 100%;
    overflow: hidden;
	background:url(/zb_users/theme/tpure/template/images/youx.gif) right 0 no-repeat;
	background-size:100% auto;
}

.banner-main .banner-content2 {
    height: 100%;
    overflow: hidden;
	background:url(/zb_users/theme/tpure/template/images/ssl.gif) right 0 no-repeat;
	background-size:300px auto;
}
.bEPPIU {
    animation: 300ms ease-out 0s 1 normal none running bigAnimationSlideUp;
}
.gzILDz {
    font-style: normal;
    height: 68px;
    font-family: Inter;
    font-weight: 600;
    font-size: 56px;
    line-height: 68px;
    margin-top: 40px;
    margin-left: 40px;
}
.ZpBgV {
    margin-left: 40px;animation: 300ms ease-out 0s 1 normal none running largeAnimationSlideUp;
}
.jZwHeD {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 400;
    color: rgb(78, 89, 105);
    height: 84px;
    width: 583px;
    margin: 20px 0px 0;
    font-size: 16px;
    line-height: 28px;
}
.banner-main .banner-content .banner-button-list {
    display: flex;
}
.banner-main .banner-content2 .banner-button-list {
    display: flex;
}
.eLWuGA {
    width: auto;
    height: 56px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 30px;
	margin-right:20px;
    padding-right: 30px;
    border-radius: 50px;
    cursor: pointer;
    box-sizing: border-box;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    background: linear-gradient(112.98deg, #e62022,#c00 100%);
    box-shadow: rgb(210 255 252 / 31%) 0px 0px 13px inset;
    color: rgb(255, 255, 255);
}
.eLWuGA svg {
    transition: transform 0.6s ease-in-out 0s;
    width: 30px;
    height: 30px;
}
.banner-img {
    position: absolute;
	text-align:right;
    top: 0px;
    right:0;
    width: 100%;
    min-width: 1224.8px;
    height: auto;
    z-index: -1;
}
.banner-img video {
    width: 100%;
    height: 100%;
}

.zt {
    width: 1200px;
    margin: 0 auto;
}
.waimaobj03{ background: url(/zb_users/theme/tpure/template/images/waimaobj03.jpg) no-repeat;}
.waimaobj03 ul{ display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 60px;}
.waimaobj03 ul li{ width: 294px; height: 224px; padding-top: 70px; border-radius:50% ; text-align: center; position: relative; z-index: 1; margin-top: 40px;
    background-image: linear-gradient(135deg,#ff3f70 0,#ef8ba4 100%);
    ;
}
.waimaobj03 ul li:hover{background-image: -webkit-linear-gradient(135deg,#c00 0,#ff3e69 100%);
    background-image: linear-gradient(135deg,#c00 0,#ff3e69 100%);}
.waimaobj03 ul li h2{ font-size: 30px; color: #ff3e69; margin-bottom: 15px;}
.waimaobj03 ul li span{ display: block; line-height: 25px;width:70%;margin:0 auto;}
.waimaobj03 ul li:before{ content: ''; display: block; position: absolute; top: 4px; left: 4px; right: 4px; bottom: 4px; z-index: -1; background: #fff;border-radius:50% ;}
.waimaobj03 ul li:nth-child(2){ margin: 370px 100px 0 100px;}
.zhizuoliuch .whych{ padding-top: 0;}
.zhizuoliuch .whych span{ display: block; color: #7979e3; font-size: 30px;}
.zhizuoliuch ul{ display: flex; flex-wrap: wrap; justify-content: center; margin-top: 40px; margin-bottom: 80px;}
.zhizuoliuch ul li{ width: 10%; text-align: center; position: relative; z-index: 10;}
.zhizuoliuch ul li h2{ width: 90px; height: 90px; margin: 0 auto; line-height: 90px; border:2px dotted #4e96f9 ; border-radius:50% ; 
background: #fff; position: relative; z-index: 10;

}

.ys-banner {
    padding-top: 20px;
}
.ys-banner-cry {
    border-radius: 20px;
    position: relative;
}
.bctb-ri {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100% - 53px);
    width: 100%;
    background: #F4F3F0;
    border-radius: 20px;
}
.brand-cont-btm {
    margin-top: 111px;
}
.bcbu-list {
    margin-bottom: var(--space60);
}
.bcbu-list-link {
    display: block;
    border-radius: 20px;
    border: 1px solid #991E21;
    background: #FFF;
    padding: 44px 70px 47px;
}
.bcbu-list-link-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 38px;
    border-bottom: 1px solid #EAE7E1;
    margin-bottom: 40px;
}
.bllt-logo {
    width: 206px;
}
.bllt-logo img {
    width: 100%;
}
.bllt-btn {
    width: 50px;
}
.bllt-btn .std-btn5-box {
    background: var(--colorbj3);
}
.bllt-ri {
    width: calc(100% - 206px);
    display: flex;
    align-items: center;
}
.bllt-text {
    width: calc(100% - 50px);
    flex-grow: 1;
    padding-left: 63px;
    padding-right: 74px;
    flex-grow: 1;
}
.bllt-text p {
    color: #666;
    font-size: var(--font16);
    line-height: var(--line175);
}
.bcbu-list-link-btm {
    display: flex;
    justify-content: ;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.bllb-list {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 20px;
}
.bllb-list-cont {
    display: flex;
    align-items: center;
}
.bllb-list-cont-le {
    width: 40px;
    height: 40px;
    border-radius: var(--font16);
    background: rgba(153, 30, 33, 0.9);
    margin-right: 10px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    font-family: var(--family2);
    font-size: var(--font16);
    ;
    font-weight: 800;
}
.bllb-list-cont-ri {
    color: var(--colortitle);
    font-size: var(--font16);
    font-weight: bold;
    line-height: var(--line175);
}
.brand-main .details-contact {
    margin-bottom: 69px;
}
.bctb-ri> :first-child {
    position: absolute;
    bottom: 0;
    border-radius: 20px;
}
.bctb-le {
    position: relative;
    left: 0;
    bottom: 0;
    width: 53%;
    z-index: 1;
}
.bctb-le-bg1> :last-child {
    display: none;
}
.bctb-le-bg1 {
    width: 100%;
}
.bctb-le-bg1 img {
    width: 100%;
}
.bctb-le-bg2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
.bctb-le-bg2 img {
    position: absolute;
    bottom: 0;
}
.bctb-le-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    z-index: 1;
    padding:0 30px;
    top: 50%;
    transform: translateY(-50%);
}
.bctb-le-text-btn .std-btn1-box p {
    font-weight: 400;
}

.bctb-le-text02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    z-index: 1;
    padding:0 30px;
    top: 50%;
    transform: translateY(-50%);
}
.bctb-ri> :last-child {
    display: none;
}



/* 案例-解决方案必要布局样式css */
.cloud-content {
    background: #f5f5f5;
    padding: 30px 0;
}

.cloud-header {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.cloud-header h3 {
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.cloud-header h3 em {
    display: block;
    margin-bottom: 14px;
    font-style: normal;
    font-size: 30px;
}

.cloud-header h3 span {
    font-size: 16px;
    opacity: .6;
}

.cloud-wrapper .cloud-card {
    float: left;
    padding: 20px;
    cursor: pointer;
    min-height: 310px;
    background: transparent;
    width: calc(24.8% - -3px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

@media screen and (max-width:1677px) {
	.cloud-wrapper .cloud-card {		
		width: calc(50% - 40px);

	}
}

@media screen and (max-width:1920px) {
	.cloud-wrapper .cloud-card {		
		width: calc(50% - 40px);

	}
}
@media screen and (max-width:700px) {
	.cloud-wrapper .cloud-card {		
		width: 100%;

	}
}
.cloud-card-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.cloud-card-text {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.cloud-card-image-back {
    width: 100%;
    height: 200px;
    background: url(/zb_users/theme/tpure/template/assets/images/cloud001.png) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
}

.cloud-card-image .cloud-card-image-back {
    z-index: 0;
    position: absolute;
}

.cloud-card-image-title {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 200px;
    position: absolute;
    z-index: 1;
}

.cloud-wrapper .cloud-card:hover .cloud-scale {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.cloud-wrapper .cloud-card:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
    -moz-box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
    box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
}

.cloud-card-image-back01 {
    width: 100%;
    height: 200px;
    background: url(/zb_users/theme/tpure/template/assets/images/cloud001.png) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    z-index: 0;
    position: absolute;
}

.cloud-card-image-back02 {
    width: 100%;
    height: 200px;
    background: url(/zb_users/theme/tpure/template/assets/images/cloud001.png) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    z-index: 0;
    position: absolute;
}

/*end*/


.contactUs .title.title2{background-image:url("../images/002.png")/*tpa=../images/002.png*/;}
.contactUs .list{width:1200px;margin:0 auto;cursor:pointer;}
.contactUs .list .item{text-align:center;width:25%;float:left;margin-bottom:10px;}
.contactUs .list .item .iconfont{width:100px;height:100px;background-color:#dc3545;border-radius:50%;text-align:center;
line-height:100px;color:#fff;font-size:35px;margin:0 auto;}
.contactUs .list .item .name{font-size:16px;color:#282828;margin-top:13px;}
.contactUs .list .item .num{font-size:18px;color:#999999;margin-top:13px;}
.contactUs .map{width:76px;height:130px;margin:0 auto;}
.contactUs .map img{width:100%;height:100%;}
.contactUs .address{text-align:center;background-color:#393c41;font-size:16px;color:#fff;padding:35px 0 42px 0;}
.contactUs .address .item{margin-bottom:7px;}
.contactUs .address .ewm{width:102px;height:102px;margin:37px auto 0 auto;}
.contactUs .address .ewm img{width:100%;height:100%;}
.contactUs .list .item:hover img{transform:rotate(360deg);transition:all 0.3s;}
/*翻页代码*/

.pagination {
    display: table;
    margin: 20px auto;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li .now-page{
    color:#ccc!important; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
    
/*end*/

