@charset "utf-8";
@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype'),
         url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* ===================首页样式========================== */
.banner{width: 100%;overflow: hidden;position: relative;}
.banner-img{width: 100%; position: relative;}
.banner-img img{ width:100%;}
.banner-img .wen{ position: absolute; top:20%; color: #fff;width: 50%;}
.banner-img .wen .p1{    font-size: 32px;
    font-weight: bold;}
.banner-img .wen .p2{    font-size: 24px;
    margin-top: 6px;}
    .banner-img .wen a {
        background: #01a6e6;
        display: inline-block;
        padding: 16px 70px;
        margin-top: 20%;
        transition: all 0.3s ease;
        border-radius: 3px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
        position: relative;
        overflow: hidden;
    }
    
    .banner-img .wen a i {
        margin-left: 10px;
        transition: transform 0.3s ease;
    }
    
    .banner-img .wen a:hover i {
        transform: translateX(5px);
    }
.banner-imgpc,.banner-imgmb{width: 100%;object-fit: cover;}
.banner-imgpc{min-height: 360px;}
.banner-imgmb{min-height: 320px;display: none;}
.banner .swiper-pagination{bottom: 38px;}
.banner .swiper-pagination-bullet {width: 76px;height: 3px;border-radius: 0;background: rgba(255, 255, 255, .2);opacity: 1;position: relative;margin: 0 10px !important;}
.banner .swiper-pagination-bullet:before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 0;height: 3px;z-index: 1;transition: 0s;}
.banner .slideOntrue.swiper-pagination-bullet:before{width: 100%;transition: all 4s ease;}
.banner .swiper-slide {position: relative;}
.banner .swiper-slide video {position: absolute;width: 100%;left: 0px;top: 0;height: 100%;object-fit: cover;}
.banner-img .wen a:hover {
    background: #0185ba;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(1, 166, 230, 0.3);
}

