@import "font-awesome.css";
@import "michuan.css";
@import "animate.css";
@import "swiper.min.css";
*{box-sizing:border-box}
.wrap{width:100%;max-width:1610px;margin:0 auto;}
.flex{display: flex;flex-wrap:wrap;justify-content:space-between}
.list.flex{justify-content:flex-start;}
.main{padding:60px 0;}

.banner{position: relative;overflow: hidden;}
.banner .p img{width: 100%;}

.header_logo{height:55px;display: flex;align-items: center;justify-content: center;background:var(--bgcolor);}
.header{transition-duration:.4s;z-index:999999999;position: fixed;justify-content: center;height:55px;display:flex;align-items: center;top:55px;left:0;width:100%;background:rgba(0,16,40,.57);}
.header .menu{display: flex;flex-wrap: wrap;gap:90px;}
.header .menu .item{position: relative;}
.header .menu .item h3 a{font-size: 18px;color: #fff;font-weight:100;line-height:55px;position: relative;overflow: hidden;display: block;}
.header .menu .item h3 a::after{content: "";position: absolute;bottom:10px;left: 0;width: 0;height: 2px;background:#fff;transition: all .3s ease-in-out;}
.header .menu .item.on h3 a::after,.header .menu .item h3 a:hover::after{width: 100%;}
.header .menu .item .sub{transform: scaleY(0);transform-origin: top;transition:transform 0.3s ease-in-out;position: absolute;left:0;top:55px;width:100%;min-width:200px;background:#FFF;box-shadow:0 15px 30px rgba(23,146,78,.15);}
.header .menu .item .sub:before{opacity:1;content: '';width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom: 10px solid #FFF;position: absolute;top:-9px;left:10px;z-index:2;transition:opacity 0.3s ease-in-out;}
.header .menu .item .sub a{text-transform:uppercase;padding:0 10px;display:flex;align-items: center;font-size:14px;height:45px;}
.header .menu .item .sub a:hover{background:var(--bgcolor);color:#FFF;}
.header .menu .item:hover .sub{transform: scaleY(1);}
.header .menu .item .pro_sub{transform: scaleY(0);transform-origin: top;transition:transform 0.3s ease-in-out;transition-duration:.4s;position: fixed;top:110px;left:0;width:100%;background:#202020;padding:20px 0 40px 0;}
.header .menu .item .pro_sub .hd{height:320px;overflow-y:scroll;;width:270px;padding:0 10px}
.header .menu .item .pro_sub .hd::-webkit-scrollbar-track{background:#FFFFFF;}
.header .menu .item .pro_sub .hd::-webkit-scrollbar-thumb{border-radius:2px;}
.header .menu .item .pro_sub .hd a{position: relative;;display:flex;align-items: center;padding:0 25px 0 10px;height:45px;border-bottom:1px solid #4D4D4D;font-size:15px;color:#fff;}
.header .menu .item .pro_sub .hd a i{position: absolute;right:5px;top:50%;transform: translateY(-50%);font-size:15px;}
.header .menu .item .pro_sub .hd a:hover,.header .menu .item .pro_sub .hd a.on{background:#1f519d;color:#fff;}
.header .menu .item .pro_sub .bd{width:calc(100% - 270px);padding:0 30px;}
.header .menu .item .pro_sub .bd .box{width:100%;display:none;overflow: hidden;}
.header .menu .item .pro_sub .bd .box .box_alt{width:100%;}
.header .menu .item .pro_sub .bd .box .box_alt .t{font-size:16px;color:#FFFFFF;}
.header .menu .item .pro_sub .bd .box .box_alt .m a{font-size:16px;color:#FFFFFF;}
.header .menu .item .pro_sub .bd .box .box_alt .m a:hover{color:#1f519d;}
.header .menu .item .pro_sub .bd .box .box_info{display:block;width:100%;;margin-top:15px}
.header .menu .item .pro_sub .bd .box .box_info .pitem{width:calc(100% / 5 - 24px);float:left;margin-right:30px;border-radius:8px;}
.header .menu .item .pro_sub .bd .bd .box .box_info .pitem{width:calc(100% / 4 - 22.5px);margin-right:30px;}
.header .menu .item .pro_sub .bd .box .box_info .pitem:last-child{margin-right:0;}
.header .menu .item .pro_sub .bd .box .box_info .pitem a{display:block;width:100%;background:#FFFFFF;border-radius:8px}
.header .menu .item .pro_sub .bd .box .box_info .pitem a .pic{padding:8px;width:100%;height:100%;border-radius:8px 8px 0 0;}
.header .menu .item .pro_sub .bd .box .box_info .pitem a .pic img{width:100%;height:100%;object-fit: cover;border-radius:8px 8px 0 0;}
.header .menu .item .pro_sub .bd .box .box_info .pitem a .p{transition-duration:.4s;padding:10px 15px 15px;border-radius:0 0 8px 8px;background:#E5E5E5;}
.header .menu .item .pro_sub .bd .box .box_info .pitem a .p h4{transition-duration:.4s;font-size:15px;color:#202020;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.header .menu .item .pro_sub .bd .box .box_info .pitem a .p p{transition-duration:.4s;margin-top:4px;font-size:16px;color:#202020;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.header .menu .item .pro_sub .bd .box .box_info .pitem:hover .p{background:#1f519d;color:#fff;}
.header .menu .item .pro_sub .bd .box .box_info .pitem:hover .p h4{color:#fff;}
.header .menu .item .pro_sub .bd .box .box_info .pitem:hover .p p{color:#fff;}
.header.height .menu .item .pro_sub{top:55px}
.header .menu .item:hover .pro_sub{transform: scaleY(1);}
.header .so{margin-left:80px;width:134px;}
.header .so form{width:100%;display:flex;align-items: center;height:34px;border:1px solid #fff;border-radius:40px;overflow: hidden;}
.header .so form button{width:40px;border:0;border-radius:0 0 40px 40px;background:none;cursor: pointer;}
.header .so form input{width:calc(100% - 40px);background:none;font-size:14px;color:#fff;padding:0 5px 0 10px;}
.header .so form input::placeholder{color:#fff;}
.header.height{top:0;}

.pc-menu{height:71px;border-bottom:1px solid #D1D2D2;display:flex;align-items: center;}
.pc-menu .wrap{height:100%;align-items: center;}
.pc-menu h2{font-size:26px;font-weight:bold;}
.pc-menu .menu{gap:60px;display:flex;align-items: center;height:100%;}
.pc-menu .menu a{font-size:20px;font-weight:bold;color:#000000;position: relative;overflow: hidden;display:flex;height:100%;align-items: center;}
.pc-menu .menu a::after{content: "";position: absolute;bottom:0px;left: 0;width: 0;height:3px;background:var(--on-color);transition: all .3s ease-in-out;}
.pc-menu .menu a.on::after,.pc-menu .menu a:hover::after{width: 100%;}
.pc-menu .menu a.on,.pc-menu .menu a:hover{color:var(--on-color);}

.footer{background:var(--bgcolor);padding:110px 0 60px;}
.footer .left{width:23%;}
.footer .left .so{height:53px;margin:18px 0 28px;background:#6D8EBF;}
.footer .left .so form{width:100%;display:flex;align-items: center;height:53px;}
.footer .left .so form button{width:53px;height:53px;border:0;background:none;cursor: pointer;}
.footer .left .so form input{width:calc(100% - 53px);background:none;font-weight:100;font-size:18px;color:#fff;padding:0 10px 0 25px;}
.footer .left .so form input::placeholder{color:#fff;}
.footer .left .txt li{display:flex;margin-bottom:10px;}
.footer .left .txt li p,.footer .left .txt li a{font-size:18px;font-weight:100;color:#FFFFFF;line-height:24px;}
.footer .left .txt li .i{width:45px;}
.footer .left .txt li .t{width:60px;}
.footer .left .txt li .p{width:calc(100% - 105px);}
.footer .left .ico{padding-top:60px;display:flex;gap:15px;}
.footer .right{width:70%;display:flex;}
.footer .right .item{flex:1 0 0;}
.footer .right .item h2{font-size:24px;font-weight:bold;color:#FFFFFF;margin-bottom:23px;}
.footer .right .item .sub a{display:flex;align-items: center;font-size:20px;font-weight:100;color:#FFFFFF;line-height:45px;}
.footer .right .item .sub a:hover{padding-left:10px;}
.bottom{padding:35px 0 28px;border-top:1px solid #5C80B8;background:var(--bgcolor);}
.bottom p,.bottom p a{font-size:18px;color:#FFFFFF;line-height:30px;}

.list-service{padding:30px 0 60px }
.list-service .bd .item{border-bottom:1px solid #D1D2D2;padding:30px 0;position: relative;}
.list-service .bd .item .w{cursor: pointer;}
.list-service .bd .item .w h3{font-size:24px;color:#000000}
.list-service .bd .item .d{display: none;padding:10px 0 0 50px;}
.list-service .bd .item .d p{font-size:18px;font-weight:100;color:#000000;line-height:30px;}
.list-service .bd .item .btn{cursor: pointer;;width:30px;height:30px;display:flex;align-items: center;justify-content: center;border:1px solid #9F9F9F;border-radius:100%;position: absolute;right:0;top:35px;}
.list-service .bd .item .btn i{transition-duration:.4s;font-size:20px;color:#9F9F9F;}
.list-service .bd .item.on .btn{background:#1F519D;border-color:#1F519D;}
.list-service .bd .item.on .btn i{color:#fff;transform: rotate(270deg);}

.list-video .list .item{padding:10px;border-radius:10px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);width:calc(100% / 4 - 30px);margin:0 40px 40px 0;}
.list-video .list .item:nth-child(4n){margin-right:0;}
.list-video .list .item .pic{position: relative;overflow: hidden;}
.list-video .list .item .pic .i{z-index:33;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);width:48px;height:48px;border-radius:100%;background:#FFF;display:flex;align-items: center;justify-content: center;}
.list-video .list .item .pic .i img{width:auto;}
.list-video .list .item .txt{padding:10px 0 0 10px;}
.list-video .list .item .txt h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px;text-align: center;color:#000000;line-height:26px;}
.list-video-image .list .item{border-radius:0;}

.list-news .list .item{width:calc(100% / 3 - 38px);margin:0 57px 50px 0;}
.list-news .list .item:nth-child(3n){margin-right:0;}
.list-news .list .item .txt .time{margin:9px 0;display:flex;align-items: center;gap:12px;}
.list-news .list .item .txt .time span{font-size:16px;font-weight:100;color:#000000;}
.list-news .list .item .txt h3{transition-duration:.4s;font-size:22px;color:#000000;line-height:32px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; }
.list-news .list .item .txt p{margin-top:15px;font-size:16px;font-weight:100;color:#000000;line-height:26px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; }
.list-news .list .item:hover .txt h3{color:var(--on-color);}
.list-news .show h1{font-size:18px;color:#070C0E;;}
.list-news .show .time{padding:12px 0;color:#070C0E;font-size:14.5px;border-bottom:1px solid #CDCECF}
.list-news .show .body{padding:50px 0;font-size:14px;line-height:24px;}
.list-news .show .body p{margin-bottom:25px;}
.list-news .show .body p:last-child{margin-bottom:0;}
.list-news .show .more{margin:0px 0 60px;padding-top:30px;border-top:1px solid #CDCECF;}
.list-news .show .more .up p,.list-news .show .more .up p a{font-size:16px;line-height:30px;}
.list-news .show .more .btn a{transition-duration:.5s;border-radius:8px;gap:10px;width:120px;height:50px;background:var(--on-color);text-align:center;display:flex;align-items:center;justify-content:center;}
.list-news .show .more .btn a span{color:#fff;font-size:16px;}
.list-news .show .more .btn a:hover{border-radius:30px}

.list-body h2{font-size:52px;font-weight:bold;margin-bottom:20px;}
.list-body h3{font-size:32px;font-weight:bold;margin-bottom:15px;}
.list-body p{font-size:20px;font-weight:100;line-height:32px;margin-bottom:10px;}

.list-contact .info{padding:100px 0 40px;}
.list-contact .info .hd{width:25%;}
.list-contact .info .hd .alt {margin-bottom:53px;}
.list-contact .info .hd .alt h2{font-size:48px;font-weight:bold;}
.list-contact .info .hd .alt p{margin-top:20px;font-size:22px;line-height:32px;}
.list-contact .info .hd .ico{display:flex;align-items: center;gap:10px}
.list-contact .info .hd .ico a{width:44px;height:44px;border-radius:4px;border:1px solid #1F519D;;background:#FFF;display:flex;align-items: center;justify-content: center;}
.list-contact .info .hd .ico a:hover{border-radius:100%;}
.list-contact .info .bd{width:70%}
.list-contact .info .bd .item{border:1px solid #F2F2F2;border-radius:8px;background:#FCFCFC;padding:40px;display:flex;align-items: center;}
.list-contact .info .bd .item .i{width:90px;}
.list-contact .info .bd .item .p{flex:1 0 0;font-size:24px;color:#212121;line-height:32px;}
.list-contact .info .bd .box{margin-bottom:40px;}
.list-contact .info .bd .box .item{width:40%;padding:30px}
.list-contact .info .bd .box .item:last-child{width:54%;}
.list-contact .contact .box{padding:4% 12%;background:#FCFCFC;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);border-radius:12px;border:1px solid #E2E2E2;margin-bottom:45px;}
.list-contact .contact .box h2{padding-bottom:50px;font-size:42px;}
.list-contact .contact .box .item{display:flex;justify-content: space-between;margin-bottom:40px;}
.list-contact .contact .box .item:last-child{margin-bottom:0;}
.list-contact .contact .box .item li{display:flex;align-items: center;margin-bottom:20px;gap:35px}
.list-contact .contact .box .item li:last-child{margin-bottom:0;}
.list-contact .contact .box .item li .p{font-size:30px;line-height:38px;}
.list-contact .contact .box .item .pic{margin-top:-20px;}
.list-contact .map{padding:90px 0;}
.list-contact .form{margin-bottom:110px;border:1px solid #F2F2F2;border-radius:15px;background:#FCFCFC;padding:35px 65px;}
.list-contact .form .hd h3{font-size:42px;}
.list-contact .form .hd p{margin:20px 0 29px;font-size:22px;color:#212121;}
.list-contact .form .bd form{width:100%;}
.list-contact .form .bd input{transition-duration:.4s;margin-bottom:35px;border-radius:8px;height:62px;border:1px solid #EFEFEF;width:100%;background:#FFFFFF;font-size:20px;font-weight:100;color:#000000;padding:0 35px;}
.list-contact .form .bd input::placeholder{font-size:20px;font-weight:100;color:#000000;}
.list-contact .form .bd .input{width:100%;}
.list-contact .form .bd .input input{width:calc(50% - 25px);}
.list-contact .form .bd textarea{transition-duration:.4s;border-radius:8px;min-height:220px;margin-bottom:35px;border:1px solid #EFEFEF;width:100%;background:#FFFFFF;font-size:20px;font-weight:100;color:#000000;padding:15px 35px;}
.list-contact .form .bd textarea::placeholder{font-size:20px;font-weight:100;color:#000000;}
.list-contact .form .bd .code_box_btn{width:100%;}
.list-contact .form .bd .code_box_btn .code_box{width:calc(100% - 290px);position: relative;}
.list-contact .form .bd .code_box_btn .code_box input{margin:0;}
.list-contact .form .bd .code_box_btn .code_box img{position: absolute;right:1px;height:1px;height:60px;}
.list-contact .form .bd .code_box_btn .btn{transition-duration:.4s;width:190px;height:62px;border-radius:8px;display:flex;align-items: center;justify-content: center;gap:25px;background:#1F519D;border:0;cursor: pointer;}
.list-contact .form .bd .code_box_btn .btn span{font-size:22px;font-weight:100;color:#FFFFFF;}
.list-contact .form .bd .code_box_btn .btn:hover{border-radius:30px;}
.list-contact .form .bd input:hover{border-color:var(--on-color);}
.list-contact .form .bd textarea:hover{border-color:var(--on-color);}

.list-about .body h2{font-size:48px;font-weight:bold;margin-bottom:40px;}
.list-about .body h2 span{display:block;color:var(--on-color);}
.list-about .body p{text-indent:2em;font-size:20px;font-weight:100;line-height:36px;margin-bottom:20px;}
.list-about .video_data .video{width:60%;}
.list-about .video_data .video img{width:100%;cursor: pointer;}
.list-about .video_data .data{width:34%;}
.list-about .video_data .data .item{border-bottom:2px solid #E6E6E6;padding:20px 0 30px;}
.list-about .video_data .data .item h3{transition-duration:.4s;font-size:52px;line-height:60px;color:#000000;font-family: 'Poppins-Bold';}
.list-about .video_data .data .item p{font-size:18px;margin-top:10px;}
.list-about .video_data .data .item:hover h3{color:var(--on-color);}
.list-about .about-hd{padding:50px 0 40px;}
.list-about .about-hd h2{font-size:47px;margin-bottom:25px;font-weight:bold;}
.list-about .about-hd p{font-size:24px;}
.list-about .culture .list .item{position: relative;;transition-duration:.4s;padding:55px 50px 120px;background:#F1F1F1;border-radius:10px;position: relative;;width:calc(100% / 4 - 26.25px);margin:0 35px 0 0;}
.list-about .culture .list .item:last-child{margin-right:0;}
.list-about .culture .list .item .i{position: relative;z-index:2;;transition-duration:.4s;width:72px;height:72px;border-radius:100%;border:1px solid #545454;display:flex;align-items: center;justify-content: center;}
.list-about .culture .list .item:nth-child(1) .i i{display:block;width:44px;height:44px;background:url(../images/ico12.png) no-repeat center;}
.list-about .culture .list .item:nth-child(2) .i i{display:block;width:43px;height:33px;background:url(../images/ico14.png) no-repeat center;}
.list-about .culture .list .item:nth-child(3) .i i{display:block;width:37px;height:43px;background:url(../images/ico16.png) no-repeat center;}
.list-about .culture .list .item:nth-child(4) .i i{display:block;width:42px;height:40px;background:url(../images/ico18.png) no-repeat center;}
.list-about .culture .list .item .txt{position: relative;z-index:2;}
.list-about .culture .list .item .txt h3{transition-duration:.4s;font-size:28px;margin:33px 0 40px;}
.list-about .culture .list .item .txt p{transition-duration:.4s;font-size:18px;font-weight:100;line-height:29px;}
.list-about .culture .list .item::after{content:'';position: absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:var(--on-color);border-radius:10px;transform:scale(0);transition-duration:.4s;}
.list-about .culture .list .item:hover::after{transform:scale(1);}
.list-about .culture .list .item:hover .txt h3{color:#FFFFFF;}
.list-about .culture .list .item:hover .txt p{color:#FFFFFF;}
.list-about .culture .list .item:hover .i{border-color:#FFFFFF;}
.list-about .culture .list .item:hover:nth-child(1) .i i{background:url(../images/ico13.png) no-repeat center;}
.list-about .culture .list .item:hover:nth-child(2) .i i{background:url(../images/ico15.png) no-repeat center;}
.list-about .culture .list .item:hover:nth-child(3) .i i{background:url(../images/ico17.png) no-repeat center;}
.list-about .culture .list .item:hover:nth-child(4) .i i{background:url(../images/ico19.png) no-repeat center;}
.list-about .show{padding-top:50px;}
.list-about .show .datu{position: relative;overflow: hidden;}
.list-about .show .datu .swiper-slide img{width:100%;}
.list-about .show .list{padding-top:60px;}
.list-about .show .list .swiper-slide{margin:0 !important;position: relative;cursor: pointer;;text-align:center;border-bottom:1px solid #DFDFDF;padding:0 0 40px;}
.list-about .show .list .swiper-slide h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10px;font-size:24px;font-weight:100;}
.list-about .show .list .swiper-slide-thumb-active h3{color:var(--on-color);font-weight:bold;}
.list-about .show .list .swiper-slide::after{content:'';position: absolute;bottom:-1px;left:0;width:100%;height:4px;background:var(--on-color);transform:scale(0);transition-duration:.4s;}
.list-about .show .list .swiper-slide-thumb-active::after{transform:scale(1);}
.list-about .news{padding:50px 0;}

.list-develop .bd{padding-left:16px}
.list-develop .bd ul{border-left:1px solid #D2D2D2;margin-top:50px;}
.list-develop .bd li{position:relative;padding-bottom:60px;display:flex;}
.list-develop .bd li:before{left:-16px;top:16px;width:32px;height:32px;z-index:1;background:var(--on-color);border-radius:32px;position:absolute;content:"";}
.list-develop .bd li:after{left:-6px;top:26px;width:12px;height:12px;z-index:2;background:#fff;border-radius:12px;position:absolute;content:"";}
.list-develop .bd li span{position:relative;margin:0 50px 0 35px;color:#fff;font-family: 'Poppins-Bold';display:flex;align-items:center;justify-content:center;font-size:22px;background:var(--on-color);width:123px;height:63px;border-radius:10px}
.list-develop .bd li span:before{content: "";position: absolute;left: -10px;top: 50%;transform: translateY(-50%);width: 0;height: 0;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-right: 10px solid var(--on-color);z-index: 1;}
.list-develop .bd li p{flex:1 0 0;display:flex;align-items:center;color:#2C2C2C;padding-left:26px;position:relative;}
.list-develop .bd li p:before{width:16px;height:16px;border-radius:16px;background:var(--on-color);position:absolute;left:0;top:50%;margin-top:-8px;content:"";}

.list-pro .left{width:240px;}
.list-pro .left h2{margin-bottom:30px;height:70px;background:var(--on-color);color:#fff;display:flex;align-items: center;justify-content: center;font-size:36px;font-weight:bold;}
.list-pro .left .menu{position:sticky;top:80px;}
.list-pro .left .menu .item{margin-bottom:20px;}
.list-pro .left .menu .item h3{border-bottom:1px solid #D3D3D3;padding-bottom:4px;}
.list-pro .left .menu .item h3 a{font-size:22px;color:#1F2123;font-weight:bold;}
.list-pro .left .menu .item h3 a:hover,.list-pro .left .menu .item h3 a.on{color:var(--on-color);}
.list-pro .left .menu .item .sub{padding-top:15px;}
.list-pro .left .menu .item .sub a{display:block;font-size:20px;color:#000000;font-weight:100;padding-left:20px;line-height:36px;position: relative;}
.list-pro .left .menu .item .sub a:hover,.list-pro .left .menu .item .sub a.on{color:var(--on-color);}
.list-pro .left .menu .item .sub a::after{width:8px;height:14px;background:url(../images/ico9.png) no-repeat center;position:absolute;left:0px;top:50%;margin-top:-7px;content:"";}
.list-pro .left .menu .item .sub a.on::after,.list-pro .left .menu .item .sub a:hover::after{background:url(../images/ico10.png) no-repeat center;}
.list-pro .right{width:calc(100% - 310px);}
.list-pro .right .hd{margin-bottom:60px;}
.list-pro .right .hd p{font-size:18px;font-weight:100;line-height:30px;}
.list-pro .right .list{padding-bottom:50px;}
.list-pro .right .list .item{transition-duration:.4s;width:calc(100% / 3 - 14px);margin:0 21px 21px 0}
.list-pro .right .list .item:nth-child(3n){margin-right:0;}
.list-pro .right .list .item .pic{overflow: hidden;padding:10px;}
.list-pro .right .list .item .txt{transition-duration:.4s;padding-bottom:25px;text-align:center;border-top:1px solid #B1B1B1;}
.list-pro .right .list .item .txt h3{transition-duration:.4s;font-size:24px;margin:17px 0 13px;}
.list-pro .right .list .item .txt span{transition-duration:.4s;width:125px;height:35px;color:#fff;display:flex;margin:0 auto;align-items: center;justify-content: center;background:var(--on-color);border-radius:40px;}
.list-pro .right .list .item:hover{box-shadow:0px 0px 10px rgba(0,0,0,0.1);}
.list-pro .right .list .item:hover .txt{background:var(--on-color);}
.list-pro .right .list .item:hover .txt h3{color:#fff;}
.list-pro .right .list .item:hover .txt span{background:#fff;color:var(--on-color);}

.show-list-pro{padding-bottom:60px;}
.show-list-pro .right{width:100%;}
.show-list-pro .right .list{padding:0;}
.show-list-pro .right .list .item{transition-duration:.4s;width:calc(100% / 4 - 15px);margin:0 20px 0 0}
.show-list-pro .right .list .item:nth-child(4n){margin-right:0;}

.show-pro-alt{text-align:center;margin-bottom:60px;}
.show-pro-alt h2{font-size:42px;font-weight:bold;color:#000000;display:inline-block;position: relative;}
.show-pro-alt h2::after{content:'';position: absolute;bottom:-5px;left:0;width:100%;height:4px;background:var(--on-color);}
.show-pro-alt p{font-size:20px;font-weight:100;line-height:32px;margin-top:15px;}

.show-pro .images.list .item{width:calc(100% / 4 - 30px);margin:0 40px 50px 0;}
.show-pro .images.list .item:nth-child(4n){margin-right:0;}
.show-pro .images.list .item .p{font-size:24px;margin-top:15px;text-align:center;padding:0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.show-pro .text.list{padding-bottom:60px}
.show-pro .text.list .item{transition-duration:.4s;width:calc(100% / 4 - 26.25px);padding:40px 2%;border:1px solid #F2F2F2;border-radius:8px;margin:0 35px 0 0;}
.show-pro .text.list .item:nth-child(4n){margin-right:0;}
.show-pro .text.list .item h3{transition-duration:.4s;font-size:24px;margin-bottom:20px;}
.show-pro .text.list .item p{transition-duration:.4s;font-size:18px;font-weight:100;line-height:32px}
.show-pro .text.list .item:hover{box-shadow:0px 0px 10px rgba(0,0,0,0.1);}
.show-pro .text.list .item:hover h3{color:var(--on-color);font-weight:bold;}
.show-pro .text.list .item:hover p{color:var(--on-color);}
.show-pro .txt.list{padding-bottom:45px;}
.show-pro .txt.list .item{background:#1F519D;border-radius:10px;padding:0 15px 0 60px;height:75px;display:flex;align-items: center;font-size:32px;font-weight:bold;color:#fff;width:calc(100% / 3 - 30px);margin:0 40px 40px 0;}
.show-pro .txt.list .item:nth-child(3n){margin-right:0;}
.show-pro .body{font-size:16px;color:#000000;line-height:28px;padding-bottom:60px;}
.show-pro .body table{width:100%;}
.show-pro .body table tr{display:flex;background:#F0F0F0;align-items: center;height:45px;}
.show-pro .body table tr:nth-child(2n){background:#fff;}
.show-pro .body table tr td{width:50%;padding:0 10px 0 10%;}
.show-pro .show_head{padding-bottom:80px;}
.show-pro .show_head .show_swiper{display:none;}
.show-pro .show_head .tupian_list{width:700px;}
.show-pro .show_head .tupian_list .datu{box-shadow:0px 0px 10px rgba(0,0,0,0.1);padding:15px;display:flex;align-items: center;justify-content: center;}
.show-pro .show_head .tupian_list .xiaotu{display:flex;align-items: center;margin-top:35px;}
.show-pro .show_head .tupian_list .xiaotu .btn{height:100%;display:flex;align-items: center;width:50px;justify-content: center;}
.show-pro .show_head .tupian_list .xiaotu .btn i{transition-duration:.5s;width:22px;height:36px;display:block;background:url(../images/ico34.png) no-repeat center;}
.show-pro .show_head .tupian_list .xiaotu .btn:hover i{background:url(../images/ico35.png) no-repeat center;}
.show-pro .show_head .tupian_list .xiaotu .pro_prev i{width:22px;height:36px;display:block;background:url(../images/ico36.png) no-repeat center;}
.show-pro .show_head .tupian_list .xiaotu .pro_prev:hover i{background:url(../images/ico37.png) no-repeat center;}
.show-pro .show_head .tupian_list .xiaotu ul{overflow: hidden;}
.show-pro .show_head .tupian_list .xiaotu ul li{transition-duration:.5s;float:left;width:135px;height:135px;border:1px solid #DDDDDD;margin-right:20px;display:flex;align-items: center;justify-content: center;}
.show-pro .show_head .tupian_list .xiaotu ul li:hover{border-color:var(--on-color);}
.show-pro .show_head .info_list{width:calc(100% - 700px);padding-left:8%;display:flex;flex-wrap:wrap;align-content: space-between;}
.show-pro .show_head .info_list .info_list_top{width:100%;}
.show-pro .show_head .info_list .t{border-bottom:2px solid var(--on-color);padding:25px 0 30px 5px;}
.show-pro .show_head .info_list .t h2{font-size:42px;font-weight:bold;}
.show-pro .show_head .info_list .t h3{font-size:30px;margin:12px 0 25px 0;}
.show-pro .show_head .info_list .fanhui a{display:block;width:63px;height:50px;background:#1D1D1D;display:flex;align-items: center;justify-content: center;}
.show-pro .show_head .info_list .fanhui a:hover{background:var(--on-color);border-radius:50px;}
.show-pro .show_head .info_list .txt{padding:35px 0  15px;}
.show-pro .show_head .info_list .txt h3{font-size:24px;margin-bottom:23px;}
.show-pro .show_head .info_list .txt p{font-size:18px;font-weight:100;line-height:32px;color:#202020;}
.show-pro .show_head .info_list .txt .video_btn{display:flex;padding:30px 0 10px 61px;}
.show-pro .show_head .info_list .txt .video_btn a{padding:0 35px;gap:15px;background:#1F519D;border-radius:8px;height:60px;display:flex;align-items: center;;}
.show-pro .show_head .info_list .txt .video_btn a span{font-size:26px;color:#fff;}
.show-pro .show_head .info_list .txt .video_btn a:hover{border-radius:40px;}
.show-pro .show_head .info_list .info_list_bottom{width:100%;padding:35px 60px;border:1px solid #DDDDDD;}
.show-pro .show_head .info_list .info_list_bottom h2{font-size:24px;;margin-bottom:20px;}
.show-pro .show_head .info_list .info_list_bottom p{font-size:18px;font-weight:100;line-height:26px;color:#202020;}
.show-pro .show_head .info_list .info_list_bottom div.flex{width:100%;margin-top:13px;}
.show-pro .show_head .info_list .info_list_bottom .ico{display:flex;align-items: center;gap:10px}
.show-pro .show_head .info_list .info_list_bottom .ico a{width:44px;height:44px;border-radius:4px;border:1px solid #1F519D;;background:#FFF;display:flex;align-items: center;justify-content: center;}
.show-pro .show_head .info_list .info_list_bottom .ico a:hover{border-radius:100%;}
.show-pro .show_head .info_list .info_list_bottom .btn{display:flex;align-items: center;gap:15px;}
.show-pro .show_head .info_list .info_list_bottom .btn a{padding:0 15px;gap:15px;background:#1F519D;border-radius:4px;height:40px;display:flex;align-items: center;;}
.show-pro .show_head .info_list .info_list_bottom .btn a span{font-size:18px;color:#fff;}
.show-pro .show_head .info_list .info_list_bottom .btn a:last-child{background:#F47B29;}
.show-pro .show_head .info_list .info_list_bottom .btn a:hover{border-radius:40px;}
.show-pro .details{padding-bottom:100px;position: relative;}
.show-pro .details .swiper-container{overflow: hidden;}
.show-pro .details .swiper-slide .p{text-align:center;}
.show-pro .details .swiper-slide .txt{text-align:center;padding:17px 15px 10px;}
.show-pro .details .swiper-slide .txt h3{font-size:24px;}
.show-pro .details .swiper-slide .txt p{font-size:18px;font-weight:100;margin-top:8px;}
.show-pro .details .swiper-slide:hover .txt h3{font-weight:bold}
.show-pro .details .btn{position: absolute;top:25%;transform:translateY(-50%);width:48px;height:48px;border-radius:50px;border:2px solid #8E8E8E;display:flex;align-items: center;justify-content: center;}
.show-pro .details .btn:hover{background:var(--on-color);border-color:var(--on-color);}
.show-pro .details .btn i{font-size:30px;color:#8E8E8E;}
.show-pro .details .btn:hover i{color:#fff;}
.show-pro .details .btn.swiper-prev{left:-70px;}
.show-pro .details .btn.swiper-next{right:-70px;}
.show-pro .details .btn.swiper-button-disabled{background-color:#D9D9D9 !important;border-color:#D9D9D9 !important;cursor:not-allowed;}

.index-about .data{padding-bottom:60px;}
.index-about .data .item{width:25%;padding:10px 0 35px;;border-right:1px solid #E6E6E6;text-align:center;}
.index-about .data .item:last-child{border-right:0;}
.index-about .data .item h3{font-family: 'Poppins-Bold';font-size:52px;line-height:52px;margin-bottom:6px;font-weight:bold;}
.index-about .data .item:hover h3{color:var(--on-color)}
.index-about .data .item p{font-size:18px;font-weight:100;}
.index-about .imaages .item{width:calc(100% / 3 - 20px);margin:0 30px 0 0;position: relative;overflow: hidden;}
.index-about .imaages .item:last-child{margin-right:0;}
.index-about .imaages .item .txt{z-index:999;position: absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,26,66,.45);display:flex;flex-direction: column;align-items: center;justify-content: center;}
.index-about .imaages .item::before{content: '';position: absolute;top: 100%;left: 0;width: 100%;transition-duration:.4s;height: 100%;background: rgba(0, 26, 66, 0.45);z-index: 1;}
.index-about .imaages .item:hover::before{top:0;}
.index-about .imaages .item .txt h3{font-size:34px;line-height:36px;font-weight:bold;color:#fff;}
.index-about .imaages .item .txt p{font-size:16px;margin:15px 0 40px;color:#fff;}
.index-about .imaages .item .txt span{font-size:16px;color:#fff}
.index-about .customer{padding:80px 0 40px 0;}
.index-about .customer .swiper-container{overflow: hidden;}
.index-about .customer .hd{text-align:center;margin-bottom:45px;}
.index-about .customer .hd h2{font-size:54px;font-weight:bold;}
.index-about .customer .hd p{font-size:24px;margin-top:18px;}
.index-about .customer .bd{position: relative;}
.index-about .customer .bd .btn{position: absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50px;border:2px solid #8E8E8E;display:flex;align-items: center;justify-content: center;}
.index-about .customer .bd .btn:hover{background:var(--on-color);border-color:var(--on-color);}
.index-about .customer .bd .btn i{font-size:30px;color:#8E8E8E;}
.index-about .customer .bd .btn:hover i{color:#fff;}
.index-about .customer .bd .btn.swiper-prev{left:-70px;}
.index-about .customer .bd .btn.swiper-next{right:-70px;}
.index-about .customer .bd .btn.swiper-button-disabled{background-color:#D9D9D9 !important;border-color:#D9D9D9 !important;cursor:not-allowed;}
.index-about .customer .bd .swiper-slide{text-align:center;}
.index-about .customer .bd .swiper-slide .txt{max-width:900px;margin:0 auto;}
.index-about .customer .bd .swiper-slide .txt img{margin:50px 0 25px;}
.index-about .customer .bd .swiper-slide .txt h3{font-size:24px;font-weight:100;color:#000;margin-bottom:15px}
.index-about .customer .bd .swiper-slide .txt p{font-size:22px;font-weight:100;line-height:37px;color:#000;}

.index-about-bg{height:700px;display:flex;align-items: center;justify-content: center;text-align:center;color:#fff;background:url(../images/index_video.jpg) no-repeat center / cover;background-attachment: fixed;}
.index-about-bg .txt h2{font-size:54px;font-weight:bold}
.index-about-bg .txt p{font-size:24px;margin-top:20px;}
.index-about-bg .txt a{width:148px;height:42px;border-radius:4px;display:block;margin:45px auto 25px;border:1px solid #fff;display:flex;align-items: center;justify-content: center;font-size:18px;font-weight:100;color:#fff}
.index-about-bg .txt a:hover{border-radius:40px}
.index-about-bg .txt .video{display:flex;cursor: pointer;justify-content: center;align-items:center;gap:12px;}
.index-about-bg .txt .video span{font-size:20px;}

.list-solution{padding:60px 0 100px 0;overflow:hidden}
.list-solution .hd{text-align:center;margin-bottom:50px;}
.list-solution .hd h2{font-size:54px;font-weight:bold;}
.list-solution .hd p{font-size:24px;font-weight:100;max-width:1020px;margin:20px auto 0;}
.list-solution .bd .swiper-slide{transition-duration:1s;width:170px !important;height:600px;position: relative;}
.list-solution .bd .swiper-slide:last-child{margin:0 !important;}
.list-solution .bd .swiper-slide .pic{width:100%}
.list-solution .bd .swiper-slide .pic img{width:100%;height:100%;object-fit: cover;}
.list-solution .bd .swiper-slide a{display:flex;position: relative;height:100%;width:100%;}
.list-solution .bd .swiper-slide a::after{transition: background 0.4s ease;content:'';position: absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,13,32,.76);}
.list-solution .bd .swiper-slide .txt{transition: padding 0.3s ease, opacity 0.5s ease;z-index:999;position: absolute;left:0;top:0;display:flex;align-items: center;padding-top:150px;flex-direction: column;width:100%;height:100%;}
.list-solution .bd .swiper-slide .txt h3{writing-mode: vertical-rl;text-orientation: mixed;font-size:28px;color:#fff;margin-top:20px;}
.list-solution .bd .swiper-slide.on{flex:1 0 0;}
.list-solution .bd .swiper-slide.on a::after{background:rgba(0,46,112,.23);}
.list-solution .bd .swiper-slide.on .txt{display:block;padding:320px 0 0 35px;}
.list-solution .bd .swiper-slide.on .txt h3{writing-mode:revert;text-orientation:revert;}

.index-pro-box{position: relative;overflow: hidden;margin-bottom:40px;}
.index-pro-box .pic,.index-pro-box .pic img{width:100%;height:100%;object-fit: cover;}
.index-pro-box .txt{color:#fff;position: absolute;left:0;top:0;width:100%;height:100%;display:flex;flex-direction: column;align-items: center;justify-content: center;}
.index-pro-box .txt h2{font-size:54px;font-weight:bold;}
.index-pro-box .txt h3{font-size:30px;margin:30px 0 50px}
.index-pro-box .txt .video{transition-duration:.5s;width:147px;height:40px;border:1px solid #fff;border-radius:4px;display:flex;cursor: pointer;justify-content: center;align-items:center;gap:12px;}
.index-pro-box .txt .video span{font-size:20px;}
.index-pro-box .txt .video:hover{border-radius:40px;}

.index_banner{position: relative;overflow: hidden;}
.index_banner .swiper-slide .txt{position: absolute;left:0;top:0;width:100%;height:100%;display:flex;flex-direction: column;align-items: center;justify-content: center;}
.index_banner .swiper-slide .txt h2{margin-bottom:45px;color:#fff;font-size:56px;font-weight:bold;}
.index_banner .swiper-slide .txt p{color:#fff;font-size:28px;line-height:46px;}
.index_banner .swiper-pagination{bottom:60px;}
.index_banner .swiper-pagination .swiper-pagination-bullet{margin:0 30px;width:100%;max-width:200px;height:4px;background:rgba(255,255,255,.6);border-radius:4px;opacity:1;}
.index_banner .swiper-pagination .swiper-pagination-bullet-active{background:#fff;}

.index-protype-hot{padding:90px 0 90px;}
.index-protype-hot .tab{padding-top:80px;display:flex;align-items: center;justify-content: center;gap:25px;}
.index-protype-hot .tab span{width:150px;height:46px;border:1px solid #000000;border-radius:4px;cursor: pointer;font-size:18px;color:#000000;display:flex;align-items:center;justify-content: center;}
.index-protype-hot .tab span.on{background:#000000;color:#fff;}
.index-protype-hot .bd{position: relative;}
.index-protype-hot .bd .swiper-container{overflow: hidden;}
.index-protype-hot .bd .swiper-slide a{display:flex;width:100%;}
.index-protype-hot .bd .swiper-slide .pic{width:50%;}
.index-protype-hot .bd .swiper-slide .pic img{width:auto}
.index-protype-hot .bd .swiper-slide .txt{width:50%;padding:0 5%;display:flex;justify-content: center;flex-direction: column;}
.index-protype-hot .bd .swiper-slide .txt h3{margin-top:21px;color:#000000;font-size:42px;}
.index-protype-hot .bd .swiper-slide .txt h4{font-size:24px;color:#000000;}
.index-protype-hot .bd .swiper-slide .txt p{margin-top:30px;font-size:31px;color:#000000;}
.index-protype-hot .bd .swiper-slide .txt .name{display:flex;align-items: center;gap:30px}
.index-protype-hot .bd .swiper-slide .txt .name span{font-size:95px;line-height:95px;color:var(--on-color);font-family: 'Poppins-Bold';}
.index-protype-hot .bd .swiper-slide .txt .name p{background:var(--on-color);font-size:68px;color:#fff;padding:0 22px;border-radius:5px;height:80px;display:flex;align-items: center;justify-content: center;margin:0;}
.index-protype-hot .bd .btn{cursor: pointer;;position: absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50px;border:2px solid #8E8E8E;display:flex;align-items: center;justify-content: center;}
.index-protype-hot .bd .btn:hover{background:var(--on-color);border-color:var(--on-color);}
.index-protype-hot .bd .btn i{font-size:30px;color:#8E8E8E;}
.index-protype-hot .bd .btn:hover i{color:#fff;}
.index-protype-hot .bd .btn.swiper-prev{left:-70px;}
.index-protype-hot .bd .btn.swiper-next{right:-70px;}
.index-protype-hot .bd .btn.swiper-button-disabled{opacity:.5;cursor:not-allowed;}
.index-protype-hot .bd #box2{display:none;}
.index-protype-hot .menu_list{max-width:1200px;margin:0 auto 80px;display:flex;}
.index-protype-hot .menu_list .line{width:50px;display:flex;align-items: center;justify-content: center;gap:3px}
.index-protype-hot .menu_list .line span{width:8px;height:8px;background:#A3A7B2;border-radius:8px;}
.index-protype-hot .menu_list .swiper-container{width:calc(100% - 100px);padding:0 50px;overflow: hidden;}
.index-protype-hot .menu_list .swiper-slide{text-align: center;height:50px;display:flex;align-items: center;justify-content: center;}
.index-protype-hot .menu_list .swiper-slide h3{transition-duration:.4s;font-family: 'Roboto-Medium';cursor: pointer;;font-size:24px;color:#A3A7B2;}
.index-protype-hot .menu_list .swiper-slide-thumb-active h3{font-size:34px;color:#000;}

@media (max-width: 1610px){
.wrap{max-width:96%;}
.show-pro .details .btn,.index-about .customer .bd .btn,.index-protype-hot .bd .btn{z-index:999;}
.show-pro .details .btn.swiper-prev,.index-protype-hot .bd .btn.swiper-prev,.index-about .customer .bd .btn.swiper-prev{left: 0;}
.show-pro .details .btn.swiper-next,.index-protype-hot .bd .btn.swiper-next,.index-about .customer .bd .btn.swiper-next{right:0;}
}
@media (max-width: 1366px){
.main{padding:40px 0;}
.header .menu{gap:70px;}
.show-pro .text.list .item p{font-size:16px;}
.pc-menu .menu{gap:30px}
.pc-menu .menu a{font-size:18px;}
.list-service .bd .item .w h3{font-size:18px;}
.list-service .bd .item .d p{font-size:15px;line-height:25px;}
.list-about .body h2{font-size:30px;}
.list-about .video_data .data .item{padding:22px 0;}
.list-about .video_data .data .item h3{font-size:30px;line-height:40px;}
.list-about .culture .list .item{padding:20px 20px 40px 20px;}
.list-news .list .item .txt h3{font-size:18px;line-height:26px;}
.list-about .about-hd{padding:30px 0 20px;}
.list-body h2{font-size:34px;}
.list-body h3{font-size:24px;}
.list-body p{font-size:16px;line-height:26px;}
.index_banner .swiper-slide .txt h2{font-size:44px;margin-bottom:25px;}
.index_banner .swiper-slide .txt p{font-size:18px;line-height:32px;}
.index_banner .swiper-pagination .swiper-pagination-bullet{max-width:100px;margin:0 15px}
.index-protype-hot{padding:60px 0;}
.index-protype-hot .menu_list .swiper-slide h3{font-size:20px;}
.index-protype-hot .bd .swiper-slide .txt .name span{font-size:70px;line-height:70px;}
.index-protype-hot .bd .swiper-slide .txt .name p{font-size:48px;}
.index-protype-hot .bd .swiper-slide .txt p{font-size:20px;}
.index-pro-box .txt h2{font-size:44px;}
.index-pro-box .txt h3{font-size:16px;}
.index-about .customer .hd h2,.list-solution .hd h2{font-size:44px;}
.index-about .data .item h3{font-size:40px;line-height:40px;}
.list-solution .hd p{font-size:18px;}
}
@media (max-width: 1200px){
.header .menu{gap:40px;}
.list-pro .right .list .item .txt h3{font-size:18px;}
.footer .left{width:28%;}
.show-pro .show_head .info_list{padding-left:30px}
.show-pro .show_head .info_list .t h2{font-size:24px;}
.show-pro .show_head .info_list .t h3{font-size:18px;}
.show-pro .show_head .info_list .txt{padding:15px 0;}
.show-pro .show_head .info_list .txt h3{font-size:18px;}
.show-pro .show_head .info_list .txt p{font-size:16px;line-height:26px;}
.show-pro .show_head .info_list .info_list_bottom{padding:15px 20px;}
.show-pro .show_head .info_list .info_list_bottom .btn{gap:5px}
.show-pro .show_head .info_list .info_list_bottom .btn a{padding:0 5px;gap:5px}
.show-pro .show_head .info_list .info_list_bottom .btn a span{font-size:13px;}
.show-pro .show_head .info_list .info_list_bottom .ico{gap:5px}
.list-about .video_data .data .item{padding:16px 0;}
.list-contact .info .bd .item .p{font-size:18px;}
}
@media (max-width: 1024px){
.show-pro .show_head .tupian_list{width:100%;}
.show-pro .show_head .info_list{width:100%;padding:20px 0;}
}
@media screen and (max-width:992px) {
.wrap{max-width:100%;}
.header_logo,.header,.pc-menu,.footer .right,.list-news .show .more .btn,.show-pro .show_head .info_list .fanhui,.show-pro .show_head .tupian_list,.list-pro .left{display:none;}
.main,.show-list-pro,.list-solution,.video_data,.list-about .show,.list-contact{padding:30px 15px;}
.list-pro .right,.list-contact .info .hd,.list-contact .info .bd,.footer .left,.list-about .video_data .video,.list-about .video_data .data{width:100%;}
.show-pro .show_head .show_swiper{display:block;overflow:hidden;position: relative;}
.list-pro .right .hd{margin-bottom:25px;}
.list-pro .right .hd p{font-size:15px;line-height:24px;}
.list-pro .right .list .item{width:49%;margin:0 2% 15px 0 !important}
.list-pro .right .list .item:nth-child(2n){margin-right:0 !important;}
.list-pro .right .list .item .txt{padding-bottom:15px;}
.list-pro .right .list .item .txt h3{margin:8px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;}
.list-pro .right .list .item .txt span{font-size:14px;}
.paging span, .paging a{margin:0 8px 8px 0;}
.footer{padding:40px 10px;}
.footer .logo{text-align: center;}
.footer .left .ico{padding-top:20px;justify-content: center;}
.bottom{padding:15px 10px 60px;}
.bottom p, .bottom p a{font-size:14px;line-height:24px;}
.bottom .michuan{margin:20px auto 0;display:block;}
.list-develop{padding:10px}
.list-develop .hd .txt .item span{font-size:14px}
.list-develop .hd .btn .down{top:-20px}
.list-develop .hd .btn .up{top:20px}
.list-develop .bd li{padding-bottom:20px}
.list-develop .bd li span{width:80px;margin:0 10px 0 30px;font-size:15px;height:45px}
.list-develop .bd li p:before{top:18px;margin:0;width:10px;height:10px;}
.list-develop .bd li p{width: calc(100% - 120px);}
.list-develop .bd li:before{top:7px;}
.list-develop .bd li:after{top:17px}
.list-service .bd .item{padding:16px 0;}
.list-service .bd .item .w h3{padding-right:30px;font-size:15px;}
.list-service .bd .item .btn{top:10px;}
.list-service .bd .item .d{padding-left:30px;}
.list-service .bd .item .d p{font-size:14px;line-height:24px;}
.list-video .list .item{width:48%;margin:0 4% 20px 0 !important}
.list-video .list .item:nth-child(2n){margin-right:0 !important;}
.list-video .list .item .txt h3{font-size:14px;}
.list-news .show .body{padding:30px 0;}
.list-news .show .more{padding-top:20px;margin-bottom:35px;}
.list-news .list .item{width:100%;margin:0 0 20px 0;}
.list-body h2{font-size:30px;}
.show-pro .show_head{padding-bottom:30px;}
.show-pro .show_head .info_list .t h3{margin:10px 0;}
.show-pro .show_head .info_list .info_list_bottom{padding:10px;}
.show-pro .show_head .info_list .info_list_bottom .btn a span{font-size:13px;}
.show-pro .show_head .info_list .info_list_bottom p{font-size:14px;line-height:24px;}
.show-pro-alt{margin-bottom:30px;}
.show-pro-alt h2{font-size:32px;}
.show-pro .body{padding-bottom:30px;}
.show-pro .body table tr{height:auto;min-height:45px;}
.show-pro .body table tr td{padding:10px;}
.show-pro .txt.list .item{width:48%;margin:0 4% 15px 0 !important;font-weight:normal;font-size:18px;height:auto;padding:8px;}
.show-pro .txt.list .item:nth-child(2n){margin-right:0 !important;}
.show-pro .details{padding-bottom:40px;}
.show-pro .details .swiper-slide .txt{padding:10px;}
.show-pro .details .swiper-slide .txt h3{font-size:18px;}
.show-pro .details .swiper-slide .txt p{font-size:14px;}
.show-pro .text.list{padding-bottom:30px}
.show-pro .text.list .item{width:100%;padding:10px 20px;margin:0 0 15px 0;}
.show-pro .images.list .item{width:48%;margin:0 4% 15px 0 !important;}
.show-pro .images.list .item:nth-child(2n){margin-right:0 !important;}
.show-pro .images.list .item .p{font-size:16px;margin:8px 0 0 0;}
.list-about .body h2{margin-bottom:20px;}
.list-about .body p{font-size:16px;line-height:26px;}
.list-about .video_data .data{display:flex;flex-wrap:wrap;}
.list-about .video_data .data .item{width:50%;}
.list-about .about-hd{padding:20px 15px;}
.list-about .about-hd h2{font-size:30px;margin-bottom:10px;}
.list-about .about-hd p{font-size:16px;line-height:26px;}
.list-about .culture .list{padding:0 15px;}
.list-about .culture .list .item{width:100%;padding:15px;margin:0 0 15px 0;display:flex;}
.list-about .culture .list .item .txt{flex:1 0 0;padding-left:30px;}
.list-about .culture .list .item .txt h3{margin:0 0 15px 0;font-size:22px;}
.list-about .culture .list .item .txt p{font-size:16px;line-height:26px;}
.list-about .show .list{padding-top:15px;}
.list-about .show .list .swiper-slide{padding-bottom:15px;margin-right:0 !important}
.list-about .show .list .swiper-slide h3{font-size:12px;font-weight:normal;padding:0 5px;}
.list-about .show .about-hd,.list-about .news .about-hd{padding:0 0 15px 0;}
.list-about .news{padding:0 15px 20px 15px;}
.list-contact .info{padding:0;}
.list-contact .info .hd .alt{margin-bottom:25px;}
.list-contact .info .hd .alt h2{font-size:34px;}
.list-contact .info .hd .alt p{margin-top:10px;font-size:18px;line-height:24px;}
.list-contact .info .bd{padding:20px 0;}
.list-contact .info .bd .box{margin:0;}
.list-contact .info .bd .item{padding:20px;}
.list-contact .info .bd .box .item{width:100%;margin:0;}
.list-contact .info .bd .box .item:last-child{width:100%;margin:15px 0;}
.list-contact .contact .box{padding:20px 30px;margin-bottom:20px;}
.list-contact .contact .box h2{font-size:24px;padding-bottom:30px;}
.list-contact .contact .box .item{margin-bottom:20px;}
.list-contact .contact .box .item li{gap:10px;}
.list-contact .contact .box .item li .p{font-size:15px;line-height:1;}
.list-contact .contact .box .item .pic{margin:0;}
.list-contact .contact .box .item .pic img{max-width:80px;}
.list-contact .map{padding:20px 0;}
.list-contact .form{padding:20px;margin:0;}
.list-contact .form .hd h3{font-size:32px;}
.list-contact .form .hd p{font-size:18px;margin:10px 0 30px;}
.list-contact .form .bd .input input{width:100%;}
.list-contact .form .bd input{height:45px;margin-bottom:10px;padding:0 10px;font-size:15px}
.list-contact .form .bd input::placeholder,.list-contact .form .bd textarea::placeholder{font-size:15px;}
.list-contact .form .bd textarea{min-height:120px;padding:10px;margin-bottom:10px;}
.list-contact .form .bd .code_box_btn .code_box{width:100%;}
.list-contact .form .bd .code_box_btn .btn{height:45px;width:145px;margin:20px auto 0;}
.list-contact .form .bd .code_box_btn .btn span{font-size:15px;}
.index-about .data{padding-bottom:30px;}
.index-about .data .item{width:50%;border-right: 1px solid #E6E6E6 !important;}
.index-about .data .item h3{font-size:32px;line-height:32px;}
.index-about .imaages .item{width:100%;margin:0 0 10px 0;}
.index-about .customer{padding:30px 0 0 0 ;}
.index-about .customer .hd h2, .list-solution .hd h2{font-size:34px;}
.index-about .customer .hd p{margin-top:8px;font-size:16px;}
.index-about .customer .bd .swiper-slide .txt img{margin:20px 0;}
.index-about .customer .bd .swiper-slide .txt h3{font-size:18px;}
.index-about .customer .bd .swiper-slide .txt p{font-size:14px;line-height:24px;}
.index-about-bg{height:auto;padding:50px 10px;}
.index-about-bg .txt h2{font-size:30px;}
.index-about-bg .txt p{font-size:18px;margin-top:20px;}
.list-solution .bd .swiper-slide{width:100% !important;height:auto !important;}
.list-solution .bd .swiper-slide .txt{display:block;padding:100px 0 0 30px !important;}
.list-solution .bd .swiper-slide .txt h3{writing-mode:revert !important;text-orientation:revert !important;}
.list-solution .bd .swiper-slide.on{flex:none !important}
.list-solution .bd .swiper-slide.swiper-slide-active a::after{background:rgba(0,46,112,.23);}
.list-solution .hd p{font-size:16px;line-height:26px;}
.index-pro-box{margin-bottom:20px;}
.index-pro-box .txt{padding:30px;}
.index-pro-box .txt h2{font-size:18px;}
.index-pro-box .txt h3{margin:20px 0;}
.index-pro-box .txt .video span{font-size:16px;}
.index-protype-hot{padding:40px 15px;}
.index-protype-hot .menu_list{margin-bottom:30px;}
.index-protype-hot .menu_list .swiper-container{padding:0;}
.index-protype-hot .tab{gap:10px;padding-top:30px}
.index-protype-hot .bd .swiper-slide{flex-wrap:wrap;}
.index-protype-hot .bd .swiper-slide a{flex-wrap:wrap;}
.index-protype-hot .bd .swiper-slide .txt{width:100%;}
.index-protype-hot .bd .swiper-slide .pic{width:100%;}
.index-protype-hot .bd .swiper-slide .txt .name{gap:10px}
.index-protype-hot .bd .swiper-slide .txt .name span{font-size:40px;line-height:40px;}
.index-protype-hot .bd .swiper-slide .txt .name p{height:auto;padding:5px 15px;font-size:24px;}
.index-protype-hot .bd .swiper-slide .txt h3{margin-top:10px;font-size:30px;}
.index-protype-hot .bd .swiper-slide .txt h4{font-size:18px;}
.index-protype-hot .bd .swiper-slide .txt p{margin-top:10px;font-size:15px;}
.index_banner .swiper-pagination{bottom:20px;}
.index_banner .swiper-pagination .swiper-pagination-bullet{max-width:40px;margin:0 5px}
.index_banner .swiper-slide .pic img{min-height:250px;object-fit: cover;}
.index_banner .swiper-slide .txt{padding:20px;}
.index_banner .swiper-slide .txt h2{font-size:22px;margin-bottom:10px;}
.index_banner .swiper-slide .txt p{font-size:14px;line-height:25px;}
.index-protype-hot .bd .btn{top:65%;}
.list-body table tr td{width:100%;display:block}
.show-pro .details .btn{width:34px;height:34px;}
.show-pro .show_head .info_list .txt .video_btn{padding:10px 0 0 11px}
.show-pro .show_head .info_list .txt .video_btn a{padding: 0 25px;height:50px;}
.show-pro .show_head .info_list .txt .video_btn a span {font-size: 20px;}
}