@charset "UTF-8";

*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
html{font-size:100%;}
html, body, form, fieldset, legend{margin:0;padding:0;}
body, input, select, textarea{font-family:"Source Han Sans";line-height:1.6;color:#333;}
body{background-color:#fff;position:relative;}
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:"思源黑体" !important;}
ul, dl, dl dt, dl dd{ margin:0; padding:0;}
ul, li {list-style: none;}
.clearboth {clear: both;}
.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;}

/* 限制行数省略号 */
.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 {text-align: center;margin: 20px 0 40px 0;width: 100%;float: left; font-size:1.2em;}
.page a {margin: 0 2px;padding:4px 10px;background-color:#fff;color:rgba(0,0,0,.65);border:1px solid #d9d9d9;border-radius:5px;font-size:14px;}
.page a.dq, .page a:hover{color:#fff;background-color:#00529c;border:1px solid #00529c;}

.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.4rem;}
.page_list ul li a{display:block;padding:4px 10px;background-color:#fff;color:rgba(0,0,0,.65);border:1px solid #d9d9d9;border-radius:5px;font-size:14px;}
.page_list ul li a:hover{border:1px solid #00529c;}
.page_list ul li a.on{color:#fff;background-color:#00529c;border:1px solid #00529c;}

/*首页banner*/
.banner{padding-top:80px;}
.swiper-banner{width:100%;/*height:80vh;min-height:600px;*/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%;}
.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;}
.swiper-banner .swiper-slide .banner_text .con{width:75%;margin:0 auto;padding:11% 16px;text-align:center;color:#ffffff;text-shadow:0 2px 10px rgba(0,0,0,0.4);}
.swiper-banner .swiper-slide .banner_text .con .t1{font-size:clamp(2.8rem, 8vw, 5rem);font-weight: 700;letter-spacing: -0.02em;margin-bottom: 1.2rem;/*text-shadow:0 5px 10px rgba(0,0,0,0.4);*/}
.swiper-banner .swiper-slide .banner_text .con .t2{font-size:clamp(1rem, 4vw, 1.5rem);max-width:700px;margin:0 auto 2rem;opacity:0.9;font-weight:500;margin-top:20px;margin-bottom:40px;color:#fff;/*text-shadow:0 5px 10px rgba(0,0,0,0.4);*/}
.swiper-banner .swiper-slide .banner_text .con .more{margin:0 auto;margin-top:10px;}
.swiper-banner .swiper-slide .banner_text .con .more a{display:inline-block;background:#f08c28;color:#ffffff;border:none;padding:14px 36px;font-size:1.1rem;font-weight:600;
border-radius:50px;cursor:pointer;transition:0.25s;box-shadow:0 10px 20px rgba(0,0,0,0.2);text-decoration:none;letter-spacing:1px;}
.swiper-banner .swiper-slide .banner_text .con .more a:hover{background:#f08c28;transform:translateY(-3px);box-shadow:0 18px 28px rgba(0,0,0,0.2);}
@keyframes fadeUp{
	from{opacity:0;transform:translateY(40px);}
	to{opacity:1;transform:translateY(0);}
}
.swiper-banner .swiper-slide .banner_text .con .more a i{padding-right:10px;}

.swiper-banner .swiper-slide .banner_text .con1{text-align:left !important;width:72% !important;padding:11% 16px !important;text-shadow:0 2px 10px rgba(0,0,0,0.4);}
.swiper-banner .swiper-slide .banner_text .con1 .img_logo{width:240px;}
.swiper-banner .swiper-slide .banner_text .con1 .img_logo img{display:block;max-width:100%;}
.swiper-banner .swiper-slide .banner_text .con1 .t1{font-size:clamp(2.8rem, 8vw, 3.5rem) !important;text-align:left;}
.swiper-banner .swiper-slide .banner_text .con1 .t2{font-size:clamp(1rem, 4vw, 1.5rem);max-width:700px;margin:0 0 2rem !important;}

@media (max-width:1600px) {
	.swiper-banner .swiper-slide .banner_text .con1 .t1{font-size:clamp(2.8rem, 8vw, 3rem) !important;}
	.swiper-banner .swiper-slide .banner_text .con1 .t2{font-size:clamp(1rem, 4vw, 1.2rem);max-width:700px;}
}
@media (max-width:1500px) {
	
}
@media (max-width:1400px) {
	
}
@media (max-width:840px) {
	.banner{padding-top:55px;}
	.swiper-banner .swiper-slide .banner_text .con{width:100%;padding:10% 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:6px 15px;font-size:16px;}
	.swiper-banner .swiper-slide .banner_text .con1{width:90% !important;padding:8% 16px !important;}
	.swiper-banner .swiper-slide .banner_text .con1 .img_logo{width:130px;}
	.swiper-banner .swiper-slide .banner_text .con1 .t1{font-size:28px !important;margin-bottom:0.75rem !important;}
	.swiper-banner .swiper-slide .banner_text .con1 .t2{font-size:16px !important;margin-top:15px;margin-bottom:20px !important;}
}
@media (max-width:780px) {
	.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:6px 15px;font-size:16px;}
	.swiper-banner .swiper-slide .banner_text .con1{width:100% !important;padding:11% 16px !important;}
	.swiper-banner .swiper-slide .banner_text .con1 .img_logo{width:130px;}
	.swiper-banner .swiper-slide .banner_text .con1 .t1{font-size:24px !important;margin-bottom:0.75rem !important;}
	.swiper-banner .swiper-slide .banner_text .con1 .t2{font-size:16px !important;margin-top:15px;margin-bottom:20px !important;}
	.swiper-banner .swiper-slide .pc{display:none;}
	.swiper-banner .swiper-slide .phone{display:block;}
}
@media (max-width:500px) {
	.swiper-banner{}
}

/*导航*/
.header{width:100%;height:80px;background:#ffffff;box-shadow:rgba(0, 0, 0, 0.08) 0px 6px 18px;position:fixed;z-index:100;}
.header .h_left{float:left;width:80%;}
.header .h_left .logo{float:left;}
.header .h_left img{display:block;max-width:100%;}
.header .nav{float:left;line-height:80px;z-index:1;margin-left:10%;}
.header .nav a{color:#1e2f3e;display:block;}
.header .nav .nLi{float:left;position:relative;}
.header .nav .nLi h3{margin:0;}
.header .nav .nLi h3 a{display:block;font-size:1rem;font-weight:bold;line-height:80px;padding:0 15px;}
.header .nav .nLi h3 a i{padding-left:10px;display: inline-block;}
.header .nav .sub{display:none;width:200px;left:-15%;top:80px;position:absolute;background:#fff;border-radius:0 0 5px 5px; line-height:28px;padding:15px;z-index:99;}
.header .nav .sub1{width:100% !important;left:0;border-top:1px solid #e5e7eb;position:fixed !important;box-shadow:rgba(0, 0, 0, 0.08) 0px 6px 18px;}
.header .nav .sub1 ul li{display:inline-block;width:24.5% !important;}
.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:1rem;color:#000c;width:100% !important;}
.header .nav .sub li a{color:#000c;}
.header .nav .sub li a i{color:#00529c;padding-right:10px;}
.header .nav .sub li a:hover{color:#00529c !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 h3 a.on{color:#00529c;}
.header .nav a:hover i{transform:rotate(180deg);margin-left:10px;}
.header .h_right{float:right;padding-right:60px;position:relative;}
.header .h_right .tel{line-height:80px;font-size:1.3rem;color:#00529c;font-weight:bold;}
.header .h_right .tel i{padding-right:10px;}
.header .h_right .ss1{position:absolute;top:20px;right:0;width:40px;height:40px;background:#f08c28;color:#ffffff;text-align:center;border:1px solid #f08c28;border-radius:50%;}
.header .h_right .ss1 a{display:block;}
.header .h_right .ss1 i{vertical-align:middle;font-size:1.3rem;line-height:38px;color:#ffffff;}

/* 搜索 */
.ss{position:fixed;width:100%;top:80px;left:0;z-index:9999;background:#ffffff;box-shadow:5px 5px 10px #ddd;border-top:1px solid #eee;/*transform: translate(-50%, -50%);*/display:none;}
.ss .sch {margin:0 auto;background:#fff;padding:25px;position:relative;border-radius:20px;}
.ss .sch span{cursor:pointer;position: absolute;width: 30px;height: 30px;top:0;right: 30px;color:#222;}
.ss .sch span i{font-size:2rem;}
.ss .sch span:hover{color:#00529c;}
.ss .sch h4{font-size:1.5rem;font-weight:bold;color:#333;margin:0;}
.ss .sch #formsearch {margin-top:0;width:100%;padding-bottom:10px;border-bottom:solid 1px #ddd;}
.ss .sch #formsearch input {border:none;background:none;outline:none;line-height:48px;font-size:1.125rem;width:84%;}
.ss .sch #formsearch input#keyword {width:60%;font-size:1.125rem;}
.ss .sch #formsearch input#s_btn {width:15%;background:#f08c28;border-radius:25px;font-size:1.125rem;color:#fff;text-align:center;transition:all .5s ease;}
.ss .sch #formsearch input#s_btn:hover{background:#f08c28;}
.ss .sch p {font-size:1rem;color:#999;margin-top:45px;}
.ss .sch p a{font-size:1rem;color:#999;margin-left:15px;}
.ss .sch p a:nth-child(1){margin-left: 0;}
.ss .sch p a:hover{color: #047ceb;}

@media (max-width:1600px) {
	.header .nav{margin-left:10%;}
}
@media (max-width:1500px) {
	.header .nav{margin-left:10%;}
}
@media (max-width:1400px) {
	.header .nav{margin-left:6%;}
	.header .nav .nLi h3 a{padding:0 10px;}
}
@media (max-width:1200px) {
	.header .container{width:94%;}
	.header .h_left{width:80%;}
	.header .nav{margin-left:1%;}
	.header .nav .nLi h3 a{padding:0 5px;}
	.header .nav .nLi h3{margin:0;}
}
@media (max-width:920px) {
	.header .container{width:100%;}
}


/*白色背景的头部*/

.header.on{position:fixed;top:0;left:0;z-index:9999;background:#ffffff;box-shadow:5px 5px 10px #eee;}
.header.on .nav 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:#00529c;width:100%;height:calc(100% - 104px);font-size:1rem;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:35%;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 #055eae solid;margin: 0 25px;position:relative;line-height:50px;font-size:17px}
.sjj_nav>ul >li:last-child{border-bottom:1px #055eae 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:100%}
.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:1100px) {
	.header .h_left{width:100%;}
	.header .h_left .nav{display:none;}
	.header .h_right .tel{display:none;}
	.header .h_right .ss1{top:8px;}
	.ss{top:55px;}
	.ss .sch #formsearch input{line-height:32px;font-size:1rem;width:83%;}
	.ss .sch #formsearch input#s_btn{font-size:1rem;}
	.sp_nav{display:block;}
}
@media (max-width:840px) {
	.header{height:60px;background:#ffffff;}
	.header .h_left{width:83%;}
	.header .h_left .logo{width:21%;}
	.header .h_left .nav{display:none;}
	.header .h_right .tel{display:none;}
	.sp_nav{display:block;}
}
@media (max-width:780px) {
	.header{height:54px;background:#ffffff;}
	.header .h_left .logo{width:38%;margin-top:3px}
	.header .h_right .tel{width:22%;line-height:55px;display:none;}
}

/*首页标题*/
.index_title{margin:0 auto;text-align:center;}
.index_title .en{color:#45b8ca;margin-bottom:12px;font-weight:600;line-height:1.4;font-size:1rem;}
.index_title .cn{color:#00529c;font-size:2.3rem;font-weight:700;}
.index_title .line{width:70px;height:4px;background:#00b4d8;margin:15px auto;}
.index_title .txt{color:#4a627a;max-width:680px;margin:0 auto 48px;font-size:1.1rem;}

.index_more{display: flex;align-items: center;justify-content: center;border: 0.015rem solid #E1E1E1;border-radius:0.4rem;width:8.68rem;height: 3rem;position:relative;color:#f08c28;}
.index_more:hover{background:#f08c28;border-color:#f08c28 !important;color: #fff;}
.index_more .tl{position:absolute;width:1rem;height:1rem;top:-0.01rem;left:-0.01rem;border-top:0.2rem solid #f08c28;border-left:0.2rem solid #f08c28;border-radius:0.4rem 0 0 0;}
.index_more .tr{position:absolute;width:1rem;height:1rem;top:-0.01rem;right:-0.01rem;border-top:0.2rem solid #f08c28;border-right:0.2rem solid #f08c28;border-radius:0 0.4rem 0 0;}
.index_more .bl{position:absolute;width:1rem;height:1rem;bottom:-0.01rem;left:-0.01rem;border-bottom:0.2rem solid #f08c28;border-left:0.2rem solid #f08c28;border-radius:0 0 0 0.4rem;}
.index_more .br{position:absolute;width:1rem;height:1rem;bottom:-0.01rem;right:-0.01rem;border-bottom:0.2rem solid #f08c28;border-right:0.2rem solid #f08c28;border-radius:0 0 0.4rem 0;}

/* 新增交互样式 */
.index_more {transition:background 0.4s cubic-bezier(0.25,0.46,0.45,0.94),transform 0.2s ease,color 0.3s 0.1s;margin-top:40px;}
.index_more:hover {transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.1);}
.index_more:active {transform:translateY(1px) scale(0.98);box-shadow:0 2px 6px rgba(0,0,0,0.1);transition-duration:0.1s;}
.btn-text {position:relative;z-index:1;transition:transform 0.3s, color 0.3s;color:#f08c28;font-size:1rem;}
.index_more:hover .btn-text {transform:translateX(4px);color: #fff;}
@media (hover:none) {
  .index_more:hover {transform:none;box-shadow:none;}
  .index_more:active {transform:scale(0.96);}
}

.index_wap{padding:80px 0;overflow:hidden;}

@media (max-width:840px) {
	.index_wap{padding:40px 0;}
	.index_title .cn{font-size:2rem;}
	.index_title .txt{font-size:1rem;margin: 0 auto 30px;}
}
@media (max-width:780px) {
	.index_wap{padding:30px 0;}
	.index_title .cn{font-size:1.8rem;}
	.index_title .txt{font-size:1rem;margin: 0 auto 30px;}
}

/*首页产品*/
.index_product{/*background:#f5f5f5;*/}
.index_product .list{position:relative;overflow:hidden;margin-bottom:50px;border-radius:10px;box-shadow:0px 5px 33px 0px rgba(13, 14, 67, 0.1);transition:all 0.4s ease;background:#ffffff;border:1px solid #eeeeee;}
.index_product .list:before, .index_product .list:after{content:"";position:absolute;left:50px;right:50px;bottom:0;height:2px;}
.index_product .list:before{z-index:1;background-color:#00529c;}
.index_product .list:after{width:0;z-index:2;transition:all 0.4s linear;}
.index_product .list .pic{overflow:hidden;border-radius:10px;position:relative;}
.index_product .list .pic img {width:100%;transition: all 0.3s linear;display:block;max-width:100%;}
.index_product .list .service-overlay{position:absolute;top:0;right:0;left:0;bottom:0;opacity:0;display:flex;align-items:center;justify-content:center;transition:all 0.3s linear;}
.index_product .list .service-overlay i{color:#ffffff;font-size:1.8rem;}
.index_product .list .box{padding:40px;background:#ffffff;position:relative;text-align:left;}
.index_product .list .service-category{padding:4px 10px;border-radius:4px;background-color:#00b4d8;color:#ffffff;font-size:1rem;}
.index_product .list .box .tit{color:#00529c;font-size:1.2rem;font-weight:700;margin:15px 0;height:55px;}
.index_product .list .box .text{font-size:1rem;line-height:1.7;color:#5a6070;}
.index_product .list:hover:after{width:calc(100% - 100px);background-color:#00529c;}
.index_product .list:hover .pic .service-overlay{opacity:1;}
.index_product .list:hover .service-overlay{background-color:rgba(0,82,156, 0.9);}
.index_product .swiper-pagination-bullet{width:20px !important;height:8px !important;border-radius:3px !important;background:#00529c !important;opacity:1 !important;}
.index_product .swiper-pagination-bullet-active{width:40px !important;background:#45b8ca !important;}

@media (max-width:780px) {
	.index_product .list .box{padding:30px 20px;}
	.index_product .list .box .tit{height:auto;}
}

/*首页关于和泽*/
.index_about{border-top:1px solid #e7ebef;padding:100px 0;}
.index_about .about_left{position:relative;}
.index_about .about_left .about-img{position:relative;max-width:550px;margin:0 70px 0 110px;}
.index_about .about_left .about-img:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;animation:spinner 10s infinite;background-color:#d7f6f0;transform:rotate(42deg);transition:all 0.3s ease;-webkit-clip-path:polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);clip-path:polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);}
.index_about .about_left .about-img img{position:relative;z-index:2;border-radius: 15px;-webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);}
.index_about .about_left .about_list{position:absolute;top:0;left:0;z-index:3;margin-bottom:40px !important;padding:0 !important;list-style:none;margin-top:0;}
.index_about .about_left .about_list .item{margin-bottom:0;}
.index_about .about_left .about_list .item:first-child{transform:translate(85px, 50px);}
.index_about .about_left .about_list .item{position:relative;display:flex;flex-wrap:wrap;align-items:center;transition:all 0.3s linear;}
.index_about .about_left .about_list .item:last-of-type{margin-bottom:0 !important;}
.index_about .about_left .about_list .item .item-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:175px;height:200px;padding:40px 20px;}
.index_about .about_left .about_list .item:first-child .item-inner{background-color:#45b8ca;}
.index_about .about_left .about_list .item:nth-child(2) .item-inner{background-color:#00529c;}
.index_about .about_left .about_list .item:nth-child(3) {transform: translate(85px, -50px);}
.index_about .about_left .about_list .item:nth-child(3) .item-inner{background-color:#ffffff;}
.index_about .about_left .about_list .item:nth-child(3) .f-icon{color:#00529c;}
.index_about .about_left .about_list .item:nth-child(3) .title{color:#5a6070;}
.index_about .about_left .about_list .item .clippath{-webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);}
.index_about .about_left .about_list .item .f-icon{position:relative;display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;font-size:3rem;color:#ffffff;}
.index_about .about_left .about_list .item .title{font-size:1rem;font-weight:600;color:#ffffff;margin-bottom:0;margin-top:10px}
.index_about .about_right{margin-top:50px;}
.index_about .about_right .tit{margin-bottom:1.5rem;color:#00529c;font-size:2.5rem;font-weight:700;line-height:1.4;}
.index_about .about_right .line{width:70px;height:4px;background:#00b4d8;margin-bottom:1.5rem;}
.index_about .about_right .txt{font-size:1rem;line-height:1.75;margin-bottom:30px !important;color:#5a6070;}
.index_about .about_right .add{margin-top:40px;padding-top:40px;border-top:1px solid #e9e9f0;flex-wrap:wrap !important;display:flex !important;align-items:center !important;}
.index_about .about_right .add .add-icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;font-size:18px;border-radius:50%;color:#45b8ca;background-color:#d7f6f0;margin-right:20px;}
.index_about .about_right .add .con{flex:1;font-size:1rem;line-height:1.75;color:#5a6070;}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width:840px) {
	.index_about{padding:40px 0;}
}
@media (max-width:780px) {
	.index_about{padding:30px 0;}
	.index_about .about_left .about-img{margin:0 10px 0 10px;}
	.index_about .about_left .about_list .item .item-inner{width:125px;height:150px;padding:40px 20px;}
	.index_about .about_right{margin-top:30px;}
	.index_about .about_right .tit{font-size:1.8rem;}
}

/*首页解决方案*/
.index_case{background-image:linear-gradient(0deg, rgba(246, 247, 248) 0%, rgba(11, 173, 246, 0) 3%, rgb(246, 247, 248) 80%);}
.index_case .list{transition:opacity 0.3s ease, visibility 0.3s ease, box-shadow 0.4s ease;overflow:visible;box-shadow:0px 5px 83px 0px rgba(13, 14, 67, 0.08);position: relative;margin-bottom:60px;border-radius:10px;height:100%;min-height:1px;background:#ffffff;padding:40px 32px;border:1px solid #eeeeee;}
.index_case .list .box1{align-items:center !important;display:flex !important;justify-content:space-between !important;margin-bottom:15px;}
.index_case .list .box1 .tit{font-size:1.575rem;position:relative;z-index:2;transition:all 0.3s linear;font-weight:600;line-height:1.4;color:#00529c;}
.index_case .list .box1 .t-icon{color:#00529c;font-size:3.125rem;line-height:1;transition: all 0.3s linear;margin-bottom:15px;}
.index_case .list .box1 .t-icon img{display:block;max-width:100%;}
.index_case .list .box2{font-size:1rem;line-height:1.75;color:#333333;/*height:115px;*/overflow:hidden;}
.index_case .list .box3{margin:30px 0 30px;padding-bottom:30px;border-bottom:1px solid #e9e9f0;height:220px;}
.index_case .list .box3 li{margin-bottom:14px;transition:all 0.3s linear;font-size:1rem;color:#5a6070;font-weight:500;/*display:inline-block;width:49%;*/}
.index_case .list .box3 li a{color:#5a6070;}
.index_case .list .box3 li a:hover{color:#00529c;}
.index_case .list .box3 li i{padding-right:10px;color:#f08c28;font-size:1.1rem;}
.index_case .list:hover{box-shadow:0px 5px 83px 0px rgba(40, 40, 40, 0.12);}
.index_case .list:hover .box1 .tit{color:#00529c;}
.index_case .list:hover .box1 .t-icon{margin-top:-10px;}
.index_case .list:hover .index_more{background:#f08c28;border-color:#f08c28 !important;color:#fff;}
.index_case .list:hover .index_more .btn-text{color:#fff;}
.index_case .swiper-pagination-bullet{width:20px !important;height:8px !important;border-radius:3px !important;background:#00529c !important;opacity:1 !important;}
.index_case .swiper-pagination-bullet-active{width:40px !important;background:#45b8ca !important;}

@media (max-width:840px) {
	.index_case .list .box3{height:250px;}
	.index_case .list .box3 li{margin-bottom:5px;}
}
@media (max-width:780px) {
	.index_case .list .box3{margin:20px 0 20px;padding-bottom:20px;height:auto;}
	.index_case .list .box3 li{margin-bottom:5px;}
}

/*首页品牌展示*/
.index_pinpai{}
.index_pinpai .list{margin-bottom:30px;verflow:hidden;transition:all 0.8s;border:1px solid #e6e6e6;box-sizing:border-box;padding:0;border-radius:10px;}
.index_pinpai .list .box{position:relative;overflow:hidden;background:#fff;padding:10px 10px;border-radius:10px;}
.index_pinpai .list .box:before{content:'';background:linear-gradient(45deg,rgba(0,82,156,0.99), rgba(0,180,216,0.99));height:100%;width:100%;opacity:0;filter: blur(10px);transform:scale(1) rotate(180deg);position:absolute;left:0;top:0;z-index:1;transition:all 0.4s ease-in-out;border-radius:10px;}
.index_pinpai .list .box:hover:before{/*box-shadow: 0 0 10px 2px #555;*/opacity: 1;filter: blur(0);transform: scale(0.92, 0.9) rotate(0);}
.index_pinpai .list .box img{width: 100%;height: auto;transition: all 0.5s ease-in-out;}
.index_pinpai .list .box:hover img{ transform: scale(1.9) rotate(45deg); }
.index_pinpai .list .box .box-content{color: #fff;text-align: center;width: 100%;opacity: 0;transform: translateX(-50%) translateY(-50%) scale(3);position: absolute;top: 50%;left: 50%;z-index: 1;transition: all 0.5s ease;}
.index_pinpai .list .box:hover .box-content{opacity: 1;transform: translateX(-50%) translateY(-50%) scale(1);}
.index_pinpai .list .box .title{font-size:1.2rem;font-weight:400;letter-spacing:0.5px;text-transform:none;margin:0;border-bottom:none;padding-bottom:0;padding:0 25px;color: #fff;}
.index_pinpai .list .box .post{font-size:1rem;text-transform:capitalize;}
.index_pinpai .index_more{margin:0 auto;margin-top:20px;}

@media (max-width:780px) {
	.index_pinpai{padding-left:7px;padding-right:7px;}
	.index_pinpai .col-xs-6{padding-left:8px !important;padding-right:8px !important;}
	.index_pinpai .list{margin-bottom:16px;}
}

/*首页新闻中心*/
.index_news{border-top:1px solid #e7ebef;}
.index_news .list{position:relative;transition: all 0.5s ease;border-radius:10px;margin-bottom:50px;}
.index_news .list .pic{overflow:hidden;position:relative;border-radius:30px;height:268px;border:1px solid #ddd;}
.index_news .list .pic img{position:absolute;top:0;left:0;transform:scale(1.001);width:100%;height:100%;object-fit:cover;transition:all .5s ease-out}
.index_news .list .pic .circle-btn-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;transition:all .5s ease-out}
.index_news .list .pic .circle-btn{width:72px;height:72px;border-radius:50px;display:flex;align-items:center;justify-content:center;background-color:#00b4d8;color:#292929;font-size:24px;text-decoration:none;position:absolute;top:70%;left:20%;transform:translate(-50%,-50%) scale(0.3);opacity:0;visibility:hidden;
transition:all .5s ease-out;z-index:2}
@media only screen and (min-width:768px) and (max-width:991px) {
  .index_news .list .pic.circle-btn{width:60px;height:60px;font-size:22px}
}
@media only screen and (min-width:0) and (max-width:767px) {
  .index_news .list .pic .circle-btn{width:50px;height:50px;font-size:20px}
}
.index_news .list .pic .circle-btn i{transform:rotate(-45deg);transition:all .5s ease-out}
.index_news .list .pic .circle-btn:hover{background-color:#fff;transition:all .5s ease-out}
.index_news .list .pic .circle-btn:hover i{transform:rotate(0deg);transition:all .5s ease-out}
.index_news .list .box{padding-top:40px;}
.index_news .list .fenlei{padding:8px 24px;border-radius:50px;font-size:0.9rem;font-weight:600;line-height:20px;letter-spacing:-0.21px;color:#ffffff;background-color:#00b4d8;
text-transform:uppercase;}
.index_news .list .tit{font-size:1.575rem;color:#333333;margin:20px 0;font-weight:600;}
.index_news .list .txt{font-size:1rem;line-height:1.75;color:#5a6070;}
.index_news .list .time{margin-top:20px;color:#333333;font-size:1rem;}
.index_news .list .time i{padding-right:10px;}
.index_news .list a:hover .pic img{transform:scale(1.05);}
.index_news .list a:hover .tit{color:#00529c;}
.index_news .swiper-pagination-bullet{width:20px !important;height:8px !important;border-radius:3px !important;background:#00529c !important;opacity:1 !important;}
.index_news .swiper-pagination-bullet-active{width:40px !important;background:#45b8ca !important;}
.index_news .index_more{margin:0 auto;margin-top:20px;}

@media (max-width:780px) {
	.index_news .list .tit{font-size:1.3rem;}
}

/*首页技术服务*/
.index_service{background:#f5f9fc;}
.index_service .list{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border-top:2px solid #00b4d8;transition: all 0.5s;padding:4rem 2rem;text-align:center;box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;border-radius:10px;}
.index_service .list .services-icon{width:80px;height:80px;border-radius:50%;background:#00b4d8;color:#fff;display:inline-block;text-align:center;line-height:90px;position:relative;transition:all 0.5s;margin:0 auto;margin-bottom:1.5rem !important;}
.index_service .list .services-icon i{font-size:2.3em;font-weight:900;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}
.services-icon::before{content:'';width:96px;height:96px;border-radius:50%;position:absolute;top:-8px;left:-8px;display:block;border:2px solid rgba(0, 180, 216, 0.5);transition:all 0.5s;}
.index_service .list .tit{font-size:1.575rem;margin-bottom:15px;}
.index_service .list .text{font-size:1rem;line-height:1.75;color:#5a6070;}
.index_service .list:hover{background:#00b4d8;color:#fff;}
.index_service .list:hover .text{color:#fff;}
.index_service .list:hover .services-icon{background:#fff;color:#00b4d8;}
.index_service .list:hover .services-icon::before{border-color:#fff;}
@media (max-width:840px) {
	.index_service .list{margin-bottom:30px;padding:3rem 2rem;}
}

@media (max-width:780px) {
	.index_service .list{margin-bottom:20px;padding:3rem 2rem;}
	.index_service .list .tit{font-size:1.3rem;font-weight:600;}
}

/*内页banner*/
.ny_banner{width:100%;padding-top:80px;position:relative;}
.ny_banner img{display:block;margin:0 auto;max-width:100%;}
.ny_banner .banner-text{width:100%;height:100%;background-color:rgba(0,0,0, 0.1);position:absolute;top:0;bottom:0;right:0;left:0;display:flex;}
.ny_banner .banner-text .box{/*width:70%;*/margin:0 auto;padding:11% 16px;color:#fff;text-align:left;}
.ny_banner .banner-text .box .t1{font-size:2.5rem;margin-bottom:10px;font-weight:bold;}
.ny_banner .banner-text .box .t2{color:#fefefe;font-size:1.2rem;}
.ny_banner .banner-text .box .banner_weizhi{margin-top:30px;color:rgba(255,255,255,0.6);font-size:1rem;}
.ny_banner .banner-text .box .banner_weizhi a{color:rgba(255,255,255,0.6);padding:0 5px;}
.ny_banner .banner-text .box .banner_weizhi i{padding-right:5px;}
.ny_banner .banner-text .box .banner_weizhi a:hover{color:#fefefe;}
.ny_banner img.pc{display:block;}
.ny_banner img.phone{display:none;}

@media (max-width:1400px) {
	.ny_banner .banner-text .box{/*width:80%;*/}
}

@media (max-width:960px) {
	.ny_banner{padding-top:55px;}
	.ny_banner img.pc{display:none;}
	.ny_banner img.phone{display:block;}
	.ny_banner .banner-text .box{padding:24% 0;width:90%;}
	.ny_banner .banner-text .box .t1{font-size:1.5rem;}
	.ny_banner .banner-text .box .t2{font-size:1rem;}
	.ny_banner .banner-text .box .banner_weizhi a{color:rgba(255,255,255,0.9);}
}

.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:#00b4d8;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:#00529c;font-weight:600;}
.weizhi .w_right ul li a{padding: 0 32px;color:#222;}

@media (max-width: 768px) {
	.weizhi{line-height:50px;}
	.weizhi .w_right{display:none;}
}

.nyerji{margin-top:1.875rem;position:sticky;top:6.25rem;z-index:99;}
.nyerji ul{display:flex;border-radius:0.625rem;border:1px solid #C6C6C7;background:#FFF;box-shadow:0.25rem 0.625rem 0.9375rem 0px rgba(0, 0, 0, 0.08);padding:0.1875rem;}
.nyerji ul li{line-height:3.125rem;flex:1 0 0;text-align:center;position:relative;z-index:4;}
.nyerji ul li a{transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;border-radius:0.625rem;display:block;color:#3c3c3c;font-size:1rem;}
.nyerji ul li:hover a{color:#00529c;}
.nyerji ul li.active a{color:#fff;transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;background:#00529c;}

@media (max-width: 768px) {
	.nyerji{top:60px;display:none;}
	.nyerji ul li{line-height:1.625rem;}
	.nyerji ul li a{padding: 0.5em 0.5em;}
}

.pr{position:relative;}

.cp-nav{position:sticky;top:6.25rem;margin-top:1.575rem;left:0;width:100%;backdrop-filter:blur(14px);z-index:5;}
@media (max-width: 768px) {
  .cp-nav{top:60px;margin-top:0;padding-top:20px;display:none;}
}
.cp-nav .cp-show-nav{border-radius:0.625rem;border:1px solid #C6C6C7;background:#FFF;box-shadow: 0.25rem 0.625rem 0.9375rem 0px rgba(0, 0, 0, 0.08);padding:0.1875rem;}
.cp-nav .cp-show-nav li{line-height:3.125rem;flex:1 0 0;text-align:center;position:relative;z-index:4;}

@media (max-width: 768px) {
  .cp-nav .cp-show-nav li{line-height:1.625rem;-webkit-flex:auto;-moz-box-flex:1;-ms-flex:auto;flex:auto;/*width:33.3333333333%;*/}
}
.cp-nav .cp-show-nav li a{transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;border-radius:0.625rem;display:block;color: #3c3c3c;font-size:1rem;cursor:pointer;}

@media (max-width: 768px) {
  .cp-nav .cp-show-nav li a{padding:0.5em 0.5em;}
}
.cp-nav .cp-show-nav li:hover a, .cp-nav .cp-show-nav li.active a{color:#fff;transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;background:#00529c;}


.ny_line{height:140px;width:1px;background-color:rgba(0, 0, 0, 0.4);position:relative;margin:auto;margin-bottom:20px;}
.ny_line::after{content:"";width:8px;height:8px;background-color:#00b4d8;;position:absolute;left:50%;transform:translateX(-50%);animation:hua 2.5s linear infinite;}

@keyframes hua{
  0%{top:0;}
  100%{top:100%;}
}

@media (max-width: 768px) {
	.ny_line{display:none;}
}

/*内页产品中心*/
.yy_fenlei{font-size:1.05rem;border-bottom: 1px solid #ddd;padding:20px 0;}
.yy_fenlei .nr{display:flex;/*background:#ffffff;box-shadow:0px 5px 33px 0px rgba(13, 14, 67, 0.1);*/border-radius:10px;}
.yy_fenlei .name{border-left:5px solid #00529c;padding-left:15px;padding-top:3px; color:#333;font-size:1.2rem;font-weight:700;margin-right:20px;width:auto;line-height:1.63;}
.yy_fenlei .f_nav{margin-bottom:0;}
.yy_fenlei .f_nav li{display:inline-block;}
.yy_fenlei .f_nav li a{color:#222;display:block;padding:5px 10px;}
.yy_fenlei .f_nav li a:hover,.yy_fenlei .f_nav li a.on{border:2px solid #00529c;color:#00529c;border-radius:20px;font-weight:bold;}

@media (max-width: 768px) {
	.yy_fenlei{font-size:1rem;display:none;}
}

/*手机端分类折叠*/
.phone_fenlei{display:none;margin:30px 0;}
.phone_fenlei .menu_left{ width:100%;background:#fbfaf9;border:1px solid #e5e5e5;border-radius:10px 10px;}  
.phone_fenlei .menu_left{background:#fff;border:1px solid #e5e5e5;line-height:50px;}
.phone_fenlei .menu_left ul{margin-bottom:0;}
.phone_fenlei .menu_left>ul>li:first-child{overflow:hidden;border-top:0}
.phone_fenlei .menu_left ul li i{position:absolute;top:0;right:10px;padding:0px 7px 0 7px;width:50%;text-align: right;color:#333;}
.phone_fenlei .menu_left ul li{border-top:1px #eee solid;position:relative;line-height:48px;font-size:17px}
.phone_fenlei .menu_left>ul >li:last-child{border-bottom:1px #eee solid;}
.phone_fenlei .menu_left ul li ul{display:none}
.phone_fenlei .menu_left ul li ul li{margin:0;}
.phone_fenlei .menu_left ul li a{color:#222;width:100%;padding-left:15px;display:block;z-index:99;}
.phone_fenlei .menu_left ul li a span{padding-right:10px;color:#45b8ca;}
.phone_fenlei .menu_left ul li a b{font-weight:400;padding-left:10px;color:#00529c;}
.phone_fenlei .menu_left ul li a:hover{color:#00529c;font-weight:bold;}
.phone_fenlei .menu_left ul li.on a{color:#00529c;font-weight:bold;}
.phone_fenlei .menu_left ul li ul li a{color:#444;display:block;text-align:left;padding:5px 15px;padding-left:35px;line-height:36px;font-size:1rem;}
.phone_fenlei .menu_left ul li ul li ul li a{padding-left:35px;color:#555;}
.phone_fenlei .menu_left ul li ul li ul li.on a{color:#00529c;}
.phone_fenlei .menu_left ul li ul li>ul{margin-left:0}
.currentDd{color:#fff; background:#77b6ee;}
.phone_fenlei .menu_left ul li.currentDd a:hover{color:#fff !important;}
.navContent{background:#eee;}
.phone_fenlei .menu_left ul li.currentDd .navContent li a:hover{color:#00529c !important;}
.navContent1{background:#f5f5f5;}
.phone_fenlei .menu_left ul li.currentDd .navContent1 li a:hover{color:#00529c !important;}

@media (max-width: 768px) {
	.phone_fenlei{display:block;}
}

.product_ss{}

.ny_product{}
.ny_product .ss2{padding:20px;background:#fff;margin-bottom:20px;border:1px solid #e5e5e5;border-radius:10px;display:none;}
.ny_product .ss2 .t{font-size:1.175rem;font-weight:bold;color:#333;margin-bottom:10px;}
.ny_product .ss2 .t i{padding-left:10px;color:#f08c28;}
.ny_product .ss2 select{width:100%;height:38px;line-height:38px;padding-left:10px;font-size:1rem;border:1px solid #ddd;background:#fff;color:#999;border-radius:5px;}
.ny_product .ss2 select option{line-height:38px;}
.ny_product .ss1{/*padding:10px 20px; */background:#fff; margin-bottom:30px;/*border: 1px solid #e5e5e5;*/display:none;/*border-radius:10px;*/}
.ny_product .ss1 select{width:100%;height:37px;line-height:37px;padding-left:10px;font-size:16px;border:1px solid #ddd;background:#fff;margin-bottom:15px;color:#999;}
.ny_product .p_left{}
.ny_product .p_left .tit{height:80px;line-height:80px;font-size:23px;font-weight:bold;color:#fff;padding:0 20px;background:#00529c;border-left:8px solid #45b8ca;border-radius:10px 10px 0 0;}
.ny_product .p_left .tit span{ font-weight:400; font-size:16px;}
.ny_product .p_left .menu_left{ width:100%;background:#fbfaf9;border:1px solid #e5e5e5;border-radius:0 0 10px 10px;}  
.ny_product .p_left .menu_left{background:#fff;border:1px solid #e5e5e5;line-height:50px;}
.ny_product .p_left .menu_left ul{margin-bottom:0;}
.ny_product .p_left .menu_left>ul>li:first-child{overflow:hidden;border-top:0}
.ny_product .p_left .menu_left ul li i{position:absolute;top:0;right:10px;padding:0px 7px 0 7px;width:50%;text-align: right;color:#333;}
.ny_product .p_left .menu_left ul li{border-top:1px #eee solid;position:relative;line-height:48px;font-size:17px}
.ny_product .p_left .menu_left>ul >li:last-child{border-bottom:1px #eee solid;}
.ny_product .p_left .menu_left ul li ul{display:none}
.ny_product .p_left .menu_left ul li ul li{margin:0;}
.ny_product .p_left .menu_left ul li a{color:#222;width:100%;padding-left:15px;display: block;z-index: 99;}
.ny_product .p_left .menu_left ul li a span{padding-right:10px;color:#45b8ca;}
.ny_product .p_left .menu_left ul li a b{font-weight:400;padding-left:10px;color:#00529c;}
.ny_product .p_left .menu_left ul li a:hover{color:#00529c;font-weight:bold;}
.ny_product .p_left .menu_left ul li.on a{color:#00529c;font-weight:bold;}
.ny_product .p_left .menu_left ul li ul li a{color:#444;display:block;text-align:left;padding:5px 15px;padding-left:35px;line-height:36px;font-size:1rem;}
.ny_product .p_left .menu_left ul li ul li ul li a{padding-left:35px;color:#555;}
.ny_product .p_left .menu_left ul li ul li ul li.on a{color:#00529c;}
.ny_product .p_left .menu_left ul li ul li>ul{margin-left:0}
.currentDd{color:#fff; background:#77b6ee;}
.ny_product .p_left .menu_left ul li.currentDd a:hover{color:#fff !important;}
.navContent{background:#eee;}
.ny_product .p_left .menu_left ul li.currentDd .navContent li a:hover{color:#00529c !important;}
.navContent1{background:#f5f5f5;}
.ny_product .p_left .menu_left ul li.currentDd .navContent1 li a:hover{color:#00529c !important;}
.ny_product .p_left .p_contact{margin-top: 20px;}
.ny_product .p_left .p_contact .nr{border:1px solid #e5e5e5;padding:20px 20px;}
.ny_product .p_left .p_contact .nr ul li{line-height:36px;font-size:16px;}
.ny_product .p_left .p_contact .nr ul li i{display:inline-block;padding-right:10px;}
.ny_product .p_left .p_contact .nr ul li p{display:inline-block;}
.ny_product .p_left1{display:block;}
.ny_product .p_left2{display:none;;}
.ny_product .p_left2 .menu_left{border-radius:10px 10px !important;}
.ny_product .p_left2 .menu_left ul li i{color:#00529c;}
.ny_product .p_left3{display:block;}

@media (max-width: 768px) {
	.ny_product .ss2{display:block;}
	.ny_product .ss1{display:block;}
	.ny_product .p_left3{display:none;}
	.ny_product .p_left1{display:none;}
	.ny_product .p_left2{display:block;margin-top:0;}
}

.ny_product .p_right{}
.ny_product .p_right .list{position:relative;overflow:hidden;margin-bottom:30px;border-radius:10px;box-shadow:0px 5px 33px 0px rgba(13, 14, 67, 0.1);transition:all 0.4s ease;background:#ffffff;border:1px solid #eeeeee;padding:20px 0;padding-top:0;}
.ny_product .p_right .list .pic{overflow:hidden;border-radius:10px;position:relative;}
.ny_product .p_right .list .pic img {width:100%;transition:all .6s;display:block;max-width:100%;}
.ny_product .p_right .list .box{padding:20px;background:#ffffff;position:relative;text-align:left;}
.ny_product .p_right .list .box .tit{color:#333;font-size:1.2rem;font-weight:700;margin:15px 0;height:55px;}
.ny_product .p_right .list .box .text{font-size:1rem;line-height:1.7;color:#5a6070;}
.ny_product .p_right .list .box .hangye{color:#999999;font-size:1rem;padding-top:10px;margin-top:10px;border-top:1px solid #f5f5f5;}
.ny_product .p_right .list .box .hangye span{color:#45b8ca;}
.ny_product .p_right .list .box .more{padding:8px 10px;border:2px solid #f08c28;border-radius:20px;text-align:center;margin-top:20px;color:#f08c28;font-size:1rem;width:120px;}
.ny_product .p_right .list .box .more i{padding-left:10px;}
.ny_product .p_right .list:hover .pic img{transform:scale(1.1);}
.ny_product .p_right .list:hover .tit{color:#00529c;}
.ny_product .p_right .list:hover .more{background:#f08c28;color:#ffffff;}

@media (max-width: 768px) {
	.ny_product .p_right .list .box .tit{height:auto;}
}

/*产品详情页*/
.ny_product .p_show{}
.ny_product .p_show .p_top{margin-bottom: 30px;background:#fbfaf9;padding: 5px;}
.ny_product .p_show .p_top .tit_phone{display:none;font-size:22px;color:#333;font-weight:bold;padding-left:10px;border-left: 3px solid #00b4ff;margin:15px; }
.ny_product .p_show .p_top .p_top_left{}
.ny_product .p_show .p_top .p_top_left .swiper-container{width: 100%;height:300px;margin-left: auto;margin-right: auto;}
.ny_product .p_show .p_top .p_top_left .swiper-slide{background-size: cover;background-position: center;}
.ny_product .p_show .p_top .p_top_left .swiper-slide img{ width:98%; border:1px solid #f5f5f5;}
.ny_product .p_show .p_top .p_top_left .gallery-top{height: 80%;width: 100%;}
.ny_product .p_show .p_top .p_top_left .gallery-thumbs{height: 20%;box-sizing: border-box;padding: 10px 0;}
.ny_product .p_show .p_top .p_top_left .gallery-thumbs .swiper-slide{height:100%;opacity: 0.4;}
.ny_product .p_show .p_top .p_top_left .gallery-thumbs .swiper-slide-thumb-active{opacity: 1;}
.ny_product .p_show .p_top .p_top_left .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white{--swiper-navigation-color: #00b4ff;}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white{--swiper-navigation-color: #00b4ff  !important;}
.ny_product .p_show .p_top .p_top_left img{display: block;max-width: 100%; margin:0 auto;}
.ny_product .p_show .p_top .p_top_right{padding:40px 30px;background:#fbfaf9;}
.ny_product .p_show .p_top .p_top_right .tit{font-size:1.5rem;color:#333;font-weight:bold;}
.ny_product .p_show .p_top .p_top_right .text{color:#5a6070;line-height:1.75;/*max-height:130px;*/overflow:hidden;font-size:1.025rem;margin-top:20px;}
.ny_product .p_show .p_top .p_top_right .more{margin-top:40px;}
.ny_product .p_show .p_top .p_top_right .more a{display:inline-block;padding:12px 30px;color:#fff;font-size:1rem;margin-right:10px;border-radius:10px;}
.ny_product .p_show .p_top .p_top_right .more a i{padding-right:10px;}
.ny_product .p_show .p_top .p_top_right .more a.a1{background:#f08c28;}
.ny_product .p_show .p_top .p_top_right .more a.a2{background:#00529c;}

.ny_product .p_show .p_center{}
.ny_product .p_show .p_center .tab{margin-bottom:20px;position:relative;overflow:hidden;border: 1px solid #f1f1f1;width:100%;margin:0 auto;line-height:1.5;/*font-weight:300;*/color:#555;-webkit-font-smoothing:antialiased;}
.ny_product .p_show .p_center .tabs{display:table;position:relative;overflow:hidden;margin:0;width:100%;background:#e6e6e6;border-bottom:2px solid #45b8ca;}
.ny_product .p_show .p_center .tabs li{float:left;line-height:38px;overflow:hidden;padding:0;position:relative;}
.ny_product .p_show .p_center .tabs a{/*font-weight:500;*/display:block;letter-spacing:0;outline:none;padding:0 30px;text-decoration:none;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;background:#e6e6e6;color:#333;font-size:1rem;}
.ny_product .p_show .p_center .tabs_item{display:none;padding:25px;background: #fff;font-size:1rem;line-height:1.75;}
.ny_product .p_show .p_center .tabs_item:first-child {display:block;}
.ny_product .p_show .p_center .tabs_item img{display:inline-block;max-width:100%;}
.ny_product .p_show .p_center .tabs_item table{border:1px solid #e9e9e9;padding:1em;width:100%;color:#333;}
.ny_product .p_show .p_center .tabs_item table .t1{background:#fbfaf9;color:#333;text-align:center;}
.ny_product .p_show .p_center .tabs_item table tr td{border:1px solid #e9e9e9;padding:5px;}
.ny_product .p_show .p_center .tabs_item p span{text-wrap-mode: wrap !important;}
.ny_product .p_show .p_center .current a{color:#fff;background:#45b8ca;}
.ny_product .p_show .p_bottom{margin-top:30px;}
.ny_product .p_show .p_bottom .tit{font-size:22px;color:#333;font-weight:bold;margin-bottom: 20px;}
.ny_product .p_show .p_bottom .l1{border:1px solid #f2f2f2;margin-bottom: 30px;border-radius:10px;}
.ny_product .p_show .p_bottom .l1 .pic{overflow:hidden;border-radius:10px 10px 0 0;}
.ny_product .p_show .p_bottom .l1 .pic img {display:block;max-width:100%;transition:all .8s ease 0s;}
.ny_product .p_show .p_bottom .l1 .box{padding:30px 20px;background:#f2f2f2;border-radius:0 0 10px 10px;}
.ny_product .p_show .p_bottom .l1 .box .t{font-size:18px;color:#222;margin-bottom:10px;height:50px;}
.ny_product .p_show .p_bottom .l1 .box .txt{color:#888;font-size:15px;line-height:28px;}
.ny_product .p_show .p_bottom .l1 .box .more{padding:6px 10px;border:2px solid #f08c28;border-radius:20px;text-align:center;margin-top:30px;color:#f08c28;font-size:0.85;width:110px;}
.ny_product .p_show .p_bottom .l1 .box .more i{padding-left: 10px;}
.ny_product .p_show .p_bottom .l1 a:hover .pic img{transform:scale(1.1,1.1);}
.ny_product .p_show .p_bottom .l1 a:hover .box .t{color:#00529c;}
.ny_product .p_show .p_bottom .text a:hover .more{background:#f08c28;color:#fff;}

@media (max-width: 768px) {
	.ny_product .p_show .p_top .p_top_right{padding:20px 15px;}
	.ny_product .p_show .p_top .p_top_right .tit{font-size:1.3rem;}
	.ny_product .p_show .p_top .p_top_right .more{margin-top:30px;}
	.ny_product .p_show .p_center .tabs a{padding:0 25px;}
	.ny_product .p_show .p_center .tabs_item{padding:10px 15px;}
	.ny_product .p_show .p_bottom .l1 .box{padding:20px 15px;}
	.ny_product .p_show .p_bottom .l1 .box .t{font-size:1rem;height:auto;}
}

/*内页解决方案*/
.ny_case{position:relative;padding-bottom:250px;}
.ny_case .case_text{position:absolute;left:0;bottom:0;font-size:0;white-space:nowrap;overflow:hidden;pointer-events:none;}
.ny_case .case_text p {font-size:11.0625rem;-webkit-text-stroke:1px rgba(23, 72, 156, 0.2);text-stroke:1px rgba(23, 72, 156, 0.2);line-height:8.15rem;display: inline-block;color: transparent;opacity: 1;transition-property: opacity;transition-duration: 1s;transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);}
.ny_case .beijing{}
.ny_case .beijing .title{}
.ny_case .beijing .title .en{font-weight: bold;font-size:2.8125rem;color:#00529c; text-transform: uppercase;}
.ny_case .beijing .title .cn{font-weight:bold;font-size:2.5rem;color:#302F2F;}
.ny_case .beijing .pic{overflow:hidden;border-radius:20px;position:relative;}
/*.ny_case .beijing .pic:after{content:"";position:absolute;top:40px;right:-20px;width:40px;height:200px;z-index:2;border-radius:0 20px 0 20px;background:#00b4d8;}
.ny_case .beijing .pic:before{content:"";position:absolute;bottom:-15px;left:-20px;width:150px;height:40px;z-index:2;border-radius:0 20px 0 20px;background:#00529c;}*/
.ny_case .beijing .pic img{display:block;max-width:100%;margin:0 auto;transition:all .6s;}
.ny_case .beijing .pic:hover img{transform:scale(1.1);}
.ny_case .beijing .b_right{}
.ny_case .beijing .b_right .tit{text-align:left;margin-bottom:20px;color:#00529c;font-size:1.75rem;font-weight:600;}
.ny_case .beijing .b_right .text{line-height:1.75;font-size:1rem;color:#333333;letter-spacing:1px;padding-bottom:25px;border-bottom:1px dashed #aaa;margin-bottom:25px;}
.ny_case .beijing .b_right .text1{line-height:1.75;font-size:1rem;color:#333333;letter-spacing:1px;}

.ny_case1 .index_title .cn{color:#ffffff !important;}
.ny_case1{background-image:linear-gradient(0deg, rgba(0, 82, 156) 0%, rgba(139, 196, 248, 0) 0%, rgba(0, 82, 156) 80%);border-radius:0 120px 0 0;}
.ny_case1 .list{transition:opacity 0.3s ease, visibility 0.3s ease, box-shadow 0.4s ease;overflow:visible;box-shadow:0px 5px 83px 0px rgba(13, 14, 67, 0.08);position: relative;margin-bottom:60px;border-radius:10px;height:100%;min-height:1px;background: url("../images/box_bj.png") no-repeat 100% 100%,#fff;padding:40px 32px;border:1px solid #eeeeee;}
.ny_case1 .list .pic{border-radius:10px;border:1px solid #ddd;padding:20px;margin-bottom:20px;}
.ny_case1 .list .pic img{display:block;max-width:100%;margin:0 auto;transition:all .6s;}
.ny_case1 .list .box1{align-items:center !important;display:flex !important;justify-content:space-between !important;margin-bottom:15px;}
.ny_case1 .list .box1 .tit{font-size:1.575rem;position:relative;z-index:2;transition:all 0.3s linear;font-weight:600;line-height:1.4;color:#00529c;}
.ny_case1 .list .box2{font-size:1rem;line-height:1.75;color:#333333;height:335px;overflow:hidden;}
.ny_case1 .list:hover{box-shadow:0px 5px 83px 0px rgba(40, 40, 40, 0.12);}
.ny_case1 .list:hover .box1 .tit{color:#00529c;}
.ny_case1 .list:hover .pic img{transform:scale(1.1);}
.ny_case1 .swiper-pagination-bullet{width:20px !important;height:8px !important;border-radius:3px !important;background:#00529c !important;opacity:1 !important;}
.ny_case1 .swiper-pagination-bullet-active{width:40px !important;background:#45b8ca !important;}

@media (max-width: 768px) {
	.ny_case{padding-top:0;padding-bottom:70px;}
	.ny_case .beijing .title .en{font-size:2rem;}
	.ny_case .beijing .title .cn{font-size:1.8rem;}
	.ny_case .beijing .b_right{margin-top:20px;}
	.ny_case .beijing .b_right .tit{font-size:1.5rem;}
	.ny_case .case_text p{font-size:2.65rem;line-height:2rem;}
	.ny_case1 .list{padding:20px 15px;}
	.ny_case1 .list .box1 .tit{font-size:1.5rem;}
	.ny_case1 .list .box2{height:auto;}
	.index_pinpai .list .box .title{font-size:1rem;}
}


/*内页技术服务*/
.ny_service{}
.ny_service .service-box{background:#FFF;box-shadow:0px 4px 20px 0px rgba(0, 0, 0, 0.1);border-radius:10px;}
.ny_service .service-box .tit{background:linear-gradient(to right,#00529c,#00529c);height:6.75rem;color:#FFF;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;border-radius:10px 10px 0 0;}
.ny_service .service-box .tit span{font-size:2.5rem;font-weight:600;}
.ny_service .service-box .nr{padding:4rem 0;position:relative;}
.ny_service .service-box .nr::after{content:'';position:absolute;height:80%;width:1px;border-left:1px dashed rgba(0, 0, 0, 0.2);left:50%;top:50%;transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);
  /* IE 9 */
  -moz-transform:translate(-50%, -50%);
  /* Firefox */
  -webkit-transform:translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform:translate(-50%, -50%);
}
.ny_service .service-box .nr .nr_left{padding:0 5%;padding-left:8%;}
.ny_service .service-box .nr .nr_left .list{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #d9d9d9;}
.ny_service .service-box .nr .nr_left .list .pic{width:80px;height:80px;border-radius:50%;background:#00b4d8;color:#fff;display:inline-block;text-align:center;line-height:90px;position:relative;transition:all 0.5s;margin:0 auto;margin-bottom:1.5rem !important;}
.ny_service .service-box .nr .nr_left .list .pic::before{content:'';width:96px;height:96px;border-radius:50%;position:absolute;top:-8px;left:-8px;display:block;border:2px solid #00b4d8;transition:all 0.5s;}
.ny_service .service-box .nr .nr_left .list .pic i{font-size:2.3em;font-weight:900;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}
.ny_service .service-box .nr .nr_left .list .t{font-size:1.475rem;margin-bottom:10px;}
.ny_service .service-box .nr .nr_left .list .text{font-size:1rem;line-height:1.75;color:#5a6070;}
.ny_service .service-box .nr .nr_left .list:hover .pic{transform:rotate(360deg);}
.ny_service .service-box .nr .nr_right{padding:0 5%;}
.ny_service .service-box .nr .nr_right ul li{margin-bottom:10px;font-size:1rem;}
.ny_service .service-box .nr .nr_right ul li .input{color:rgba(187,187,187, 1);font-size:1rem;border-color:rgba(196,198,207, 1);line-height:1.5;background-color:#fff;;border-radius:4px 4px 4px 4px;height:40px;border:1px solid #d9d9d9;padding:4px 11px;width:100%;}
.ny_service .service-box .nr .nr_right ul li .input::placeholder{color:#bfbfbf;opacity:1;}
.ny_service .service-box .nr .nr_right ul li .btn{width:160px;line-height:40px;margin:0 auto;margin-top:20px;text-align:center;color:#fff;font-size:1rem;background-color:#f08c28;display:block;border-radius:30px;}

@media (max-width: 768px) {
	.ny_service .service-box .tit{height:4.75rem;font-size:1.3rem;}
	.ny_service .service-box .tit span{font-size:1.6rem;}
	.ny_service .service-box .nr{padding:2rem 0;}
	.ny_service .service-box .nr::after{border-left:none;}
	.ny_service .service-box .nr .nr_left{padding-left:5%;}
	.ny_service .service-box .nr .nr_left .list .pic{width:60px;height:60px;line-height:70px;}
	.ny_service .service-box .nr .nr_left .list .pic::before{width:76px;height:76px;}
	.ny_service .service-box .nr .nr_left .list .t{font-size:1.3rem;}
	.ny_service .service-box .nr .nr_right ul li .btn{width:120px;line-height:30px;}
}


/*内页新闻资讯*/
.news_list{}
.news_list .list{background:#ffffff;border-radius:10px;box-shadow:0px 30px 90px rgba(0,0,0,0.14);margin-bottom:30px;}
.news_list .list .pic{overflow:hidden;}
.news_list .list .pic img{display:block;max-width:100%;margin:0 auto;border-radius:10px 10px 0 0;transition:all .6s;}
.news_list .list .box{padding:30px;}
.news_list .list .box .fenlei{font-size:1rem;font-weight:500;color:#45b8ca;}
.news_list .list .box .tit{font-size:1.375rem;color:#333333;margin:15px 0;font-weight:bold;}
.news_list .list .box .txt{font-size:1rem;line-height:1.75;color:#666;}
.news_list .list .box .time{font-size:1rem;margin-top:30px;color:#333;}
.news_list .list .box .time i{padding-right:10px;}
.news_list .list a:hover .pic img{transform:scale(1.1);}
.news_list .list a:hover .box .tit{color:#00529c;}

@media (max-width: 768px) {
	.news_list .list .box{padding:20px;}
	.news_list .list .box .tit{margin:10px 0;font-size:1.3rem;}
	.news_list .list .box .time{margin-top:20px;}
}

/*内页新闻详情*/
.news_show{}
.news_show .container{padding:0 5%;}
.news_show .title{padding-bottom:20px;margin-bottom:40px;border-bottom:1px solid #ddd;text-align:center;}
.news_show .title .name{font-size:24px;color:#000000;font-weight:bold;line-height:36px;margin-bottom:10px;}
.news_show .title .time{font-size:16px;color:#848484;}
.news_show .title .time i{padding-right:10px;}
.news_show .nr{line-height:1.75;font-size:16px;}
.news_show .nr .pic{border-radius:20px;width:60%;margin:20px auto;}
.news_show .nr .pic img{border-radius:20px;display:block;max-width:100%;margin:0 auto;}
.news_show .nr p{text-indent:2em;}
.news_show .nr p span{text-wrap-mode:wrap !important;}
.news_show .nr table{border:1px solid #e9e9e9;padding:1em;width:100% !important;color:#333;}
.news_show .nr table .t1{background:#fbfaf9;color:#333;text-align:center;}
.news_show .nr table tr td{border:1px solid #e9e9e9;padding:5px;}
.news_show .nr img{display:block;max-width:100%;margin:0 auto;height:auto !important;}
.news_show .nr .back{border:1px solid #00529c;line-height:50px;font-size:16px;color: #00529c;padding: 0 30px;display:block;position:relative;border-radius:25px;z-index:5;margin: 0 auto;margin-top:40px;width:180px;text-align:center;}
.news_show .nr .back i{padding-left:10px;}
.news_show .nr .back::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:#00529c;z-index:-1;opacity:0;border-radius:25px;}
.news_show .nr .back:hover{transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;color:#fff;}
.news_show .nr .back: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);}

@media (max-width:768px){
	.news_show .title .name{font-size:20px;margin-bottom:0;}
	.news_show .title{margin-bottom:20px}
	.news_show .nr .pic{width:100%;}
	.news_show .nr .back{line-height:40px;padding: 0 20px;margin-top:20px;width:140px;}
}

/*内页关于我们*/
.ny_about{background: url("../images/about_bj.jpg") no-repeat center;}
.ny_about .about_pic{margin-top:0;position:relative;margin-right:30px;}
.ny_about .about_pic:after{content:"";position:absolute;top:40px;right:-20px;width:40px;height:200px;z-index:2;border-radius:0 20px 0 20px;background:#00b4d8;}
.ny_about .about_pic:before{content:"";position:absolute;bottom:-15px;left:-20px;width:150px;height:40px;z-index:2;border-radius:0 20px 0 20px;background:#00529c;}
.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)}
.ny_about .about_right{padding-left:30px;}
.ny_about .about_text{line-height:1.75;color:#333333;margin-top:30px;letter-spacing:0.5px;}
.ny_about .about_text .tit{font-size:1.4rem;font-weight:bold;color:#00529c;margin-bottom:20px;}
.ny_about .about_text .tit1{font-size:1.75rem;font-weight:bold;color:#333;margin-bottom:20px;border-left:5px solid #00529c;padding-left:15px;}
.ny_about .about_text p{margin-bottom:10px;font-size:1rem;color:#5a6070;}
.ny_about .about_text span{font-weight:bold;color:#00529c;}
.ny_about .add{margin-top:40px;padding-top:40px;border-top:1px solid #e9e9f0;flex-wrap:wrap !important;display:flex !important;align-items:center !important;}
.ny_about .add .add-icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;font-size:18px;border-radius:50%;color:#45b8ca;background-color:#d7f6f0;margin-right:20px;}
.ny_about .add .con{flex:1;font-size:1rem;line-height:2;color:#333;}

.ny_about .nr{margin-top:30px;padding-top:30px;border-top:1px solid #e9e9f0;flex-wrap:wrap !important;display:flex !important;align-items:center !important;}
.ny_about .nr p{font-size:1rem;color:#5a6070;line-height:1.75;}

@media (max-width:768px){
	.ny_about .about_text{margin-top:0;}
	.ny_about .about_text .tit1{font-size:1.3rem;}
	.ny_about .add{margin-top:20px;padding-top:20px;margin-bottom:20px;}
	.ny_about .nr{margin-top:20px;padding-top:20px;margin-bottom:10px;}
	.ny_about .about_pic{padding-left:0 !important;margin-right:0;}
}

.about_hexin{}
.about_hexin .nr{border-radius:10px;border-bottom-right-radius:200px;border-top-right-radius:200px;padding:5% 35% 5% 5%;width:100%;height:auto;border-left:15px solid #00b4d8;background:#00529c;position:relative;}
.about_hexin .nr .txt{font-size:1rem;color:#ffffff;line-height:2;letter-spacing:0.5px;}
.about_hexin .nr .txt p{margin-bottom:10px;text-indent:2em;}
.about_hexin .nr .pic{width:30%;height:auto;position:absolute;right:-1%;bottom:-20%;}
.about_hexin .nr .pic img{display:block;max-width:100%;margin:0 auto;}

.about_hexin1{background:#e8edf2;}
.about_hexin1 .list{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;transition: all 0.5s;padding:3.5rem 3rem;text-align:left;box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;border-radius:10px;}
.about_hexin1 .list .pic-icon{width:60px;height:60px;border-radius:50%;background:#e7edf2;color:#00529c;display:inline-block;text-align:center;line-height:70px;position:relative;transition:all 0.5s;margin-bottom:1.5rem !important;}
.about_hexin1 .list .pic-icon i{font-size:2em;font-weight:900;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}
.about_hexin1 .list .tit{font-size:1.575rem;margin-bottom:15px;color:#333;}
.about_hexin1 .list .text{font-size:1rem;line-height:1.75;color:#5a6070;height:84px;}
.about_hexin1 .list:hover .tit{color:#00529c;}
.about_hexin1 .list:hover .pic-icon{background:#00529c;color:#fff;}

@media (max-width:768px){
	.about_hexin1 .list{padding:2.5rem 2rem;margin-bottom:20px;}
	.about_hexin1 .list .tit{font-size:1.3rem;}
	.about_hexin1 .list .text{height:auto;}
}

.sem2-fn {padding:0;}
.sem2-fn li {position: relative;margin-bottom:24px;-webkit-transition: all .6s;-o-transition: all .6s;transition: all .6s;}
.sem2-fn li:hover{-webkit-transform: translateX(-30px);-ms-transform: translateX(-30px);transform: translateX(-30px);}
.sem2-fn li .text{width:100%;margin: 0;display: inline-block;background:#fff;border-radius: 6px;padding:30px 30px 30px 74px;-webkit-box-shadow:0 4px 30px 0 rgba(230,233,248,1); box-shadow:0 4px 30px 0 rgba(230,233,248,1);}
.sem2-fn li .text .t{font-size:1.375rem;font-weight:bold;color:#323232;margin-bottom:10px;}
.sem2-fn li .text .t span{font-weight:bold;color:#f08c28;}
.sem2-fn li .text p{font-size:1.125rem;color:#5a6070;}
.sem2-fn li img{position:absolute;top:50%;left:-26px;margin-top:-40px;z-index:2;}
.sem2-fn li:hover .text{border-right:10px solid #00529c;}

.about_youshi{background:#f0f4f7;}
.about_youshi .list{background:#ffffff;padding:40px 40px;text-align:center;border-radius:10px;}
.about_youshi .list .pic{overflow:hidden;margin-top:20px;}
.about_youshi .list .pic img{max-width:100%;margin:0 auto;}
.about_youshi .list .pic img.img1{display:block;}
.about_youshi .list .pic img.img2{display:none;}
.about_youshi .list .tit{font-size:1.375rem;color:#323232;margin:20px 0;font-weight:bold;}
.about_youshi .list .txt{font-size:1rem;color:#5a6070;line-height:1.75;letter-spacing:0.5px;text-align:left;height:180px;}
.about_youshi .list .txt span{font-weight:bold;color:#f08c28;}
.about_youshi .list:hover{background:#00529c;border-bottom:10px solid #45b8ca;}
.about_youshi .list:hover .pic img.img1{display:none;}
.about_youshi .list:hover .pic img.img2{display:block;}
.about_youshi .list:hover .tit{color:#ffffff;}
.about_youshi .list:hover .txt{color:#ffffff;}

.about_youshi1{background:#e8edf2;margin-top:-100px;padding-top:160px;}
.about_youshi1 .list{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;transition: all 0.5s;padding:3.5rem 3rem;text-align:center;box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;border-radius:10px;}
.about_youshi1 .list .pic img{max-width:100%;margin:0 auto;}
.about_youshi1 .list .pic img.img1{display:block;}
.about_youshi1 .list .pic img.img2{display:none;}
.about_youshi1 .list .num{color:#00529c;font-size:2.8rem;}
.about_youshi1 .list .tit{font-size:1.375rem;color:#323232;margin:20px 0;}
.about_youshi1 .list .txt{font-size:1rem;color:#5a6070;line-height:1.75;letter-spacing:0.5px;text-align:center;}
.about_youshi1 .list:hover{background:#00529c;border-bottom:10px solid #45b8ca;}
.about_youshi1 .list:hover .pic img.img1{display:none;}
.about_youshi1 .list:hover .pic img.img2{display:block;}
.about_youshi1 .list:hover .num{color:#ffffff;}
.about_youshi1 .list:hover .tit{color:#ffffff;}
.about_youshi1 .list:hover .txt{color:#ffffff;}
@media (max-width:768px){
	.about_youshi1{margin-top:-60px;padding-top:100px;}
	.about_youshi1 .list{padding:2rem 1.5rem;margin-bottom:30px;}
	.about_youshi1 .list .tit{font-size:1.3rem;margin:10px 0;}
}

/*内页联系我们*/
.ny_contact{}
.ny_contact .list{text-align:center;padding:62px 35px;border:1px solid #eee;box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;border-radius:10px;margin-top:40px;}
.ny_contact .list .pic-icon{width:80px;height:80px;border-radius:50%;background:#00b4d8;color:#fff;display:inline-block;text-align:center;line-height:90px;position:relative;margin:0 auto;margin-bottom:1.5rem !important;transition:all 500ms ease;}
.ny_contact .list .pic-icon i{font-size:2.3em;font-weight:900;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}
.ny_contact .list .pic-icon::before{content:'';width:96px;height:96px;border-radius:50%;position:absolute;top:-8px;left:-8px;display:block;border:2px solid rgba(0, 180, 216, 0.5);transition:all 0.5s;}
.ny_contact .list .tit{color:#5a6070;font-size:1rem;line-height:1.7;}
.ny_contact .list .txt{margin-top:15px;font-size:1.25rem;font-weight:600;color:#101010;height:60px;line-height:1.75;}
.ny_contact .list:hover .pic-icon{transform:translateY(-10px);}
.contact_map{width:100%;}
.contact_map img{max-width:100%; margin:0 auto;}
.contact_map img.pc{display:block;}
.contact_map img.phone{display:none;}

@media (max-width:768px){
	.ny_contact .list{padding:40px 15px;margin-top:0;margin-bottom:20px;}
	.ny_contact .list .txt{height:auto;}
	.contact_map{}
	.contact_map img.pc{display:none;}
	.contact_map img.phone{display:block;}
}

/*内页在线留言*/
.ny_liuyan{}
.ny_liuyan .index_title{margin-bottom:40px;}
.ny_liuyan .list{margin-bottom:15px;position:relative;}
.ny_liuyan .list .tb{position:absolute;color:rgba(0, 0, 0, 0.6);font-style:normal;font-weight:400;line-height:1.75;
  /* 175% */
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform:translateY(-50%);left:2.3rem;
}
.ny_liuyan .list .tb i{font-size:1.2rem;color:#bbb;}
.ny_liuyan input{height:3.75rem;padding-left:3rem;border:1px solid rgba(0, 0, 0, 0.1);background:#FFF;width:100%;border-radius:5px;font-size:1rem;}
.ny_liuyan textarea{height:10rem;padding-left:3rem;padding-top:1rem;border:1px solid rgba(0, 0, 0, 0.1);border-radius:5px;background:#FFF;width:100%;font-size:1rem;}
.ny_liuyan button{display:block;border-radius:1.875rem;background:#f08c28;margin:0 auto;margin-top:2rem;width:12.5rem;height:3.75rem;color:#FFF;text-align:center;line-height:3.75rem;font-size:1.125rem;font-style:normal;font-weight:500;border:none;transition:400ms ease-in-out;-moz-transition:400ms ease-in-out;-webkit-transition:400ms ease-in-out;-o-transition:400ms ease-in-out;}

@media (max-width:768px){
	.ny_liuyan input{height:2.75rem;}
	.ny_liuyan button{width:120px;height:2.75rem;line-height:2.75rem;margin-top:1.5rem;}
}

/*底部*/
.footer_top{background:#003d6b;padding-top:3rem !important;padding-bottom:3rem !important;color:#fff;}
.footer_top .list{display:flex !important;align-items:center !important;}
.footer_top .list .contact-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid #fff;font-size:1.4rem;}
.footer_top .list .contact-icon i{width:50px;text-align:center;}
.footer_top .list .contact-nr{margin-left:1rem !important;}
.footer_top .list .contact-nr .t1{font-size:1rem;}
.footer_top .list .contact-nr .t2{font-size:1.2rem;font-weight:800;line-height:1.2}
.footer{background:#003d6b;padding:5.5rem 0;border-top: 1px solid #055eae;border-bottom: 1px solid #055eae;}
.footer .f_nav{display:flex;}
.footer .f_nav .f_list{padding-right:7%;}
.footer .tit{display:inline-block;position:relative;padding-bottom:1rem;color:#fff;margin-bottom:20px;font-size:1.25rem;font-weight:600;}
.footer .tit::before{content:'';display:block;position:absolute;bottom:0;left:0;width:3rem;height:2px;background:#00b4d8;}
.footer .tit::after {content:'';display:block;position:absolute;bottom:0;left:3.3rem;width:0.7rem;height:2px;background:#00b4d8;}
.footer ul{margin-bottom:0;}
.footer ul li{line-height:2;font-size:1rem;}
.footer ul li a{color:#ccc;transition: all 0.3s;}
.footer ul li a i{padding-right:10px;}
.footer ul li a:hover{color:#00b4d8;}
.footer .ewm{}
.footer .ewm img{display:block;max-width:150px;}
.footer_bottom{background:#003d6b;line-height:50px;text-align:center;color:#ccc;}
.footer_bottom a{color:#ccc;}

@media screen and (max-width:840px){
	.footer_top{border-bottom:1px solid #055eae;}
	.footer_top .list{margin-bottom:15px;}
	.footer{display:none;}
}
@media screen and (max-width: 768px){
	.footer_top{padding-top:2rem !important;padding-bottom:2rem !important;}
	.footer_top .list{margin-bottom:10px;}
	.footer_top .list .contact-nr .t2{font-size:1rem;}
	.footer{display:none;}
	.footer_bottom{line-height:26px;padding:10px 0;}
}

/* 右侧快捷工具栏 */
.quick-tools{position:fixed;right:24px;bottom:10%;z-index:999;display:flex;flex-direction:column;gap:12px;}
.quick-item{background:#fff;width:48px;height:48px;border-radius:30px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,0.12);cursor:pointer;transition:all 0.2s;color:#f08c28;font-size:1.8rem;text-decoration:none;border:1px solid #eef2f5;}
.quick-item:hover{background:#f08c28;color:white;transform:scale(1.05);}

.quick-item1{position:relative;}
.quick-item1:hover::after{content:attr(data-phone);position: absolute;bottom:5px;right:0;transform:translateX(-35%);background:#f08c28;color:#fff;
padding:6px 14px;border-radius:8px;font-size:18px;font-weight:bold;white-space:nowrap;pointer-events:none;}
.quick-item1:hover::before{content:'';position:absolute;bottom:18px;right:50px;transform:translateX(-35%) rotate(45deg);width:10px;height:10px;background:#f08c28;border-radius:0 0 2px 0;}


@media (max-width:780px) {
	.quick-tools{right:10px;}
	.quick-item1:hover::after{display:none;}
	.quick-item1:hover::before{display:none;}
}

.nav_right{position:fixed;z-index:2000;right:0;bottom:18.685585822311758%;}
.nav_right ul{list-style:none;margin:0;padding:0;}
.nav_right ul li{position:relative;width:52px;height:52px;background-color:rgba(0,146,63, 1);}
.nav_right ul li .sideitem{width:100%;height:100%;color:#fff;position:absolute;top:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:initial;}
.nav_right ul li .sideitem .icon{width:30px;height:30px;vertical-align:middle;font-size:22px;color:#fff;}
.nav_right ul li .sideitem .icon img{display:block;max-width:100%;}
.nav_right ul li .sideitem .displayText{color:#fff;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;margin-bottom:0;padding:0 10px;width:100%;text-align:left;display:none;font-size:20px;}
.nav_right ul li .sideitem.sidebox:hover{background-color:rgba(0,146,63, 1);width:280px;padding-left:10px; transition:width .1s;justify-content:normal;align-items:center;flex-direction:row;}
.nav_right ul li:hover .sideitem .displayText{font-size:16px;display:block;}


@media screen and (max-width:1600px){
	
}
@media screen and (max-width:1500px){
	
}
@media screen and (max-width:1400px){
	
}
@media screen and (max-width:1366px){
	
}

@media screen and (max-width: 768px){
	.nav{display:none;}
	.sp_nav{display:block;}
}
