@charset "UTF-8";

*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
html {font-size: 100px;}
html, body, form, fieldset, legend{margin:0;padding:0;}
body, input, select, textarea{font-family:"思源黑体";font-size:16px;line-height: 1.8;color: #333;}
body{background-color:#fff;}
input, select, textarea {border-radius:0;outline:none; }
a{color:#333;text-decoration:none !important; }
a:hover{color:#f08519; }
img{max-width:100%;}
p{margin: 0 0 0.16rem; }
p img{display:inline-block;}
* {padding: 0;margin: 0; font-family:"思源黑体 CN" !important;}
ul, dl, dl dt, dl dd{ margin:0; padding:0;}
ul, li {list-style: none;}

.flex{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}

/* 限制行数省略号 */
.e1{ overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.e2{ overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.e3{ overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.e4{ overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.e5{ overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;}

/*分页*/
.page_list{margin:0 auto;margin-top:20px;}
.page_list ul{list-style:none;margin:0;padding:0;font-size:0;text-align:center;}
.page_list ul li{display:inline-block;font-size:16px;margin:0 0.08rem;}
.page_list ul li a{display:block;padding:5px 15px;background-color:#f5f5f5; color:#555;}
.page_list ul li a:hover{background-color:#006ec8;color:#fff;}
.page_list ul li a.on{color:#fff;background-color:#006ec8;}

.header{position:fixed;top:0;left:0; z-index:9999; width:100%;height:64px;padding:0 60px;background-image:linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));}
.header .h_left{float:left;width:80%;}
.header .h_left .logo{float:left;}
.header .h_left img{display:block;max-width:100%;}
.header .h_left .img2{display:none;}
.header .h_left .img3{display:none;}
.header .nav{float:left;line-height:64px;/*position:relative;*/ z-index:1;margin-left:40px;}
.header .nav a{color:#fff;}
.header .nav .nLi{float:left;position:relative;display:inline;}
.header .nav .nLi h3{float:left;}
.header .nav .nLi h3 a{display:block;padding:0 16px;font-size:16px;font-weight:bold;}
.header .nav .nLi h3 a i{padding-left:10px;display: inline-block;}
.header .nav .sub{display:none;width:150px;left:-15%;top:64px;position:absolute;background:#fff;border-radius:0 0 5px 5px; line-height:28px;padding:20px;}
.header .nav .sub li{zoom:1;}
/*header .nav .sub li:last-child{margin-right:0;}*/
.header .nav .sub .tit{font-size:16px;color:#000c;font-weight:bold;line-height:1.5;border-bottom:1px solid #e5e7eb;padding-bottom:10px;margin-bottom:10px;margin-right:30px;}
.header .nav .sub li{padding-bottom:10px;font-size:16px;color:#000c;width:100% !important;}
.header .nav .sub li a{color:#000c;}
.header .nav .sub li a i{color:#0168b7;padding-right:10px;}
.header .nav .sub li a:hover{color:#0168b7 !important;}
.header .nav .sub li a:hover i{margin-left:0;}
.header .nav .sub img{display:block;max-width:100%;border-radius:5px;}
.header .nav .sub a{display:block;padding:0 10px;color:#000c !important;}
.header .nav .sub1{width:1920px !important;left:-480px;border-top:1px solid #e5e7eb;padding:0 !important;}
.header .nav .sub1 .col-md-4{border-right:1px solid #e5e7eb;padding:20px 0;height:380px;}
.header .nav .on h3 a{color:#0168b7;}
.header .nav a:hover i{transform:rotate(180deg);margin-left:10px;}
.header .h_right{float:right;text-align:right;line-height:64px;font-weight:bold;color:#fff;width:20%;}
.header .h_right .logo{float:left;width:65%;}
.header .h_right img{display:block;max-width:100%;}
.header .h_right .img2{display:none;}
.header .h_right a{color:#fff;}
.header .h_right i{padding-right:10px;font-size:18px;}
.header .h_right span{font-size:14px;}
/*.nav > li{position:static !important;}*/

.header:hover{background:#ffffff;}
.header:hover .h_left .img1{display:none;}
.header:hover .h_left .img2{display:block;}
.header:hover .nav a{color:#000c;}
.header:hover .h_right{color:#000c;}
.header:hover .h_right .img1{display:none;}
.header:hover .h_right .img2{display:block;}
.header:hover .h_right a{color:#000c;}
.header:hover .nav .on h3 a{color:#0168b7;}

/*白色背景的头部*/

.header.on{background:#ffffff;box-shadow:5px 5px 10px #eee;}
.header.on .h_left .img1{display:none;}
.header.on .h_left .img2{display:block;}
.header.on .nav a{color:#000c;}
.header.on .h_right{color:#000c;}
.header.on .h_right .img1{display:none;}
.header.on .h_right .img2{display:block;}
.header.on .h_right a{color:#000c;} 


/*手机端导航*/
.sp_nav{width:30px;float:right;position:relative;cursor:pointer;height:25px;margin-top:18px;display:none;}
.sp_nav span{display:block;background:#ddd;width:20px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:7px}
.sp_nav span:nth-of-type(3){top:14px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9999;background:#0168b7;width:100%;height:calc(100% - 104px);font-size:14px;line-height:50px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:55px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 120px)}
.sjj_nav>ul>li:first-child .language{float:right;width:120px;overflow:hidden;line-height:30px;margin-top:5px;}
.sjj_nav>ul>li:first-child .language a{border-left:1px #ddd solid;text-align:center;color:#fff;padding-left:10px;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;/*border-left:1px #ddd solid;*/height:30px;padding:0px 7px 0 7px;width: 85%;text-align: right;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #b490bb solid;margin: 0 25px;position:relative;line-height:50px;font-size:17px}
.sjj_nav>ul >li:last-child{border-bottom:1px #b490bb solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li ul li{margin:0 !important;padding:0 15px;}
.sjj_nav ul li a{color:#fff;width:80%}
.sjj_nav ul li ul li a{color:#fff;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#fff;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#fff}
.sjj_nav ul li ul li>ul{margin-left:0}

@media (max-width:780px) {
	.header{padding:0 15px;height:54px;background:#ffffff;}
	.header .h_left{width:100%;}
	.header .h_left .logo{width:86%;}
	.header .h_left .img1{display:none !important;}
	.header .h_left .img2{display:none !important;}
	.header .h_left .img3{display:block;}
	.header .h_right{width:22%;line-height:55px;display:none;}
}

/*首页banner*/
.swiper-banner{width:100%;height:72vh;overflow:hidden;}
.swiper-banner .swiper{width:100%;height:auto !important;}
.swiper-banner .swiper-slide{text-align:center;display:flex;justify-content:center;align-items:center;position:relative;}
.swiper-banner .swiper-slide img{width:100%;object-fit:cover;}
.swiper-banner .swiper-slide .pc{display:block;}
.swiper-banner .swiper-slide .phone{display:none;}
.swiper-banner .swiper-slide .banner_text{width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));}
.swiper-banner .swiper-slide .banner_text .con{width:75%;margin:0 auto;padding:10% 16px;text-align:left;}
.swiper-banner .swiper-slide .banner_text .con .t1{color:#fff;font-size:55px;line-height:64px;font-weight:bold;}
.swiper-banner .swiper-slide .banner_text .con .t2{font-size:16px;margin-top:20px;margin-bottom:40px;color:#fff;}
.swiper-banner .swiper-slide .banner_text .con .more{margin-top:10px;}
.swiper-banner .swiper-slide .banner_text .con .more a{display:inline-block;margin-right:30px;padding:14.5px 38px;border:2px solid #fff;border-radius:55px;text-align:center;font-size:18px;font-weight:bold;color:#fff;}
.swiper-banner .swiper-slide .banner_text .con .more a i{padding-right:10px;}
.swiper-banner .swiper-slide .banner_text .con .more a:hover{background:#fff;color:#0870d3;}
.swiper-banner .swiper-slide .banner_text .con .more a.a1{background:#fff;color:#0870d3;}
.swiper-banner .swiper-slide .banner_text .con .more a.a1:hover{background:#0870d3;color:#fff;}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:60px !important;left:13% !important;width:75% !important;}
.swiper-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 15px !important;}
.swiper-banner .swiper-pagination{text-align:left;}
.swiper-banner .swiper-pagination-bullet {width:196px;height:69px;height:auto;background:none;text-align:left;opacity:1;position: relative;}
.swiper-banner .swiper-pagination-bullet .line{background-color:#ffffff7a;border-radius:6px;height:4px;overflow:hidden;width:24px;}
.swiper-banner .swiper-pagination-bullet .tit{font-size:13px;letter-spacing:-.32px;line-height:20px;color:#fff;opacity:0.8;margin-top:15px;height:40px;}
.swiper-banner .swiper-pagination-bullet-active{color:#fff;background:none;opacity:1;}
.swiper-banner .swiper-pagination-bullet-active .line{background-color:#075cad;border-radius:6px;height: 4px;width: 0;position: absolute;left: 0;top: 0;animation: progressAnimation 3s ease-in-out forwards;}
.swiper-banner .swiper-pagination-bullet-active .tit{opacity:1;}
@keyframes progressAnimation {
  0%{width:0%;}
  100%{width:100%;}
}


@media (max-width:1600px) {
	.swiper-banner{height:70vh;}
}
@media (max-width:1500px) {
	.swiper-banner{height:65vh;}
}
@media (max-width:1400px) {
	.swiper-banner{height:60vh;}
}
@media (max-width:780px) {
	.swiper-banner{height:60vh;}
	.swiper-banner .swiper-slide .banner_text .con{width:100%;padding:20% 16px;}
	.swiper-banner .swiper-slide .banner_text .con .t1{font-size:28px;line-height:36px;}
	.swiper-banner .swiper-slide .banner_text .con .t2{font-size:16px;margin-top:15px;margin-bottom:20px;}
	.swiper-banner .swiper-slide .banner_text .con .more a{margin-bottom:20px;margin-right:10px;padding:10px 20px;font-size:16px;}
	.swiper-banner .swiper-slide .pc{display:none;}
	.swiper-banner .swiper-slide .phone{display:block;}
	.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:30px !important;left:5% !important;width:90% !important;}
	.swiper-banner .swiper-pagination-bullet{width:47%;}
}
@media (max-width:500px) {
	.swiper-banner{height:60vh;margin-top:50px;}
}

/*首页标题*/
.index_tit{color:rgba(0,0,0,0.8);text-align:center;margin-bottom:40px;}
.index_tit .t1{font-size:44px;letter-spacing:-.55px;line-height:57px;margin-bottom:16px;font-weight:600;}
.index_tit .t2{font-size:18px;letter-spacing:-.2px;line-height:28px;font-weight:300;}
.index_tit .t3{font-size:44px;letter-spacing:-1px;line-height:48px;color:#005686;font-weight:600;}

@media (max-width:780px) {
	.index_tit{margin-bottom:20px;}
	.index_tit .t1{font-size:24px;line-height:32px !important;margin-bottom:16px;}
	.index_tit .t2{font-size:16px;}
	.index_tit .t3{font-size:26px;line-height:32px;}
}

/*首页产品*/
.index_product{padding:72px 0;overflow:hidden;}
.index_product .container{width:75% !important;}
.index_product .container-fluid{padding-left:64px;padding-right:64px;}
@media (max-width:780px) {
	.index_product .container{width:100% !important;}
	.index_product .container-fluid{padding-left:16px;padding-right:16px;}
}
.index_product .slideTxtBox{ width:100%;text-align:left;}
.index_product .slideTxtBox .hd{position:relative;border-bottom:1px solid #E8E8E8;padding-bottom:30px;}
.index_product .slideTxtBox .hd ul{text-align:center;}
.index_product .slideTxtBox .hd ul li{display:inline-block;padding:7.5px 22px;margin:0 10px; cursor:pointer;color:#0870d3;border:2px solid #0870d3;text-align:center;border-radius:55px;font-size:16px;}
.index_product .slideTxtBox .hd ul li a{display: block;color:#0870d3;font-weight:600;}
.index_product .slideTxtBox .hd ul li:hover{background:#0870d3;color:#fff;}
.index_product .slideTxtBox .hd ul li:hover a{color:#fff;}
.index_product .slideTxtBox .hd ul li.on{background:#0870d3;color:#fff;}
.index_product .slideTxtBox .hd ul li.on a{color:#fff;}
.index_product .slideTxtBox .hd ul li a.a1{position:relative;}

.index_product .slideTxtBox .hd ul li .mingpian{position:absolute;z-index:9999;width:auto;text-align:center;right:-webkit-calc(110% + 5px);right:-moz-calc(110% + 5px);right:-10%;top:42px;opacity:0;visibility:hidden;-webkit-transform:translateX(110%);-moz-transform:translateX(110%);-ms-transform:translateX(110%);-o-transform:translateX(110%);transform:translateX(110%);-webkit-transition:all 0.7s;-o-transition:all 0.7s;-moz-transition:all 0.7s;transition:all 0.7s;box-shadow:0 4px 20px 4px rgba(0, 20, 60, 0.2);color:#333;font-size:18px;background: #fff;border-radius:6px;white-space:nowrap;}
.index_product .slideTxtBox .hd ul li .mingpian .box{padding:20px;}
.index_product .slideTxtBox .hd ul li .mingpian .touxiang{width:100px;height:100px;border-radius:50px;margin:0 auto;}
.index_product .slideTxtBox .hd ul li .mingpian .touxiang img{display:block;border-radius:50px;}
.index_product .slideTxtBox .hd ul li .mingpian .tit{font-size:20px;line-height:24px;margin:10px 0;}
.index_product .slideTxtBox .hd ul li .mingpian .tel{background:#f2f2f2;border-radius:20px;padding:10px 20px;color:#222;}
.index_product .slideTxtBox .hd ul li .mingpian .tel i{padding-right:10px;}
.index_product .slideTxtBox .hd ul li .mingpian .ewm{background:#f2f2f2;padding:20px;}
.index_product .slideTxtBox .hd ul li .mingpian .ewm img{border:2px solid #ffffff;}
.index_product .slideTxtBox .hd ul li .mingpian img{display:block;max-width:100px;margin:0 auto;}
.index_product .slideTxtBox .hd ul li:hover .mingpian{opacity:1;visibility:visible;
  -webkit-transform:translateY(0);
     -moz-transform:translateY(0);
      -ms-transform:translateY(0);
       -o-transform:translateY(0);
          transform:translateY(0);
}
.icon_right li:hover .mingpian::after{content:"";position:absolute;left:100%;top:0;width:10%;height:100%;}

.index_product .slideTxtBox .bd ul{/*padding:30px 0;padding-bottom:0;*/ zoom:1;border-bottom:1px solid #E8E8E8;border-left:1px solid #E8E8E8;border-right:1px solid #E8E8E8;margin-bottom:0;}
.index_product .swiper-container{}
.swiper-product .swiper{width:100%;height:auto !important;}
.swiper-product .swiper-slide{text-align:center;display:flex;justify-content:center;align-items:center;position:relative;border-right:1px solid #E8E8E8;margin-left:15px !important;margin-right:15px !important;}
.swiper-product .swiper-slide img{display:block;width:100%;object-fit:cover;}
.swiper-product1 .swiper{width:100%;height:auto !important;}
.swiper-product1 .swiper-slide{text-align:center;display:flex;justify-content:center;align-items:center;position:relative;border-right:1px solid #E8E8E8;}
.swiper-product1 .swiper-slide img{display:block;width:100%;object-fit:cover;}
.swiper-product2 .swiper{width:100%;height:auto !important;}
.swiper-product2 .swiper-slide{text-align:center;display:flex;justify-content:center;align-items:center;position:relative;border-right:1px solid #E8E8E8;}
.swiper-product2 .swiper-slide img{display:block;width:100%;object-fit:cover;}
.index_product .p_list{/*box-shadow:0 1px 3px 0 rgba(0,0,0,.14);border:1px solid rgba(0,0,0,.12);border-radius:6px;padding:5px;*/ padding-right:30px;}
.index_product .p_list .pic{overflow:hidden;}
.index_product .p_list .pic img{display:block;max-width:100%;margin:0 auto;}
.index_product .p_list .tit{font-size:22px;line-height:30px;margin-top:20px;color:rgba(0,0,0,.8);font-weight:600;position:relative;text-align:left;}
.index_product .p_list .tit .more{border-radius:50%;width:28px;height:28px;border:1px solid #CCCCCC;display:inline-block;align-items:center;justify-content:center;position: absolute;top:2px;right:0;text-align:center;line-height:20px;}
.index_product .p_list .tit .more i{font-size:18px;color:#ccc;font-weight:600;}
.index_product .p_list p{color:#898989;font-size:18px;line-height:1;margin-top:12px;padding-bottom:20px;font-weight:bold;text-align:left;}
.index_product .p_list a:hover .pic img{transform:scale(1.1,1.1); transition-duration:0.5s;}
.index_product .p_list a:hover .tit{color:#0870d3;}
.index_product .p_list a:hover .tit .more{border:1px solid #0870d3;background:#0870d3;}

@media (max-width: 768px) {
	.index_product{padding:35px 0;}
	.index_product .slideTxtBox .hd{padding-bottom:10px;}
	.index_product .slideTxtBox .hd ul li{padding:7.5px 22px;margin:0 5px;border-radius:55px;margin-bottom:10px;width:44%;}
	.index_product .p_list p{font-size:16px;margin-top:8px;padding-bottom:10px;}
}

/*首页spi*/
.index_spi{background: url("../images/product_bj.jpg") no-repeat center bottom;padding:70px 0;}
.index_spi .container-fluid{padding-left:64px;padding-right:64px;}
.index_spi .swiper-product{background:#ffffff;border:1px solid #E8E8E8;}
.index_spi .p_list{/*box-shadow:0 1px 3px 0 rgba(0,0,0,.14);border:1px solid rgba(0,0,0,.12);border-radius:6px;padding:5px;*/ padding-right:30px;}
.index_spi .p_list .pic{overflow:hidden;}
.index_spi .p_list .pic img{display:block;max-width:100%;margin:0 auto;}
.index_spi .p_list .tit{font-size:22px;line-height:30px;margin-top:20px;color:rgba(0,0,0,.8);font-weight:600;position:relative;text-align:left;}
.index_spi .p_list .tit .more{border-radius:50%;width:28px;height:28px;border:1px solid #CCCCCC;display:inline-block;align-items:center;justify-content:center;position: absolute;top:2px;right:0;text-align:center;line-height:20px;}
.index_spi .p_list .tit .more i{font-size:18px;color:#ccc;font-weight:600;}
.index_spi .p_list p{color:#898989;font-size:18px;line-height:1;;margin-top:12px;padding-bottom:20px;font-weight:bold;text-align:left;}
.index_spi .p_list a:hover .pic img{transform:scale(1.1,1.1); transition-duration:0.5s;}
.index_spi .p_list a:hover .tit{color:#0870d3;}
.index_spi .p_list a:hover .tit .more{border:1px solid #0870d3;background:#0870d3;}

/*首页核心技术*/
.index_hexin{background: url("../images/product_bj.jpg") no-repeat center bottom;padding:70px 0;}
.index_hexin .nr{margin-bottom:80px;}
.index_hexin .hx_left{padding:80px 0;padding-bottom:100px;}
.index_hexin .hx_left .tit{font-size:42px;font-weight:bold;font-weight:600;color:rgba(0,0,0,0.8);}
.index_hexin .hx_left .txt{margin:20px 0;color:rgba(0,0,0,0.8);font-size:18px;line-height:1.75;padding-right:5%;}
.index_hexin .hx_left .more{margin-top:3em;margin-bottom:5em;}
.index_hexin .hx_left .more a{padding:7.5px 22px;background:#0870d3;color:#fff;border:2px solid #0870d3;border-radius:55px;font-size:16px;font-weight:600;}
.index_hexin .hx_left .more a i{padding-right:10px;}
.index_hexin .hx_left .more a:hover{color:#0870d3;background:#fff;}
.index_hexin .pic{overflow:hidden;margin-bottom:5%;}
.index_hexin .pic img{display:block;max-width:100%;margin:0 auto;text-align:right;}
.swiper-hexin .swiper-pagination{text-align:left;left:0 !important;width:100% !important;bottom:0 !important;}
.swiper-hexin .swiper-pagination-bullet {width:31.3%;height:119px;background:none;text-align:left;opacity:1;position:relative;margin-right:15px !important;}
.swiper-hexin .swiper-pagination-bullet .tubiao{overflow:hidden;height:50px;}
.swiper-hexin .swiper-pagination-bullet .tubiao img{display:block;max-width:50px;margin:0;}
.swiper-hexin .swiper-pagination-bullet .tubiao .img1{display:block;}
.swiper-hexin .swiper-pagination-bullet .tubiao .img2{display:none;}
.swiper-hexin .swiper-pagination-bullet .line{background-color:#D6D6D6;border-radius:6px;height:4px;width:100%;margin:10px 0;}
.swiper-hexin .swiper-pagination-bullet .t{font-size:14px;opacity:0.8;margin-top:15px;height:40px;}
.swiper-hexin .swiper-pagination-bullet-active{color:#0870d3;background:none;opacity:1;height:119px;}
.swiper-hexin .swiper-pagination-bullet-active .tubiao{height:50px;}
.swiper-hexin .swiper-pagination-bullet-active .tubiao img{display:block;max-width:50px;margin:0;}
.swiper-hexin .swiper-pagination-bullet-active .tubiao .img1{display:none;}
.swiper-hexin .swiper-pagination-bullet-active .tubiao .img2{display:block;}
.swiper-hexin .swiper-pagination-bullet-active .line{background-color:#075cad;border-radius:6px;height:4px;width:0;margin:10px 0;animation: progressAnimation 3s ease-in-out forwards;}
.swiper-hexin .swiper-pagination-bullet-active .t{font-size:14px;opacity:1;margin-top:15px;height:40px;}

@media (max-width: 768px) {
	.index_hexin{padding:35px 0;}
	.index_hexin .hx_left{padding:10px 0;padding-bottom:10px;}
	.index_hexin .hx_left .tit{font-size:24px;}
	.index_hexin .hx_left .txt{margin:10px 0;font-size:16px;line-height:1.5;}
	.index_hexin .hx_left .more{margin-top:2em;margin-bottom:2em;}
	.swiper-hexin .swiper-pagination-bullet{width:29.3%;height:119px;margin-right:10px !important;}
	.swiper-hexin .swiper-pagination-bullet .tubiao{height:40px;}
	.swiper-hexin .swiper-pagination-bullet .tubiao img{max-width:40px;}
}

/*首页行业解决方案*/
.index_hangye{padding:72px 0;}
.index_hangye .container-fluid{padding-left:64px !important;padding-right:64px !important;position:relative;}
.index_hangye .tab{position:absolute;width:100%;left:0;bottom:0;z-index:999;padding:0 64px;border-top:1px solid #fff;padding-top:30px;}
.index_hangye .tab ul{text-align:center;}
.index_hangye .tab li{display:inline-block;width:16%;text-align:center;font-weight:bold;font-size:15px;color:#888;height:105px;position:relative;}
.index_hangye .tab li:after{content:'';position:absolute;left:50%;top:-33px;opacity:0;width:80px;height:4px;margin-left:-14%;background:#0870d3;transition:all 0.4s;}
.index_hangye .tab li .ico{margin:0 auto;width:38px;height:38px;position:relative; }
.index_hangye .tab li .ico .img1{opacity:0;position:absolute;left:0;top:0;}
.index_hangye .tab li .name{padding-top:10px;color:#fff;font-size:18px;}
.index_hangye .tab .liNow{color:#1E50AE;}
.index_hangye .tab .liNow:after{opacity:1;bottom:0;}
.index_hangye .tab .liNow .ico img{opacity:0;}
.index_hangye .tab .liNow .ico .img1{opacity:1;}
.index_hangye .tab .liNow .name{color:#fff;}
.index_hangye .tabContentDiv{}
.index_hangye .leftImg{width:100%;overflow:hidden;position:relative;}
.index_hangye .leftImg .pc{display:block;}
.index_hangye .leftImg .phone{display:none;}
.index_hangye .leftImg img{width:100%;border-radius:6px;}
.index_hangye .leftImg .text{position:absolute;top:0;left:0;padding:72px 460px 72px 76px;}
.index_hangye .leftImg .text .tit{font-weight:600;margin-bottom:16px;margin-top:26px;color:#fff;font-size:32px;letter-spacing:-.8px;line-height:36px;}
.index_hangye .leftImg .text .txt{color:#fff;font-size:16px;font-weight:300;letter-spacing:-.2px;line-height:24px;}
.index_hangye .leftImg .text .more{margin-top:70px;}
.index_hangye .leftImg .text .more a{padding:7.5px 22px;font-size:16px;border-radius:55px;border:2px solid #fff;color:#fff;font-weight:600;transition: all .15s ease-out;}
.index_hangye .leftImg .text .more a i{padding-right:10px;}
.index_hangye .leftImg .text .more a:hover{background:#ffffff;color:#075cad;}

@media (max-width: 768px) {
	.index_hangye{padding:35px 0;}
	.index_hangye .container-fluid{padding-left:15px !important;padding-right:15px !important;}
	.index_hangye .tab{padding:0 10px;padding-top:10px;}
	.index_hangye .tab li{width:15%;font-size:13px;color:#888;height:50px;}
	.index_hangye .tab li:after{left:50%;top:-13px;opacity:0;width:30px;height:4px;margin-left:-14%;}
	.index_hangye .tab li .ico{width:30px;height:30px;}
	.index_hangye .tab li .ico img{width:30px !important;height:30px !important;}
	.index_hangye .tab li .name{padding-top:10px;font-size:13px;}
	.index_hangye .leftImg .text{padding:0 15px}
	.index_hangye .leftImg .text .tit{display:none;}
	.index_hangye .leftImg .text .txt{display:none;}
	.index_hangye .leftImg .text .more{display:none;}
	.index_hangye .leftImg .pc{display:none;}
	.index_hangye .leftImg .phone{display:block;}
}

/*首页新闻中心*/
.index_news{/*background:#F4F6F8;*/padding:72px 0;}
.index_news .swiper-pagination-bullet-active{width:28px !important;border-radius:4px;}
/*.index_news .nr{padding-left:64px;padding-right:64px;}*/
.index_news .list{box-shadow:0 1px 3px 0 rgba(0,0,0,.14);border:1px solid rgba(0,0,0,.12);border-radius:6px;margin-bottom:50px;}
.index_news .list .pic{overflow:hidden;}
.index_news .list .pic img{display:block;max-width:100%;margin:0 auto;}
.index_news .list .box{padding:28px 32px 24px;}
.index_news .list .t{font-size:12px;font-weight:600;line-height:16px;text-decoration:none;letter-spacing:0;text-transform:uppercase;color:rgba(0,0,0,.64);margin:4px 0;}
.index_news .list .name{font-size:20px;line-height:24px;color:rgba(0,0,0,.8);font-weight:600;}
.index_news .list .time{margin-top:50px;font-size:13px;font-weight:600;line-height:16px;letter-spacing:0;color:rgba(0,0,0,.64);}
.index_news .list .time i{padding-right:10px;}
.index_news .list a:hover .pic img{transform:scale(1.1,1.1);transition-duration:0.5s;}
.index_news .list a:hover .name{color:#0870d3;}
.index_news .more{margin-top:40px;text-align:center;}
.index_news .more a{font-size:16px;padding:7.5px 22px;border-radius:55px;border:2px solid #0870d3;color:#0870d3;font-weight:600;}
.index_news .more a i{padding-right:10px;}
.index_news .more a:hover{background:#0870d3;color:#ffffff;}
.index_news .nr{border-top:1px solid #EDDCDC;border-bottom:1px solid #EDDCDC;padding:0 !important;overflow:hidden;}
.index_news .news_left{border-right:1px solid #EDDCDC;padding:0 !important;}
.index_news .news_left .pic{padding-bottom:46.875%;width:100%;position:relative;height:0;overflow:hidden;}
/*.index_news .news_left .pic img{display:block;max-width:100%;margin:0 auto;}*/
.index_news .news_left .pic img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .6s;-o-transition:all .6s;
-moz-transition:all .6s;transition:all .6s;}
.index_news .news_left .box{padding:40px 0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;
-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}
.index_news .news_left .box .time{color:#A6A6A6;width:19.79167%;text-align:center;font: 500 20px/24px "思源黑体";} 
.index_news .news_left .box .time b{color:#0168b7;font:500 64px/1.2em "思源黑体";display:block;}
.index_news .news_left .box .text{width:75.41667%;padding-right:1.8em;}
.index_news .news_left .box .text .tit{color:#333333;font:500 22px/24px "思源黑体";white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;}
.index_news .news_left .box .text .line{color:#666666;font:500 16px/26px "思源黑体";margin-top:10px;}
.index_news .news_left a:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.index_news .news_left a:hover .text .tit{color:#0168b7;}
.index_news .news_right{padding:0 !important;}
.index_news .news_right ul{margin-bottom:0;}
.index_news .news_right li{padding:23px 0;border-bottom:1px solid #EDDCDC;-webkit-transition:all .6s;-o-transition:all .6s;-moz-transition:all .6s;transition:all .6s;height:-webkit-calc(100%/3);height:-moz-calc(100%/3);height:calc(100%/3);}
.index_news .news_right li:last-child{border-bottom:none !important;}
@media (max-width: 768px) {
	.index_news{padding:35px 0;}
	.index_news .nr{padding:0 15px !important;}
	.index_news .news_left{padding:0 15px !important;}
	.index_news .news_left .box{padding:20px 0;}
	.index_news .news_left .box .time{width:20%;font: 500 16px/20px "思源黑体";} 
	.index_news .news_left .box .time b{font:500 44px/1.2em "思源黑体";}
	.index_news .news_left .box .text .tit{font:500 20px/22px "思源黑体";}
	.index_news .news_right{padding:0 15px !important;}
  	.index_news .news_right li{padding: 1rem 0;}
}
.index_news .news_right li a.a .time {color:#A6A6A6;font:500 20px/24px "思源黑体";width:15.3125%;text-align:center;}

@media (max-width: 768px) {
  .index_news .news_right li a.a .time{font-size:16px;display:none;}
}

.index_news .news_right li a.a .time b {color:#0168b7;font:500 50px/1.2em "思源黑体";display:block;}

@media (max-width: 768px) {
  .index_news .news_right li a.a .time b{font-size:1.9rem;}
}
.index_news .news_right li a.a .img {width:25%;padding-bottom:17%;position:relative;height:0;overflow:hidden;}
.index_news .news_right li a.a .img img {position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .6s;-o-transition:all .6s;-moz-transition:all .6s;transition:all .6s;}
.index_news .news_right li a.a .box {width:59.58333%;padding:0 6% 0 4%;}
.index_news .news_right li a.a .box dt{color:#333333;font:500 22px/24px "思源黑体";white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;}
@media (max-width: 768px) {
	.index_news .news_right li a.a .box{width:73.58333%;}
  .index_news .news_right li a.a .box dt{font-size:18px;}
}
.index_news .news_right li a.a .box dd{color:#666666;font:500 16px/26px "思源黑体";margin-top:0.5em;}
@media (max-width: 768px) {
  .index_news .news_right li a.a .box dd{margin-top:0.3em;}
}
.index_news .news_right li:hover{background:#e9f3fa;}
.index_news .news_right li:hover a.a .img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.index_news .news_right li:hover a.a .time b {color:#0168b7;}
.index_news .news_right li:hover a.a .box dt, .index_news .news_right li:hover a.a .box dd{color:#0168b7;}


/*首页关于我们*/
.index_about{background:url("../images/about_bj1.jpg") no-repeat top center;padding:80px 0;/*background:#F4F6F8;*/}
.index_about .container-fluid{padding-left:64px !important;padding-right:64px !important;}
.index_about .about_text{margin-bottom:50px;color:rgba(0,0,0,.64);font-size:16px;font-weight:400;line-height:1.75;text-align:left;}
.index_about img{display:block;max-width:100%; margin: 0 auto;}

.index_about .a-num{margin-top:60px;}
.index_about .num-box{float: left;  }
.index_about .num-top{font-size: 0;  }
.index_about .num-box .num,
.index_about .num-box .year,
.index_about .num-box .unit{display: inline-block;*display: inline;zoom: 1;vertical-align: bottom;}
.index_about .num-box i{display: inline-block;zoom: 1;vertical-align:top;font-size:20px;font-style:normal;font-weight:bold;padding-left:10px;color:#00b4ff;}
.index_about .num-box .num{font-size:44px;line-height:44px;color:#00b4ff;font-weight:bold;}
.index_about .num-top .year{font-size:16px;line-height:23px;width:23px;height: 23px;text-align: center;color: #00b4ff;margin-left: .2rem;}
.index_about .num-top .unit{font-size:16px;line-height:16px;color:#ff0001;margin-left:20px;}
.index_about .a-num .txt{font-size:16px;padding-top:5px;}
.index_about .a_right{float:right;}
.index_about .a_right .item{background-color: #00b4ff;position: relative;height:438px;overflow: hidden;opacity:1;transition: all 2s;transform: translateY(100px);border-radius: 10px;}
.index_about .a_right .item::before{content:'';position:absolute;width:300px;height:300px;border-radius:50%;background:#fff;z-index:-1;top:-20%;left:-20%;opacity:.1;transform:scale(0);transition:all 600ms;}
.index_about .a_right .item img{position:absolute;right:0%;bottom:0%;max-width:100%;display:block;object-fit:cover;}
.index_about .a_right .item .text{position:absolute;left:10%;top:10%;width:80%;height:80%;display:flex;flex-direction:column;justify-content:space-between;}
.index_about .a_right .item .text .t1{transition:all 600ms;}
.index_about .a_right .item .text .t1 p:nth-child(1){color:#fff;font-size:36px;text-transform:uppercase;}
.index_about .a_right .item .text .t1 p:nth-child(2){color:#fff;margin-top:15px;}
.index_about .a_right .item .text .more a{display:flex;width:110px;height:37px;border:1px solid #FFFFFF;border-radius:19px;align-items:center;justify-content:center;color:#fff;transition: all 600ms;}
.index_about .a_right .item .text .more a i{display:inline-block;transition:all 600ms;padding-left: 10px;}
.index_about .a_right .item1{background-color:#07c426;transform:translateY(-60px);}
.index_about .a_right .item1::before{top:-15%;left:-15%;left:auto;}
.index_about .a_right .item:hover .text{transform: translateY(30px);}
.index_about .a_right .item:hover .t1{transform: translateY(20px);}
.index_about .a_right .item:hover .more a{border-radius: 0;}
.index_about .a_right .item:hover .more a i{transform: rotateY(180deg) translateY(2px) translateX(-15px);}
.index_about .a_right .item:hover::before{transform: scale(1);}

.about_wenhua{}
.about_wenhua ul{padding:14px 0;border:1px solid #E8E8E8;background:#FFF;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.about_wenhua ul li{width:33.33%;padding:0 40px 0 100px;border-right:1px solid #DEDEDE;position:relative;}
.about_wenhua ul li .icon_img{left:30px;width:50px;top:0;position:absolute;}
.about_wenhua ul li .icon_img img{max-width:100%;margin:0 auto;cursor:pointer;}
.about_wenhua ul li .icon_img img:hover{animation:swing 1s infinite linear;}
.about_wenhua ul li .p1{color:#000;font-size:20px;font-weight:400;line-height:1.75;}
.about_wenhua ul li .p2{color:#989898;margin-top:5px;font-size:16px;font-style:normal;font-weight:400;line-height:normal;}
.about_wenhua ul li:last-child{border-right:none;}

.index_about .about_nr{margin-top:60px;}
.index_about .about_nr .list{background:#fff;border-radius:6px;padding:60px 48px;/*box-shadow:0 9px 12px 0 rgba(0,0,0,.1);*/}
.index_about .about_nr .list .pic{overflow:hidden;}
.index_about .about_nr .list .pic img{max-width:100%;cursor:pointer;}
.index_about .about_nr .list .pic img:hover{animation:swing 1s infinite linear;}
.index_about .about_nr .list .tit{font-size:26px;letter-spacing:-.6px;line-height:32px;color:rgba(0,0,0,.8);font-weight:600;}
.index_about .about_nr .list .tit img{display:inline-block;margin-right:10px;max-width:50px;}
.index_about .about_nr .list .tit:hover img{animation:swing 1s infinite linear;}
.index_about .about_nr .list .txt{margin-top:16px;font-size:16px;color:rgba(0,0,0,.8);font-weight:300;letter-spacing:-.2px;line-height:24px;}
.index_about .about_nr .list .more{margin-top:38px;}
.index_about .about_nr .list .more a{font-size:16px;padding:7.5px 22px;border-radius:55px;font-weight:600;border:2px solid #0870d3;display: inline-block;margin-right:30px;}
.index_about .about_nr .list .more a i{padding-right:10px;}
.index_about .about_nr .list .more a.a1{background:#0870d3;color:#ffffff;}
.index_about .about_nr .list .more a.a1:hover{background:#ffffff;color:#0870d3;}
.index_about .about_nr .list .more a.a2{background:#ffffff;color:#0870d3;}
.index_about .about_nr .list .more a.a2:hover{background:#0870d3;color:#ffffff;}

.index_about1{background:url("../images/about_bj1.jpg") no-repeat top center;padding:35px 0;overflow:hidden;}
.index_about1 .container-fluid{padding-left:15px !important;padding-right:15px !important;}
.index_about1 .swiper-pagination-bullet-active{width:28px !important;border-radius:4px;}
.index_about1 .a_left{padding-right:15px;}
.index_about1 .a_left .title{margin-bottom:20px;text-align:left;font-weight:bold;}
.index_about1 .a_left .title .cn{font-size:24px;line-height:32px;color:rgba(0,0,0,0.8)}
.index_about1 .a_left .title .en{text-transform:uppercase;font-size:18px;}
.index_about1 .a_left .text{font-size:16px;line-height:1.5;color:rgba(0,0,0,.64);}
.index_about1 .a_left .text .tit{font-size:18px;color:#0870d3;margin-bottom: 10px;}
.index_about1 .a_left .text p{margin-bottom:0;}
.index_about1 .a_left .more{margin-top:26px;}
.index_about1 .a_left .more a{font-size:16px;padding:7.5px 22px;border-radius:55px;font-weight:600;border:2px solid #0870d3;color:#0870d3;display:inline-block;margin-right:30px;}
.index_about1 .a_left .more a i{padding-right:10px;}
.index_about1 .a_left .more a:hover{background:#0870d3;color:#ffffff;}
.index_about1 .a_center{position:relative;}
.index_about1 .a_center .nr{position:absolute;/*opacity:0.8;*/left:5%;display:block;font-size:0;top:50%;width:90%;/* transform:translate(-50%, -50%);*/}
.index_about1 .a_center .nr b{display:block;font-size:0;-webkit-animation:rotatedHalf1 13s infinite linear;-moz-animation:rotatedHalf1 13s infinite linear;-o-animation: rotatedHalf1 13s infinite linear;animation:rotatedHalf1 13s infinite linear;}
.index_about1 .a_center .nr img{width:100%;}
.index_about1 .a_center .nr i{display:block;font-size:0;width:97%;/*opacity:0.5;*/position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);}
.index_about1 .a_center .nr i img{width:100%;}
.index_about1 .a_center .nr .pic{display:block;font-size:0;width:71%;/*opacity:0.5;*/z-index: 2;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);border-radius:50%;overflow:hidden;}
.index_about1 .a_center .nr .pic img{width:100%;transform:scale(1.1,1.1);}
.index_about1 .a_right{margin-top:340px;}
.index_about1 .a_right ul{margin-bottom:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.index_about1 .a_right ul li{width:20%;margin:10px 0;position:relative;}
.index_about1 .a_right ul li .pic{overflow:hidden;}
.index_about1 .a_right ul li .pic img{display:block;max-width:30px;}
.index_about1 .a_right ul li .data span{color:#222;text-align:justify;font-size:30px;font-style:normal;font-weight:700;line-height:40px;}
.index_about1 .a_right ul li .data sup{color:#0870d3;text-align:justify;font-size:18px;font-style:normal;font-weight:600;line-height:24px;vertical-align:top;top:0;}
.index_about1 .a_right ul li p{color:#555;font-size:16px;font-style:normal;font-weight:400;line-height:1.75;}
.index_about1 .a_right ul li .yuanquan{top:1.5rem;z-index:-1;left:-0.5rem;position:absolute;}
.index_about1 .a_right ul li .yuanquan img{width:2.8125rem;animation:yq 4s ease-out infinite;}

@keyframes yq {
  0%{transform:rotate(0);}
  100%{transform:rotate(360deg);}
}

@-webkit-keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes rotatedHalf1 {
  0% {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  50% {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes rotatedHalf1 {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
  50% {
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
	.index_about1{padding:120px 0;}
	.index_about1 .container-fluid{padding-left:64px !important;padding-right:64px !important;}
	.index_about1 .a_left{padding-right:0;}
	.index_about1 .a_left .title .cn{font-size:44px;line-height:48px;}
	.index_about1 .a_left .title .en{font-size:22px;}
	.index_about1 .a_left .text{font-size:16px;line-height:1.75;}
	.index_about1 .a_left .text .tit{font-size:22px;}
	.index_about1 .a_left .more{margin-top:36px;}
	.index_about1 .a_right{margin-top:0;}
	.index_about1 .a_right ul li{width:50%;margin:48px 0;}
	.index_about1 .a_right ul li .pic img{max-width:50px;}
	.index_about1 .a_right ul li .data span{font-size:60px;line-height:64px;}
	.index_about1 .a_right ul li .data sup{font-size:30px;line-height:24px;}
	.index_about1 .a_right ul li p{font-size:18px;line-height:1.75;}
}

/*底部*/
.footer{background:#555555;padding-top:40px;}
.footer .container-fluid{padding-left:64px !important;padding-right:64px !important;}
.footer .f_top{padding-bottom:50px;padding-top: 20px;}
.footer .f_top .f_logo{}
.footer .f_top .f_logo img{display:block;max-width:100%;}
.footer .f_top .f_logo .hottel{margin-top:10px;}
.footer .f_top .f_logo .hottel .t1{color:#ddd;font-size:16px;font-weight: 600;}
.footer .f_top .f_logo .hottel b{font-size:42px;font-weight: 700;color:#fff;}
.footer .f_top .f_logo .nr{color:#ddd;font-size:16px;line-height:2em;margin-top:20px;}
.footer .f_top .f_logo .nr ul li{}
.footer .f_top .f_logo .nr ul li i{padding-right:10px;}
.footer .f_top .f_logo .nr ul li p{margin-bottom:0;display:inline-block;}
.footer .f_top .f_nav{text-align:left;padding-left:3%;}
.footer .f_top .f_nav ul li{display: inline-block;margin-left:5.98583vw;vertical-align:top;}
.footer .f_top .f_nav ul li .tit{color:rgba(255,255,255,.8);font-weight:600;font-size:18px;}
.footer .f_top .f_nav ul li .nr{margin-top:1.25vw;display:block;}
.footer .f_top .f_nav ul li .nr p{line-height:32px;margin-bottom: 0;}
.footer .f_top .f_nav ul li .nr p a{white-space: nowrap;color: rgba(255,255,255,.5);cursor: pointer;font-size:15px;line-height:2;}
.footer .f_bottom{padding:20px 0;border-top:1px solid rgba(255,255,255,.12);text-align:center;color:rgba(255,255,255,.8);font-size:15px}
.footer .f_bottom a{color:rgba(255,255,255,.8);}
.footer .f_bottom p{margin-bottom:0;line-height:24px;}

@media (max-width: 768px) {
    .footer{padding-top:10px;}
    .footer .container-fluid{padding-left:15px !important;padding-right:15px !important;}
	.footer .f_top{padding-bottom:30px;padding-top:20px;}
	.footer .f_top .f_logo img{display:none;}
	.footer .f_top .f_logo .hottel{margin-top:-10px;}
	.footer .f_top .f_logo .hottel b{font-size:38px;}
	.footer .f_top .f_logo .nr{margin-top:10px;}
	.footer .f_top .f_nav{display:none;}
}

/*内页*/

.ny_banner{width:100%;position:relative;}
.ny_banner img{max-width:100%;}
.ny_banner img.pc{display:block;}
.ny_banner img.phone{display:none;}
.ny_banner .banner_text{width:100%;height:100%;position:absolute;top:0;left:0;/*background:linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));*/}
.ny_banner .banner_text .con{width:75%;margin:0 auto;padding:13% 16px;text-align:left;}
.ny_banner .banner_text .con .t1{color:#fff;font-size:55px;line-height:64px;font-weight:bold;}
.ny_banner .banner_text .con .t2{font-size:16px;margin-top:20px;margin-bottom:40px;color:#fff;}

@media (max-width: 768px) {
	.ny_banner{margin-top:50px;}
    .ny_banner img.pc{display:none;}
	.ny_banner img.phone{display:block;}
	.ny_banner .banner_text{height:auto;}
	.ny_banner .banner_text .con{width:100%;padding:20% 16px;}
	.ny_banner .banner_text .con .t1{font-size:24px;line-height:32px;}
	.ny_banner .banner_text .con .t2{margin-top:10px;margin-bottom:0;}
}

.weizhi{line-height:70px;font-size:16px;color:#808080;background:#fff;z-index:999;border-bottom:1px solid rgba(201, 201, 201, 0.3);}
.weizhi .w_left{text-align:left;}
.weizhi .w_left a{color:#808080;padding:0 10px;}
.weizhi .w_left i{padding-right:10px;}
.weizhi .w_right{float:right;}
.weizhi .w_right ul{margin-bottom:0;}
.weizhi .w_right ul li{display:inline-block;position:relative;}
.weizhi .w_right ul li::before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:0;width:1px;height:1.1875rem;background:#DEDEDE;}
.weizhi .w_right ul li::after{content:"";position:absolute;bottom:-1px;left:0;width:0;height:0.1875rem;background:#0168b7;transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;border-radius:2.5rem;}
.weizhi .w_right ul li.active::after,
.weizhi .w_right ul li:hover::after{width:100%;transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;}
.weizhi .w_right ul li.active a,.weizhi .w_right ul li:hover a{color:#0168b7;}
.weizhi .w_right ul li a{padding: 0 32px;color:#222;}

@media (max-width: 768px) {
	.weizhi{line-height:50px;}
	.weizhi .w_right{display:none;}
}

/*公司介绍*/
.ny_about{padding:120px 0;overflow:hidden;}
.ny_about .a_left{margin-bottom:55px;}
.ny_about .a_left .name{font-size:22px;color:#0168b7;line-height:1.75px;font-weight:500;letter-spacing:1px;}
.ny_about .a_left .tit{color:#242424;font-size:54px;font-weight:700;line-height:72px;text-transform: capitalize;}
.ny_about .a_left .tit div{display: inline-block;padding-right:20px;padding-top:30px;position:relative;z-index:3;}
.ny_about .a_left .tit div::before{background:url(../images/yuan.png) no-repeat;background-size:contain;width:45px;height:45px;content:"";position:absolute;top:15px;right:-5px;z-index:-1;}
.ny_about .a_right{font-size:18px;color:#6C6C6C;line-height:1.75;font-weight:400;text-align:justify;margin-bottom:55px;}
.ny_about .about_num{display:flex;justify-content:space-between;margin-bottom:0;}
.ny_about .about_num li > div{display:inline-block;font-weight:bold;}
.ny_about .about_num li {flex:1 0 0;text-align:center;position:relative;}
.ny_about .about_num li .text {margin:0 0 20px 0;font-size:18px;text-transform:capitalize;color:#818181;}
.ny_about .about_num li:not(:last-child)::before {content:"";position:absolute;top:50%;transform:translateY(-50%); width:1px;right:0;height:1.875rem;background:rgba(0, 0, 0, 0.3);}
.ny_about .about_num li span{font-size:60px;}
.ny_about .about_num li sup{color:#434343;font-size:44px;top: 0rem;}
.ny_about .about_pic{margin-top:70px;}
.ny_about .about_pic .pic{overflow:hidden;border-radius:10px;}
.ny_about .about_pic .pic img{display:block;max-width:100%;margin:0 auto;transition:all .6s;}
.ny_about .about_pic .pic:hover img{transform:scale(1.1)}

@media (max-width: 768px) {
	.ny_about{padding:35px 0;padding-top:45px;}
	.ny_about .a_left{margin-bottom:20px;}
	.ny_about .a_left .name{font-size:22px;line-height:1.75px;letter-spacing:0.5px;}
	.ny_about .a_left .tit{font-size:24px;line-height:30px;}
	.ny_about .a_right{font-size:16px;margin-bottom:30px;}
	.ny_about .about_num li:not(:last-child)::before{height:82px;}
	.ny_about .about_num li .text{font-size:14px;margin:0;}
	.ny_about .about_num li span{font-size:30px;}
	.ny_about .about_num li sup{font-size:18px;}
	.ny_about .about_pic{margin-top:30px;}
}

.ny_about .pinpai{margin-top:50px;}
.ny_about .pinpai .pic{overflow:hidden;border-radius:10px;border:1px solid #ddd;}
.ny_about .pinpai .pic img{display:block;max-width:100%;margin:0 auto;transition:all .6s;}
.ny_about .pinpai .pic:hover img{transform:scale(1.1)}
.ny_about .pinpai .tit{line-height:50px;text-align:center;font-size:20px;color:#222;}

@media (max-width: 768px) {
	.ny_about .pinpai{margin-top:30px;}
	.ny_about .pinpai .tit{line-height:32px;font-size:16px;}
}

.ny_licheng{padding:120px 0;background: url("../images/about_bj1.jpg") no-repeat center;}
.ny_licheng .year{font-size:44px;color:#222;text-align:left;font-weight:bold;}
.ny_licheng .dian{width:15px;height:15px;border-radius:100%;background-color:#ffffff;box-sizing:border-box;border:1px solid #0168b7;}
.ny_licheng .text{font-size:20px;color:#555;line-height:1.75;text-align:left;padding:2px 0 0 15px;box-sizing:border-box;}

@media (max-width: 768px) {
	.ny_licheng{padding:30px 0;}
	.ny_licheng .year{font-size:24px;}
	.ny_licheng .text{font-size:16px;}
}

.ny_contact{padding:120px 0;overflow:hidden;}
.ny_contact .nr {position:relative;padding:0 3%;margin-top:3rem;z-index:0;}
@media (max-width: 768px) {
	.ny_contact{padding:35px 0;overflow:hidden;}
  	.ny_contact .nr{margin-top:16px;padding:0;}
}
.ny_contact .nr .pic{display:block;font-size:0;}
.ny_contact .nr .pic img{width:100%;}
.ny_contact .nr .nr_list1 li{position:absolute;}
.ny_contact .nr .nr_list1 li.ask-a117{left:77.8%;top:44.5%;}
@media (max-width: 768px) {
  .ny_contact .nr .nr_list1 li.ask-a117{left:75%;top:42%;}
}
.ny_contact .nr .nr_list1 li .tit{cursor:pointer;}
.ny_contact .nr .nr_list1 li .tit .din{width:12px;}
.ny_contact .nr .nr_list1 li .tit .din i{display:block;position:relative;z-index:1;}
.ny_contact .nr .nr_list1 li .tit .din i span{position:absolute;left:50%;top:50%;border-radius:50%;display:block;background:rgba(19, 49, 91, 0.5);-moz-box-sizing:border-box;
box-sizing:border-box;opacity:0;}
.ny_contact .nr .nr_list1 li .tit .din i span.span2{width:80px;height:80px;margin:-40px 0 0 -40px;z-index:6;}
.ny_contact .nr .nr_list1 li .tit .din i span.span3{width:160px;height:160px;margin:-80px 0 0 -80px;z-index:5;}
.ny_contact .nr .nr_list1 li .tit .din i span.span4{width:320px;height:320px;margin:-160px 0 0 -160px;z-index:4;}
.ny_contact .nr .nr_list1 li .tit .din i span.span5{width:640px;height:640px;margin:-320px 0 0 -320px;z-index:3;}
.ny_contact .nr .nr_list1 li .tit .din i span.span6{width:1280px;height:1280px;margin:-640px 0 0 -640px;z-index:2;}
.ny_contact .nr .nr_list1 li .tit .din i span.span7{width:2560px;height:2560px;margin:-1280px 0 0 -1280px;z-index:1;}
.ny_contact .nr .nr_list1 li .tit .din img{width:100%;}
@media (max-width: 768px) {
  .ny_contact .nr .nr_list1 li .tit .din img{opacity:0;}
}
.ny_contact .nr .nr_list1 li .tit p{color:#13315B;font-size:14px;line-height:16px;margin-left:4px;}
@media (max-width: 768px) {
  .ny_contact .nr .nr_list1 li .tit p{opacity:0;}
}
.ny_contact .nr .nr_list1 li .cont-p{position:absolute;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);bottom:250%;border-radius:10px;background:rgba(255, 255, 255, 0.8);box-shadow:0px 0px 1.25rem 0px #C9C9C9;padding:22px 24px;width:352px;z-index:2;border:1px solid #C9C9C9;color:#484848;}
@media (max-width: 768px) {
  .ny_contact .nr .nr_list1 li .cont-p{display: none !important;}
}
.ny_contact .nr .nr_list1 li .cont-p .p1{font-size:16px;font-weight:600;line-height:1.75;}
.ny_contact .nr .nr_list1 li .cont-p .p2{font-size:16px;font-weight:400;line-height:1.75;margin-top:4px;}
.ny_contact .nr .nr_list1 li .cont-p .p2 p{margin-bottom:0;}
.ny_contact .nr .nr_list1 li.active .cont-p{display:block;}

@-webkit-keyframes FpulseSlow2 {
  0% {
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes FpulseSlow2 {
  0% {
    -moz-transform: scale(0.25);
         transform: scale(0.25);
    opacity: 0.4;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes FpulseSlow2 {
  0% {
    -o-transform: scale(0.25);
       transform: scale(0.25);
    opacity: 0.4;
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 0;
  }
}
@keyframes FpulseSlow2 {
  0% {
    -webkit-transform: scale(0.25);
       -moz-transform: scale(0.25);
         -o-transform: scale(0.25);
            transform: scale(0.25);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.FpulseSlow2 {
  -webkit-animation: FpulseSlow2 infinite 3s linear;
     -moz-animation: FpulseSlow2 infinite 3s linear;
       -o-animation: FpulseSlow2 infinite 3s linear;
          animation: FpulseSlow2 infinite 3s linear;
  opacity: 0;
}

.ny_contact .con{padding:30px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.07);position:relative;z-index:2;}

/*产品服务*/
.ny_product{padding:50px 0;}
.ny_product .container-fluid{padding:0 64px !important;}
.ny_product .p_left{/*width:21%;*/padding-top:0;background:rgba(124, 124, 124, 0.05);padding-bottom:50px;/*position:absolute;top:0;left:0;*/}
.ny_product .p_left .tit{width: 100%;background:#666666;line-height:80px; font-size:28px; font-weight:bold;color:#fff;padding:0 30px;}
/*.ny_product .p_left .tit1{background:#a7141e !important;}*/
.ny_product .p_left .tit span{font-weight:400; font-size:18px;}
.ny_product .p_left ul{margin-bottom:0;text-align:left;}
.ny_product .p_left ul li{}
.ny_product .p_left ul li a{display:block;}
.ny_product .p_left ul li .t{color:#222;font-size:22px;font-weight:600;padding:0 30px;line-height:50px}
.ny_product .p_left ul li .t i{padding-left:10px;color:#0870d3;float:right;}
.ny_product .p_left ul li .t1 a{color:#a7141e !important;}
.ny_product .p_left ul li .t1 i{color:#a7141e !important;}
.ny_product .p_left ul li ul{padding:10px 30px;}
.ny_product .p_left ul li ul li{margin-bottom:10px;}
.ny_product .p_left ul li ul li a{line-height:42px;position:relative;font-size:18px;color:#4F4F4F;padding:0 20px;background:#fff;transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;}
.ny_product .p_left ul li ul li a::before{content:"";position:absolute;top:0;left:0;width:3px;background:#0870d3;height:0;}
.ny_product .p_left ul li ul li:hover a,
.ny_product .p_left ul li ul li.active a{color:#0870d3;transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;}
.ny_product .p_left ul li ul li:hover a::before,.ny_product .p_left ul li ul li.active a::before{height:100%;transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;}
.ny_product .p_right{padding-left:20px;}
.ny_product .p_tit{padding-bottom:15px;border-bottom:1px solid #D5D5D5;margin-bottom:30px;color:#000000;font-size:26px;font-weight:600;}
.ny_product .p_tit span{border-bottom:2px solid #0870d3;padding-bottom:13px;}
.ny_product .p_tit1 span{border-bottom:2px solid #a7141e !important;}
.ny_product .p_tit .pro_nav{float:right;}
.ny_product .p_tit .pro_nav ul{margin-bottom:0;}
.ny_product .p_tit .pro_nav ul li{display:inline-block;}
.ny_product .p_tit .pro_nav ul li a{padding-left:15px;color:#555;font-size:18px;font-weight:400;}
.ny_product .p_tit .pro_nav ul li a:hover{color:#0870d3;}

.ny_product .l{margin-bottom:25px;border:1px solid rgb(0 0 0 / 10%);box-shadow:0 1px 1px rgb(0 0 0 / 10%); -webkit-box-shadow:0 1px 1px rgb(0 0 0 / 10%);background-color:#fff;padding:40px 15px;position:relative;-webkit-transition:transform .2s ease,-webkit-box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease; text-align:center;}
.ny_product .l .pic{overflow:hidden;}
.ny_product .l .pic img{display:block;max-width:90%;margin:0 auto;}
.ny_product .l h2{font-size:26px;line-height:34px;color:#000;font-weight:380;}
.ny_product .l .nr{margin:4% auto;text-align:center;}
.ny_product .l .nr p{font-size:18px;line-height:1.75;color:#333;margin-bottom:0;font-weight:380;}
.ny_product .l .nr p span{color:#0bafea;font-weight:bold;}
.ny_product .l .num{color:#0bafea;background:linear-gradient(to bottom right,#3cc489,#0bafea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip: text;text-fill-color:transparent;display:inline-block;font-size:60px;font-weight:700; text-align:center;}
.ny_product .l .more{ width:150px; height:46px; line-height:46px; border:1px solid #0bafea; border-radius:23px; font-size:16px; color:#0bafea; margin:30px auto;}
.ny_product .l .more i{ padding-left:10px;}
.ny_product .l:hover{transform:translateY(-4px); -webkit-transform:translateY(-4px);box-shadow:0 17px 25px rgba(0,0,0,0.13);-webkit-box-shadow:0 17px 25px rgba(0,0,0,0.13);}
.ny_product .l:hover .pic img{transform:scale(1.1,1.1); transition-duration:0.5s;}
.ny_product .l:hover h2{font-weight:420;}
.ny_product .l:hover .more{ background:#0bafea; color:#fff; border:1px solid #fff;}

@media (max-width: 768px) {
	.ny_product{padding:30px 0;}
	.ny_product .container-fluid{padding:0 0 !important;}
	.ny_product .p_right{padding-left:0;}
	.ny_product .p_left{padding-bottom:15px;margin-bottom:20px;}
	.ny_product .p_left .tit{display:none;}
	.ny_product .p_left ul li .t{padding:0 15px;font-size:18px;border-bottom:1px solid #ddd;}
	.ny_product .p_left ul li:last-child .t{border-bottom:none;}
	.ny_product .p_left ul li ul{display:none;}
	.ny_product .l h2{font-size:24px;}
	.ny_product .l .num{font-size:33.75px;line-height:38.25px;}
	.ny_product .p_tit{font-size:22px;}
}


.ny_product .p_list{border:1px solid rgba(0,0,0,.12);margin-bottom:30px;}
.ny_product .p_list .pic{overflow:hidden;}
.ny_product .p_list .pic img{display:block;max-width:100%;margin:0 auto;}
.ny_product .p_list .box{padding:20px;}
.ny_product .p_list .tit{font-size:22px;line-height:30px;color:rgba(0,0,0,.8);font-weight:600;position:relative;text-align:left;}
.ny_product .p_list .tit .more{border-radius:50%;width:28px;height:28px;border:1px solid #CCCCCC;display:inline-block;align-items:center;justify-content:center;position: absolute;top:2px;right:0;text-align:center;line-height:20px;}
.ny_product .p_list .tit .more i{font-size:18px;color:#ccc;font-weight:600;}
.ny_product .p_list p{color:#898989;font-size:18px;line-height:1;;margin-top:12px;font-weight:bold;text-align:left;}
.ny_product .p_list a:hover .pic img{transform:scale(1.1,1.1); transition-duration:0.5s;}
.ny_product .p_list a:hover .tit{color:#0870d3;}
.ny_product .p_list a:hover .tit .more{border:1px solid #0870d3;background:#0870d3;}



/*产品详情*/
.product_nav{position:fixed;top:64px;z-index:998;left:0;width:100%;background:#F7F7F7;line-height:54px;font-size:16px;color:#888;border-bottom:1px solid #CDCDCD;border-top:1px solid #CDCDCD;}
.product_nav .p_weizhi{}
.product_nav .p_weizhi a{color:#888;padding:0 10px;}
.product_nav .p_weizhi a i{padding-right:10px;}
.product_nav .p_weizhi a:hover{color:#0870d3;}
.product_nav .p_feilei{text-align:right;}
.product_nav .p_feilei ul{margin-bottom:0;}
.product_nav .p_feilei ul li{display:inline-block;}
.product_nav .p_feilei ul li a{position:relative;padding:0 15px;font-size:17px;color:#8C8C8C;}
.product_nav .p_feilei ul li a:before{content:"";width:1px;height:13px;background:#D8D8D8;position:absolute;top:50%;left:0;transform:translateY(-50%) rotate(30deg);}
.product_nav .p_feilei ul li a:hover{color:#0870d3;}

@media (max-width:780px) {
	.product_nav{line-height:36px;top:54px;}
	.product_nav .p_weizhi a{padding:0 5px;}
	.product_nav .p_weizhi a i{padding-right:5px;}
	.product_nav .p_feilei{display:none;}
}

.product_show_news{background:#ffffff;padding:60px 0;margin-top:120px;/*overflow:hidden;*/}
.product_show_news .p_left{padding:70px 0;}
.product_show_news .p_left .fenlei{font-size:18px;color:rgba(0,0,0,0.58);line-height:0;text-align:left;font-weight:700;}
.product_show_news .p_left .fenlei a{color:rgba(0,0,0,0.58);}
.product_show_news .p_left .name{font-size:68px;line-height:85px;font-weight:700;color:#0168b7;}
.product_show_news .p_left .text{color:#808080;font-size:18px;margin-top:20px;line-height: 1.75;}
.product_show_news .p_left .p_more{line-height:55px;font-size:16px;color:#0168b7;padding:0 36px;border:2px solid #0168b7;display:inline-block;position:relative;border-radius:100px;z-index:5;margin-top:40px;}
.product_show_news .p_left .p_more i{padding-left:10px;}
.product_show_news .p_left .p_more::before{content:"";position:absolute;top:2px;left:2px;width:calc(100% - 4px);height:calc(100% - 4px);transform:scale(0.6);transition:all 0.4s;
-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;background:#0168b7;z-index:-1;opacity:0;border-radius:100px;}
.product_show_news .p_left .p_more:hover{transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;color:#fff;}
.product_show_news .p_left .p_more:hover::before{opacity:1;transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transform:scale(1);}
.product_show_news .p_left .p_more1{background:#0168b7;margin-right:15px;width:240px;font-size:20px;color:#fff;}
.product_show_news .p_left .zixun{position:relative;}
.product_show_news .p_left .zixun .mingpian{position:absolute;z-index:9999;width:auto;text-align:center;right:-webkit-calc(110% + 5px);right:-moz-calc(110% + 5px);right:5%;top:0px;opacity:0;visibility:hidden;-webkit-transform:translateX(110%);-moz-transform:translateX(110%);-ms-transform:translateX(110%);-o-transform:translateX(110%);transform:translateX(110%);-webkit-transition:all 0.7s;-o-transition:all 0.7s;-moz-transition:all 0.7s;transition:all 0.7s;box-shadow:0 4px 20px 4px rgba(0, 20, 60, 0.2);color:#333;font-size:18px;background: #fff;border-radius:6px;white-space:nowrap;}
.product_show_news .p_left .zixun .mingpian .box{padding:20px;}
.product_show_news .p_left .zixun .mingpian .touxiang{width:100px;height:100px;border-radius:50px;margin:0 auto;}
.product_show_news .p_left .zixun .mingpian .touxiang img{display:block;border-radius:50px;}
.product_show_news .p_left .zixun .mingpian .tit{font-size:20px;line-height:24px;margin:10px 0;}
.product_show_news .p_left .zixun .mingpian .tel{background:#f2f2f2;border-radius:20px;padding:10px 20px;color:#222;}
.product_show_news .p_left .zixun .mingpian .tel i{padding-right:10px;}
.product_show_news .p_left .zixun .mingpian .ewm{background:#f2f2f2;padding:20px;}
.product_show_news .p_left .zixun .mingpian .ewm img{border:2px solid #ffffff;}
.product_show_news .p_left .zixun .mingpian img{display:block;max-width:100px;margin:0 auto;}
.product_show_news .p_left .zixun:hover .mingpian{opacity:1;visibility:visible;
  -webkit-transform:translateY(0);
     -moz-transform:translateY(0);
      -ms-transform:translateY(0);
       -o-transform:translateY(0);
          transform:translateY(0);
}
.product_show_news .p_left .zixun:hover .mingpian::after{content:"";position:absolute;left:100%;top:0;width:10%;height:100%;}

.product_show_news .p_right{overflow:hidden;}
.product_show_news .p_right img{display:block;max-width:100%;margin:0 auto;}
.product_show_news .p_right .car_tab_c{}
.product_show_news .p_right .car_tab_c .car_icon i{position: relative;font-style: normal;}
.product_show_news .p_right .car_tab_c .car_icon i:after{content:'';width: 10px;height: 10px;background:#fff;border-radius: 50%;position: absolute;top:0;left:0;z-index:9;}
.product_show_news .p_right .car_tab_c .car_icon i:before{content:'';position: absolute;flex: 0 0 40px;min-width: 45px;height: 45px;background: url(../images/yd1.png) no-repeat center;animation: myfirst 2s infinite linear;-moz-animation: myfirst 2s linear infinite;-webkit-animation: myfirst 2s linear infinite;top: 0%;margin-top: -16.5px;left: 0%;margin-left: -16.5px;z-index:8;}
@keyframes myfirst{
    0%{transform:scale(.8);opacity:1}
    100%{transform:scale(1.6);opacity:.1;}
}
@keyframes myfirst2{
    0%{transform:scale(.8);opacity:1}
    100%{transform:scale(1.2);opacity:.1;}
}

.product_show_news .p_right .car_c li {position: absolute;z-index: 6;}
.product_show_news .p_right .car_tab_c .car_c li:hover .cont{display: flex;z-index: 9999;}
.product_show_news .p_right .car_tab_c .car_c li .cont{/*display:flex;*/flex-wrap:wrap;position:absolute;left:-135px;top:34px;display:none;width:270px;background:rgba(245,245,245,.9);padding:15px 0;border-radius: 10px;}
.product_show_news .p_right .car_tab_c .car_c li .cont:before{content:'';position:absolute;right:45%;top:0;width:0;margin-top:-10px;height:0;border-left:10px solid transparent;border-bottom:10px solid rgba(255,255,255,.9);border-right:10px solid transparent;}
.product_show_news .p_right .car_tab_c .car_c li .img1{width: 35%;}
.product_show_news .p_right .car_tab_c .car_c li .text{width:100%;/*padding-left: 10%;*/display: flex;flex-direction: column;justify-content: center;text-align:center;}
.product_show_news .p_right .car_tab_c .car_c li .text .t{font-size:18px;color:#02b0ea;margin-bottom:8px;font-weight: bold;}
.product_show_news .p_right .car_tab_c .car_c li .text h3{font-size:22px;color: #2a2a2a;margin-bottom:8px;margin-top:0;line-height:1.75;}
.product_show_news .p_right .car_tab_c .car_c li .text a{display: block;font-size:15px;color: #02b0ea;}
.product_show_news .p_right .car_tab_c .car_c li .text a i{padding-right:10px;}
.product_show_news .p_right .car_tab_c .car_c1 li:nth-child(1){top:5%;left:55%;position:absolute;}
.product_show_news .p_right .car_tab_c .car_c1 li:nth-child(2){top:5%;left:15%;position:absolute;}
.product_show_news .p_right .car_tab_c .car_c1 li:nth-child(3){top:43%;left:14%;position:absolute;}
.product_show_news .p_right .car_tab_c .car_c1 li:nth-child(4){top:32%;left:39%;position:absolute;}

.product_show_hexin{padding-bottom:110px;}
.product_show_hexin .list .pic{overflow:hidden;}
.product_show_hexin .list .pic img{display:block;max-width:50px;transition:all 0.4s;}
.product_show_hexin .list .tit{margin:15px 0;font-size:20px;color:#222;}
.product_show_hexin .list:hover .pic img{transform:rotate(360deg);}

@media (max-width:780px) {
	.product_show_news{padding:30px 0;margin-top:80px;overflow:hidden;}
	.product_show_news .p_left{padding:30px 0;}
	.product_show_news .p_left .name{font-size:32px;line-height:60px;}
	.product_show_news .p_left .text{margin-top:0;font-size:16px;}
	.product_show_news .p_left .p_more{line-height:42px;padding:0 20px;border-radius:100px;margin-top:20px;}
	.product_show_news .p_left .p_more1{margin-right:10px;width:220px;font-size:20px;}
	.product_show_hexin{padding-bottom:30px;}
	.product_show_hexin .list .tit{margin:15px 0;font-size:16px;}
}

.product_show{background: url("../images/product_show.jpg") no-repeat center;padding:100px 0;margin-top:92px;}
.product_show .p_left{align-items:center;margin-top:20%;}
.product_show .p_left .p_tit{color:#FFF;font-size:48px;font-weight:700;line-height:1.2;}
.product_show .p_left .p_txt{margin-top:15px;font-size:18px;color:#ffffff;line-height:1.75;}
.product_show .p_left .p_more{line-height:55px;font-size:16px;color:#ffffff;padding:0 36px;border:2px solid #0168b7;display:inline-block;position:relative;border-radius:100px;z-index:5;margin-top:40px;}
.product_show .p_left .p_more i{padding-left:10px;}
.product_show .p_left .p_more::before{content:"";position:absolute;top:2px;left:2px;width:calc(100% - 4px);height:calc(100% - 4px);transform:scale(0.6);transition:all 0.4s;
-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;background:#0168b7;z-index:-1;opacity:0;border-radius:100px;}
.product_show .p_left .p_more:hover{transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;color:#fff;}
.product_show .p_left .p_more:hover::before{opacity:1;transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transform:scale(1);}
.product_show .p_left .p_more1{background:#0168b7;margin-right:15px;width:240px;font-size:20px;}

.product_show .p_right{}
.product_show .p_right .pic{overflow: hidden;margin: 0 auto;}
.product_show .p_right .pic img{display:block;max-width:100%;margin:0 auto;}

.ny_wap{padding:80px 0;}
.ny_title{text-align:center;margin-bottom:50px;}
.ny_title .tit-en{color:#0168b7;font-size:22px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize;}
.ny_title .tit-en span{width:66px;height:2px;background:#0168b7;display:inline-block;position:relative;overflow:hidden;top:-6.4px;}
.ny_title .tit-en span::after{content:'';position:absolute;left:0;top:0px;width:2px;height:2px;background:#a1ffd0;-webkit-animation:animationMove 3s infinite linear;
-moz-animation:animationMove 3s infinite linear;-o-animation:animationMove 3s infinite linear;}
.ny_title .tit-en1{color:#a7151f;font-size:22px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize;}
.ny_title .tit-en1 span{width:66px;height:2px;background:#a7151f;display:inline-block;position:relative;overflow:hidden;top:-6.4px;}
.ny_title .tit-en1 span::after{content:'';position:absolute;left:0;top:0px;width:2px;height:2px;background:#a1ffd0;-webkit-animation:animationMove 3s infinite linear;
-moz-animation:animationMove 3s infinite linear;-o-animation:animationMove 3s infinite linear;}
.ny_title .tit-en2{color:#0168b7;font-size:22px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize;}
.ny_title .tit-en2 span{width:66px;height:2px;background:#0168b7;display:inline-block;position:relative;overflow:hidden;top:-6.4px;}
.ny_title .tit-en2 span::after{content:'';position:absolute;left:0;top:0px;width:2px;height:2px;background:#a1ffd0;-webkit-animation:animationMove 3s infinite linear;
-moz-animation:animationMove 3s infinite linear;-o-animation:animationMove 3s infinite linear;}
.ny_title .tit-cn{color:#000;font-size:42px;font-style:normal;font-weight:700;line-height:normal;}

@-moz-keyframes animationMove{
  0%{-moz-transform:translate(0px, 0px) rotate(0deg);transform:translate(0px, 0px) rotate(0deg);}
  31%{-moz-transform:translateX(-50px);transform:translateX(-50px);}
  71%{-moz-transform:translateX(170px);transform:translateX(170px);}
  100%{-moz-transform:translate(0px, 0px) rotate(0deg);transform:translate(0px, 0px) rotate(0deg);}
}
@-o-keyframes animationMove{
  0%{-o-transform:translate(0px, 0px) rotate(0deg);transform:translate(0px, 0px) rotate(0deg);}
  31%{-o-transform:translateX(-50px);transform:translateX(-50px);}
  71%{-o-transform:translateX(170px);transform:translateX(170px);}
  100%{-o-transform:translate(0px, 0px) rotate(0deg);transform:translate(0px, 0px) rotate(0deg);}
}
@keyframes animationMove {
  0%{-webkit-transform:translate(0px, 0px) rotate(0deg);-moz-transform:translate(0px, 0px) rotate(0deg);-o-transform:translate(0px, 0px) rotate(0deg);transform:translate(0px, 0px) rotate(0deg);}
  31%{-webkit-transform:translateX(-50px);-moz-transform:translateX(-50px);-o-transform:translateX(-50px);transform:translateX(-50px);}
  71%{-webkit-transform:translateX(170px);-moz-transform:translateX(170px);-o-transform:translateX(170px);transform:translateX(170px);}
  100%{-webkit-transform:translate(0px, 0px) rotate(0deg);-moz-transform:translate(0px, 0px) rotate(0deg);-o-transform:translate(0px, 0px) rotate(0deg);transform:translate(0px, 0px) rotate(0deg);}
}

@media (max-width:780px) {
	.ny_wap{padding:40px 0;}
	.ny_title{margin-bottom:30px;}
	.ny_title .tit-en{font-size:16px;}
	.ny_title .tit-cn{font-size:24px;}
}

.product_show1{}
.product_show1 .list{padding:65px 10px;text-align:center;border:1px solid rgba(0, 0, 0, 0.1);box-shadow:0 0 0.3125rem rgba(0, 0, 0, 0.1);background:#FFF;}
.product_show1 .list .pic{overflow:hidden;margin:0 auto;}
.product_show1 .list .pic img{display:block;max-width:80px;margin:0 auto;transition:all 0.4s;}
.product_show1 .list .tit{margin:20px 0;font-weight:bold;font-size:22px;color:#222;}
.product_show1 .list .line{width:40px;height:2px;background:#666;margin:0 auto;}
.product_show1 .list .t_en{font-size:15px;color:#222;margin-top:20px;height:50px;}
.product_show1 .list:hover .pic img{transform:rotate(360deg);}

.product_show2{background:#293952;}
.product_show2 .list{border-radius:10px;}
.product_show2 .list .tit{}
.product_show2 .list .con{overflow:hidden;}
.product_show2 .list .con img{display:block;max-width:100%;margin:0 auto;border-radius:10px;border:1px solid #eee;}
.product_show2 .list:hover .con img{transform:scale(1.1,1.1); transition-duration:0.5s;}

@media (max-width:780px) {
	.product_show2 .list{margin-bottom:30px;}
}

.product_show3{}
.product_show3 .list{padding:65px 30px;height:430px;text-align:center;border:1px solid rgba(0, 0, 0, 0.1);box-shadow:0 0 5px rgba(0, 0, 0, 0.1);background:#FFF;position:relative;}
.product_show3 .list .num{color:#0168b7;text-align:center;font-size:66px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize;margin-bottom:44px;position:relative;}
.product_show3 .list .num::after{content:'';width:40px;height:4px;position:absolute;left:50%;transform:translateX(-50%);-ms-transform:translateX(-50%);-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);bottom:-16px;background:#0168b7;}
.product_show3 .list .tit{font-size:28px;color:#222;margin-bottom:20px;font-weight:bold;}
.product_show3 .list .text{color:rgba(0, 0, 0, 0.7);line-height:1.75;font-size:18px;}
.product_show3 .list .img2{bottom:0;left:0;right:0;position:absolute;}
.product_show3 .list .img2 img{display:block;max-width:100%;margin:0 auto;}
.product_show3 .list{cursor:pointer;transition:400ms ease-in-out;-moz-transition:400ms ease-in-out;-webkit-transition:400ms ease-in-out;-o-transition:400ms ease-in-out;}
.product_show3 .list:hover{background:#0168b7;transition:400ms ease-in-out;-moz-transition:400ms ease-in-out;-webkit-transition:400ms ease-in-out;-o-transition:400ms ease-in-out;}
.product_show3 .list:hover img{filter:brightness(0) invert(1);transition:400ms ease-in-out;-moz-transition:400ms ease-in-out;-webkit-transition:400ms ease-in-out;-o-transition:400ms ease-in-out;}
.product_show3 .list:hover .text,.product_show3 .list:hover .tit,.product_show3 .list:hover .text{color:#FFf;}
.product_show3 .list:hover .num{color:#FFf;}
.product_show3 .list:hover .num::after{background:#FFf;}

@media (max-width:780px) {
	.product_show3 .list{padding:35px 15px;height:auto;margin-bottom:20px;}
	.product_show3 .list .num{font-size:50px;margin-bottom:30px;}
	.product_show3 .list .tit{font-size:22px;margin-bottom:10px;}
	.product_show3 .list .text{font-size:16px;}
}

.product_show4{}
.product_show4 .table{border:1px solid #E7E7E7;background:#FFF;}
.product_show4 .table tbody tr td{color:rgba(0, 0, 0, 0.8);text-align:left;vertical-align:middle;font-size:18px;font-style:normal;font-weight:400;line-height:normal;padding: 10px 15px;border:1px solid #ccc;}
.product_show4 .table tbody tr td.ble{background:#b1d4e8;text-align:center;/*border:1px solid rgba(255, 255, 255, 0.2);*/}
.product_show4 .table tbody tr td.ble1{background:#dcedf4;}
.product_show4 .table tbody tr td.center{text-align:center;}
.product_show4 .table_phone{display:none;}
.product_show4 .table_phone img{display:block;max-width:100%;margin:0 auto;}

@media (max-width:780px) {
	.product_show4 .table{display:none;}
	.product_show4 .table_phone{display:block;}
}

.product_show5{background:#F8F8F8;}
.product_show5 .l{margin-bottom:25px;border:1px solid rgb(0 0 0 / 10%);box-shadow:0 1px 1px rgb(0 0 0 / 10%); -webkit-box-shadow:0 1px 1px rgb(0 0 0 / 10%);background-color:#fff;padding:40px 15px;position:relative;-webkit-transition:transform .2s ease,-webkit-box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease; text-align:center;}
.product_show5 .l .pic{overflow:hidden;}
.product_show5 .l .pic img{display:block;max-width:90%;margin:0 auto;}
.product_show5 .l h2{font-size:28px;line-height:34px;color:#000;font-weight:380;}
.product_show5 .l .nr{margin:4% auto;text-align:center;}
.product_show5 .l .nr p{font-size:18px;line-height:1.75;color:#333;margin-bottom:0;font-weight:380;}
.product_show5 .l .nr p span{color:#0bafea;font-weight:bold;}
.product_show5 .l .num{color:#0bafea;background:linear-gradient(to bottom right,#3cc489,#0bafea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip: text;text-fill-color:transparent;display:inline-block;font-size:60px;font-weight:700; text-align:center;}
.product_show5 .l .more{ width:150px; height:46px; line-height:46px; border:1px solid #0bafea; border-radius:23px; font-size:16px; color:#0bafea; margin:30px auto;}
.product_show5 .l .more i{ padding-left:10px;}
.product_show5 .l:hover{transform:translateY(-4px); -webkit-transform:translateY(-4px);box-shadow:0 17px 25px rgba(0,0,0,0.13);-webkit-box-shadow:0 17px 25px rgba(0,0,0,0.13);}
.product_show5 .l:hover .pic img{transform:scale(1.1,1.1); transition-duration:0.5s;}
.product_show5 .l:hover h2{font-weight:420;}
.product_show5 .l:hover .more{ background:#0bafea; color:#fff; border:1px solid #fff;}

@media (max-width:780px) {
	.product_show5 .l h2{font-size:24px;}
	.product_show5 .l .num{font-size:33.75px;line-height:38.25px;}
}

.product_show6{background:#F8F8F8;}
.product_show6 .p_tit{border-radius:10px 0 0 0;line-height:50px;background:linear-gradient(to right, #c3d6ef, #ffffff);color:#0068b7;font-size:28px;padding:10px 50px;font-weight:bold;text-align:center;}
.product_show6 .nr{background:#ffffff;position:relative;padding:40px 50px;}
.product_show6 .nr::before{content:"";position:absolute;top:0;left:0;width:100%;height:2px; background:linear-gradient(to right, #0068b6, #ffffff);}
.product_show6 .nr::after{content:"";position:absolute;top:0;left:0;width:2px;height:100%; background:linear-gradient(to bottom, #0068b6, #ffffff);}
.product_show6 .nr .list{}
.product_show6 .nr .list .tit{color:#0068b6;font-size:26px;font-weight:bold;line-height:60px;margin-bottom:20px;}
.product_show6 .nr .list .tit img{display:inline-block;vertical-align:middle;max-width:40px;margin-right:10px;}
.product_show6 .nr .list .text{font-size:18px;line-height:1.75;color:#222;margin-bottom: 20px;padding-left: 50px;}
.product_show6 .nr .list .pic{overflow:hidden;border-radius:5px;margin-bottom:10px;padding-left: 50px;}
.product_show6 .nr .list .pic img{display:block;max-width:100%;margin:0 auto;}
.product_show6 .nr .list span{text-align:center;color:#666;line-height:1.75;font-size:18px;}

@media (max-width:780px) {
	.product_show6 .p_tit{font-size:22px;padding:0 15px;}
	.product_show6 .nr{padding:20px 15px;}
	.product_show6 .nr .list .tit{font-size:20px;line-height:32px;margin-bottom:10px;}
	.product_show6 .nr .list .tit img{max-width:25px;margin-right:10px;}
	.product_show6 .nr .list .text{font-size:16px;padding-left:0;}
	.product_show6 .nr .list .pic{padding-left:0;}
}

.product_show7{}
.product_show7 .p_tit{border-radius:10px 0 0 0;line-height:50px;background:linear-gradient(to right, #c3d6ef, #ffffff);color:#0068b7;font-size:28px;padding:10px 50px;font-weight:bold;text-align:center;}
.product_show7 .nr{background:#ffffff;position:relative;padding:40px 50px;border-left:2px solid #0068b6;border-bottom:2px solid #0068b6;}
.product_show7 .nr::before{content:"";position:absolute;top:0;left:0;width:100%;height:2px; background:linear-gradient(to left, #0068b6, #ffffff);}
.product_show7 .nr::after{content:"";position:absolute;top:0;right:0;width:2px;height:100%; background:linear-gradient(to bottom, #0068b6, #ffffff);}
.product_show7 .nr .list{}
.product_show7 .nr .list .tit{color:#0068b6;font-size:26px;font-weight:bold;line-height:60px;margin-bottom:20px;}
.product_show7 .nr .list .tit img{display:inline-block;vertical-align:middle;max-width:40px;margin-right:10px;}
.product_show7 .nr .list .text{font-size:18px;line-height:1.75;color:#222;margin-bottom: 20px;padding-left: 50px;}
.product_show7 .nr .list .pic{overflow:hidden;border-radius:5px;margin-bottom:10px;padding-left: 50px;}
.product_show7 .nr .list .pic img{display:block;max-width:100%;margin:0 auto;}
.product_show7 .nr .list span{text-align:center;color:#666;line-height:1.75;font-size:22px;}

@media (max-width:780px) {
	.product_show7 .p_tit{font-size:22px;padding:0 15px;}
	.product_show7 .nr{padding:20px 15px;}
	.product_show7 .nr .list .tit{font-size:20px;line-height:32px;margin-bottom:10px;}
	.product_show7 .nr .list .tit img{max-width:25px;margin-right:10px;}
	.product_show7 .nr .list .text{font-size:16px;padding-left:0;}
	.product_show7 .nr .list .pic{padding-left:0;}
	.product_show7 .nr .list span{font-size:16px;}
}

.product_show8{background:#c3d6ef;}
.product_show8 .p_tit{border-radius:10px 0 0 0;line-height:50px;background:linear-gradient(to right, #c3d6ef, #ffffff);color:#0068b7;font-size:28px;padding:10px 50px;font-weight:bold;text-align:center;}
.product_show8 .nr{position:relative;padding:40px 0;}
.product_show8 .nr .list{}
.product_show8 .nr .list .tit{color:#000;font-size:26px;font-weight:bold;line-height:40px;margin-bottom:20px;}
.product_show8 .nr .list .tit img{display:inline-block;vertical-align:middle;max-width:20px;margin-right:10px;}
.product_show8 .nr .list .text{font-size:18px;line-height:1.75;color:#222;margin-bottom: 20px;}
.product_show8 .nr .list .pic{overflow:hidden;border-radius:5px;margin-bottom:10px;}
.product_show8 .nr .list .pic img{display:block;max-width:100%;margin:0 auto;}
.product_show8 .nr .list span{text-align:center;color:#666;line-height:1.75;font-size:18px;}

@media (max-width:780px) {
	.product_show8 .p_tit{font-size:22px;padding:0 15px;}
	.product_show8 .nr{padding:20px 0;}
	.product_show8 .nr .list .tit{font-size:20px;line-height:32px;margin-bottom:10px;}
	.product_show8 .nr .list .tit img{max-width:25px;margin-right:10px;}
	.product_show8 .nr .list .text{font-size:16px;padding-left:0;}
	.product_show8 .nr .list .pic{padding-left:0;}
}

.product_show9{background:#F8F8F8;}
.product_show9 .p_tit{border-radius:10px 0 0 0;line-height:50px;background:linear-gradient(to right, #a8151f, #ffffff);color:#a8151f;font-size:28px;padding:10px 50px;font-weight:bold;text-align:center;}
.product_show9 .nr{background:#ffffff;position:relative;padding:40px 50px;border-left:2px solid #a8151f;border-bottom:2px solid #a8151f;}
.product_show9 .nr::before{content:"";position:absolute;top:0;left:0;width:100%;height:2px; background:linear-gradient(to left, #a8151f, #ffffff);}
.product_show9 .nr::after{content:"";position:absolute;top:0;right:0;width:2px;height:100%; background:linear-gradient(to bottom, #a8151f, #ffffff);}
.product_show9 .nr .list{}
.product_show9 .nr .list .tit{color:#a8151f;font-size:26px;font-weight:bold;line-height:60px;margin-bottom:20px;}
.product_show9 .nr .list .tit img{display:inline-block;vertical-align:middle;max-width:40px;margin-right:10px;}
.product_show9 .nr .list .text{font-size:18px;line-height:1.75;color:#222;margin-bottom: 20px;padding-left:50px;}
.product_show9 .nr .list .pic{overflow:hidden;border-radius:5px;margin-bottom:10px;padding-left: 50px;}
.product_show9 .nr .list .pic img{display:block;max-width:100%;margin:0 auto;}
.product_show9 .nr .list span{text-align:center;color:#666;line-height:1.75;font-size:22px;}

@media (max-width:780px) {
	.product_show9 .p_tit{font-size:22px;padding:0 15px;}
	.product_show9 .nr{padding:20px 15px;}
	.product_show9 .nr .list .tit{font-size:20px;line-height:32px;margin-bottom:10px;}
	.product_show9 .nr .list .tit img{max-width:25px;margin-right:10px;}
	.product_show9 .nr .list .text{font-size:16px;padding-left:0;}
	.product_show9 .nr .list .pic{padding-left:0;}
}

.product_show10{}
.product_show10 .p_tit{border-radius:10px 0 0 0;line-height:50px;background:linear-gradient(to right, #a8151f, #ffffff);color:#a8151f;font-size:28px;padding:10px 50px;font-weight:bold;text-align:center;}
.product_show10 .nr{position:relative;padding:40px 0;padding:40px 50px;}
.product_show10 .nr::before{content:"";position:absolute;top:0;left:0;width:100%;height:2px; background:linear-gradient(to right, #a8151f, #ffffff);}
.product_show10 .nr::after{content:"";position:absolute;top:0;left:0;width:2px;height:100%; background:linear-gradient(to bottom, #a8151f, #ffffff);}
.product_show10 .nr .list{}
.product_show10 .nr .list .tit{color:#000;font-size:26px;font-weight:bold;line-height:40px;margin-bottom:20px;}
.product_show10 .nr .list .tit img{display:inline-block;vertical-align:middle;max-width:30px;margin-right:10px;}
.product_show10 .nr .list .text{font-size:18px;line-height:1.75;color:#222;margin-bottom: 20px;padding-left:40px;}
.product_show10 .nr .list .pic{overflow:hidden;border-radius:5px;margin-bottom:10px;padding-left:40px;}
.product_show10 .nr .list .pic img{display:block;max-width:100%;margin:0 auto;}
.product_show10 .nr .list span{text-align:center;color:#666;line-height:1.75;font-size:18px;}

@media (max-width:780px) {
	.product_show10 .p_tit{font-size:22px;padding:0 15px;}
	.product_show10 .nr{padding:20px 15px;}
	.product_show10 .nr .list .tit{font-size:20px;line-height:32px;margin-bottom:10px;}
	.product_show10 .nr .list .tit img{max-width:25px;margin-right:10px;}
	.product_show10 .nr .list .text{font-size:16px;padding-left:0;}
	.product_show10 .nr .list .pic{padding-left:0;}
}

.product_show11{border-top: 2px solid #a8151f;}
.product_show11 .table{border:1px solid #E7E7E7;background:#FFF;}
.product_show11 .table tbody tr td{color:rgba(0, 0, 0, 0.8);text-align:left;vertical-align:middle;font-size:18px;font-style:normal;font-weight:400;line-height:normal;padding: 10px 15px;border:1px solid #ccc;}
.product_show11 .table tbody tr td.ble{background:#a81420;text-align:center;color:#fff !important;}
.product_show11 .table tbody tr td.ble1{background:#f8e8eb;}
.product_show11 .table tbody tr td.center{text-align:center;}
.product_show11 .table_phone{display:none;}

@media (max-width:780px) {
	.product_show11 .table{display:none;}
	.product_show11 .table_phone{display:block;}
}

/*解决方案*/
.flex-z{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;
-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}
.flex_left{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}
.flex2{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.case{padding:100px 0;position:relative;overflow:hidden;}
.case::before{content:"";position:absolute;left:-10%;top:-15%;width:670px;z-index:-1;aspect-ratio:1/1;background:rgba(8, 112, 211, 0.1);-webkit-filter:blur(250px);filter:blur(250px);border-radius:50%;}
.case::after {content:"";position:absolute;right:20%;bottom:-35%;width:670px;z-index:-1;aspect-ratio:1/1;background:rgba(8, 112, 211, 0.1);-webkit-filter:blur(250px);filter:blur(250px);border-radius:50%;}
.case .c_txt{color:rgba(43, 45, 45, 0.7);font-size:20px;line-height:1.75;margin-top:-20px;}
.case .nr{margin-top:70px;margin-left:-50%;}
.case .nr .mySwiper{padding-right:13.5416666667%;overflow:visible;}
@media (max-width: 768px) {
	.case{padding:35px 0;}
	.case .c_txt{font-size:16px;}
	.case .nr{margin-top:30px;margin-left:-60%;}
    .case .nr .mySwiper{overflow:hidden;padding-right:0;}
}
.case .nr .mySwiper .wrap{-webkit-transition:all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;transition:all 0.4s;}
.case .nr .mySwiper .swiper-slide{width:433px !important;margin-right:46px !important;}
.case .nr .mySwiper .swiper-slide .cont-box{position:relative;}
.case .nr .mySwiper .swiper-slide .cont-box .pic-img{font-size: 0;border-radius: 1.875rem;position: relative;overflow: hidden;}
@media (max-width: 768px) {
	.case .nr .mySwiper .swiper-slide{width:350px !important;margin-right:30px !important;}
  	.case .nr .mySwiper .swiper-slide .cont-box .pic-img{border-radius:16px;}
}
.case .nr .mySwiper .swiper-slide .cont-box .pic-img img{width:100%;}
.case .nr .mySwiper .swiper-slide .cont-box .pic-img::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:100%;background:-webkit-linear-gradient(top, rgba(10, 203, 116, 0) 50.56%, #087fef 100%);background:-moz-linear-gradient(top, rgba(10, 203, 116, 0) 50.56%, #087fef 100%);background:-o-linear-gradient(top, rgba(10, 203, 116, 0) 50.56%, #087fef 100%);background:linear-gradient(180deg, rgba(10, 203, 116, 0) 50.56%, #087fef 100%);}
.case .nr .mySwiper .swiper-slide .cont-box .con-tubiao{position:absolute;left:0;top:48px;width:100%;padding:0 8.5%;z-index:1;}
.case .nr .mySwiper .swiper-slide .cont-box .con-tubiao .img {width:54px;height:54px;border-radius: 50%;background: #fff;}
.case .nr .mySwiper .swiper-slide .cont-box .con-tubiao .img img{width:68%;}
.case .nr .mySwiper .swiper-slide .cont-box .con-tubiao p{color:#fff;font-size:22px;line-height:1.75;margin-left:10px;}
.case .nr .mySwiper .swiper-slide .cont-box .con-text{position:absolute;left:0;bottom:48px;width:100%;padding:0 8.5%;z-index:1;opacity:0;-webkit-transform:translateY(16px);-moz-transform:translateY(16px);-ms-transform:translateY(16px);-o-transform:translateY(16px);transform:translateY(16px);-webkit-transition:all 0.6s;-o-transition:all 0.6s;-moz-transition:all 0.6s;transition:all 0.6s;background-image:linear-gradient(top, rgba(10, 203, 116, 0) 50.56%, rgba(0, 0, 0, 0)100%);}
@media (max-width: 768px) {
  .case .nr .mySwiper .swiper-slide .cont-box .con-text{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0); -ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);
  }
}
.case .nr .mySwiper .swiper-slide .cont-box .con-text .txt{color:#FFFFFF;font-size:16px;line-height:1.75;}
.case .nr .mySwiper .swiper-slide .cont-box .con-text .con{color:#fff;line-height:1.75;font-size:18px;background:rgba(0,0,0,0.4);padding: 30px;border-radius: 10px;}
.case .nr .mySwiper .swiper-slide .cont-box:hover .con-text{opacity:1;-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}

.case1{background:rgba(217, 217, 217, 0.5);padding-top:100px;}
.case1 .nr{width:59.5%;margin:0 auto;position:relative;margin-top:150px;}
@media (max-width: 768px) {
	.case1{padding-top:35px;padding-bottom:30px;}
	.case1 .nr{margin-top:32px;width:100%;}
}
.case1 .nr .img-asx{font-size:0;}
@media (max-width: 768px) {
  .case1 .nr .img-asx{display:none;}
}
.case1 .nr .img-asx img{width:100%;}
.case1 .nr .case_list{margin-bottom:0;}
.case1 .nr .case_list li{width:48.9795918367%;position:absolute;}
@media (max-width: 768px) {
  .case1 .nr .case_list li{width:100%;position:static;}
  .case1 .nr .case_list li + li{margin-top:26px;}
}
.case1 .nr .case_list li .cont-p{width:-webkit-calc(95% - 110px);width:-moz-calc(95% - 110px);width:calc(95% - 110px);}
@media (max-width: 768px) {
  .case1 .nr .case_list li .cont-p{-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;width:-webkit-calc(95% - 78px);width:-moz-calc(95% - 78px);width:calc(95% - 78px);}
}
.case1 .nr .case_list li .cont-p .tit{color:#2B2D2D;font-size:24px;line-height:1.75;}
@media (max-width: 768px) {
  .case1 .nr .case_list li .cont-p .tit{font-size:20px;}
}
.case1 .nr .case_list li .cont-p .p{color:rgba(0, 0, 0, 0.5);font-size:16px;line-height:1.75;margin-top:14px;}
@media (max-width: 768px) {
  .case1 .nr .case_list li .cont-p .p{margin-top:0.35rem;}
}
.case1 .nr .case_list li .img{width:110px;height:110px;border-radius:50%;background:#2B2D2D;}
.case1 .nr .case_list li .img:hover{background:#0168b7;}
@media (max-width: 768px){
  .case1 .nr .case_list li .img{width:78px;height:78px;}
}
.case1 .nr .case_list li .img img{width:50%;}
.case1 .nr .case_list li:nth-child(1){left:-39%;bottom:13%;}
.case1 .nr .case_list li:nth-child(1) .cont-p{text-align:right;}
@media (max-width: 768px) {
  .case1 .nr .case_list li:nth-child(1) .cont-p{text-align:left;}
}
.case1 .nr .case_list li:nth-child(2){left:-23%;top:11%;}
.case1 .nr .case_list li:nth-child(2) .cont-p{text-align:right;}
.case1 .nr .case_list li:nth-child(3){right:7%;top:-38%;}
.case1 .nr .case_list li:nth-child(3) .cont-p{-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;}
.case1 .nr .case_list li:nth-child(4){right:-26%;bottom:60%;}
.case1 .nr .case_list li:nth-child(4) .cont-p{-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;}
.case1 .nr .case_list li:nth-child(5){right:-39%;bottom:13%;}
.case1 .nr .case_list li:nth-child(5) .cont-p{-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;}

@media (max-width: 768px) {
	.case1 .nr .case_list li:nth-child(2) .cont-p{text-align:left;}
	.case1 .nr .case_list li:nth-child(3){display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;
  -ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}
}

.case2{padding:100px 0;position:relative;overflow:hidden;}
.case2::before{content:"";position:absolute;right:10%;bottom:10%;width:670px;z-index:-1;aspect-ratio:1/1;background:rgba(8, 112, 211, 0.1);-webkit-filter:blur(250px);filter:blur(250px);border-radius:50%;}
.case2 .c_txt{color:rgba(43, 45, 45, 0.7);font-size:20px;line-height:1.75;margin-top:-20px;}
.case2 .nr{width:58.7857142857%;border-radius:30px;border:1px solid #0870d3;background:rgba(255, 255, 255, 0.4);box-shadow:0 0 40px 0 rgba(0, 0, 0, 0.05);overflow:hidden;margin:0 auto;margin-top:96px;padding:30px;}
.case2 .nr .text{color:rgba(0, 0, 0, 0.7);font-size:20px;line-height:42px;}
.case2 .nr .text p{margin-bottom:0;}
.case2 .nr .text p strong{}
.case2 .nr .text p i{padding-right:10px; color:#0870d3;}
@media (max-width: 768px) {
	.case2{padding:35px 0;}
	.case2 .c_txt{font-size:16px;line-height:1.5;margin-top:-10px;}
	.case2 .nr{width:100%;border-radius:20px;margin-top:20px;padding:15px;}
  	.case2 .nr .text{font-size:16px;line-height:1.75;}
}
.case2 .case2_list{position:relative;margin-top:86px;margin-bottom:0;}
@media (max-width: 768px) {
  .case2 .case2_list{margin-top:32px;}
}
.case2 .case2_list::after {content:"";position:absolute;left:0;width:100%;top:55px;background:rgba(0, 0, 0, 0.2);height:1px;z-index:-1;}
@media (max-width: 768px) {
  .case2 .case2_list::after{top:36px;}
}
.case2 .case2_list li{-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;text-align:center;cursor:pointer;}
.case2 .case2_list li u{width:110px;height:110px;border-radius:50%;background:#2B2D2D;margin:0 auto;}
@media (max-width: 768px) {
  .case2 .case2_list li u{width:50px;height:50px;}
}
.case2 .case2_list li u img{width:35%;}
.case2 .case2_list li p{color:rgba(0, 0, 0, 0.7);font-size:24px;line-height:1.75;margin-top:16px;}
@media (max-width: 768px) {
  .case2 .case2_list li p{font-size:14px;margin-top:10px;}
}
.case2 .case2_list li:hover u{background:#0870d3;}
.case2 .case2_list li.on u{background:#0870d3;}

.case3{padding-bottom:150px;position:relative;overflow:hidden;}
.case3::after{content:"";position:absolute;right:-5%;bottom:-10%;width:670px;z-index:-1;aspect-ratio:1/1;background:rgba(8, 112, 211, 0.1);-webkit-filter:blur(250px);filter:blur(250px);border-radius:50%;}
.case3 .table-cont {margin-top:70px;overflow:auto;}
@media (max-width: 768px) {
	.case3{padding-bottom:35px;padding-top:35px;}
	.case3 .table-cont{margin-top:28px;}
}
.case3 .table-cont table{border:none;min-width:768px;}
.case3 .table-cont table tr td{border:none;padding:0 !important;width:25%;text-align:center;}
.case3 .table-cont table tr td:nth-child(2){width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.case3 .table-cont table tr td:nth-child(2) div{width:50%;}
.case3 .table-cont table thead tr td:nth-child(2){background:#0870d3;;border-top-left-radius:42px;color:#fff;}
.case3 .table-cont table thead tr td:nth-child(2) div{padding:23px 16px !important;font-size:24px;font-weight: 500;}
@media (max-width: 768px) {
  .case3 .table-cont table thead tr td:nth-child(2) div {padding:23px 16px !important;font-size:22px;}
}
.case3 .table-cont table thead tr td:nth-child(2) div:nth-child(2) {background:#2B2D2D;border-top-left-radius:30px;}
.case3 .table-cont table tbody tr td{color: #2B2D2D;font-size:20px;line-height:1.75;font-weight:500;vertical-align:middle;border-bottom:1px solid rgba(0, 0, 0, 0.1);}
@media (max-width: 768px) {
  .case3 .table-cont table tbody tr td{font-size:16px;}
}
.case3 .table-cont table tbody tr td div{padding:30px 16px !important;}
@media (max-width: 768px) {
  .case3 .table-cont table tbody tr td div{padding:15px 10px !important;}
}
.case3 .table-cont table tbody tr td div span{color:#0870d3;}
.case3 .table-cont table tbody tr td:nth-child(1){background:#F6F6F6;}
.case3 .table-cont table tbody tr td:nth-child(2){background:#FFFFFF;}
.case3 .table-cont table tbody tr td:nth-child(2) div{box-shadow:0 0 2.5rem 0 rgba(0, 0, 0, 0.05);}

.case4{background:#F3F5F6;padding:100px 0;}
.case4 .list{border-radius:30px;overflow:hidden;background:#fff;}
.case4 .list .pic{overflow:hidden;}
.case4 .list .pic img{display:block;max-width:100%;margin:0 auto;transition:all 0.6s}
.case4 .list a:hover .pic img{transform:scale(1.1);}
.case4 .list .cont{padding:35px 7.5%;}
@media (max-width: 768px) {
	.case4{padding:35px 0;padding-bottom:15px;}
	.case4 .list{margin-bottom:20px;}
	.case4 .list .cont{padding:20px 6.5%;}
}
.case4 .list .cont .tit{color:#2B2D2D;font-size:24px;line-height:1.75;font-weight:500;}
@media (max-width: 768px) {
  .case4 .list .cont .tit{font-size:22px;}
}
.case4 .list .cont .txt{color:rgba(0, 0, 0, 0.4);font-size:16px;margin-top:px;}
.case4 .list .cont .more{color:#2B2D2D;font-size:16px;line-height:1.75;gap:8px;margin-top:32px;}
@media (max-width: 768px) {
  .case4 .list .cont .more{margin-top:16px;}
}
.case4 .list .cont .more i{font-size:20px;}
.case4 .list a:hover .cont .more{color:#0870d3;}

/*技术支持*/
.technology{padding:60px 0;background:#f5f5f5;/*overflow:hidden;*/}
.technology .index_tit{text-align:left;}
.technology .left{padding-top:100px; font-weight:500;}
.technology .left .icon{margin-top:15px;}
.technology .left .icon img{opacity:0.8;height:60px;}
.technology .left .name{font-size:24px;line-height:32px;margin:16px 0;color:#4b4b4b;}
.technology .hover_pag{display:flex;justify-content:space-between;}
.technology .hover_pag .swiper_btn {margin-top:0;position:static;}
.technology .hover_pag .swiper_btn.swiper-button-prev {margin-right:20px;}
.technology .hover_pag .l{width:60%;display:flex;align-items:center;}
.technology .hover_pag .r{width:40%;text-align:right;display:flex;align-items:center;}
.technology .hover_pag .r .swiper-pagination{color:#6C6C6C;position:static;text-align:right;font-size:18px;line-height:30px;}
.technology .hover_pag .r .swiper-pagination .aa{color:#000;}
.technology .font20{color:#6C6C6C;font-size:18px;margin-top:12px;line-height:30px;}
.technology .swiper-slide .text{font-size:18px;line-height:30px;color:#6C6C6C;}
.technology .swiper-slide .text_en{font-size:16px;line-height:28px;color:#6C6C6C;font-weight:400;margin:10px 0;}
.technology .swiper_btn{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-image:none;border-radius:50%;border:1px solid #aaa;transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;}
.technology .swiper_btn:hover{background:#0168b7;transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;}
.technology .swiper_btn:hover .icon{color:#fff;}
.technology .swiper_btn .icon{font-size:18px;color:#aaa;margin-top:0;}
.technology .swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after{content:"" !important;}
.technology .swiper-button-next::after, .swiper-button-prev::after{font-size:0 !important;}
.technology .right > .pr{transform: scale(0.8);}
.technology .right .circle{width:720px;height:720px;border-radius:50%;border:48px solid #a5d1fb;margin:0 auto;display:flex;align-items:center;justify-content:center;}
.technology .right .circle .smaill_c{width:480px;height:480px;border-radius:50%;border:1px solid #E0E0E0;display:flex;align-items:center;justify-content:center;position:relative;}
.technology .right .circle .smaill_c svg{position:absolute;top:0;left:0;width:100%;height:100%;}
.technology .right .circle .smaill_c > img{position:absolute;top:0;right:4px;width:50%;height:100%;}
.technology .right .circle .smaill_c .content{width:325px;height:325px;border-radius:50%;background:#FFF;box-shadow:5px 10px 16px 10px rgba(8, 112, 211, 0.05);z-index:8;
position:relative;display:flex;align-items:center;justify-content:center;}
.technology .right .circle .smaill_c .content .ul2 li{display:none;align-items:center;justify-content:center;}
.technology .right .circle .smaill_c .content .ul2 li.active{display:flex;}
.technology .right .circle .smaill_c .content .ul2 li .num{color:#6C6C6C;text-align:center;font-size:22px;font-weight: 700;line-height: 1;text-transform: uppercase;}
.technology .right .circle .smaill_c .content .ul2 li .name{color:#2C2C2C;text-align:center;font-size:22px;font-weight: 700;line-height:30px;padding-bottom:22px;position:relative;margin-top: 14px;}
.technology .right .circle .smaill_c .content .ul2  li.name::before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:32px;height:1px;background:#0870d3;}
.technology .right .ul{z-index:9;position:absolute;top:0;left:0;width:100%;height:100%;}
.technology .right .ul li{position:relative;}
.technology .right .ul li .icon{width:115px;height:115px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#FFF;box-shadow:0px 0px 0.625rem rgba(0, 0, 0, 0.05);transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;}
.technology .right .ul li .icon img{height:60px;width:60px;}
.technology .right .ul li.active .icon {background:#0870d3;box-shadow:0px 0px 10px rgba(0, 0, 0, 0.05);transition: all 0.4s;-webkit-transform: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;}
.technology .right .ul li.active .icon img{filter:brightness(0) invert(1);}
.technology .right .ul li.active .dian{border-color:#0870d3;}
.technology .right .ul li.active .dian::before{background:#0870d3;}
.technology .right .ul li .name{color:#6C6C6C;font-size:22px;line-height:30px;position:absolute;white-space:nowrap;}
.technology .right .ul li .dian {width:16px;height:16px;border:1px solid #e0e0e0;border-radius:50%;position:relative;background:#fff;}
.technology .right .ul li .dian::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:7px;height:7px;border-radius:50%;background:#e0e0e0;}
.technology .right .ul li:nth-child(1){position:absolute;top:-32px;left:50%;transform:translateX(-50%);}
.technology .right .ul li:nth-child(1) .name{top:-42px;}
.technology .right .ul li:nth-child(1) .dian{margin:28px auto 0;}
.technology .right .ul li:nth-child(2){position:absolute;right:208px;top:32px;}
.technology .right .ul li:nth-child(2) .name{top:50%;right:-112px;transform:translateY(-50%);}
.technology .right .ul li:nth-child(2) .dian{position:absolute;}
.technology .right .ul li:nth-child(2) .dian{margin:12px auto 0;bottom:-18px;right:120px;}
.technology .right .ul li:nth-child(3){position:absolute;right:88px;top:208px;}
.technology .right .ul li:nth-child(3) .name{top:50%;right:-240px;transform:translateY(-50%);}
.technology .right .ul li:nth-child(3) .dian{position:absolute;}
.technology .right .ul li:nth-child(3) .dian{margin:0 auto 0;top:63%;transform: translateY(-50%);left:-44px;}
.technology .right .ul li:nth-child(4){position:absolute;right:88px;bottom:208px;}
.technology .right .ul li:nth-child(4) .name{top:50%;right:-170px;transform: translateY(-50%);}
.technology .right .ul li:nth-child(4) .dian{position:absolute;}
.technology .right .ul li:nth-child(4) .dian{margin:0 auto 0;top:38%;transform:translateY(-50%);left:-44px;}
.technology .right .ul li:nth-child(5){position:absolute;right:200px;bottom:32px;}
.technology .right .ul li:nth-child(5) .name{top:50%;right:-144px;transform:translateY(-50%);}
.technology .right .ul li:nth-child(5) .dian{position:absolute;}
.technology .right .ul li:nth-child(5) .dian{margin:28px auto 0;top:-50px;right:116px;}
.technology .right .ul li:nth-child(6){position:absolute;bottom:-24px;left:50%;transform:translateX(-50%);}
.technology .right .ul li:nth-child(6) .name {width:100%;text-align:center;bottom:-42px;}
.technology .right .ul li:nth-child(6) .dian {margin:28px auto 0;position:absolute;top:-64px;left:50%;transform:translateX(-50%);}


@media (max-width: 768px) {
	.technology{padding:30px 0;}
	.technology .left{padding-top:0;}
	.technology .left .icon{margin-top:0;}
	.technology .left .name{font-size:22px;line-height:32px;margin:10px 0;}
	.technology .swiper-slide .text{font-size:16px;}
	.technology .right > .pr{transform:scale(1);margin-top:80px;margin-bottom:50px;}
	.technology .right .circle{width:360px;height:360px;border:28px solid #a5d1fb;margin:0 auto;}
    .technology .right .circle .smaill_c{width:240px;height:240px;}
	.technology .right .circle .smaill_c .content{width:240px;height:240px;}
	.technology .right .ul li .name{font-size:16px;display:none;}
	.technology .right .ul li .icon{width:80px;height:80px;}
	.technology .right .ul li .icon img{height:40px;width:40px;}
	.technology .right .ul li:nth-child(1){top:-33px;left:50%;transform:translateX(-50%);}
	.technology .right .ul li:nth-child(1) .dian{margin:5px auto 0;}
	.technology .right .ul li:nth-child(2){right:8px;top:32px;}
	.technology .right .ul li:nth-child(2) .dian{margin:12px auto 0;bottom:-18px;right:61px;}
	.technology .right .ul li:nth-child(3){right:-10px;top:182px;}
	.technology .right .ul li:nth-child(3) .dian{top:102%;transform:translateY(-50%);left:-35px;}
	.technology .right .ul li:nth-child(4){right:140px;bottom:-35px;}
	.technology .right .ul li:nth-child(4) .dian{margin:28px auto 0;top:-44px;right:-42px;}
	.technology .right .ul li:nth-child(5){right:293px;bottom:71px;}
	.technology .right .ul li:nth-child(5) .dian{margin:28px auto 0;top:12px;right:-29px;}
	.technology .right .ul li:nth-child(6){left:11%;transform:translateX(-50%);bottom:230px;}
	.technology .right .ul li:nth-child(6) .dian {margin:28px auto 0;top:48px;left:91%;transform:translateX(-50%);}
}

.technology1{padding:100px 0;position:relative;border-top:1px solid rgba(201, 201, 201, 0.3);/*overflow:hidden;*/}
.technology1::before{content:"";position:absolute;left:-10%;top:-15%;width:670px;z-index:-1;aspect-ratio:1/1;background:rgba(8, 112, 211, 0.1);-webkit-filter:blur(250px);filter:blur(250px);border-radius:50%;}
.technology1 .index_tit{text-align:left;}
.technology1 .asghzx_list1{margin-top:60px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}
@media (max-width: 768px) {
	.technology1{padding:35px 0;}
	.technology1 .asghzx_list1 {margin-top:24px;}
}
.technology1 .asghzx_list1 li{width:25%;}
@media (max-width: 768px) {
  .technology1 .asghzx_list1 li{width:100%;}
}
.technology1 .asghzx_list1 li.asjx1{padding:48px 3%;}
@media (max-width: 1024px) {
  .technology1 .asghzx_list1 li.asjx1{padding:48px 2%;}
}
@media (max-width: 768px) {
  .technology1 .asghzx_list1 li.asjx1{padding:32px 2% 32px 5%;}
}
.technology1 .asghzx_list1 li.asjx1 i{display:block;font-size:0;width:74px;}
@media (max-width: 768px) {
  .technology1 .asghzx_list1 li.asjx1 i{width:58px;}
}
.technology1 .asghzx_list1 li.asjx1 i img{width:100%;}
.technology1 .asghzx_list1 li.asjx1 .tit{color:#2B2D2D;font-size:22px;font-weight:700;line-height:1.75;margin-bottom:0 !important;text-align:left;width:-webkit-calc(96% - 74px);width:-moz-calc(96% - 74px);width:calc(96% - 74px);}
@media (max-width: 768px) {
  .technology1 .asghzx_list1 li.asjx1 .tit{width:-webkit-calc(96% - 58px);width:-moz-calc(96% - 58px);width:calc(96% - 58px);font-size:20px;}
}
.technology1 .asghzx_list1 li.asjx1:nth-child(1){border-radius:124px 0 0 124px;border-left: 1px solid #0168b7;background: -webkit-linear-gradient(right, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);background: -moz-linear-gradient(right, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);background: -o-linear-gradient(right, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);background: linear-gradient(-90deg, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);}
.technology1 .asghzx_list1 li.asjx1:nth-child(1) .tit{padding-right:5%;}
@media (max-width: 1024px){
  .technology1 .asghzx_list1 li.asjx1:nth-child(1) .tit{padding-right:0;}
}
.technology1 .asghzx_list1 li.asjx1:nth-child(3){border-radius:0 124px 124px 0;border-right:1px solid #0168b7;background:-webkit-linear-gradient(left, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);background:-moz-linear-gradient(left, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);background:-o-linear-gradient(left, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);background:linear-gradient(90deg, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);}
@media (max-width: 768px) {
   .technology1 .asghzx_list1 li.asjx1:nth-child(3){border-radius:0;border-radius:124px 0 0 124px;border-right:none;border-left:1px solid #0168b7;background:-webkit-linear-gradient(right, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);background:-moz-linear-gradient(right, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);background:-o-linear-gradient(right, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);background:linear-gradient(-90deg, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);
  }
}
.technology1 .asghzx_list1 li.asjx1:nth-child(3) i{-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;}
@media (max-width: 768px) {
  .technology1 .asghzx_list1 li.asjx1:nth-child(3) i{-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0;}
}
.technology1 .asghzx_list1 li.asjx1:nth-child(3) .tit{text-align:right;}
@media (max-width: 768px) {
  .technology1 .asghzx_list1 li.asjx1:nth-child(3) .tit{text-align:left;}
}
.technology1 .asghzx_list1 li.as-sx{width:63.429%;margin:0 -8%;position:relative;background: url("../images/service_line_bj.png") no-repeat center;background-size:100%;}
@media (max-width: 768px) {
  .technology1 .asghzx_list1 li.as-sx{width:100%;margin:20px auto;}
}
/*.ny_service3 .asghzx_list1 li.as-sx u{display:block;font-size:0;}*/
.technology1 .asghzx_list1 li.as-sx u{display:block;font-size:0;/*-webkit-animation: rotatedHalf1 13s infinite linear;-moz-animation: rotatedHalf1 13s infinite linear;-o-animation: rotatedHalf1 13s infinite linear;animation: rotatedHalf1 13s infinite linear;*/}
.technology1 .asghzx_list1 li.as-sx u img{width:100%;}
.technology1 .asghzx_list1 li.as-sx .cont-p{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;text-align:center;}
.technology1 .asghzx_list1 li.as-sx .cont-p .tsxa{color:#0168b7;font-size:50px;line-height:70px;font-weight: 700;}
@media (max-width: 768px) {
  .technology1 .asghzx_list1 li.as-sx .cont-p .tsxa{font-size:36px;}
}
.technology1 .asghzx_list1 li.as-sx .cont-p .p1{color:#2B2D2D;font-weight:700;font-size:32px;line-height:18px;}
@media (max-width: 768px) {
  .technology1 .asghzx_list1 li.as-sx .cont-p .p1{font-size:24px;}
}

.technology2{padding:180px 0; background:url("../images/zixun.jpg") no-repeat center;/*overflow-x:hidden;*/}
.technology2 .text{color:#FFFFFF;font-size:30px;line-height:1.75;margin-top:-40px;margin-bottom:20px;text-align: center;}
.technology2 ul{margin-bottom:0;text-align:center;}
.technology2 ul li{display:inline-block;margin:0 10px;}
.technology2 ul li a{padding:13px 28px;border-radius:50px;background-color:#2B2D2D;color:#fff;overflow:hidden;position:relative;z-index:1;display:block;text-align:center;font-size:16px;}
.technology2 ul li a i{padding-left:10px;}
.technology2 ul li a::after{content:"";position:absolute;top:0;bottom:0;right:0;left:0;z-index:-1;background-color:#0870d3;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);
-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);border-radius:50px;-webkit-transform-origin: center right;-moz-transform-origin: center right;-ms-transform-origin:center right;-o-transform-origin:center right;transform-origin: center right;-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);-o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);-moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);}
.technology2 ul li a:hover{color:#fff;}
.technology2 ul li a:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.technology2 ul li a.a1{background:#0870d3;border:1px solid transparent;}
.technology2 ul li a.a1::after{background:#fff;}
.technology2 ul li a.a1:hover{color:#0870d3;border:1px solid #0870d3;}
.technology2 ul li a.a2{background:#ffffff;border:1px solid #0870d3;color:#0870d3}
.technology2 ul li a.a2::after{background:#0870d3;}
.technology2 ul li a.a2:hover{color:#ffffff;border:1px solid #0870d3;}

.technology2 ul li .mingpian{position:absolute;z-index:9999;width:auto;text-align:center;right:-webkit-calc(110% + 5px);right:-moz-calc(110% + 5px);right:-30%;top:53px;opacity:0;visibility:hidden;-webkit-transform:translateX(110%);-moz-transform:translateX(110%);-ms-transform:translateX(110%);-o-transform:translateX(110%);transform:translateX(110%);-webkit-transition:all 0.7s;-o-transition:all 0.7s;-moz-transition:all 0.7s;transition:all 0.7s;box-shadow:0 4px 20px 4px rgba(0, 20, 60, 0.2);color:#333;font-size:18px;background: #fff;border-radius:6px;white-space:nowrap;}
.technology2 ul li .mingpian .box{padding:20px;}
.technology2 ul li .mingpian .touxiang{width:100px;height:100px;border-radius:50px;margin:0 auto;}
.technology2 ul li .mingpian .touxiang img{display:block;border-radius:50px;}
.technology2 ul li .mingpian .tit{font-size:20px;line-height:24px;margin:10px 0;}
.technology2 ul li .mingpian .tel{border-radius:20px;padding:10px 20px;}
.technology2 ul li .mingpian .tel a{background:#f2f2f2;color:#222;}
.technology2 ul li .mingpian .tel i{padding-right:10px;}
.technology2 ul li .mingpian .ewm{background:#f2f2f2;padding:20px;}
.technology2 ul li .mingpian .ewm img{border:2px solid #ffffff;}
.technology2 ul li .mingpian img{display:block;max-width:100px;margin:0 auto;}
.technology2 ul li:hover .mingpian{opacity:1;visibility:visible;
  -webkit-transform:translateY(0);
     -moz-transform:translateY(0);
      -ms-transform:translateY(0);
       -o-transform:translateY(0);
          transform:translateY(0);
}
.technology2 ul li:hover .mingpian::after{content:"";position:absolute;left:100%;top:0;width:10%;height:100%;}

@media (max-width: 768px) {
	.technology2{padding:35px 0;}
	.technology2 .text{font-size:18px;line-height:1.75;margin-top:0;margin-bottom:20px;}
	.technology2 ul li{display:inline-block;margin:0 5px;}
	.technology2 ul li a{padding:13px 15px;}
}

.technology3{padding:100px 0;position:relative;/*overflow:hidden;*/}
.technology3::before{content:"";position:absolute;right:-10%;bottom:-15%;width:670px;z-index:-1;aspect-ratio:1/1;background:rgba(8, 112, 211, 0.1);-webkit-filter:blur(250px);filter:blur(250px);border-radius:50%;}
.technology3 .t_text{color: rgba(43, 45, 45, 0.7);font-size:22px;line-height:1.75;margin-bottom: 30px;}
.technology3 .pic{padding-bottom:62.875%;width:100%;position:relative;height:0;overflow:hidden;border-radius:10px;}
.technology3 .pic img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .6s;-o-transition:all .6s;
-moz-transition:all .6s;transition:all .6s;}
.technology3 .box{padding:20px 0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;
-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}
.technology3 .box .time{color:#A6A6A6;width:19.79167%;text-align:center;font: 500 20px/24px "思源黑体";border-right:1px solid #eee;} 
.technology3 .box .time b{color:#0168b7;font:500 64px/1.2em "思源黑体";display:block;}
.technology3 .box .text{width:75.41667%;padding-right:1.8em;}
.technology3 .box .text .tit{color:#333333;font:500 22px/24px "思源黑体";white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;}
.technology3 .box .text .line{color:#666666;font:500 16px/26px "思源黑体";margin-top:10px;}
.technology3 a:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.technology3 a:hover .text .tit{color:#0168b7;}

.technology3 .list{border-radius:30px;background:#FFF;box-shadow:0 0 2.5rem 0 rgba(0, 0, 0, 0.05);padding:20px;-webkit-transition:all 0.4s;-o-transition:all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;display:block;margin-bottom:30px;}
.technology3 .list:hover{background:-webkit-linear-gradient(top, #0168b7 0%, #FFF 47.72%);background:-moz-linear-gradient(top, #0168b7 0%, #FFF 47.72%);background:-o-linear-gradient(top, #0168b7 0%, #FFF 47.72%);background:linear-gradient(180deg, #0168b7 0%, #FFF 47.72%);}
.technology3 .list .pic{overflow:hidden;border-radius:24px;}
.technology3 .list .pic img{display:block;max-width:100%;margin:0 auto;transition:all 0.6s;}
.technology3 .list .time{color:rgba(39, 39, 39, 0.3);font-size:16px;line-height:1.75;margin-top: 16px;font-weight:500;}
.technology3 .list .time i{padding-right:10px;}
.technology3 .list .tit{color:#444444;font-size:22px;line-height:1.75;margin-top:8px;}
.technology3 .list .txt{color:#969696;font-size:16px;line-height:1.75;margin-top:8px;}
.technology3 .list .more{}
.technology3 .list .more{color:#2B2D2D;font-size:16px;line-height:1.75;gap:8px;margin-top:32px;}
@media (max-width: 768px) {
	.technology3{padding:35px 0;padding-bottom:0;}
	.technology3 .t_text{font-size:16px;margin-bottom:20px;}
	.technology3 .list .more{margin-top:16px;}
}
.technology3 .list .more i{font-size:20px;}
.technology3 .list:hover .pic img{transform: scale(1.1);}
.technology3 .list:hover .tit{color:#0168b7;}
.technology3 .list:hover .more{color:#0870d3;}


.technology4{padding-bottom:100px;/*overflow:hidden;*/}
.technology4 .text{background:#0870d3;padding:32px 16px;border-radius:50px;color:#FFFFFF;text-align:center;}
.technology4 .text .t1{display:inline-block;font-weight:500;font-size:24px;line-height:50px;margin:0 10px;vertical-align:top;}
.technology4 .text .t2{display:inline-block;}
.technology4 .text .t2 a{padding:13px 28px;border-radius:50px;background-color:#2B2D2D;color:#fff;overflow:hidden;position:relative;z-index:1;display:block;text-align:center;font-size:16px;}
.technology4 .text .t2 a i{padding-left:10px;}
.technology4 .text .t2 a::after{content:"";position:absolute;top:0;bottom:0;right:0;left:0;z-index:-1;background-color:#0870d3;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);
-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);border-radius:50px;-webkit-transform-origin: center right;-moz-transform-origin: center right;-ms-transform-origin:center right;-o-transform-origin:center right;transform-origin: center right;-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);-o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);-moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);}
.technology4 .text .t2 a:hover{color:#fff;}
.technology4 .text .t2 a:hover::after{
  -webkit-transform-origin:center left;
     -moz-transform-origin:center left;
      -ms-transform-origin:center left;
       -o-transform-origin:center left;
          transform-origin:center left;
  -webkit-transform:scaleX(1);
     -moz-transform:scaleX(1);
      -ms-transform:scaleX(1);
       -o-transform:scaleX(1);
          transform:scaleX(1);
}
.technology4 .text .t2 a.a1{background:#ffffff;border:1px solid #0870d3;color:#0870d3}
.technology4 .text .t2 a.a1::after{background:#1783ea;}
.technology4 .text .t2 a.a1:hover{color:#ffffff;border:1px solid #0870d3;}
.technology4 .text .t2 .mingpian{position:absolute;z-index:9999;width:auto;text-align:center;right:-webkit-calc(110% + 5px);right:-moz-calc(110% + 5px);right:-30%;top:53px;opacity:0;visibility:hidden;-webkit-transform:translateX(110%);-moz-transform:translateX(110%);-ms-transform:translateX(110%);-o-transform:translateX(110%);transform:translateX(110%);-webkit-transition:all 0.7s;-o-transition:all 0.7s;-moz-transition:all 0.7s;transition:all 0.7s;box-shadow:0 4px 20px 4px rgba(0, 20, 60, 0.2);color:#333;font-size:18px;background: #fff;border-radius:6px;white-space:nowrap;}
.technology4 .text .t2 .mingpian .box{padding:20px;}
.technology4 .text .t2 .mingpian .touxiang{width:100px;height:100px;border-radius:50px;margin:0 auto;}
.technology4 .text .t2 .mingpian .touxiang img{display:block;border-radius:50px;}
.technology4 .text .t2 .mingpian .tit{font-size:20px;line-height:24px;margin:10px 0;}
.technology4 .text .t2 .mingpian .tel{border-radius:20px;padding:10px 20px;}
.technology4 .text .t2 .mingpian .tel a{background:#f2f2f2;color:#222;}
.technology4 .text .t2 .mingpian .tel i{padding-right:10px;}
.technology4 .text .t2 .mingpian .ewm{background:#f2f2f2;padding:20px;}
.technology4 .text .t2 .mingpian .ewm img{border:2px solid #ffffff;}
.technology4 .text .t2 .mingpian img{display:block;max-width:100px;margin:0 auto;}
.technology4 .text .t2:hover .mingpian{opacity:1;visibility:visible;
  -webkit-transform:translateY(0);
     -moz-transform:translateY(0);
      -ms-transform:translateY(0);
       -o-transform:translateY(0);
          transform:translateY(0);
}
.technology4 .text .t2:hover .mingpian::after{content:"";position:absolute;left:100%;top:0;width:10%;height:100%;}

@media (max-width: 768px) {
	.technology4{padding-top:0;padding-bottom:35px;}
	.technology4 .text .t1{font-size:20px;line-height:30px;margin:0 10px;}
	.technology4 .text .t2{margin-top:15px;}
	.technology4 .text .t2 .mingpian{right:-45%;top:-310px;}
}

.ny_service{position:relative;overflow:hidden;}
.ny_service canvas{width:100%;height:750px;position:relative;}
.ny_service .shuju{position:absolute;width:100%;top:15%;left:0;z-index:999;}
/*.ny_service::before{content:"";position:absolute;left:-10%;top:-15%;width:41%;z-index:-1;aspect-ratio:1/1;background:rgba(8, 112, 211, 0.1);-webkit-filter:blur(250px);filter:blur(250px);border-radius:50%;}*/
.ny_service .tit{color:#2B2D2D;text-align:center;font-weight:800;font-size:44px;line-height:1.25;}
.ny_service .tit .t1{}
.ny_service .tit .t2{}
.ny_service .tit .t2 span{color:#0870d3;}
.ny_service .num{margin-top:2%;}
.ny_service .num ul{margin-bottom:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.ny_service .num ul li{width:25%;margin:48px 0;position:relative;}
.ny_service .num ul li .data span{color:#0870d3;text-align:justify;font-size:60px;font-style:normal;font-weight:700;line-height:64px;}
.ny_service .num ul li .data sup{color:#0870d3;text-align:justify;font-size:30px;font-style:normal;font-weight:600;line-height:24px;vertical-align:top;top:0;}
.ny_service .num ul li p{color:#444;font-size:20px;font-style:normal;font-weight:600;line-height:1.75;}

@media (max-width:780px) {
	.ny_service .shuju{;width:100%;top:8%;}
	.ny_service .tit{font-size:24px;}
	.ny_service canvas{height:450px;}
	.ny_service .num ul li{margin:20px 0;}
	.ny_service .num ul li .data span{font-size:32px;line-height:40px;}
	.ny_service .num ul li .data sup{font-size:18px;}
	.ny_service .num ul li p{font-size:16px;}
}

.ny_service1{padding:200px 0; background: url("../images/jianjie_bj.jpg") no-repeat center;}
.ny_service1 .tit{color:#fff;text-align:center;font-weight:700;font-size:44px;line-height:1.25;text-transform:uppercase;}
.ny_service1 .text{margin-top:30px;font-size:18px;line-height:1.75;color:#fff;text-align:left;}
.ny_service1 .text p{text-indent:2em;}

@media (max-width:780px) {
	.ny_service1{padding:35px 0;}
	.ny_service1 .tit{font-size:24px;}
	.ny_service1 .text{font-size:16px;}
}

.ny_service2{/*background: url("../images/product_bj1.jpg") no-repeat center !important;*/ background:none !important;}

.ny_service3{padding:70px 0 90px;position:relative;background: url("../images/servcie_bj.jpg") no-repeat center;}
.ny_service3::before{content:"";position:absolute;left:-10%;top:-15%;width:41.875rem;z-index:-1;aspect-ratio:1/1;background:rgba(8, 112, 211, 0.1);-webkit-filter:blur(250px);filter:blur(250px);border-radius:50%;}
.ny_service3 .tit{color:#2B2D2D;text-align:center;font-weight:800;font-size:44px;line-height:1.25;margin-bottom:40px;text-transform:uppercase;}
.ny_service3 .tit .t1{color:#0870d3;}

.ny_service3 .asghzx_list1{margin-top:92px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}
@media (max-width: 768px) {
  .ny_service3 .asghzx_list1 {margin-top:24px;}
}
.ny_service3 .asghzx_list1 li{width:25%;}
@media (max-width: 768px) {
  .ny_service3 .asghzx_list1 li{width:100%;}
}
.ny_service3 .asghzx_list1 li.asjx1{padding:48px 3%;}
@media (max-width: 1024px) {
  .ny_service3 .asghzx_list1 li.asjx1{padding:48px 2%;}
}
@media (max-width: 768px) {
  .ny_service3 .asghzx_list1 li.asjx1{padding:32px 2% 32px 5%;}
}
.ny_service3 .asghzx_list1 li.asjx1 i{display:block;font-size:0;width:74px;}
@media (max-width: 768px) {
  .ny_service3 .asghzx_list1 li.asjx1 i{width:58px;}
}
.ny_service3 .asghzx_list1 li.asjx1 i img{width:100%;}
.ny_service3 .asghzx_list1 li.asjx1 .tit{color:#2B2D2D;font-size:22px;font-weight:700;line-height:1.75;margin-bottom:0 !important;text-align:left;width:-webkit-calc(96% - 74px);width:-moz-calc(96% - 74px);width:calc(96% - 74px);}
@media (max-width: 768px) {
  .ny_service3 .asghzx_list1 li.asjx1 .tit{width:-webkit-calc(96% - 58px);width:-moz-calc(96% - 58px);width:calc(96% - 58px);font-size:20px;}
}
.ny_service3 .asghzx_list1 li.asjx1:nth-child(1){border-radius:124px 0 0 124px;border-left: 1px solid #0168b7;background: -webkit-linear-gradient(right, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);background: -moz-linear-gradient(right, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);background: -o-linear-gradient(right, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);background: linear-gradient(-90deg, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);}
.ny_service3 .asghzx_list1 li.asjx1:nth-child(1) .tit{padding-right:5%;}
@media (max-width: 1024px){
  .ny_service3 .asghzx_list1 li.asjx1:nth-child(1) .tit{padding-right:0;}
}
.ny_service3 .asghzx_list1 li.asjx1:nth-child(3){border-radius:0 124px 124px 0;border-right:1px solid #0168b7;background:-webkit-linear-gradient(left, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);background:-moz-linear-gradient(left, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);background:-o-linear-gradient(left, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);background:linear-gradient(90deg, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);}
@media (max-width: 768px) {
   .ny_service3 .asghzx_list1 li.asjx1:nth-child(3){border-radius:0;border-radius:124px 0 0 124px;border-right:none;border-left:1px solid #0168b7;background:-webkit-linear-gradient(right, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);background:-moz-linear-gradient(right, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);background:-o-linear-gradient(right, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);background:linear-gradient(-90deg, rgba(9, 128, 241, 0) 0%, rgba(9, 128, 241, 0.2) 100%);
  }
}
.ny_service3 .asghzx_list1 li.asjx1:nth-child(3) i{-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;}
@media (max-width: 768px) {
  .ny_service3 .asghzx_list1 li.asjx1:nth-child(3) i{-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0;}
}
.ny_service3 .asghzx_list1 li.asjx1:nth-child(3) .tit{text-align:right;}
@media (max-width: 768px) {
  .ny_service3 .asghzx_list1 li.asjx1:nth-child(3) .tit{text-align:left;}
}
.ny_service3 .asghzx_list1 li.as-sx{width:63.429%;margin:0 -8%;position:relative;background: url("../images/service_line_bj.png") no-repeat center;background-size:100%;}
@media (max-width: 768px) {
  .ny_service3 .asghzx_list1 li.as-sx{width:100%;margin:20px auto;}
}
/*.ny_service3 .asghzx_list1 li.as-sx u{display:block;font-size:0;}*/
.ny_service3 .asghzx_list1 li.as-sx u{display:block;font-size:0;-webkit-animation: rotatedHalf1 13s infinite linear;-moz-animation: rotatedHalf1 13s infinite linear;-o-animation: rotatedHalf1 13s infinite linear;animation: rotatedHalf1 13s infinite linear;}
.ny_service3 .asghzx_list1 li.as-sx u img{width:100%;}
.ny_service3 .asghzx_list1 li.as-sx .cont-p{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;text-align:center;}
.ny_service3 .asghzx_list1 li.as-sx .cont-p .tsxa{color:#0168b7;font-size:50px;line-height:18px;font-weight: 700;}
@media (max-width: 768px) {
  .ny_service3 .asghzx_list1 li.as-sx .cont-p .tsxa{font-size:36px;}
}
.ny_service3 .asghzx_list1 li.as-sx .cont-p .p1{color:#2B2D2D;font-weight:700;font-size:32px;line-height:18px;}
@media (max-width: 768px) {
  .ny_service3 .asghzx_list1 li.as-sx .cont-p .p1{font-size:24px;}
}

/*新闻中心*/
.ny_news{padding:90px 0;}
.ny_news .list{border-radius:30px;background:#FFF;box-shadow:0 0 2.5rem 0 rgba(0, 0, 0, 0.05);padding:20px;-webkit-transition:all 0.4s;-o-transition:all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;display:block;margin-bottom:30px;}
.ny_news .list:hover{background:-webkit-linear-gradient(top, #0168b7 0%, #FFF 47.72%);background:-moz-linear-gradient(top, #0168b7 0%, #FFF 47.72%);background:-o-linear-gradient(top, #0168b7 0%, #FFF 47.72%);background:linear-gradient(180deg, #0168b7 0%, #FFF 47.72%);}
.ny_news .list .pic{overflow:hidden;border-radius:24px;}
.ny_news .list .pic img{display:block;max-width:100%;margin:0 auto;transition:all 0.6s;}
.ny_news .list .time{color:rgba(39, 39, 39, 0.3);font-size:16px;line-height:1.75;margin-top: 16px;font-weight:500;}
.ny_news .list .time i{padding-right:10px;}
.ny_news .list .tit{color:#444444;font-size:22px;line-height:1.75;margin-top:8px;}
.ny_news .list .txt{color:#969696;font-size:16px;line-height:1.75;margin-top:8px;}
.ny_news .list .more{}
.ny_news .list .more{color:#2B2D2D;font-size:16px;line-height:1.75;gap:8px;margin-top:32px;}
@media (max-width: 768px) {
	.ny_news{padding:35px 0;}
	.ny_news .list .more{margin-top:16px;}
}
.ny_news .list .more i{font-size:20px;}
.ny_news .list:hover .pic img{transform: scale(1.1);}
.ny_news .list:hover .tit{color:#0168b7;}
.ny_news .list:hover .more{color:#0870d3;}

.news_show{padding:90px 0;}
.news_show .n_left{}
.news_show .n_left .title{padding-bottom:30px; border-bottom:1px solid rgba(0, 0, 0, 0.2);margin-bottom:36px;}
.news_show .n_left .title .tit{color:#2B2D2D;font-size:32px;font-weight:700;line-height:1.75;}
.news_show .n_left .title .time{color:rgba(39, 39, 39, 0.3);font-size:16px;line-height:1.75;margin-top: 16px;font-weight:500;}
.news_show .n_left .title .time i{padding-right:10px;}
.news_show .n_left .nr{font-size:16px !important;line-height:1.75;color:#969696;}
.news_show .n_left .nr img{display: block;max-width:100%; margin:0 auto;}
.news_show .n_left .nr p{text-indent:2em;}
.news_show .n_left .nr p span{}
.news_show .n_right{background:#F6F6F6;padding:32px;border-radius:18px;}
.news_show .n_right .tit{color:#2B2D2D;font-size:30px;font-weight:700;}
.news_show .n_right ul{margin-bottom:0 !important;}
.news_show .n_right ul li{margin-top:24px;}
.news_show .n_right ul li .pic{overflow:hidden;border-radius:24px;}
.news_show .n_right ul li .pic img{display:block;max-width:100%;margin:0 auto;transition:all 0.6s;}
.news_show .n_right ul li .time{color:rgba(39, 39, 39, 0.3);font-size:16px;line-height:1.75;margin-top: 16px;font-weight:500;}
.news_show .n_right ul li .time i{padding-right:10px;}
.news_show .n_right ul li .tit{color:#444444;font-size:20px;line-height:1.5;margin-top:5px;font-weight:380;}
.news_show .n_right ul li a:hover .pic img{transform: scale(1.1);}
.news_show .n_right ul li a:hover .tit{color:#0168b7;}

@media (max-width: 768px) {
	.news_show{padding:35px 0;}
	.news_show .n_left .title{padding-bottom:15px;margin-bottom:20px;}
	.news_show .n_left .title .tit{font-size:22px;}

}

.icon_right{position:fixed;right:1.82292%;bottom:12%;z-index:999;}
.icon_right .aat_list li{position:relative;}
.icon_right .aat_list li + li{margin-top:20px;}
.icon_right li > a{display:block;width:56px;height:56px;position: relative;background:#0168b7;border-radius: 50%;line-height:56px;box-shadow: 0 0 3.2px rgba(51, 51, 51, 0.2);}
.icon_right li > a i{width:100%;height: 100%;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display:flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon_right li > a i img{height:28px;}
.icon_right li .erghgsa{position:absolute;z-index:-1;padding:8px 24px;width:auto;text-align:center;right:-webkit-calc(110% + 5px);right:-moz-calc(110% + 5px);right:calc(110% + 5px);top:10%;opacity:0;visibility:hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;transition: all 0.7s;box-shadow:0 4px 20px 4px rgba(0, 20, 60, 0.2);color:#333;font-size:18px;background: #fff;border-radius:6px;white-space: nowrap;}
.icon_right li .erghgsb{width:112px;padding:5px;}
.icon_right li .erghgsb img{display: block;max-width:100px;}
.icon_right li:hover .erghgsa{opacity:1;visibility:visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.icon_right li:hover .erghgsa::after{content:"";position:absolute;left:100%;top:0;width:10%;height:100%;}
@media (max-width: 768px) {
	.icon_right li > a{width:40px;height:40px;line-height:40px;}
	.icon_right li > a i img{height:20px;}
	.icon_right .aat_list li + li{margin-top:10px;}
}


/*手机端拨打号码*/
#tel{position:fixed;right:10px;bottom:140px;background:#490157;display:none;text-align:center;width:39px;height:40px;font-size:16px;color:#fff;padding: 3px 10px 5px 10px;z-index:9999;border-radius:20px;}
#tel i{display:block;color:#fff;font-size:24px;}

@media screen and (max-width:1500px){
	header .container{width:84%;}
}
@media screen and (max-width:1400px){
	header .container{width:90%;}
}
@media screen and (max-width:1366px){
	header .container{width:95%;}
}
@media screen and (max-width: 768px){
  header .container{width:96%;}
  header .logo .l_left{width:55px;}
  header .dl{ display:block;}
  .nav{display:none;}
  .yy{display:block;}
  .sp_nav{display:block;}
  .index_swiper1 {margin-top:55px;}
  .index_swiper1 .swiper-slide .text1{top:30%;padding:0 15px}
  .index_swiper1 .swiper-slide .text1 .cn{font-size:26px;line-height:24px;letter-spacing:3px;}
  .index_swiper1 .swiper-slide .text1 .en{font-size:15px;letter-spacing:1px;line-height:18px;margin:20px auto;}
  .index_swiper1 .swiper-slide .text1 .more{width:200px;height:40px;line-height:40px;font-size:12px;}
  .index_swiper1 .swiper-slide .pc{display:none;}
  .index_swiper1 .swiper-slide .phone{display:block;}
  .sy_title .t1{font-size:1em;}
  .sy_title .t2{font-size:26px;}
  .sy_service {padding:4em 0;}
  .sy_service_bj{padding:5em 0;}
  .sy_service_bj .l{margin-top:0;}
  .sy_service_bj .box .pic{margin-bottom:2.5em;}
  .sy_time{padding-bottom:4em;}
  .sy_time .nr .box1{position:static;padding:28px 30px 28px 30px;}
  .sy_time .nr .box1 .tit{font-size:20px;margin-bottom:22px;}
  .sy_time .nr .box1 .text{font-size:16px;margin-bottom:22px;}
  .sy_time .nr .box1 .time{font-size:15px;}
  .sy_time .nr .box1 .time i{font-size:20px;}
  .sy_time .nr .box2{margin:20px 0; margin-left:0;}
  .sy_time .nr .box3{position: static;padding:28px 30px 28px 30px;}
  .sy_time .nr .box3 .tit{font-size:20px;margin-bottom:22px;}
  .sy_time .nr .box3 .text{font-size:16px;margin-bottom:25px;}
  .sy_jiage{padding-bottom:4em;}
  .sy_jiage .list{margin-bottom:0;padding-right:0;margin-top:10px;}
  .sy_jiage .list .l1 .tit{font-size:17px;line-height:1.3em;}
  .sy_jiage .list .l1 .je{font-size:1.3em;line-height:1em;}
  .sy_jiage .list .l2{font-size:15px;line-height:1.65em;height:auto;}
  .sy_guanggao{padding:6em 0;}
  .sy_about{padding:4em 0;}
  .sy_about .text{margin-bottom:2em;}
  .sy_about .map{margin-bottom:0;}
  .sy_about .map .pc{display:none;}
  .sy_about .map .phone{display:block;}
  .sy_about .contact{margin-bottom:2em;margin-top:2em;}
  .sy_about .contact .l1 ul li{line-height:28px;}
  .meg{padding-bottom:4em;}
  .sy_guanggao1 .t2{font-size:24px;letter-spacing:1px;}
  .sy_guanggao1{padding:4em 0;}
  .sy_guanggao1 .more a{padding:10px 32px;margin:0 10px;}
  .wap {margin-top:60px;}
  .wap .weizhi1{margin-bottom:1em;}
  .service_list .box{padding:1.8em;}
  .service_list .box .tit{margin-bottom:10px;font-size:1.4em;}
  .service_list .box .l2{height:auto;}
  .service_show{padding:30px 15px !important;}
  .service_show .text{padding:0 !important;}
  .map .pc{display:none;}
  .map .phone{display:block;}
  .contact_list{padding:30px 15px;}
  .contact_list i{margin-bottom:20px;}
  .contact_list .t{font-size:22px;}
  #tel{display:block;}
}