.s_tit{ font-size: 32px; color: #01a6e6;font-weight: bold; text-align: center;}
.s_tit2{ font-size: 16px; color: #666; text-align: center; margin-bottom: 40px;}


.about{ margin: 40px auto;}
.about .she{ background: #e5e9ee;display: flex;}
.about .fl{    width: 50%;
    float: left;
    padding: 1% 3%;}
.about .fl .wen{    margin-left: 70px;}
.about .fl .wen .p0{     font-size: 28px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 22px;}
.about .fl .wen .p1{     font-size: 28px;
    margin-bottom: 12px;
    margin-top: 30px;}
.about .fl .wen .p0 i{    position: absolute;
    bottom: -8px;
    background: #333;
    width: 40px;
    height: 3px;
    left: 0px;}
.about .fl .wen .p2{    font-size: 14px;
    color: #666;
    line-height: 30px;}
.about .fl .wen .p2 p{line-height: 30px;}
.about .fr{     width: 50%;
    float: right;
    position: relative;}
.about .fr .bj{ width: 100%;height: 100%;}
.about .fr ul{    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #0000008c;
    color: #fff;
    padding: 16px 0px 24px;}
.about .fr ul li{    width: 33.33%;
    float: left;
    text-align: center;}
.about .fr ul li img{    display: block;
    margin: 16px auto;
    width: 45px;}
.about .fr ul li p{font-size: 28px;
    font-weight: bold;
    margin: 10px auto;}
.about .fr ul li span{    font-size: 14px;}




.intro_history {
	width:100%;
	    padding-top: 10px;    padding-bottom: 20px;
	position:relative
}
@media (max-width: 1681px) {
	.intro_history {
	padding-top:30px;
	padding-bottom:0px
}
}@media (max-width: 668px) {
	.intro_history {
	padding-top:20px;
	padding-bottom:20px;
	background:#f3f6fa
}
}.intro_history .blocks {
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	z-index:2
}
@media (max-width: 668px) {
	.intro_history .blocks {
	display:none
}
}.intro_history .blocks:after {
	content:'';
	display:block;
	width:1700px;
	height:100%;
	background:#f3f6fa;
	position:absolute;
	right:-740px;
	bottom:0;
	z-index:2;
	-webkit-transform:skew(-40deg, 0deg);
	-ms-transform:skew(-40deg, 0deg);
	transform:skew(-40deg, 0deg);
	-webkit-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0
}
@media (max-width: 1440px) {
	.intro_history .blocks:after {
	width:1200px;
	right:-620px;
	-webkit-transform:skew(-35deg, 0deg);
	-ms-transform:skew(-35deg, 0deg);
	transform:skew(-35deg, 0deg)
}
}@media (max-width: 1380px) {
	.intro_history .blocks:after {
	right:-725px
}
}@media (max-width: 1180px) {
	.intro_history .blocks:after {
	width:1000px;
	right:-525px
}
}@media (max-width: 668px) {
	.intro_history .blocks:after {
	-webkit-transform:skew(-20deg, 0deg);
	-ms-transform:skew(-20deg, 0deg);
	transform:skew(-20deg, 0deg)
}
}.intro_history .inner {
	position:relative;
	z-index:3
}
.intro_history .inner .title {
	text-align:center;
	font-size:40px;
	color:#003ca6;
	margin-bottom:50px
}
@media (max-width: 1681px) {
	.intro_history .inner .title {
	font-size:30px
}
}@media (max-width: 668px) {
	.intro_history .inner .title {
	font-size:20px;
	margin-bottom:20px
}
.intro_history_list_w {
    padding: 0 15px;
    position: relative;
}
.intro_history .inner .swiper-slide {
    width: 100% !important;}
}.intro_history_list_w {
	padding:0 40px;
	position:relative
}
.intro_history_list_w .arrow {
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#aaa;
	color:#ffff;
	-webkit-border-radius:100%;
	border-radius:100%;
	cursor:pointer;
	position:absolute;
	top:50%;
	margin-top:-20px;
	z-index:2;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s
}
.intro_history_list_w .arrow i.iconfont {
	font-size:12px
}
.intro_history_list_w .arrow.intro_history_prev {
	left:0
}
.intro_history_list_w .arrow.intro_history_next {
	right:0
}
.intro_history_list_w .arrow:hover {
	background:#003ca6
}
.intro_history_list:after {
	content:'';
	display:block;
	width:100%;
	height:1px;
	line-height:1px;
	background:#bababa;
	position:absolute;
	left:0;
	top:50%
}
@media (max-width: 668px) {
	.intro_history_list:after {
	display:none
}
}.intro_history_list .swiper-slide .item {
	width:100%;
	    height: 500px;
	position:relative
}
@media (max-width: 668px) {
	.intro_history_list .swiper-slide .item {
	height:auto
}
}.intro_history_list .swiper-slide .item .img {
	position:absolute;
	left:0;
	bottom:0
}
@media (max-width: 668px) {
	.intro_history_list .swiper-slide .item .img {
	position:static;
	z-index:1
}
}.intro_history_list .swiper-slide .item .img img {
	width:100%
}
.intro_history_list .swiper-slide .item .line {
	width:1px;
	height:80px;
	background:url("../images/history_line.png") repeat-y;
	position:absolute;
	left:50%;
	bottom:50%
}
@media (max-width: 668px) {
	.intro_history_list .swiper-slide .item .line {
	display:none
}
}.intro_history_list .swiper-slide .item .line i {
	display:block;
	width:100%;
	height:100%;
	position:relative
}
.intro_history_list .swiper-slide .item .line i:before {
	content:'';
	display:block;
	width:17px;
	height:17px;
	-webkit-border-radius:100%;
	border-radius:100%;
	background:#a9ccf1;
	position:absolute;
	left:50%;
	margin-left:-9px;
	top:-9px;
	z-index:1
}
.intro_history_list .swiper-slide .item .line i:after {
	content:'';
	display:block;
	width:11px;
	height:11px;
	-webkit-border-radius:100%;
	border-radius:100%;
	background:#046ad6;
	position:absolute;
	left:50%;
	margin-left:-6px;
	top:-6px;
	z-index:2
}
.intro_history_list .swiper-slide .item .date {
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	-webkit-border-radius:100%;
	border-radius:100%;
	background-color:#046ad6;
	color:#fff;
	font-size:20px;
	position:absolute;
	left:50%;
	margin-left:-40px;
	    top: 56px;   animation: aa 2s ease-in-out infinite;
}
.intro_history_list .swiper-slide .item .txt:hover{ color: #01a6e6;}
.news-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.news-desc {
    font-size: 12px !important;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

 @keyframes aa
 {
 0%   {box-shadow: 0 0 0px rgba(3,73,145,0.8);}
 25%  {box-shadow: 0 0 5px rgba(3,73,145,0.8);}
 50%  {box-shadow: 0 0 10px rgba(3,73,145,0.8);;}
 75%  {box-shadow: 0 0 5px rgba(3,73,145,0.8);}
 100% {box-shadow: 0 0 0px rgba(3,73,145,0.8);}
 }
 
 @-webkit-keyframes leftToRight4 /*Safari and Chrome*/
 {
 0%   {box-shadow: 0 0 0px rgba(3,73,145,0.8);}
 25%  {box-shadow: 0 0 5px rgba(3,73,145,0.8);}
 50%  {box-shadow: 0 0 10px rgba(3,73,145,0.8);}
 75%  {box-shadow: 0 0 5px rgba(3,73,145,0.8);}
 100% {box-shadow: 0 0 0px rgba(3,73,145,0.8);}
 }	
@media (max-width: 668px) {
	.intro_history_list .swiper-slide .item .date {
	position:relative;
	left:0;
	top:0;
	margin:12px auto 0;
	z-index:2
}
}.intro_history_list .swiper-slide .item .txt {
    font-size: 15px;
    line-height: 26px;
	height:96px;
	color:#666;
	text-align:center;
	position:absolute;
	left:0;
	bottom: 120px;
}
@media (max-width: 668px) {
	.intro_history_list .swiper-slide .item .txt {
	position:static;
	height:auto;
	margin-top:10px
}
}@media (min-width: 668px) {
	.intro_history_list .swiper-slide:nth-of-type(even) .item .img {
	top:0
}
.intro_history_list .swiper-slide:nth-of-type(even) .item .line {
	top:50%
}
.intro_history_list .swiper-slide:nth-of-type(even) .item .line i:before {
	top:auto;
	bottom:-9px
}
.intro_history_list .swiper-slide:nth-of-type(even) .item .line i:after {
	top:auto;
	bottom:-6px
}
.intro_history_list .swiper-slide:nth-of-type(even) .item .date {
	top:auto;
	bottom: 50px;
}
.intro_history_list .swiper-slide:nth-of-type(even) .item .txt {
	top:80px
}
}



.indvd{width: 100%;position: relative;height: 542px;background-repeat: no-repeat !important;background-position: center !important;background-size: cover !important;}
.indvd-wd{position: absolute;width: 580px;text-align: center;left: 35%;margin-left: -290px;top: 44%;transform: translateY(-50%);z-index: 2;color: #fff;}
.indvd-wddh{width: 100%;}
.indvd-wd h5, .indvd-wd h2{font-size: 36px; font-weight: bold;}
.indvd-wd h6{  
    font-size: 30px;
    line-height: 30px;
    margin: 54px auto 30px;
}
.indvd-wd p{font-size: 16px;
    line-height: 30px;}
.indvd-click{width: 60px;height: 60px;margin: 40px auto 0;}
.indvd-click i{display: block;width: 100%;height: 100%;background: url('../images/vdck.png') no-repeat center /100% auto;cursor: pointer;}
.indvd-click:hover i{animation: indvdI .8s ease-in-out both;}
@keyframes indvdI{0%{transform: scale(1);}30%{transform: scale(.8);}50%{transform: scale(1);}70%{transform: scale(.9);}100%{transform: scale(1);}}


.s_cp{ margin: 40px auto;}
.s_cp ul{}
.s_cp ul li{    margin-bottom: 20px;}
.s_cp ul li .pic .tit{    position: absolute;
    top: 10%;
    left: 5%;
    font-size: 24px;}
.s_cp ul li .pic{   overflow: hidden;background: #ebeef3;
    position: relative;}
.s_cp ul li .pic img{    width: 100%;}
.s_cp ul li:hover .tit{color: #01a6e6;}


.kh{    padding: 40px 0px 26px;
    background: #f0f2f5;}
.kh ul{}
.kh ul li{}
.kh ul li .pic{    overflow: hidden;
    margin-bottom: 26px;}
.kh ul li .pic img{width: 100%;}

.s_news{margin: 40px auto;}
.s_news ul{}
.s_news ul li{}
.s_news ul li .she{      padding: 40px 24px;  border-bottom: 1px solid #dedede;}
.s_news ul li .she .fl{    float: left;
    padding-right: 30px;}
.s_news ul li .she .fl p{font-size: 16px;display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    color: #999;}
.s_news ul li .she .fl span{font-size: 34px;
    color: #999;
    display: flex;padding: 24px 0px 4px;}
.s_news ul li .she .fr p{font-size: 18px;display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;}
.s_news ul li .she .fr span{    color: #888;
    line-height: 24px;
    padding: 26px 0px 4px;display:-webkit-box;
-webkit-line-clamp: 2;
overflow: hidden;
/* autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */
    display: flex;}
.s_news ul li .she:hover{    box-shadow: 0px 0px 20px #e4e4e4;border-bottom: 1px solid #ffffff;}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
    .project {padding-top: 100px;}
    .case, .news{padding: 100px 0;}
    .project-lp, .case-list, .news-list{margin-top: 64px;}
    .product-wd{left: 4%;}
    .indvd{height: 446px;}
		.attest li {

		    width: 160px;
		    margin: 10px 1%;
		}
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .project {padding-top: 80px;}
    .case, .news{padding: 80px 0;}
    .project-lp, .case-list, .news-list{margin-top: 58px;}
    .product-wdtit h6, .product-wdtit h1, .indvd-wd h5, .indvd-wd h2{font-size: 36px;}
    .product-img img{width: 468px;}
    .product-L .product-img-left{width: 468px;}
    .product-R .product-img-right{width: 468px;}
    .product-img{width: 234px;}
    .product-img-left {margin-left: -234px;}
    .product-img-right {margin-right: -234px;}
    .product {height: 668px;}
    .indvd-wd h6, .indvd-wd h1 {font-size: 20px;line-height: 30px;margin: 20px 0;}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
    .project {padding-top: 70px;}
    .case, .news{padding: 20px 0;}
    .project-lp, .case-list, .news-list{margin-top: 28px;}
    .product-wdtit h6, .product-wdtit h1, .indvd-wd h5, .indvd-wd h2 {font-size: 32px;}
    .indvd{height: 402px;}
		.s_tit2 {
		    margin-bottom: 28px;
		}
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .project {padding-top: 64px;}
    .case, .news{padding: 64px 0;}
    .project-lp, .case-list, .news-list{margin-top: 50px;}
    .project-qq{transform: scale(.8);}
    .project-lpimg{height: 600px;}
    .product-wddes p span{min-width: 82px;}
    .product {height: 550px;}
    .product-img img{width: 400px;}
    .product-L .product-img-left{width: 400px;}
    .product-R .product-img-right{width: 400px;}
    .product-img{width: 200px;}
    .product-img-left {margin-left: -200px;}
    .product-img-right {margin-right: -200px;}
    .case-wd h6, .case-wd h1{font-size: 22px;}
    .case-wdicitem {margin-right: 48px;}
    .case-wdic {margin: 24px 0 32px;}
    .indvd{height: 356px;}
    .indvd-wd h6, .indvd-wd h1 {font-size: 16px;line-height: 24px;margin: 16px 0;}
    .indvd-click {width: 54px;height: 54px;margin: 36px auto 0;}
    .news-wd p {font-size: 20px;line-height: 20px;margin: 10px 0 24px;}
    .product-wdtit h6, .product-wdtit h1, .indvd-wd h5, .indvd-wd h2 {font-size: 28px;}
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .project {padding-top: 58px;}
    .case, .news{padding: 58px 0;}
    .project-lp, .case-list, .news-list{margin-top: 44px;}
    .product-wddes p {font-size: 14px;line-height: 30px;}
    .product-wdtit h6, .product-wdtit h1, .indvd-wd h5, .indvd-wd h2 {font-size: 24px;}
    .product-wddes p span {min-width: 68px;}
    .case-wdicitem {margin-right: 32px;}
    .news-wd p {font-size: 18px;line-height: 20px;margin: 10px 0 20px;}
    .news-wd {padding: 24px 0 0;}
    .indvd{height: 320px;}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .product-wddes {margin: 16px 0 24px;}
    .product {height: 480px;}
    .product-img img{width: 340px;}
    .product-L .product-img-left{width: 340px;}
    .product-R .product-img-right{width: 340px;}
    .product-img{width: 170px;}
    .product-img-left {margin-left: -170px;}
    .product-img-right {margin-right: -170px;}
    .case-wdicitem img{width: 40px;}
    .case-wdicitem p{margin-left: 8px;}
    .case-wdicitem p b, .case-wdicitem p span{font-size: 13px;}
    .indvd{    height: 340px;}
    .banner-imgpc{display: none;}
    .banner-imgmb{display: block;}
    /* .bannerVideo, .banner .swiper-pagination span:first-child{display: none !important;} */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .banner .swiper-pagination {bottom: 18px;}
    .product-wd{margin-top: 0;top: 0;width: 100%;background: #fff;left: 0;padding: 36px 0 28px;text-align: center;}
    .product {height: 728px;}
    .product-L .product-left{width: 100%;}
    .product-L .product-right{width: 0%;}
    .product-R .product-left{width: 0%;}
    .product-R .product-right{width: 100%;}
    .case-list li{width: 100%;}
    .case-list li:last-child{margin-top: 32px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .banner .swiper-pagination {bottom: 16px;}
    .banner .swiper-pagination-bullet {width: 40px;margin: 0 6px !important;}
    .product-wdtit p {font-size: 16px;margin-top: 14px;}
    .product-wddes {margin: 12px 0;}
    .product-wddes p{line-height: 22px;}
    .product-img img{width: 280px;}
    .product-L .product-img-left{width: 280px;}
    .product-R .product-img-right{width: 280px;}
    .product-img{width: 140px;}
    .product-img-left {margin-left: -140px;}
    .product-img-right {margin-right: -140px;}
    .product {height: 608px;}
    .project {padding-top: 36px;}
    .project-lp, .case-list, .news-list {margin-top: 28px;}
    .case, .news {padding: 2px 0 16px;}
    .case-wd h6, .case-wd h1 {font-size: 20px;}
    .case-wdicitem img {width: 32px;}
    .case-wdicitem p b, .case-wdicitem p span {font-size: 12px;}
    .case-wdicitem p {margin-left: 6px;}
    .case-wdicitem {margin-right: 8px;}
    .case-wdic {margin: 16px 0 20px;}
    .indvd-wd {width: 100%;left: 0;margin-left: 0;padding: 0 4%;top: 50%;}
    .indvd-wd h6, .indvd-wd h1 {font-size: 14px;line-height: 20px;margin: 10px 0;}
    .indvd-wd p {line-height: 28px;
    font-size: 16px;}
    .indvd-click {width: 44px;height: 44px;margin: 24px auto 0;}
    .indvd {background-position-x: -300px !important;}
    .news-list ul {margin-left: 0;}
    .news-list li {width: 100%;margin-left: 0;}
    .news-wd p {margin: 10px 0 14px;}
    .news-list li:nth-child(n+2){margin-top: 4px;}
    .news-wd {padding: 18px 0 0;}
    .circlePage{display: none;}
    .project-qq {transform: scale(1);width: 100%;height: auto;}
    .project-wdtit li{font-size: 24px;}
    .project-wddes {margin: 6px 0 24px;}
    .project-lpimg {height: auto;min-height: 280px;}
    .project-wd {margin-top: -90px;}
    .project-mbqq{display: block;}

    .popVideo-content{width: 92%;}
    .popVideo-close {right: 0;top: -32px;}






}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -4px 18px rgba(20, 39, 57, 0.12);
    padding: 14px 18px;
    z-index: 9999;
    display: none;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
}

.cookie-content p {
    margin: 0;
    flex: 1;
    min-width: 300px;
    color: #405060;
    font-size: 14px;
    line-height: 1.6;
}

.cookie-buttons {
    display: flex;
    gap: 9px;
    align-items: center;
}

.cookie-accept, .cookie-decline {
    min-width: 68px;
    padding: 8px 18px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.cookie-accept {
    background: #01a6e6;
    color: white;
}

.cookie-decline {
    background: #f5f5f5;
    color: #666;
}

.cookie-accept:hover {
    background: #0185ba;
}

.cookie-decline:hover {
    background: #e5e5e5;
}

.privacy-link {
    color: #01a6e6;
    text-decoration: none;
    margin-right: 8px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .cookie-consent {
        padding: 10px 12px;
    }

    .cookie-content {
        text-align: left;
        gap: 10px;
    }

    .cookie-content p {
        min-width: 0;
        width: 100%;
        font-size: 12px;
        line-height: 1.5;
    }

    .cookie-buttons {
        width: 100%;
        justify-content: flex-end;
        gap: 8px;
    }

    .cookie-accept,
    .cookie-decline {
        min-width: 58px;
        padding: 7px 14px;
        font-size: 12px;
    }

    .privacy-link {
        margin-right: auto;
        font-size: 12px;
    }
}
  /* ... 现有样式 ... */
    
  .video-container {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#productVideo {
    width: 100%;
    border-radius: 4px;
    background: #000;
}

@media (max-width: 768px) {
    .video-container {
        padding: 10px;
        margin: 10px auto;
    }
}
