@charset "utf-8";
body{background:#f1f1f1;}
@media(max-width:1200px){
    body{padding-bottom:60px;}
}

/*--banner--*/
.banner {position:relative;z-index:1;width:100%;overflow:hidden;clear:both;}
.banner .swiper-slide {overflow:hidden;}
.banner .swiper-slide a, .banner .swiper-slide picture{display:block;width:100%;}
.banner .swiper-slide img{display:block;position:relative;left:50%; width:1920px; transform:translateX(-50%);}
.banner .swiper-pager {position:absolute;z-index:9;left:0;bottom:45px;width:100%;text-align:center;}
.banner .swiper-pager span{position:relative;display:inline-block;margin:0 7px !important;width:9px;height:9px;background:#fff;opacity:1;}
.banner .swiper-pager span.swiper-pagination-bullet-active{background:#08c;}
.banner .prev,.banner .next{position:absolute;z-index:9;top:50%;width:60px;height:60px;line-height:58px;color:#fff;text-align:center;cursor:pointer;outline:none;border:#d8d9de solid 1px;transform:translateY(-50%);opacity:0.3;}
.banner .prev{left:5%;}
.banner .next{right:5%;}
.banner .prev:hover, .banner .next:hover{color:#fff;background:#08c;border-color:#08c;opacity:1;}
@media (max-width:1440px) {
    .banner .swiper-slide img { transform: translateX(-60%);}
}
@media(max-width:1200px){
    .banner{margin-top:0;}
    .banner .prev,.banner .next{display:none;}
    .banner .swiper-slide img{position:static;width:100%;transform:translate(0);}
    .banner .swiper-pager{left:0;width:100%;bottom:30px;text-align:center;width:100%;transform:translateX(0);}
    .banner .swiper-pager span{margin:0 2px;width:7px;height:7px;border-radius:50%;}
}
/*--end banner--*/


/* focus */
.focus { padding: 60px 0; position: relative; z-index: 9; background: #ffffff;}
.focus .container{ padding: 30px 0; position: absolute; top:-50%; left: 0; right: 0; overflow: hidden; background: #ffffff; border-radius: 20px; box-shadow: 0 0 20px 5px rgb(200 200 200 / 20%);}
.focus li { float: left; width: 25%; text-align: center; border-right: 1px solid #d8d8d8; box-sizing: border-box;}
.focus li p { margin-bottom: 10px; font-size: 36px; color: #08c; font-weight: bold;}
.focus li span { display: block; font-size: 16px; color: #666;}
.focus li em { animation:scale infinite 1s; transition: all .8s; display:block; margin: 15px auto 0; width: 120px; height: 37px; line-height: 37px; text-align: center; border-radius: 19px; background: #dfdfdf; color: #666; font-size: 16px;}
.focus li:hover em { color: #fff; background:#08c;}
.focus li:first-child{ border-left: 0;}
.focus li:last-child{ border-right: 0;}
@media (max-width:992px) {
    .focus { padding: 25px 15px;}
    .focus .container { position: relative;}
    .focus li { margin: 15px 0; width: 50%;}
    .focus li p { font-size: 26px;}
    .focus li span { font-size: 14px;}
    .focus li em { font-size: 14px;}
    .focus li:first-child::after {
        content: "";
        border-bottom: 1px solid #d8d8d8;
        width: 35%;
        position: absolute;
        left: 10%;
        bottom: 50%;
    }
    .focus li:nth-child(2)::after {
        content: "";
        border-bottom: 1px solid #d8d8d8;
        width: 35%;
        position: absolute;
        right: 10%;
        bottom: 50%;
    }
    .focus li:nth-child(even) { border-right: none;}
}
/* focus end */

/* e-commerce */
.e-commerce { position: relative; padding: 80px 0 0; overflow: hidden; background: #fff;}
.e-commerce .e-slide { display: flex; justify-content: space-between; padding: 30px; overflow: hidden;}
.e-commerce .e-slide .item { width:calc(100%/3 - 80px); padding: 40px 50px; display: flex; flex-direction: column; text-align: center; box-shadow: 0 0 20px 5px rgba(200, 200, 200, .2); transition: all 1s;}
.e-commerce .e-slide .item:last-child { margin-right: 0px; }
.e-commerce .e-slide .item img { display: block; width: auto; margin:0 auto; transition: all 1s;}
.e-commerce .e-slide .item h2 {margin: 20px auto;}
.e-commerce .e-slide .item p {margin: 10px auto;}
.e-commerce .e-slide .item button { font-size: 16px; cursor: pointer; color: #fff; padding: 5px 34px; margin: 20px auto; border-radius: 20px; border: 1px solid #08c; background: #08c;}
.e-commerce .e-slide .item:hover { background: #08c; cursor: pointer; border-radius: 10px; box-shadow: 0 0 20px 5px rgba(230, 120, 23, .2);}
.e-commerce .e-slide .item:hover a { color: #fff;}
.e-commerce .e-slide .item:hover img { transform: scale(1.0); animation: fadenum 1s 0s cubic-bezier(0.1,0.2,0.6,0.1) 1;	-webkit-animation: fadenum 1s 0s cubic-bezier(0.1,0.2,0.6,0.1) 1;}
.e-commerce .e-slide .item:hover button { background: #fff;  color: #08c;}
@media (max-width:992px) {
    .e-commerce { padding: 40px 15px;}
    .e-commerce .e-slide { margin-top: 10px; padding: 30px 10px;}
    .e-commerce .e-slide .item { width:calc(100%/3 - 8px); padding: 20px 0px; }
    .e-commerce .e-slide .item img {width: auto; margin:10px auto; transition: all 1s;}
    .e-commerce .e-slide .item h2 {font-size: 18px;}
    .e-commerce .e-slide .item h2, .e-commerce .e-slide .item p {margin: 20px auto;}
    .e-commerce .e-slide .item p { display: none;}
    .e-commerce .e-slide .item button { font-size: 16px; color: #fff; padding: 5px 14px; margin: 0px auto; border-radius: 20px; border: 1px solid #08c; background: #08c;}
    .e-commerce .e-slide .button { padding: 35px 10px 0; height: 90px;}
}
@media (max-width:480px) {
    .e-commerce { padding: 40px 15px;}
    .e-commerce .e-slide .item:last-child { display: none; }
    .e-commerce .e-slide .item { width:calc(100%/2 - 8px); margin-right: 0; padding: 0px 0px 20px;}
    .e-commerce .e-slide .item img {margin:10px auto;}
    .e-commerce .e-slide .item h2 {font-size: 18px;}
}
/*定义动画*/
@keyframes fadenum{
    0% {
		transform:rotateY(0deg);
		-ms-transform:rotateY(0deg);  /* IE 9 */
		-moz-transform:rotateY(0deg);  /* Firefox */
		-webkit-transform:rotateY(0deg);  /* Safari and Chrome */
		-o-transform:rotateY(0deg);  /* Opera */
    }
    100%{
		transform:rotateY(360deg);
		-ms-transform:rotateY(360deg);  /* IE 9 */
		-moz-transform:rotateY(360deg);  /* Firefox */
		-webkit-transform:rotateY(360deg);  /* Safari and Chrome */
		-o-transform:rotateY(360deg);  /* Opera */
    }
}
/* e-commerce end */

/* product */
.product { position: relative; padding: 80px 0; display: block; background: #fff;}
.product .line-bf {position: absolute;right: 0;top: -71px;width: 475px;animation:fadeinR 1s;}
.product .line-bf  img { display: block; width: 100%;}
.product .product-box { margin-top: 35px; overflow: hidden;}
.product .product-box .product-guider ul { display: flex; justify-content: center;}
.product .product-box .product-guider li {  margin: 0 12px; width: 135px; height: 40px; line-height: 40px; text-align: center; }
.product .product-box .product-guider li a {  background: #f4f4f4;display: block; font-size: 16px; color: #666;border-radius: 20px;}
.product .product-box .product-guider li.active a { background: #08c; color: #fff;}

.product .product-box .product-main { display:flex; flex-direction: row; margin-top: 35px; overflow: hidden;}
.product .product-box .product-main .item { float: left; margin: 12px; width: calc(100%/4 - 24px);}
.product .product-box .product-main .item .pic { display: block; width: 100%; overflow: hidden;}
.product .product-box .product-main .item .pic img { display: block; width: 100%; transition: all 1s;}
.product .product-box .product-main .item .text { display: block;padding: 10px 15px; box-sizing: border-box;  background: #f4f4f4; transition: all 1s;}
.product .product-box .product-main .item .text h3 { font-size: 24px; font-size: 16px; color: #333; font-weight: normal; text-align: center;}
.product .product-box .product-main .item .text p { display: -webkit-box; display: none; -webkit-box-orient: vertical;-webkit-line-clamp:2; overflow: hidden; margin-top: 10px; font-size: 16px; color: #666; line-height: 1.5;}
.product .product-box .product-main .item:hover .pic img { transform: scale(1.05);}
.product .product-box .product-main .item:hover .text { background: #08c;}
.product .product-box .product-main .item:hover .text * { color: #fff; transition: all .6s;}
@media (max-width:1440px) {
    .product .line-bf { top: -56px; width: 375px;}
}
@media (max-width:1200px) {
    .product { padding: 40px 15px;}
    .product .line-bf { display: none;}
    .product .product-box .product-guider li { margin: 0 5px;}
    .product .product-box .product-guider li a { font-size: 16px;}
    .product .product-box .product-main { margin-top: 15px;}
    .product .product-box .product-main .item { width:calc(100%/2 - 10px); margin:5px;}
    .product .product-box .product-main .item .text { padding: 10px;}
    .product .product-box .product-main .item .text h3 { font-size: 16px;}
    .product .product-box .product-main .item .text p { display: none; font-size: 14px;}
}
/* product end */

/* indexAbout */
.indexAbout { background: url(../images/indexAbout-bg.jpg) no-repeat center; width: 100%; height: 726px; padding:65px 0; background-size: cover;}
.indexAbout .text { margin-top: 40px; float: left; width: 50%;}
.indexAbout .indexAbout-slide { position: relative;  padding-left: 35px; padding-left: 0px; display: block; width: 95%; height: 330px; overflow: hidden;}
.indexAbout .text h2 { margin-bottom: 24px; font-size: 40px;}
.indexAbout .text h2 a { color: #626262;}
.indexAbout .indexAbout-slide p { display:block; margin-top: 25px;position: relative;font-size:16px;color: #666; }
.indexAbout .indexAbout-slide p span{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2; overflow: hidden;}
.indexAbout .indexAbout-btn { margin-top: 35px; overflow: hidden; width: 155px; height: 60px; line-height: 60px; text-align: center; background: #08c; color: #fff; font-size: 16px;}
.indexAbout .indexAbout-btn a { display: block; color: #fff;}
@media (max-width:1440px) {
    .indexAbout { height: 635px;}
    .indexAbout .text { margin-top: 90px;}
}
@media (max-width:1200px) {
    .indexAbout { background: url(../images/m-indexAbout-bg.jpg) no-repeat center; padding:20px 15px; height: auto; overflow: hidden; background-position-x:-10px;}
    .indexAbout .text {margin-top: 20px; float: none; width: 100%;}
    .indexAbout .text h2 { font-size: 20px;text-align: center;}
    .indexAbout .indexAbout-slide { width: 100%; height: 250px;}
    .indexAbout .indexAbout-slide p { margin-top: 20px; font-size: 14px;}
    .indexAbout .indexAbout-btn { margin-top: 20px; width: 110px; height: 35px; line-height: 35px; font-size: 14px;}
}
/* indexAbout end */



/* indexOur */
.indexOur { background: url(../images/indexour-background.png) no-repeat center; width: 100%; height: 800px; padding:0px 0 35px; background-size: cover;}
.indexOur .row { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.indexOur .row .text-wrap { margin-top: 40px; width: 90%; display: flex; flex-direction: column; justify-content: center; align-items: center;}

.indexOur .row .text-wrap .t-wrap-top { padding:80px 0 100px; margin: 0 auto;}
.indexOur .row .text-wrap .t-wrap-top p{ text-align: center; font-size: 4vh; color: #FFFFFF; display: none;}
.indexOur .row .text-wrap .t-wrap-middle { padding:150px 0 60px; margin: 0 auto; max-width: 800px; width: 100%; display: flex;}
.indexOur .row .text-wrap .t-wrap-middle .numCount{ margin: 0 -10px; width: 100%; }
.indexOur .row .text-wrap .t-wrap-middle .numCount .clearfix { zoom: 1; width: 100%; display: flex; justify-content: center;}
.indexOur .row .text-wrap .t-wrap-middle .numCount .clearfix li{ float: left; width: 25%; text-align: center;}
.indexOur .row .text-wrap .t-wrap-middle .numCount .clearfix li .item{ margin: 0 10px;}
.indexOur .row .text-wrap .t-wrap-middle .numCount .clearfix li .numU{ line-height:1.3;}
.indexOur .row .text-wrap .t-wrap-middle .numCount .clearfix li .numCX{ font-size:36px; color:#ffffff;}
.indexOur .row .text-wrap .t-wrap-middle .numCount .clearfix li .numU .unitC{font-size:100%; line-height: 1.3; margin-left: 0.3em; color:#ffffff;}
.indexOur .row .text-wrap .t-wrap-middle .numCount .clearfix li .numU sup{vertical-align: top;}
.indexOur .row .text-wrap .t-wrap-middle .numCount .clearfix li .numU sub{vertical-align:baseline;}
.indexOur .row .text-wrap .t-wrap-middle .numCount .clearfix li .indc { font-size:18px; color:#ffffff;}

.indexOur .row .text-wrap .t-wrap-bottom { padding:50px 0; margin: 0 auto; max-width: 1000px; width: 100%;}
.indexOur .row .text-wrap .t-wrap-bottom .icon-box { margin: 0 -10px;}
.indexOur .row .text-wrap .t-wrap-bottom .icon-box .clearfix { display: flex; flex-direction: row; align-items: center; justify-content: space-around; }
.indexOur .row .text-wrap .t-wrap-bottom .icon-box .clearfix li .item { display: flex; flex-direction: row; align-items: center; margin: 0 10px; }
.indexOur .row .text-wrap .t-wrap-bottom .icon-box .clearfix li .item .item-left {display: flex; flex-direction: column; align-items: center; justify-content: center; margin-right: 20px;}
.indexOur .row .text-wrap .t-wrap-bottom .icon-box .clearfix li .item .item-left i {width: 60px; height: 60px; border-radius: 100%; border: 1px solid #fff; display: flex; align-items: center; justify-content: center;}
.indexOur .row .text-wrap .t-wrap-bottom .icon-box .clearfix li .item .item-left i img{width: 70%; height: 70%;}
.indexOur .row .text-wrap .t-wrap-bottom .icon-box .clearfix li .item .item-right { display: flex; flex-direction: column; align-items: center; justify-content: start; }
.indexOur .row .text-wrap .t-wrap-bottom .icon-box .clearfix li .item .item-right .text-block { display: block; width: 100%; color:#ffffff; margin: 5px 0;}
.indexOur .row .text-wrap .t-wrap-bottom .icon-box .clearfix li .item .item-right .text-block.title{ font-size:22px;}

@media (max-width:1440px){
    .indexOur { height: 635px;}
    .indexOur .text { margin-top: 90px;}
    .indexOur .row .text-wrap .t-wrap-top { padding: 60px 0;}
    .indexOur .row .text-wrap .t-wrap-middle { padding:150px 0 30px; }
	.indexOur .row .text-wrap .t-wrap-middle .numCount .clearfix li .numCX{ font-size:36px; }
}
@media (max-width:1200px) {
    .indexOur { background: url(../images/indexour-background.png) no-repeat center; padding:20px 15px; height: auto; overflow: hidden; /*background-position-x:-10px;*/ background-size: cover;}
    .indexOur .text {margin-top: 20px; float: none; width: 100%;}
    .indexOur .row .text-wrap { margin-top: 0px;}
    .indexOur .row .text-wrap .t-wrap-top { padding: 30px 0;}
    .indexOur .row .text-wrap .t-wrap-middle { padding:200px 0 30px; }
    .indexOur .row .text-wrap .t-wrap-bottom { padding: 40px 0 60px;}
}
@media (max-width:800px){
	.indexOur .row .text-wrap .t-wrap-middle .numCount .clearfix li .numCX{ font-size: 32px; }
    .indexOur .row .text-wrap .t-wrap-middle .numCount .clearfix li .indc{ font-size: 14px;}
    .indexOur .row .text-wrap .t-wrap-bottom .icon-box .clearfix li .item .item-right .text-block{ font-size: 12px;}
    .indexOur .row .text-wrap .t-wrap-bottom .icon-box .clearfix li .item .item-right .text-block.title{ font-size: 20px;}
}
@media (max-width:640px){
    .indexOur .row{margin-left: 0; margin-right: 0;}
    .indexOur .row .text-wrap{ width: 100%;}
	.indexOur .row .text-wrap .t-wrap-middle .numCount .clearfix li .numCX{ font-size: 5vw; }
    .indexOur .row .text-wrap .t-wrap-middle .numCount .clearfix li .indc{ font-size: 2.5vw;}
    .indexOur .row .text-wrap .t-wrap-bottom .icon-box .clearfix li .item{ flex-direction: column;}
    .indexOur .row .text-wrap .t-wrap-bottom .icon-box .clearfix li .item .item-right .text-block{ font-size: 2.5vw;}
    .indexOur .row .text-wrap .t-wrap-bottom .icon-box .clearfix li .item .item-right .text-block.title{ font-size: 3vw;}
}
@media (max-width:480px){
    .indexOur .row .text-wrap .t-wrap-top{ padding: 10px 0;}
    .indexOur .row .text-wrap .t-wrap-bottom{ padding: 20px 0 60px;}
    .indexOur .row .text-wrap .t-wrap-bottom .icon-box .clearfix li .item .item-left i{ width: 40px; height: 40px;}
}



/* service */
.service { position: relative; padding: 80px 0 0; display: block; background: #fff;}
.service .service-box { margin-top: 35px; overflow: hidden;}
.service .service-box .service-main { display:flex; flex-direction: row; margin-top: 35px; overflow: hidden;}
.service .service-box .service-main .item { float: left; margin: 0 12px; width: calc(100%/4 - 24px);}
.service .service-box .service-main .item .pic { display: block; width: 100%; overflow: hidden;}
.service .service-box .service-main .item .pic img { display: block; width: 100%; transition: all 1s;}
.service .service-box .service-main .item .text { display: block;padding: 20px 15px; box-sizing: border-box;  background: #f4f4f4; transition: all 1s;}
.service .service-box .service-main .item .text h3 { font-size: 16px; color: #333; font-weight: normal;}
.service .service-box .service-main .item .text p { display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2; overflow: hidden; margin-top: 10px; font-size: 14px; color: #666; line-height: 1.5;}
.service .service-box .service-main .item:hover .pic img { transform: scale(1.05);}
.service .service-box .service-main .item:hover .text { background: #08c;}
.service .service-box .service-main .item:hover .text * { color: #fff; transition: all .6s;}
@media (max-width:1200px) {
    .service { padding: 40px 15px;}
    .service .service-box .service-main { margin-top: 15px;}
    .service .service-box .service-main .item { width:calc(100%/2 - 10px); margin:5px;}
    .service .service-box .service-main .item .text { padding: 10px;}
    .service .service-box .service-main .item .text h3 { font-size: 16px;}
    .service .service-box .service-main .item .text p { font-size: 14px;}
}
@media (max-width:640px) {
    .service .service-box .service-main { display: flex; flex-wrap: wrap;}
    .service .service-box .service-main .item { margin: 5px; text-align: center;}
}
@media (max-width:480px) {
    .service .service-box .service-main .item .text p { display: none;}
}
/* service end */

/* advance */
.advance { padding:80px 0 0; overflow: hidden; background: #fff;}
.advance .advance-wrap { margin-top: 50px; overflow: hidden;}
.advance .advance-wrap .advance-slide { float: left; width: 50%; overflow: hidden;}
.advance .advance-wrap .swiper-slide img { display: block; width: 960px;}
.advance .advance-wrap .advance-list { float: left; width: 50%; background: #f4f4f4; overflow: hidden;}
.advance .advance-wrap .item {padding: 50px 70px;box-sizing: border-box;float: left;width: 50%;height: 300px;}
.advance .advance-wrap .item h3  {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  position: relative; font-size: 16px; color: #222; font-weight: normal; padding-bottom: 20px; border-bottom: 1px solid #e1e1e1;}
.advance .advance-wrap .item h3::after { content: ''; display: block; position: absolute; left: 0; bottom: 0; width: 20px; height: 1px; background: #08c;}
.advance .advance-wrap .item p { margin-top: 20px; /*height: 90px;*/ font-size: 14px;color: #666; line-height: 1.75; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; position: relative;}
.advance .advance-wrap .item i {display: block;margin: 25px 0 0;width:30px;}
.advance .advance-wrap .item i img { display: block; width: 100%;}
.advance .advance-wrap .item.active { background: #08c;}
.advance .advance-wrap .item.active * { color: #fff; }
.advance .advance-wrap .item.active i img { filter:contrast(0%) brightness(200%);-webkit-filter: contrast(0%) brightness(200%);-moz-filter: contrast(0%) brightness(200%);-ms-filter: contrast(0%) brightness(200%); -o-filter: contrast(0%) brightness(200%);}
@media (max-width:1440px) {
    .advance .advance-wrap .item {padding: 30px 40px;}
    .advance .advance-wrap .item h3 { font-size: 20px;}
    .advance .advance-wrap .item p { font-size: 14px;}
}
@media (max-width:1200px) {
    .advance { padding: 40px 15px;}
    .advance .advance-wrap .advance-slide { float: none; width: 100%;}
    .advance .advance-wrap { margin-top: 20px;}
    .advance .advance-wrap .item p { height:auto;}
    .advance .advance-wrap .swiper-slide img { width: 100%;}
    .advance .advance-wrap .advance-list { float: none; width: 100%;}
    .advance .advance-wrap .item { padding: 10px; height: 280px;}
    .advance .advance-wrap .item h3 { font-size: 16px; height: 70px;}
}
/* advance end */



/* customer-witness */
.customer-witness { position: relative; padding: 80px 0; display: block; background: #fff;}
.customer-witness .line-bf {position: absolute;right: 0;top: -71px;width: 475px;animation:fadeinR 1s;}
.customer-witness .line-bf  img { display: block; width: 100%;}
.customer-witness .customer-witness-box { margin-top: 35px; overflow: hidden;}

.customer-witness .customer-witness-box .customer-witness-main { display:flex; flex-direction: row; margin-top: 35px; overflow: hidden;}
.customer-witness .customer-witness-box .customer-witness-main .item { float: left; margin: 20px 10px 20px 15px; width: calc(100%/1 - 20px); border-radius: 10px; overflow: hidden; border: 0px solid #ccc; background: #f9f5f5; box-shadow: -5px 5px 10px rgba(0,0,0,0.3); transition: all 1s;}


.customer-witness .customer-witness-box .customer-witness-main .item .head { display: block; width: 100%; overflow: hidden; padding: 10px;}
.customer-witness .customer-witness-box .customer-witness-main .item .head .thumb { display: block; height: 30px; float: left;}
.customer-witness .customer-witness-box .customer-witness-main .item .head .thumb img{ width: 100%; height: 100%;}
.customer-witness .customer-witness-box .customer-witness-main .item .head .name { display: inline; height: 30px; line-height: 30px; color: #fff; font-size: 14px; font-weight: normal; margin-left: 10px; text-align: right; float: left;}


.customer-witness .customer-witness-box .customer-witness-main .item .witness-box { display: block; width: 100%; padding: 5px 10px 20px; overflow: hidden;}
.customer-witness .customer-witness-box .customer-witness-main .item .witness-box .witness { display: block; width: 100%; color: #222; font-weight: 500; transition: all 1s;}

.customer-witness .customer-witness-box .customer-witness-main .item .witness-box .witness .pro { display: flex; align-items: self-start; width: 100%;}

.customer-witness .customer-witness-box .customer-witness-main .item .witness-box .witness .pro p:first-child { width: 70px; font-weight: 540;}
.customer-witness .customer-witness-box .customer-witness-main .item .witness-box .witness .pro p:last-child { width: calc(100% - 70px); color: #666; font-size: 14px; line-height: 1.5; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.customer-witness .customer-witness-box .customer-witness-main .item .witness-box .witness .pro:nth-child(3) p:last-child {color: #f00;}

.customer-witness .customer-witness-box .customer-witness-main .item .text { display: block; padding: 10px; box-sizing: border-box; transition: all 1s;}
.customer-witness .customer-witness-box .customer-witness-main .item .text .user { display: flex; justify-content: center; align-items: center; width: 100%; height: 40px; overflow: hidden;}
.customer-witness .customer-witness-box .customer-witness-main .item .text .user .user-thumb { display: block; width: 30px; height: 30px; border-radius: 100%; overflow: hidden; float: left;}
.customer-witness .customer-witness-box .customer-witness-main .item .text .user .user-thumb img{ width: 100%; height: 100%;}

.customer-witness .customer-witness-box .customer-witness-main .item .text .user .user-info { width: calc(100% - 50px); display: inline-block; line-height: 20px; color: #666; margin-left: 10px; float: left;}
.customer-witness .customer-witness-box .customer-witness-main .item .text .user .user-info .user-name{ display: inline-block; line-height: 20px; color: #222; font-size: 12px; font-weight: normal; float: left;}
.customer-witness .customer-witness-box .customer-witness-main .item .text .user .user-info .user-position{ line-height: 20px; color: #888; font-size: 12px; font-weight: lighter; float: left; white-space: nowrap; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}

@media (max-width:1440px) {
    .customer-witness .line-bf { top: -56px; width: 375px;}
}
@media (max-width:1200px) {
    .customer-witness { padding: 40px 15px;}
    .customer-witness .line-bf { display: none;}
    .customer-witness .customer-witness-box .customer-witness-main { margin-top: 15px;}
    .customer-witness .customer-witness-box .customer-witness-main .item .text { padding: 10px;}
    .customer-witness .customer-witness-box .customer-witness-main .item .text h3 { font-size: 16px;}
    .customer-witness .customer-witness-box .customer-witness-main .item .text p { display: none; font-size: 14px;}
}
@media(max-width:1000px){}
@media(max-width:768px){}
@media(max-width:640px){}
@media(max-width:480px){}
/* customer-witness end */




/* supply */
.supply {  padding: 80px 0 0; overflow: hidden; background: #fff;}
.supply .supply-con { position: relative;margin-top: 50px; overflow: hidden; background: url(../images/supply-bg.jpg) no-repeat center; width: 100%; height: 646px; background-size: cover;}
.supply .supply-con .container { position: relative;}
.supply .supply-con .container::after { content: ""; display: block; position: absolute; left: 0; top: 0; background: url(../images/partner-bf02.png) no-repeat center; width: 1400px; height: 646px; z-index: 3;}
.supply .supply-con ul {position: relative; width: 1440px; height: 646px; display: flex; flex-direction: row; flex-wrap: wrap; margin: 0 auto; padding: 20px 0; z-index: 6;}
.supply .supply-con li { animation: linear infinite  light 2s; padding: 26px 0; /*position: absolute;*/ width: 104px; height: 104px; width: calc((100% - 40px)/5); height: 192px; margin: 5px 10px 5px 0px; background: #fff; border-radius: 50%; border-radius: 3px; overflow: hidden;}
.supply .supply-con li:nth-child(5n) {margin-right: 0px;}
.supply .supply-con li img { display: block; width: 100%;transform:scale(1.3);}
@media (max-width:992px) {
    .supply { padding-top: 40px;}
    canvas { display:none;}
    .supply .supply-con .container::after  { display:none;}
    .supply .supply-con {padding: 35px 15px;margin-top: 30px;height: auto;background: url(../images/m-supply-bg.jpg) no-repeat center!important;background-size: cover;}
    .supply .supply-con ul { display: flex; flex-wrap: wrap; width: 100%; height: auto;}
    .supply .supply-con li {width: 25%; width: calc((100% - 20px)/3); padding:10px 0; border-right: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; height: auto; border-radius: 0; animation: none;transform: scale(1)!important;position: relative;top:0!important;left:0!important;right:0!important;}
    .supply .supply-con li:nth-child(5n) {margin-right: 10px;}
    .supply .supply-con li:nth-child(3n) {margin-right: 0px;}
}
/* supply end */

/* case */
.case { position: relative; padding: 80px 0 60px; overflow: hidden; background: #fff;}
.case-wrap {display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; padding:20px 0;}
.case-wrap .item {width: calc(25% - 15px); display: flex; flex-direction: column; position: relative; box-shadow: 0 0 20px 5px rgb(200 200 200 / 20%); margin-right:20px; background: #efefef; overflow: hidden;}
.case-wrap .item:nth-child(4n) {margin-right:0px;}
.case-wrap .item .pic{display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden;}
.case-wrap .item .pic img {border-radius: 5px; transition: all .6s;}
.case-wrap .item .text{display: flex; align-items: center; text-align: left; position: relative; padding: 20px; }
.case-wrap .item .text span{ position: absolute; left:0; right:0; top:-43px; margin:auto; width: 86px; height: 86px; border-radius: 50%; background: #fff; overflow: hidden;}
.case-wrap .item .text span img { display: block; width: 100%;}
.case-wrap .item .text p {font-size: 16px;color: #626262; margin-top: 30px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2; overflow: hidden;}
.case-wrap .item:hover .pic  img { transform: scale(1.05);}
.case-wrap .item:hover .text { background: #08c;}
.case-wrap .item:hover .text p { color: #fff;}
@media (max-width:992px) {
    .case { padding: 40px 15px;}
    .case-wrap .item { width: calc(50% - 15px); margin-top: 10px;}
    .case-wrap .item:nth-child(2n) { margin-right: 0px;}
    .case-wrap .item .text span { width: 64px; height: 64px;  top: -32px;}
    .case-wrap .item .text { padding: 20px 10px 0; height: 90px;}
    .case-wrap .item .text p { margin-top:0; font-size: 14px;}
}
/* case end */

/* indexForm */
.indexForm { padding:80px 0 0; box-sizing: border-box; background: url(../images/indexFormBg.jpg) no-repeat center; width: 100%; height: 548px; height: 348px; background-size: cover;}
.indexForm .wrap-title font{ color: #fff;}
.indexForm .wrap-title span{ color: #ff6400;}
.indexForm-form { text-align: center; margin: 65px auto 0;display: block;overflow: hidden;font-size: 0;}
.indexForm-form input {padding-left: 20px;vertical-align: middle;font-size: 14px; margin: 5px 10px; display: inline-block;/*width: 420px;*/height: 60px;background: #fff;outline: none;border:none;}
.indexForm-form button {display: inline-block;vertical-align: middle;width: 210px; height: 60px; line-height: 60px;text-align: center;font-size: 14px; border: 0; color: #fff;background: #08c;}
.indexForm-form button i { margin-left: 50px; font-size: 18px;}
@media (max-width:992px) {
    .indexForm{ padding:40px 15px; height: auto; background: url(../images/m-indexFormBg.jpg) no-repeat center;}
    .indexForm .wrap-title span{ display: block;}
    .indexForm-form { margin: 35px auto 0;}
    .indexForm-form input { width: 70%; height: 45px; font-size: 14px;}
    .indexForm-form button { width: 70%; height: 45px; line-height: 45px; font-size: 14px;}
}
@media (max-width:480px) {
    .indexForm-form input { width: 96%;}
    .indexForm-form button { width: 96%;}
}
/* indexForm end */


/* news */
.news { padding: 80px 0; background: #fff;}
.news-con { display: block; width: 100%; overflow: hidden;}
.news-con .news-menu { margin: 40px 0; overflow: hidden; text-align: center;}
.news-con .news-menu ul { display: flex; justify-content: center;}
.news-con .news-menu li { margin: 0 13px; font-size: 16px; width: 135px; height: 40px; line-height: 40px; text-align: center;}
.news-con .news-menu li a { display: block; width: 100%; height: 40px; background:#f4f4f4; border-radius: 20px;}
.news-con .news-menu li.active a {background: #08c; color: #fff;}
.news-con .news-slide { display: block; overflow: hidden;}
.news-con .news-slide .item { margin: 0 12px; float: left; width: calc(100%/3 - 24px);}
.news-con .news-slide .pic { display: block; width: 100%; overflow: hidden;}
.news-con .news-slide .pic img { display: block; width: 100%; transition: all 1s;}
.news-con .news-slide .text { padding: 35px 30px; box-sizing: border-box; display: block; background: #f4f4f4;}
.news-con .news-slide .text h3 {  font-size: 16px; color: #333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1; overflow: hidden;}
.news-con .news-slide .text em { display: block; margin: 10px 0 25px; font-size: 12px; color: #999;}
.news-con .news-slide .text p { display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3; overflow: hidden; font-size: 14px; line-height: 1.5; color: #666;}
.news-con .news-slide .item:hover img { transform: scale(1.1);}
.news-con .news-slide .item:hover .text { background: #08c;}
.news-con .news-slide .item:hover .text * { color: #fff;}
.news-con .news-slide .item.fq { margin: 0 12px 24px; width: calc(100%/2 - 24px);}
.news-con .news-slide .item.fq .text p {-webkit-line-clamp:4; height:85px;}


/*blog*/
.news-con .news-slide .blog-faq { display: flex; flex-direction: row; align-items: flex-start; justify-content: center; width: 100%; overflow: hidden;}
.news-con .news-slide .blog-faq .blog-area { display: flex; justify-content: space-between; overflow: hidden; float: left;}

.news-con .news-slide .blog-faq .blog-area{display:flex;flex-wrap:wrap;justify-content:space-between; flex-direction: row; }
.news-con .news-slide .blog-faq .blog-area .list-item{ width: 32%; display:flex;flex-wrap:wrap;justify-content:space-between;padding:5px; border-radius: 5px; margin-bottom: 20px; overflow:hidden;background:#fff;border-bottom:#f0f0f0 solid 0px;}
.news-con .news-slide .blog-faq .blog-area .list-item:hover{background:rgb(250, 250, 250); cursor: pointer;}
.news-con .news-slide .blog-faq .blog-area .list-itemm:hover .pic img{transform:scale(1.1);}
.news-con .news-slide .blog-faq .blog-area .list-item:hover .btnBox a{ background:#fff; color:#08c; transition:all .5s;}
.news-con .news-slide .blog-faq .blog-area .pic{width:100%;overflow:hidden;border:#f0f0f0 solid 1px; border-radius: 5px 5px 0 0; position: relative;}
.news-con .news-slide .blog-faq .blog-area .pic img{display:block;width:100%;height: 100%;transition:all 1s;}
.news-con .news-slide .blog-faq .blog-area .pic .date{display:inline; padding: 1px 3px; border-radius: 2px; transition:all 1s; font-size: 12px; background: rgba(255, 255, 255, 0.9); color: #666; bottom: 5px; right: 5px; position: absolute; }
.news-con .news-slide .blog-faq .blog-area .pic:hover img{transform:scale(1.1);}
.news-con .news-slide .blog-faq .blog-area .text{position:relative;width:calc(100% - 0px); padding: 0 5px 20px; border-radius: 0 0 5px 5px; overflow:hidden;}
.news-con .news-slide .blog-faq .blog-area .hd{line-height:30px;overflow:hidden;}
.news-con .news-slide .blog-faq .blog-area .hd h3{line-height:30px;font-size:16px;color: #626262;overflow:hidden;text-overflow:ellipsis;/*white-space:nowrap;*/}
.news-con .news-slide .blog-faq .blog-area .hd h3 a{color:#626262;}
.news-con .news-slide .blog-faq .blog-area .hd h3 a:hover{color:#08c;}
.news-con .news-slide .blog-faq .blog-area .hd em{display:block;display:none;float:right;font-size:14px;font-family:"DIN Medium";color:#999;}
.news-con .news-slide .blog-faq .blog-area .hd p{margin-top:30px; margin-top:15px; /*height: 75px;*/ line-height: 25px; font-size: 14px; color: #999; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.news-con .news-slide .blog-faq .blog-area .bd{padding-top:10px;overflow:hidden;}
.news-con .news-slide .blog-faq .blog-area .bd p{height:75px;line-height:25px;font-size:14px;color:#999;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}

.news-con .news-slide .blog-faq .faq-area { display: block;  height: 100%; padding:5px; overflow:hidden;}

.news-con .news-slide .blog-faq .faq-area dl {line-height: inherit; padding: 0 0 5px;}
.news-con .news-slide .blog-faq .faq-area dl dt {display: flex; align-items: center; padding: 0 0 5px; line-height: 22px; margin-bottom: 20px;}
.news-con .news-slide .blog-faq .faq-area dl dt b{font-size: 22px; padding-left: 10px;}
.news-con .news-slide .blog-faq .faq-area dl dt span{display: inline-block; width: 5px; height: 27px; background: rgba(0, 136, 204, 1);}
.news-con .news-slide .blog-faq .faq-area dl dd {padding: 5px 0; border-bottom: rgba(153, 153, 153, 0.3) 1px dashed;}
.news-con .news-slide .blog-faq .faq-area dl dd span, .news-con .news-slide .blog-faq .faq-area dl dd a{display: inline-block; padding: 5px 0; line-height: 25px; font-size: 14px; color: rgba(0, 0, 0, 1); text-decoration: none;}
.news-con .news-slide .blog-faq .faq-area dl dd span {color: #999;}
.news-con .news-slide .blog-faq .faq-area dl dd:last-child{border-bottom: none;}

.news-con .news-slide .blog-faq .faq-area li .tips {position: relative; height: 28px; line-height: 28px;}
.news-con .news-slide .blog-faq .faq-area li .tips span{padding: 0 5px; border-radius: 100px; background: rgb(240, 240, 240); color: #666; font-size: 12px; line-height: 24px; text-align: center;}
.news-con .news-slide .blog-faq .faq-area li .tips span:first-child{position: absolute; left: 0; top: 50%; transform: translate(0%, -50%);}
.news-con .news-slide .blog-faq .faq-area li .tips span:last-child{position: absolute; right: 0; top: 50%; transform: translate(0%, -50%);}
.news-con .news-slide .blog-faq .faq-area li a {color: #000; line-height: 30px; font-size: 16px; padding: 5px 0; margin: 10px 0; display: inline-block; white-space: wrap; width: 100%;}
.news-con .news-slide .blog-faq .faq-area li p {color: #999; height: 50px; line-height: 25px; overflow:hidden;display:-webkit-box; white-space: wrap; -webkit-box-orient:vertical;-webkit-line-clamp:2;}

@media (max-width:992px) {
    .news  { padding: 40px 15px;}
    .news-con .news-menu  { margin: 10px 0 20px;}
    .news-con .news-menu li { margin: 0 6px; flex: auto; width: auto; font-size: 16px;}
    .news-con .news-slide .item { margin: 10px 0; width: 100%; float: none;}
    .news-con .news-slide .text { padding: 15px;}
    .news-con .news-slide .text h3 { font-size: 16px;}
    .news-con .news-slide .text em { margin: 10px 0;}
    .news-con .news-slide .item:nth-child(n+2) .pic { display: none;}
    .news-con .news-slide .item:nth-child(n+2) .text p {-webkit-line-clamp:2;}
    .news-con .news-slide .item.fq {width:100%;margin: 6px 0;}
    .news-con .news-slide .blog-faq {flex-direction: column; }
    .news-con .news-slide .blog-faq .faq-area { width: 100%;}
    .news-con .news-slide .blog-faq .faq-area dl dd { display: flex; flex-direction: column; justify-content: space-between;}
}

@media (max-width:640px) {
    .news-con .news-slide .blog-faq .blog-area .list-item{padding:2px;}
    .news-con .news-slide .blog-faq .blog-area .list-item .pic, .news-con .news-slide .blog-faq .blog-area .list-item .text{width:100%;}
    .news-con .news-slide .blog-faq .blog-area .list-item .text{padding:10px 5px 20px;}
    .news-con .news-slide .blog-faq .blog-area .list-item .hd h3{font-size:14px;}
    .news-con .news-slide .blog-faq .blog-area .list-item .bd{padding-top:6px;}
    .news-con .news-slide .blog-faq .blog-area .list-item .bd p{height:44px; line-height:22px; -webkit-line-clamp:2; font-size: 12px;}
    .news-con .news-slide .blog-faq .blog-area .list-item .hd p{font-size:12px; margin-top:10px;}
}
@media(max-width:480px){
    .news-con .news-slide .blog-faq .blog-area .list-item{width: 49%;}
    .news-con .news-slide .blog-faq .blog-area .text{padding:5px 0 10px;}
    .news-con .news-slide .blog-faq .blog-area .hd h3{ line-height: 24px;}
    .news-con .news-slide .blog-faq .blog-area .bd p{font-size:14px; height:44px;line-height:22px;-webkit-line-clamp:2;}
}
/* news end */