/*#region 通用*/
body { color: #222; font-size: 14px;  font-family: 'Poppins', sans-serif;}
a{color: #222;}
a:hover{color: #053f90;}
body, div, p, img, ul, ol, li, form, input, label, span, dl, dt, dd, h1, h2, h3, h4, h5, h6 {margin: 0;padding: 0; }
img {
  aspect-ratio: attr(width) / attr(height);
}
ul, ol, li, dl, dd, dt {list-style-type: none; }
.img-width{width: 100%;height: auto;}
.main-container { margin-bottom: 50px; margin-top: 50px; }
.bghui{background: #f2f2f2;}
.card-thumb img{transition: all 0.5s ease;}
.card-thumb:hover img{transform: scale(1.05);}
.container-xl.long{max-width: 1630px;}
@media(max-width:768px) {
    .main-container { margin: 20px 0; }
}
/*#endregion*/

.header {z-index: 999;width: 100%;background: #fff;padding: 35px 50px;}
.header.fadeInDown{position:fixed;top:0;left:0;right:0;box-shadow:1px 0 2px rgba(0, 0, 0, 0.1);padding:10px 50px;}
.header.fadeInDown .header-desc .logo img{height:70px;width:auto;}
.header.fadeInDown .header-top .nav-item{margin:0;padding:10px 8px;cursor:pointer;font-size:18px}



.top-search-box{margin-left: 0px;z-index: 93;}
.top-search-box .search-tb{background: #fff;width: 35px;height: 35px;display: flex;align-items: center;justify-content: center;border-radius: 50%;overflow: hidden;}
.top-search-box .search-tb i{color: #4e4e4e;font-size: 24px;}
.top-search-box li{padding: 5px 5px 20px;}
.top-search-box li:hover .top-search{opacity: 1; height: auto;overflow: hidden;width: auto;}
.top-search-box .top-search{opacity: 0; height: 0;overflow: hidden; transition: all 0.5s;width: 0; position: absolute;right: 0;top: 56px;z-index: 99;padding-top: 10px;}
.top-lang{margin-top: -12px;margin-right: 15px;margin-left: 10px;}

.navbar { padding: 0px;position: relative; z-index: 9999;}
.navbar-custom { top: 0; z-index: 2; justify-content: end;}
.navbar-custom .navbar-nav > .nav-item { font-size: 20px; min-width: 75px; margin: 0 15px;  }
.navbar-custom .navbar-nav .nav-link {text-align: center; color:#4e4e4e; font-size: 20px; }
.navbar-custom .navbar-nav .nav-link:after,.navbar-custom .navbar-nav .nav-link:after{content: "";width: 0px;display: block; margin: 10px auto 0; height: 4px;background: #053f90;}
.navbar-custom .navbar-nav .nav-link:hover:after,.navbar-custom .navbar-nav .nav-item.active .nav-link:after{width: 56px; transition: all 0.3s;}
.navbar-custom .navbar-nav .nav-link:hover{color: #4e4e4e;}
.navbar-custom .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); }
.navbar-custom .navbar-nav .show > .nav-link,
.navbar-custom .navbar-nav .active > .nav-link,
.navbar-custom .navbar-nav .nav-link.show,
.navbar-custom .navbar-nav .nav-link.active{color: #4e4e4e;}
.navbar-custom .navbar-text { color: rgba(0, 0, 0, 0.5); }
.navbar-custom .navbar-text a { color: rgba(0, 0, 0, 0.9); }
.navbar-custom .navbar-text a:hover, .navbar-custom .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); }


@media(max-width:1700px) {
.navbar-custom .navbar-nav .nav-item { margin: 0 10px;}
}
@media(max-width:1620px) {
.navbar-custom .navbar-nav .nav-link{font-size: 18px;}
.navbar-custom .navbar-nav .nav-item { margin: 0 5px;min-width: 65px;}
}
@media(max-width:1420px) {
	.navbar-custom .navbar-nav .nav-link{font-size: 16px;}
	.navbar-custom .navbar-nav .nav-item { margin: 0 5px;min-width: auto;}
	
}
@media(max-width:1200px) {
    .top-lang{display:none;}
}

/*移动端头部样式*/
@media(max-width:768px){
.top-lang{display:block;margin-top: 0;}
    body{padding-top:50px;font-size:14px;}
    .header-mb{background:#fff;position:fixed;top:0;left:0;width:100%;border-bottom:1px solid #b3190d;z-index:999}
    .header-mb .container-xl{height:50px}
    .header-mb .top-logo{width:40%}
    .header-mb .top-logo img{height:25px;width:auto;}
    .header-mb .top-mb{display:flex;align-items:center;width:60%;justify-content:flex-end}
    .header-mb .top-mb .dropdown.lang .dropdown-toggle{background:transparent;padding:0}
    .header-mb .top-mb .dropdown-menu{min-width:80px;margin-top:8px}
    .header-mb .top-mb .top-mb-search{padding:.5rem .4rem;margin-left:10px;width:30px;text-align:center}
    .header-mb .top-mb .top-mb-search i{font-size:16px;color:#333}
    .header-mb .top-mb .icon-bars{color:#333}
    .header-mb .top-mb .dropdown.lang .dropdown-toggle{color:#333}
    .top-mb-search-box{display:none;position:fixed;background:#fff;top:50px;padding:6px 15px 10px;box-shadow:2px 2px 4px rgba(0,0,0,0.2);z-index:998;width:100%}
    .top-mb-search-box .search-group{width:100%;height:34px}
    .top-mb-feed i{font-size:16px;color:#333}
    .mobile-head-item .main-content-wrap{background:#fff;top:0;display:block;z-index:99999}
    .mobile-head-item .main-content-wrap .content-wrap{overflow-y:auto;height:100%;padding:15px 10px;background-color:#fff}
    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap{overflow-y:hidden}
    .mobile-head-item .side-content-wrap{position:fixed;display:block;right:-78%;width:78%;height:100%}
    .mobile-head-item .middle-content-wrap{position:absolute;right:0;width:100%;height:auto;padding:20px 0;opacity:0;visibility:hidden}
    .mobile-head-item .middle-show-content-wrap{top:30px;visibility:visible;opacity:1}
    .head_top .top_left{display:none}
    .head_nav{width:100%;padding:0 5px}
    .head_nav li{padding-left:28px;padding-top:4px;padding-bottom:4px}
    .head_nav li,.head_nav li a{color:#111}
    .head_nav li.has-child{padding-left:28px;margin-top:0;margin-bottom:0}
    .head_nav li.has-child>a{margin-top:3px;margin-bottom:3px;margin-right:35px}
    .head_nav li.has-child>ul{display:none}
    .head_nav li.siblings-no-menu{position:relative;padding-left:15px}
    .head_nav li a{display:block;height:auto;line-height:1.4em;position:relative}
    .head_nav li a:hover{color:inherit}
    .head_nav li em{display:block;height:1.4em;overflow:hidden}
    .head_nav li li{font-size:14px}
    .head_nav li li li{font-size:12px}
    .head_nav li li a{color:#666}
    .head_nav li.has-child a b{display:inline-block;width:15px;height:15px;border:1px solid #111;border-radius:2px;overflow:hidden;line-height:15px;position:absolute;right:-35px;top:1px;-webkit-box-sizing:content-box;box-sizing:content-box}
    .head_nav li.has-child a b:before,.head_nav li.has-child a b:after{content:'';display:block;width:9px;height:1px;background-color:#111;position:absolute;left:3px;top:50%;margin-top:-.5px}
    .head_nav li.has-child a b:after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}
    .head_nav li.has-child a:hover b{border-color:#111}
    .head_nav>li{padding-top:10px;padding-bottom:10px;border-bottom:1px solid #f2f2f2}
    .head_nav>li>a{font-size:16px;text-transform:uppercase;margin-bottom:-1px;position:relative;text-transform:uppercase;position:relative}
    .head_nav li,.head_nav li.has-child{padding-left:0}
    .head_nav li li,.head_nav li li.has-child{padding-left:15px}
    .head_nav li.active>a>b:after{display:none}
    .head_nav li.active>a>b{background-color:#111}
    .head_nav li.active>a>b:before,.head_nav li.active>a>b:after{background-color:#fff}
    .mobile-ico-close{width:30px;height:30px;background-color:#b3190d;position:absolute;left:-30px;top:0;cursor:pointer}
    .mobile-ico-close .icon{color:#fff;font-size:30px;padding:0 0 0 6px}
    .search-box .form-control{border-radius:20px}
    .search-box .btn{border:1px solid #ced4da;border-radius:20px}
    .search-box .btn.focus{border:1px solid rgb(128,189,255)}
    .search-box .icon{color:#b3190d}
    .main-mask{position:absolute;background-color:#000;opacity:.4;width:100%;height:100vh;z-index:9;display:none}
}
/*#endregion*/

/*#endregion*/

/*#region 栏目列表*/
.menu-collapse { border-radius: 6px 6px 0 0; border: 1px solid #e7e7e7; background: #fff; }
.menu-collapse .collapse-title { padding: 0.875rem; background: #053f90; color: #fafafa; }
.menu-collapse .collapse-title h5 { font-size: 1.25rem; font-weight: 500; }
.menu-collapse .collapse-title .navbar-toggler { color: #fff; }
.menu-collapse .menu-link { transition: background-color ease 0.2s; color: #666; border-bottom: 1px solid #e7e7e7 }
.menu-collapse ul ul .menu-link { padding: 12px 16px 12px 30px; }
.menu-collapse .menu-link:before { content: "●"; font-size: 0.75rem; margin-right: 5px; color: #053f90 }
.menu-collapse .menu-link:hover { background: #f8f9fa; }
.menu-collapse .drop { }
.menu-collapse .menu-link.active { background: #f6f6f6; color: #666 }

.menu-horizontal-wrapper.pro{box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);border-radius: 15px;overflow: hidden;}
.menu-horizontal-wrapper.pro h2{background: #015caf;font-size: 28px;color: #fff;text-align: center;line-height: 55px;font-weight: bold;}
.menu-horizontal { display: block;}
.menu-horizontal .nav-item {display: block; border-bottom: 1px solid #ddd;padding: 5px 10px;}
.menu-horizontal .nav-item:last-child{border-bottom: 0;}
.menu-horizontal .nav-link {width: 100%; padding: 8px 15px; color: #333333;display: block;text-align: left;  font-size: 17px; }
.menu-horizontal .nav-item.active,.menu-horizontal .nav-item:hover{background: #e3f2ff;}

.menu-horizontal .nav-item.active .menu-horizontal-child{display: flex;}
.menu-horizontal-child { display: none; flex-wrap: wrap; padding-left: 10px; }
.menu-horizontal-child .nav-item-child{display: flex;align-items: center;position: relative;width: 100%;}
.menu-horizontal-child .nav-link-child:before { content: "-"; font-size: 14px;color: #727272;margin-right: 7px;}
.menu-horizontal-child .nav-link-child { color: #515151;font-size: 14px;line-height: 24px; padding: 5px 15px; width: 100%;display: block; }
.menu-horizontal-child .nav-link-child.active { color: #0a8496;text-decoration: underline; }
.menu-horizontal-child .nav-link-child.active:before { color: #0a8496;}
.menu-horizontal-child .nav-link-child:hover{color: #0a8496; text-decoration: underline; }
.menu-horizontal-child .nav-link-child:hover:before { color: #0a8496;}

.menu-horizontal-about{padding-left: 15px;}
.menu-horizontal-about{display: flex;justify-content: flex-start;margin-bottom: 30px;flex-wrap: wrap;}
.menu-horizontal-about .nav-item-about { color: #626262;margin-right: 10px;-webkit-transform:skew(-25deg);background: #e3e3e3;margin-bottom: 10px;}
.menu-horizontal-about .nav-link-about {-webkit-transform:skew(25deg);padding: 10px 20px; color: #333;display: block;font-weight: bold; text-align: left; font-size: 18px;overflow: hidden; }
.menu-horizontal-about .nav-item-about.active,.menu-horizontal-about .nav-item-about:hover{background: #01408e;}
.menu-horizontal-about .nav-item-about.active .nav-link-about,.menu-horizontal-about .nav-item-about:hover .nav-link-about {-webkit-transform:skew(25deg);color: #fff;}

@media(max-width:768px) {
    .nynav-about{padding-right: 0px;}
    
}

.menu-horizontal-about.app .nav-item-about{-webkit-transform:skew(-15deg);}
.menu-horizontal-about.app .nav-link-about{padding: 20px 50px; -webkit-transform:skew(15deg);}
.menu-horizontal-about.app .nav-link-about .off{display: block;}
.menu-horizontal-about.app .nav-link-about .on{display: none;}
.menu-horizontal-about.app .nav-link-about .img{text-align: center;margin-bottom: 5px;display: flex;justify-content: center;}
.menu-horizontal-about.app .nav-link-about h6{font-weight: bold;text-align: center;}
.menu-horizontal-about.app .nav-item-about.active .nav-link-about,.menu-horizontal-about.app .nav-item-about:hover .nav-link-about {-webkit-transform:skew(15deg);}
.menu-horizontal-about.app .nav-item-about.active .nav-link-about .on,.menu-horizontal-about.app .nav-item-about:hover .nav-link-about .on{display: block;}
.menu-horizontal-about.app .nav-item-about.active .nav-link-about .off,.menu-horizontal-about.app .nav-item-about:hover .nav-link-about .off{display: none;}


.app-desc{font-size: 18px;line-height: 29px;color: #333;margin-bottom: 40px;}
.app .app-col{border: 2px solid #dddddd;margin-bottom: 30px;}
.app .app-col{margin-bottom: 30px;border: 1px solid #053f90;border-radius: 15px;overflow: hidden;}
.app .app-col .text{padding: 20px;}
.app .app-col h4{font-size: 21px;font-weight: bold;margin-bottom: 20px;height:54px; }
.app .app-col .more-box{display: flex;align-items: center;}
.app .app-col .more-box a{padding: 10px 20px;background: #053f90;border-radius: 30px;overflow: hidden;font-size: 17px;color: #fff;line-height: 24px;text-align: center;}

@media(max-width:768px) {
    .app-desc{font-size:14px;line-height:22px;}
    .app .app-col h4{height:auto;font-size:16px;line-height:24px;}
    .app .app-col .more-box{justify-content: center;}
    .app .app-col .more-box a{font-size: 15px;margin-left: 5px;margin-right: 5px;padding: 10px 16px;}
}


.app-cert{background: #01408f;padding: 80px 0;color: #fff;background-size: cover;}
.app-cert .col-md-7{padding-right: 80px;}
.app-cert h3{font-size: 42px;font-weight: bold;margin-bottom: 20px;text-transform: uppercase;}
.app-cert p{font-size: 19px;line-height: 30px;margin-bottom: 30px;text-transform: uppercase;}
.app-cert .more{width: 165px;height: 54px;border-radius: 5px;overflow: hidden;text-align: center;font-size: 16px;color: #fff;line-height: 54px;background: #f85800;display: block;}
.app-cert .more:hover{text-decoration: underline;}

@media(max-width:768px) {
    .app-cert .col-md-7{padding-right: 15px;}
    .app-cert h3{font-size: 22px;margin-top: 25px;}
    .app-cert p{font-size: 14px;line-height:22px;}
    .app-cert{padding: 35px 0;}
}

/*#endregion*/

/*#region 位置导航*/
.ny-crumb{background-size: cover;}
.ny-crumb .container-xl{display: flex;justify-content: flex-start;align-items: center; height: 170px;}
.page-title { display: block; }
.page-title .title{font-size: 36px;font-weight: bold; color: #4d4d4d;text-align: left;margin-bottom: 10px; }
.page-title a{color: #4d4d4d;}
.page-title a:hover{text-decoration: underline;}
.page-title .breadcrumb { justify-content: flex-start;}
.breadcrumb-item + .breadcrumb-item::before { color: #4d4d4d;font-family: cmsfont; content: "\f054";font-size: 10px;}
.page-title .breadcrumb:before { font-family: cmsfont; content: "\f016"; margin-right: 0.25rem; color: #4d4d4d}

@media(max-width:768px) {
  .ny-crumb{background-image: none;background: #f4f4f4!important;}
    .ny-crumb .container-xl{height: 100px;}
  .page-title .title{font-size: 26px;margin-bottom: 0;text-align: center;}
  .page-title{width: 100%;}
  .wznav{background: #01408f;display: flex;align-items: center;justify-content: center;padding: 15px 20px;color: #fff!important;}
  .wznav a{font-size: 16px!important;color: #fff!important;}
  .page-title .breadcrumb { justify-content: center; }
  .wznav .breadcrumb-item + .breadcrumb-item::before { content: '';
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    border: .55em solid #fff;
    border-top-width: .3em;
    border-bottom-width: .3em;
    border-right: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    vertical-align: middle;
    margin-right: .4em;
    margin-left: 0.4em;
    border-left-color: #fff;  }
  .page-title.wznav .breadcrumb:before {display: none;}
  .page-title.wznav .breadcrumb-item:last-child a{font-weight: bold;}
}
/*#endregion*/

/*#region 底部*/
footer {background: #00418d;padding-top: 70px;padding-bottom: 70px;color:#fff;}
footer a{color:#fff;}
footer .box{display:flex;justify-content:space-between;flex-wrap:wrap;}
footer .box .item1{width:43%;}
footer .box .item2{width:17%;}
footer .box .item3{width:40%;}
footer .box .t2{font-size:18px;line-height:34px; font-weight:bold;margin-bottom:30px;}
footer .box .item2 p{font-size:16px;line-height:34px;}
footer .box a{color:#fff;}
footer .box a:hover{text-decoration:underline;}
footer .logo{margin-bottom: 30px;}
footer .box .p1{font-size:16px;line-height:30px;margin-top:20px;}
footer .tel{margin-bottom: 20px;margin-left: 30px;margin-top: 40px; background: url(../../images/footbgtel.png) no-repeat left center;height: 87px;padding-top: 34px;padding-left: 88px; font-size: 24px;color: #fff;}
footer .addr{display: flex;}
footer .addr i{min-width: 20px;margin-right: 8px;line-height: 24px;color: #fff;font-size: 20px;}
footer .addr p{font-size: 16px;line-height: 26px;color: #fff;margin-bottom: 10px;}

@media(max-width:768px) {
    footer.contact .logo{margin-bottom: 10px;}
    footer .row{margin-left: -15px;margin-right: -15px;}
  footer .row .col-md-4{padding-left: 15px;padding-right: 15px;}

  footer{padding-top:30px;padding-bottom:30px;}
  footer .box .item1{width:100%;}
  footer .box .item2{width:100%;display:none;}
  footer .box .item3{width:100%;margin-top:20px;}
  footer .box .t2{margin-bottom:15px;}
}
/*#endregion*/

/*#region 首页*/
.banner{position:relative;}
.banner .banner-text{text-align:left;color:#333;}
.banner .box1{position:absolute;left:0;bottom:114px;background:#ffffff;box-shadow:5px 0 32px rgba(0, 0, 0, 0.18);width:48%;padding:70px 100px 70px 75px;shape-outside: polygon(0 0, 0% 100%, 100% 100%, 100% 100%, 93% 0%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%, 100% 100%, 93% 0%);}
.banner .box1 .t1{font-size:36px;line-height:40px;color:#00418d;margin-bottom:20px;}
.banner .box1 .p1{font-size:20px;line-height:30px;}
.banner .box1 .p1:before{content:"";width:14px;height:14px;display:inline-block;min-width:14px;margin-top:6px; background:url(../../images/a-pro-tb1.png) no-repeat;margin-right:10px;}

.home-pro{background: #fff;padding: 100px 0 0px;position: relative;}
.home-pro .t1{font-size: 36px;color: #06080a;font-weight: bold;}
.home-pro .t1:after{content: "";width: 50px;height: 2px;background: #013f8e;margin: 10px 0 20px;display: block;}
.home-pro .desc{font-size: 18px;color: #414141;line-height: 34px;margin-bottom: 30px;}
.home-pro .t2{font-size:18px;line-height:34px;color:#00418d;font-weight:bold;margin-bottom:20px;}
.home-pro .link-box{border-top:1px solid #efefef;border-bottom:1px solid #efefef;margin-bottom:50px;}
.home-pro .swiper-hmpro .col-md-4 .img{padding:15px;background:#f3f8fd;}
.home-pro .swiper-hmpro .img a{border-radius:15px;overflow:hidden;}
.home-pro .swiper-hmpro .col-md-4 .text{padding: 10px 25px 25px;background:#f3f8fd;}
.home-pro .text h4{font-size: 18px;line-height: 30px;font-weight: bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:10px;}
.home-pro .text p{font-size: 16px;color: #3c3938;line-height: 20px;margin-bottom: 10px;display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.home-pro .swiper-hmpro .col-md-4:hover .img,
.home-pro .swiper-hmpro .col-md-4:hover .text{background:#00418c;transition:all 0.5s;}
.home-pro .swiper-hmpro .col-md-4:hover h4{color:#fff;}
.home-pro .swiper-hmpro .col-md-4:hover h4 a{color:#fff}
.home-pro .swiper-hmpro .col-md-4:hover h4 a:hover{text-decoration:underline;}
.home-pro .swiper-hmpro .col-md-4:hover p{color:#fff;}
.home-pro .more{width: 226px;height: 63px;display: block;margin: 40px auto 0;border: 1px solid #01408f;background: #00418d;font-size: 19px;text-align: center;color: #fff;line-height: 63px;border-radius: 100px;overflow: hidden;}
.home-pro .more:hover{text-decoration:underline;}
.home-pro .jt-box{position: relative;width: 180px; height: 34px; display: flex;justify-content: center;align-items: center; margin: 55px auto;}
.home-pro .swiper-button-prev{width: 34px; height: 34px; border: 3px solid #000000;border-radius: 50%;overflow: hidden; display: flex;align-items: center;justify-content: center;}
.home-pro .swiper-button-prev:after{font-size: 14px;color: #000;font-weight: bold;}
.home-pro .swiper-button-next{width: 34px; height: 34px;border: 3px solid #000000;border-radius: 50%;overflow: hidden; display: flex;align-items: center;justify-content: center;}
.home-pro .swiper-button-next:after{font-size: 14px;color: #000;font-weight: bold;}
.home-pro .swiper-pagination{margin-bottom: 6px;}
.home-pro .swiper-pagination-bullet{width: 10px;height: 10px;margin-left: 5px;margin-right: 5px;}

.home-about{background: url(../../images/hmabout.jpg) no-repeat center right;height: 695px;padding-top: 60px;position: relative;background-size: cover;}
.home-about .text{width: 60%;padding-left: 10%;position: relative;}
.home-about h1{font-size: 32px;font-weight: bold;color: #222;margin-bottom: 20px;font-style: italic;}
.home-about p{font-size: 15px;color: #3c3938;line-height: 20px;}
.home-about .ab-service{width: 75%;}
.home-about .ab-service .box{display: flex;align-items: center;margin-top: 40px;}
.home-about .ab-service .box .left{width: 80px;min-width: 80px;height: 80px;}
.home-about .ab-service .box .right{margin-left: 30px;}
.home-about .ab-service .box .right h2,.title_sy{font-size: 24px;font-weight: bold;margin-bottom: 8px; font-style: italic;}
.home-about .more{width: 220px;height: 55px;display: block; margin-top: 30px; background: #053f90;font-size: 24px;line-height: 55px;color: #fff;text-align: center;border-radius: 5px;overflow: hidden;}
.home-about .more:hover{text-decoration: underline;}

@media(max-width:1700px) {
    .home-about .text{width: 50%;padding-left: 1%;position: relative;}
}

@media(max-width:1550px) {
    .home-about{height: auto;padding-top: 30px;padding-bottom: 30px;}
}

@media(max-width:1480px) {
    .home-about .ab-service .box{margin-top: 30px;}
}

@media(max-width:1370px) {
	.home-about{padding-top: 31px;padding-bottom: 10px;}
    .home-about .ab-service .box{margin-top: 10px;}
}

@media(max-width:768px) {
  .home-pro .text h4{font-size: 16px;}
  .home-pro .text p{font-size: 15px;}
    .home-about{background: none;}
    .home-about .text{width: 100%;}
    .home-about h1{font-size: 20px;font-style: normal;}
    .home-about p{font-size: 16px;}
    .home-pro{padding: 30px 0;}
    .home-pro h2{font-size: 20px;text-align: left;margin-bottom: 20px;}
    .home-pro h2:after{display: none;}
    .home-pro .pro-list .col-md-4{margin-bottom: 25px;}
    .home-pro .pro-list .img{border: 1px solid #d5d5d5;}
    .home-pro .text{padding: 25px 0 15px;}
    .home-pro .more-box a{font-size: 14px;}
    .home-pro .more{border-radius: 50px;font-size: 14px;width: 200px;margin: 20px auto;height: 50px;line-height: 50px;font-size: 16px;color: #333;}
}


.home-service{display: flex;justify-content: space-between;background: #fff;padding: 60px 0 50px;}
.home-service .ser-box{width: 32.5%;}
.home-service .ser-box .text{padding: 20px;height: 150px;position: relative;}
.home-service .ser-box h3{font-size: 22px;line-height: 24px;margin-bottom: 10px;font-weight: bold;}
.home-service .ser-box p{font-size: 14px;color: #474747;line-height: 24px;display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}

.home-img{background: #fff;padding: 70px 0 0px;}
.home-img h2{font-size: 36px;color: #06080a;text-align: center;font-weight: bold;}
.home-img h2:after{content: "";width: 50px;height: 1px;background: #013f8e;margin: 10px auto 20px;display: block;}
.home-img h3{font-size: 16px;color: #2e2e2e;line-height: 24px;margin-bottom: 60px;text-align: center;}
.home-img .img{border: 1px solid #c0c0c0;border-radius: 15px;overflow: hidden;}
.container-xl.imgs{max-width: 1640px;padding-bottom: 50px;position: relative;padding-left: 55px;padding-right: 55px;}
.home-img .swiper-button-prev{top: calc(50% - 25px);display: flex;align-items: center;justify-content: center;}
.home-img .swiper-button-prev:after{font-size: 72px;color: #000;}
.home-img .swiper-button-next{top: calc(50% - 25px);display: flex;align-items: center;justify-content: center;right: 10px;}
.home-img .swiper-button-next:after{font-size: 72px;color: #000;}

@media(max-width:768px) {
    .home-img{padding: 0;}
    .home-img h2{font-size: 20px;margin-bottom: 30px;text-align: left;}
    .home-img h2:after{display: none;}
    .home-img .img{border: 1px solid #d3d3d4;margin-bottom: 20px;border-radius: 20px;overflow: hidden;}
    .home-img .more{border-radius: 50px;font-size: 14px;width: 200px;text-align: center; border: 1px solid #01408f;display: block;background: #fff;margin: 20px auto;height: 50px;overflow: hidden;line-height: 50px;font-size: 16px;color: #333;}
}

.home-app{background: url(../../images/hmappbg.jpg) no-repeat center top;background-size: cover;padding: 60px 0;color: #fff;}
.home-app h2{font-size: 42px;font-weight: bold;text-align: center;margin-bottom: 15px;}
.home-app p{font-size: 18px;line-height: 28px;text-align: center;margin-bottom: 30px;}
.home-app .row{margin-left: -65px;margin-right: -65px;}
.home-app .row .col-md-3{padding-left: 65px;padding-right: 65px;}
.home-app .app-box{border: 1px solid #9db4d2;border-radius: 10px;overflow: hidden;background: rgba(255, 255, 255, 0.1);text-align: center;margin-top: 30px; padding: 20px 0;}
.home-app .app-box h3{font-size: 20px;color: #fff;margin-bottom: 25px;margin-top: 15px;}
.home-app .app-box h4{font-size: 18px;color: #fff;}
.home-app .app-box:hover img{animation: im_icon 1s linear infinite;}

@keyframes im_icon{
    0%{
        transform: translate(0,0);
    }
    50%{
        transform: translate(0,-10px);
    }
    100%{
        transform: translate(0,0);
    }
}

@media(max-width:1800px) {
    .home-app .row{margin-left: -15px;margin-right: -15px;}
  .home-app .row .col-md-3{padding-left: 15px;padding-right: 15px;}
  .home-app{padding: 35px 0;}
  .home-app h2{font-size: 22px;}
  .home-app p{font-size: 16px;line-height: 24px;}
}


.new-home-app{padding:100px 0 50px;background:#f6f6f6;position:relative;margin-top:50px;}
.new-home-app:after{content:"";display:block; width:100%;height:150px;background:#fff;position:absolute;bottom:0;left:0;right:0;z-index:1;}
.new-home-app .container-xl{z-index:2;position:relative;}
.new-home-app .box1{display:flex;justify-content:space-between;align-items:center;}
.new-home-app .box1 .left{width:46%;}
.new-home-app .box1 .t1{font-size:36px;font-weight:bold;line-height:42px;}
.new-home-app .box1 .desc{font-size:18px;line-height:30px;margin-top:15px;}
.new-home-app .box1 .right{display:inline-block;background:#00418d;border-radius:100px;overflow:hidden;padding:15px 60px;color:#fff;}
.new-home-app .box1 .right:hover{text-decoration:underline;}
.new-home-app .box2{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:70px;}
.new-home-app .box2 .item{width:48%;border-radius:20px;overflow:hidden;box-shadow:10px 0 46px rgba(0, 0, 0, 0.17);}
.new-home-app .box2 .item .t2{background:#00418d;font-size:21px;color:#fff;;line-height:35px;padding:10px;text-align:center;}
.new-home-app .box2 .item .t2 a{color:#fff;}
.new-home-app .box2 .item .t2 a:hover{text-decoration:underline;}

.home-feedback{background: #fff;padding: 65px 0;}
.home-feedback h2{font-size: 56px;font-weight: bold;text-align: center;text-transform: uppercase;margin-bottom: 40px;}
.home-feedback .form-feedback .form-control{ background: #ffffff; color: #333;border-radius: 0px;overflow: hidden;  }
.home-feedback .form-feedback .form-control::-webkit-input-placeholder{color: #333;}
.home-feedback .form-feedback .btn { color: #fff; background: #ff7a39;border-radius: 5px; font-size: 18px;font-weight: bold; line-height: 30px;}
.home-feedback .form-feedback .btn:hover{background:#006fbc;color: #fff; }
.home-feedback .was-validated .form-control:invalid,footer .foot-right .form-control.is-invalid {
    border-color:#f5543f;
    padding-right: calc(1.5em + 0.75rem);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.home-news{background: #fff;padding: 70px 0;}
.home-news h2{font-size: 36px;color: #06080a;text-align: center;margin-bottom: 40px;font-weight: bold;}
.home-news .img{margin-bottom: 35px;}
.home-news .title-box{display: flex;justify-content: space-between;align-items: center;}
.home-news .title-box .left{width: 90%;font-size: 24px;line-height: 31px;font-weight: bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.home-news .title-box .right{width: 20px;height: 20px;background: #b0b0b0;font-size: 18px;color: #fff;text-align: center;line-height: 20px;}
.home-news .title-box .right:hover{background: #013f8e;transition: all 0.4s;}
.home-news .title:after{content: "";width: 60px;height: 1px;background: #cc0000;display: block;margin-bottom: 20px;margin-top: 11px;}
.home-news p{font-size: 17px;color: #747474;line-height: 31px;display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.home-news .more{width: 220px;height: 55px;display: block; margin-top: 30px; background: #053f90;font-size: 24px;line-height: 55px;color: #fff;text-align: center;border-radius: 5px;overflow: hidden;}
.home-news .more:hover{text-decoration: underline;}

.home-faq{background: url(../../images/hmbgfaq.jpg) no-repeat center top;padding: 50px 0 40px;}
.home-faq h2{font-size: 36px;color: #06080a;text-align: center;margin-bottom: 40px;font-weight: bold;}
.home-faq .hr{border-bottom: 1px solid #e2e2e2;padding-top: 70px;}
.home-faq .faq-box{background: #fff;padding: 30px;box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);margin-bottom: 40px;}
.home-faq .faq-box .faq-q{display: flex;align-items: center;margin-bottom: 12px;}
.home-faq .faq-box .faq-q span{min-width: 26px;height: 26px;background: #d81b41;border-radius: 5px;overflow: hidden;font-size: 18px;text-align: center;line-height: 26px;color: #fff;margin-right: 10px;}
.home-faq .faq-box .faq-q h4{font-size: 18px;color: #222;line-height: 24px;}
.home-faq .faq-box p{font-size: 14px;color: #575757;line-height: 24px;padding-left: 35px;}

@media(max-width:768px) {
    .new-home-app{margin-top:0;}
    .home-news{padding: 30px 0 10px;}
    .home-news .news-box{margin-bottom: 25px;background: #f4f4f4;padding: 20px;}
    .home-news .news-box h4{font-size: 16px;margin-bottom: 10px;font-weight: bold;}
    .home-news p{font-size: 15px;line-height: 20px;color: #333;}
    .home-news h2{font-size: 20px;text-align: left;margin-bottom: 30px;}
}

.new-home-about{display:flex;justify-content:space-between;flex-wrap:wrap;padding:50px 0 0;}
.new-home-about .left{width:50%;display:flex;justify-content:flex-end;padding-right:80px;}
.new-home-about .left .text{width:620px;padding-top:40px;}
.new-home-about .left .text .t1{font-size:16px;line-height:34px;color:#00418d;}
.new-home-about .left .text .t2{font-size:33px;line-height:38px;margin-top:10px;margin-bottom:10px;font-weight:bold;}
.new-home-about .left .text .nr{font-size:17px;line-height:32px;}
.new-home-about .left .text .nr p{margin-top:20px;}
.new-home-about .left .text .nr a{font-weight:bold;}
.new-home-about .left .more{background:#00418d;font-size:17px;line-height:24px;color:#fff;display:inline-block;padding:12px 45px;border-radius:100px;overflow:hidden;margin-top:35px;}
.new-home-about .left .more:hover{text-decoration:underline;}
.new-home-about .right{width:50%;}

.new-home-num{position:relative;margin-top:-96px;position:relative;z-index:1;}
.new-home-num .box{background:#00418d;padding:55px 260px 55px 55px;display:flex;justify-content:space-between;align-items:center;color:#fff;shape-outside: polygon(0 0, 0% 100%, 100% 100%, 100% 100%, 93% 0%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%, 100% 100%, 93% 0%);}
.new-home-num .box .item{display:flex;align-items:center;}
.new-home-num .box .zt{padding-left:15px;}
.new-home-num .box .t1{font-size:26px;font-weight:bold;line-height:32px;}
.new-home-num .box .t2{font-size:14px;line-height:20px;}

.new-home-qua{padding:120px 0 80px;}
.new-home-qua .t1{font-size:36px;line-height:42px;text-align:center;font-weight:bold;margin-bottom:70px;}
.new-home-qua .box{display:flex;justify-content:space-between;flex-wrap:wrap;}
.new-home-qua .box .item{width:48.5%;position:relative; display:flex;align-items:center; background:#fff;box-shadow:9px 0 51px rgba(0, 0, 0, 0.13);margin-bottom:40px;border-radius:20px;overflow:hidden;}
.new-home-qua .box .item .img{width:38%;}
.new-home-qua .box .item .text{padding:0 40px;width:62%;}
.new-home-qua .box .item .t2{font-size:26px;line-height:30px;font-weight:bold;}
.new-home-qua .box .item .desc{font-size:18px;line-height:23px;color:#4e4e4e;margin-top:15px;}
.new-home-qua .more{background:#00418d;font-size:17px;line-height:24px;color:#fff;display:block;width:270px; padding:12px 0px;border-radius:100px;overflow:hidden;margin:35px auto;text-align:center;}
.new-home-qua .more:hover{text-decoration:underline;}

.new-home-ser{padding:50px 0;}
.new-home-ser .box{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;}
.new-home-ser .box .left{width:40.5%;border-radius:20px;overflow:hidden;}
.new-home-ser .box .right{width:51.5%;padding-right:60px;}
.new-home-ser .box .t1{background:#00418d;font-size:24px;line-height:30px;padding:20px;color:#fff;text-align:center;font-weight:bold;}
.new-home-ser .box .t2{font-size:36px;line-height:42px;}
.new-home-ser .box .desc{font-size:18px;line-height:30px;margin-top:15px;margin-bottom:20px;}
.new-home-ser .box .nr p{font-size:18px;line-height:36px;color:#4e4e4e;}
.new-home-ser .box .nr p:before{content:"";width:14px;height:14px;display:inline-block;min-width:14px;margin-top:6px; background:url(../../images/a-pro-tb1.png) no-repeat;margin-right:10px;}
.new-home-ser .box .more{background:#00418d;font-size:17px;line-height:24px;color:#fff;display:inline-block;padding:12px 45px;border-radius:100px;overflow:hidden;margin-top:35px;}
.new-home-ser .box .more:hover{text-decoration:underline;}

.new-home-feed{background:url(../../images/a-hmfeed-bg.jpg) no-repeat center;padding:80px 0;}
.new-home-feed .t1{font-size:36px;font-weight:bold;line-height:42px;text-align:center;}
.new-home-feed .desc{font-size:18px;line-height:36px;margin-top:10px;text-align:center;margin-bottom:80px;}
.new-home-feed .box{display:flex;justify-content:space-between;align-items:center;}
.new-home-feed .box .left{width:46%;}
.new-home-feed .box .right{width:45%;}
.new-home-feed .box .right p{font-size:19px;line-height:48px;}
.new-home-feed .box .right p:before{content:"";width:20px;height:17px;display:inline-block;min-width:20px;margin-top:6px; background:url(../../images/a-hmfeed-tb1.png) no-repeat;margin-right:10px;}

.new-home-feed .form-feedback .form-control{ padding-top: 15px;padding-bottom: 15px;  }
.new-home-feed .form-feedback .btn { color: #777; color: #fff; background: #043f8f;border-radius: 10px; font-size: 18px; line-height: 22px;padding-top: 15px;padding-bottom: 15px; }


.new-home-news{padding:20px 0 70px;}
.new-home-news .container-xl{max-width:1630px;}
.new-home-news .t1{font-size:36px;font-weight:bold;line-height:42px;text-align:center;}
.new-home-news .desc{font-size:18px;line-height:36px;margin-top:10px;text-align:center;margin-bottom:40px;}
.new-home-news .qh{position:relative;padding:0 110px;}
.new-home-news .qh-box{display:flex;align-items:center;border:1px solid #f3f3f3;justify-content:space-between; padding:20px;box-shadow:7px 0 21px rgba(0, 0, 0, 0.04);}
.new-home-news .qh-box .img{width:43%;;border:1px solid #f3f3f3;box-shadow:7px 0 21px rgba(0, 0, 0, 0.04);}
.new-home-news .qh-box .text{width:52%;}
.new-home-news .qh-box .t2{font-size:21px;line-height:24px;}
.new-home-news .qh-box .desc2{font-size:16px;line-height:24px;margin-top:10px;}
.new-home-news .qh-box time{color:#1a4499;font-size:16px;line-height:24px;margin-top:10px;display:inline-block;}
.new-home-news .swiper-button-news{background:#8f8f8f;width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:5px;overflow:hidden;}
.new-home-news .swiper-button-news:after{color:#fff;font-size:18px;}
.new-home-news .swiper-button-news#swiper-button-prev-news:after{content:"\f060";}
.new-home-news .swiper-button-news#swiper-button-next-news:after{content:"\f061";}
.new-home-news .swiper-button-news:hover{background:#00418d;}

@media(max-width:768px) {
  .banner .box1{display:none;}
  .home-pro .t1{font-size:20px;line-height:26px;}
  .home-pro .desc{font-size:14px;line-height:22px;}

  .new-home-app{padding:30px 0;}
  .new-home-app .box1{flex-wrap:wrap;}
  .new-home-app .box1 .left{width:100%;}
  .new-home-app .box1 .right{margin-top:20px;}
  .new-home-app .box1 .t1{font-size:24px;line-height:32px;}
  .new-home-app .box1 .desc{font-size:14px;line-height:22px;}
  .new-home-app .box2 .item .t2{font-size:16px;line-height:22px;}
  .new-home-app .box2{margin-top:30px;}
  .new-home-app:after{height:100px;}

  .new-home-about{padding:0}
  .new-home-about .left{width:100%;padding:0 15px;}
  .new-home-about .right{width:100%;padding:0 15px;margin-top:20px;}
  .new-home-about .left .text{padding-top:20px;}
  .new-home-about .left .text .t2{font-size:22px;line-height:26px;}
  .new-home-about .left .text .nr{font-size:14px;line-height:22px;}

  .new-home-num{margin-top:30px;}
  .new-home-num .box{padding:20px 15px;shape-outside: polygon(0 0, 0% 100%, 100% 100%, 100% 100%, 100% 0%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%, 100% 100%, 100% 0%);flex-wrap:wrap;}
    .new-home-num .box .item{width:50%;margin-top:10px;margin-bottom:10px;}
    .new-home-num .box .t1{font-size:18px;line-height:28px;}
    .new-home-num .box .tb{width:60px;min-width:60px;}

    .new-home-qua{padding:30px 0;}
    .new-home-qua .t1{font-size:24px;line-height:30px;margin-bottom:25px;}
    .new-home-qua .box .item{width:100%;margin-bottom:15px;}
    .new-home-qua .box .item .text{padding:0 5px;}
    .new-home-qua .box .item .t2{font-size:16px;line-height:22px;}
    .new-home-qua .box .item .desc{font-size:12px;line-height:16px;margin-top:8px;}

    .new-home-ser{padding:0 0 30px;}
    .new-home-ser .box .left{width:100%;}
    .new-home-ser .box .right{width:100%;padding:0;margin-top:20px;}
    .new-home-ser .box .t2{font-size:24px;line-height:30px;}
    .new-home-ser .box .desc{font-size:14px;line-height:22px;}
    .new-home-ser .box .nr p{font-size:14px;line-height:22px;}

    .new-home-feed{padding:30px 0 30px;background-size:cover;}
    .new-home-feed .t1{font-size:24px;line-height:30px;}
    .new-home-feed .desc{font-size:14px;line-height:22px;margin-bottom:30px;}
    .new-home-feed .box{flex-wrap:wrap;}
    .new-home-feed .box .left{width:100%;}
    .new-home-feed .box .right{width:100%;}
    .new-home-feed .box .right p{font-size:14px;line-height:22px;}

    .new-home-news{padding:30px 0;}
    .new-home-news .t1{font-size:24px;line-height:30px;}
    .new-home-news .desc{font-size:14px;line-height:22px;margin-bottom:25px;}
}

/*#endregion*/

/*#region 文章单页*/
/*#region about wrapper*/
.about-wrapper{padding: 50px 0;}
.about-wrapper h2{font-size: 35px;font-weight: bold;color: #494949;margin-bottom: 20px;}
.about-wrapper h3{font-size: 24px;color: #cc5252;line-height: 36px;margin-bottom: 25px;}
.about-wrapper h3 span{color: #121212;font-style: italic;}
.about-wrapper .abimgs{display: flex;justify-content: space-between;}
.about-wrapper .abimgs .left{margin-bottom: 30px;}
.about-wrapper .abimgs .right{margin-bottom: 30px;}
.about-wrapper .content{margin-bottom: 40px;}
.about-wrapper p{font-size: 18px;line-height: 36px;color: #494949;}
.about-wrapper .fact{margin-bottom: 40px;}
.about-wrapper .fact .box{border: 2px solid #01408f;margin-bottom: 25px;}
.about-wrapper .fact .box h4{height: 58px;background: #01408f;text-align: center; font-size: 18px;display: flex;justify-content: center;align-items: center;color: #fff;}
.about-wrapper .team{margin-bottom: 50px;background: #eeeeee;}
.about-wrapper .team .text{width: 83%;font-size: 16px;color: #474747;line-height: 24px;}
.about-wrapper .link{margin-top: 40px;}
.home-num{border-top: 1px solid #d8d0d0;border-bottom: 1px solid #d8d0d0;padding: 20px 0;margin-bottom: 30px;}
.home-num .col-md-3{display: flex;justify-content: center;align-items: center;border-right: 1px solid #d1d1d1;}
.home-num .col-md-3:last-child{border-right: none;}
.num-box{display: flex;align-items: center;}
.num-box .right{padding-left: 20px;}
.num-box h5{font-size: 35px;font-family: Arial;font-weight: bold;color: #909090;}
.num-box h5 span{font-size: 18px;padding-right: 5px;}
.num-box p{font-size: 14px;color: #909090;}
.num-box .num1:after{ position: absolute; right: 60px; top: 10px; content: "㎡"; font-size: 14px; color: #909090; }
.num-box .num3:after{ position: absolute; right: 55px; top: 20px; content: "million "; font-size: 14px; color: #909090; }


@media(max-width:768px) {
    .about-wrapper .team .text{width: 100%;padding: 20px;}
    .about-wrapper h2{font-size: 22px;}
    .about-wrapper h3{font-size: 18px;}
    .home-num{display: none;}
    .about-wrapper p{font-size: 16px;line-height: 22px;}
    .about-wrapper .abimgs .right{display: none;}
}

/*#region cert-container*/
.cert-desc{font-size: 24px;font-weight: bold;color: #494949;margin-bottom: 20px;line-height: 36px;}
.cert-col { margin-bottom: 1.5rem; margin-top: 0.5rem; }
.cert-col .card { padding: 1.3rem; border: 1px solid #e3e3e3;box-shadow: 4px 4px 8px #f0f0f0;  }
.cert-col .card-thumb { border: 1px solid #dcdcdc; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.cert-col .card-title { font-size: 14px; margin: 0; color: #5f5f5f; padding: 0.5rem 0.75rem; margin-top: 0.5rem; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

@media(max-width:768px) {
    .cert-desc{font-size: 20px;}
}

/*#region cert-container*/
.img-desc{font-size: 24px;font-weight: bold;color: #494949;margin-bottom: 20px;line-height: 36px;}
.img-row {border-left: 1px solid #b6b6b6;border-top: 1px solid #b6b6b6;}
.img-row .col-md-4{border-right: 1px solid #b6b6b6;border-bottom: 1px solid #b6b6b6;background: #eeeeee;padding: 30px;}
.img-row .col-md-4 .img{border: 2px solid #fff;box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);}

@media(max-width:768px) {
    .img-desc{font-size: 20px;}
}

.link-desc{font-size: 18px;line-height: 36px;color: #494949;margin-bottom: 20px;}
.link-img{padding: 10px;box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);margin-bottom: 30px;border-radius: 20px;overflow: hidden;}

/*#region faq list*/
.faq-desc{font-size: 24px;font-weight: bold;color: #494949;margin-bottom: 30px;line-height: 36px;}
.main-container .faq-box{display: flex;margin-bottom: 35px;}
.main-container .faq-box .left{width: 58px;text-align: center; line-height: 58px; height: 58px;min-width: 58px;background: #023f8f;font-size: 30px;font-weight: bold;color: #fff;border-radius: 10px;overflow: hidden;}
.main-container .faq-box .right{background: #f5f5f5;width: 100%; border-radius: 10px;overflow: hidden;margin-left: 17px;padding: 10px 20px 20px;}
.main-container .faq-box .right h4{font-size: 22px;line-height: 36px;color: #040404;border-bottom: 1px dashed #a59c9b;font-weight: bold; margin-bottom: 18px;padding-bottom: 8px;}
.main-container .faq-box .right p{font-size: 18px;line-height: 24px;color: #494949;min-height: 72px;}

@media(max-width:768px) {
    .faq-desc{font-size: 20px;}
    .main-container .faq-box .right h4{font-size: 18px;line-height: 22px;}
    .main-container .faq-box .right p{font-size: 16px;}
}

/*#region his list*/
.his-box{display: flex;margin-bottom: 50px;}
.his-box .left{width: 115px;text-align: center; line-height: 115px; height: 115px;min-width: 115px;background: #023f8f;font-size: 30px;color: #fff;border-radius: 50%;overflow: hidden;}
.his-box .md{width: 14px;min-width: 14px;line-height: 14px;font-size: 20px;display: flex;align-items: center; height: 115px;margin-left: 15px;}
.his-box .right{background: #f1f1f1;border: 1px solid #dadada;min-height: 140px; display: flex;align-items: center; border-radius: 10px;overflow: hidden;margin-left: 17px;padding: 20px;}
.his-box .right p{font-size: 18px;line-height: 24px;color: #494949;}

.fact-row{margin-left: -40px;margin-right: -40px;}
.fact-row .col-md-4{padding-left: 40px;padding-right: 40px;}
.fact-row .fact-col{margin-bottom: 35px;border: 1px solid #dadada;border-radius: 10px;overflow: hidden;}
.fact-row .fact-col .img{line-height: 0;}
.fact-row .fact-col h4{height: 74px;display: flex;align-items: center;justify-content: center;font-size: 18px;color: #585858;}

@media(max-width:768px) {
    .fact-row{margin-left: -15px;margin-right: -15px;}
    .fact-row .col-md-4{padding-left: 15px;padding-right: 15px;}
    .his-box .right p{font-size: 15px;}
    .his-box .right{padding: 15px;padding-left: 10px;}
}

/*#region contact-wrapper*/
.contact-wrapper { padding: 50px 0; background: #fff;}
.contact-wrapper h2{font-size: 24px;color: #494949; line-height: 36px; font-weight: bold;margin-bottom: 40px;}
.contact-wrapper .contact-box{background: #fff;border-radius: 15px;overflow: hidden;box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);}
.contact-wrapper .addr{background: url(../../images/contactbg.jpg) no-repeat center;background-size: cover;padding: 50px 30px;}
.contact-wrapper .addr h3{font-size: 25px;color: #fff;margin-bottom: 20px;}
.contact-wrapper .addr p{font-size: 16px;line-height: 36px;color: #fff;}
.contact-wrapper .fk-box{padding: 70px;}
.contact-wrapper .fk-box p{font-size: 18px;line-height: 30px;color: #6e6e6e;margin-bottom: 30px;}

@media(max-width:768px) {
    .contact-wrapper .fk-box{padding: 20px;}
}

/*#endregion*/

.acc-wrapper{padding:50px 0 80px;}
.acc-wrapper .box1{}
.acc-wrapper .box1 .item{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:90px;}
.acc-wrapper .box1 .item .left{width:40%;}
.acc-wrapper .box1 .item .right{width:50.7%;}
.acc-wrapper .box1 .item .t1{font-size:31px;line-height:36px;color:#595959;}
.acc-wrapper .box1 .item .t1:after{content:"";display:block;width:84px;height:4px;background:#01408e;margin-top:20px;}
.acc-wrapper .box1 .item .t2{font-size:18px;line-height:30px;color:#595959;margin-top:35px;}
.acc-wrapper .box2{display:flex;justify-content:space-between;flex-wrap:wrap;padding:0 55px;}
.acc-wrapper .box2 .item{width:48%;background:#f4f4f4;padding:50px 35px;text-align:center;}
.acc-wrapper .box2 .item .t1{font-size:26px;line-height:36px;color:#595959;margin-bottom:45px;}
.acc-wrapper .box2 .item .desc{font-size:16px;line-height:24px;color:#595959;margin-top:25px;height:72px;overflow:hidden;}
.acc-wrapper .box2 .item .more{width:232px;height:55px;background:#00418d;font-size:17px;line-height:55px;text-align:center;color:#fff;display:block;border-radius:50px;margin:40px auto -75px;}
.acc-wrapper .box2 .item .more:hover{text-decoration:underline;}

@media(max-width:768px) {
    .acc-wrapper{padding:40px 0 30px;}
    .acc-wrapper .box1 .item{margin-bottom:30px;}
    .acc-wrapper .box1 .item .left{width:100%;}
    .acc-wrapper .box1 .item .right{width:100%;margin-top:10px;}
    .acc-wrapper .box1 .item .t1{font-size:20px;line-height:28px;}
    .acc-wrapper .box1 .item .t2{font-size:14px;line-height:22px;margin-top:20px;}

    .acc-wrapper .box2{padding:0;}
    .acc-wrapper .box2 .item{width:100%;padding:20px 15px;margin-bottom:20px;}
    .acc-wrapper .box2 .item .t1{font-size:20px;margin-bottom:20px;line-height:28px;}
    .acc-wrapper .box2 .item .desc{font-size:14px;line-height:22px;height:auto;}
    .acc-wrapper .box2 .item .more{margin:15px auto 0;height:40px;line-height:40px;}
}

.mac-wrapper{padding:50px 0 80px;}
.mac-wrapper .box1{margin-top:80px;}
.mac-wrapper .box1{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:40px;}
.mac-wrapper .box1 .left{width:40%;}
.mac-wrapper .box1 .right{width:49%;}
.mac-wrapper .box1 .t1{font-size:36px;line-height:48px;color:#595959;}
.mac-wrapper .box1 .t2{font-size:18px;line-height:30px;color:#595959;margin-top:35px;}

.mac-wrapper .box2{padding-top:1px;}
.mac-wrapper .box2 .item{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-top:140px;position:relative; }
.mac-wrapper .box2 .item:after{content:" ";width:84%;right:0;top:0;bottom:0;height:100%; background:#f4f4f4;display:block;z-index:1;position:absolute;}
.mac-wrapper .box2 .item .left{width:29%;position:relative;z-index:2;}
.mac-wrapper .box2 .item .left .img{margin-top:-60px;padding-bottom:120px;}
.mac-wrapper .box2 .item .right{width:65%;padding-right:50px;position:relative;z-index:2;}
.mac-wrapper .box2 .item .right .t1{font-size:31px;line-height:48px;color:#454545;}
.mac-wrapper .box2 .item .right .t2{font-size:17px;line-height:30px;color:#595959;margin-top:10px;margin-bottom:30px;}
.mac-wrapper .box2 .item .right .desc{font-size:18px;line-height:34px;color:#1f1c1c;}

.mac-wrapper .box3{padding:130px 0 0;text-align:center;}
.mac-wrapper .box3 .t1{font-size:36px;line-height:48px;color:#595959;}
.mac-wrapper .box3 .desc{font-size:18px;line-height:30px;color:#595959;margin-top:15px;margin-bottom:80px;}
.mac-wrapper .box3 .list{display:flex;justify-content:space-between;flex-wrap:wrap;padding:0 35px;}
.mac-wrapper .box3 .list .item{width:48.5%;background:#f4f4f4;padding-bottom:16px;}
.mac-wrapper .box3 .list .item .img{padding:16px;}
.mac-wrapper .box3 .list .item .title{font-size:20px;line-height:34px;}
.mac-wrapper .box3 .more{width:232px;height:55px;background:#00418d;font-size:17px;line-height:55px;text-align:center;color:#fff;display:block;border-radius:50px;margin:70px auto 0px;}
.mac-wrapper .box3 .more:hover{text-decoration:underline;}

@media(max-width:768px) {
    .mac-wrapper{padding:40px 0 30px;}
    .mac-wrapper .box1{margin-bottom:25px;margin-top:30px;}
    .mac-wrapper .box1 .left{width:100%;}
    .mac-wrapper .box1 .right{width:100%;margin-top:15px;}
    .mac-wrapper .box1 .t1{font-size:20px;line-height:28px;}
    .mac-wrapper .box1 .t2{font-size:14px;line-height:22px;margin-top:10px;}
    .mac-wrapper .box2 .item{margin-top:30px;}
    .mac-wrapper .box2 .item .left{width:100%;}
    .mac-wrapper .box2 .item .right{width:100%;}
    .mac-wrapper .box2 .item:after{display:none;}
    .mac-wrapper .box2 .item .left .img{margin:0;padding-bottom:15px;}
    .mac-wrapper .box2 .item .right .t1{font-size:20px;line-height:28px;}
    .mac-wrapper .box2 .item .right .t2{font-size:14px;line-height:22px;margin-bottom:15px;}
    .mac-wrapper .box2 .item .right .desc{font-size:14px;line-height:22px;}

    .mac-wrapper .box3{padding-top:40px;}
    .mac-wrapper .box3 .t1{font-size:20px;line-height:28px;}
    .mac-wrapper .box3 .desc{font-size:14px;line-height:22px;margin-bottom:30px;}
    .mac-wrapper .box3 .list{padding:0;}
    .mac-wrapper .box3 .list .item .title{font-size:14px;line-height:22px;}
    .mac-wrapper .box3 .more{line-height:40px;height:40px;font-size:16px;margin-top:30px;}
}

.team-wrapper{padding:50px 0 80px;}
.team-wrapper .box1{background:url(../../images/a-team-bg.jpg) no-repeat right top;margin-top:60px;}
.team-wrapper .box1 .text{width:44%;padding-top:100px;padding-bottom:90px;}
.team-wrapper .box1 .text .t1{font-size:24px;line-height:30px;color:#01408e;}
.team-wrapper .box1 .text .t2{font-size:24px;line-height:30px;color:#595959;}
.team-wrapper .box1 .text .desc{font-size:16px;line-height:30px;color:#595959;margin-top:30px;margin-bottom:40px;}
.team-wrapper .box1 .text .list{display:flex;align-items:center;}
.team-wrapper .box1 .text .list .item{display:flex;margin-right:25px;}
.team-wrapper .box1 .text .list .item .tb{margin-right:12px;min-width:50px;width:50px;}
.team-wrapper .box1 .text .list .item .num{font-size:36px;line-height:40px;color:#01408e;font-weight:bold;}
.team-wrapper .box1 .text .list .item p{font-size:16px;line-height:30px;color:#000000;font-weight:bold;}
.team-wrapper .box1 .text .list .item:last-child{margin-right:0;}

.team-wrapper .box2{}
.team-wrapper .box2 .item{display:flex;justify-content:space-between;align-items:center; flex-wrap:wrap;margin-top:130px;}
.team-wrapper .box2 .item .left{width:51%;background:#01408e;border-radius:0 300px 300px 0;position:relative;padding-bottom:13px;}
.team-wrapper .box2 .item .right .text{width:600px;}
.team-wrapper .box2 .item .right .text strong{color:#000;}
.team-wrapper .box2 .item .left .img{border-radius:0 300px 300px 0;overflow:hidden;}
.team-wrapper .box2 .item .right{width:45%;display:flex;}
.team-wrapper .box2 .item .t1{font-size:24px;line-height:30px;color:#01408e;}
.team-wrapper .box2 .item .t2{font-size:24px;line-height:30px;color:#595959;}
.team-wrapper .box2 .item .desc{font-size:16px;line-height:30px;color:#595959;margin-top:20px;margin-bottom:20px;}
.team-wrapper .box2 .item p{font-size:18px;line-height:30px;color:#333333;}
.team-wrapper .box2 .item p span{color:#01408e;}
.team-wrapper .box2 .item:nth-child(2n) .left{order:13;border-radius: 300px 0 0 300px;}
.team-wrapper .box2 .item:nth-child(2n) .left .img{border-radius: 300px 0 0 300px;}
.team-wrapper .box2 .item:nth-child(2n) .right{order:-1;justify-content:flex-end;}

@media(max-width:768px) {
  .team-wrapper{padding:40px 0 30px;}
  .team-wrapper .box1{margin-top:40px;background:none;}
  .team-wrapper .box1 .text{width:100%;padding-top:0px;padding-bottom:30px;}
  .team-wrapper .box1 .text .t1{font-size:20px;line-height:28px;}
  .team-wrapper .box1 .text .t2{font-size:20px;line-height:28px;}
  .team-wrapper .box1 .text .desc{font-size:14px;line-height:22px;margin-top:15px;margin-bottom:25px;}
  .team-wrapper .box1 .text .list .item .num{font-size:24px;}
  .team-wrapper .box1 .text .list .item p{font-size:14px;line-height:22px;}

  .team-wrapper .box2{padding:0 15px;}
  .team-wrapper .box2 .item{margin-top:25px;}
  .team-wrapper .box2 .item .left{width:100%;border-radius:0;padding-bottom:0;}
  .team-wrapper .box2 .item .left .img{border-radius:0;}
  .team-wrapper .box2 .item .right{width:100%;margin-top:15px;}
  .team-wrapper .box2 .item .t1{font-size:20px;line-height:28px;}
  .team-wrapper .box2 .item .t2{font-size:20px;line-height:28px;}
  .team-wrapper .box2 .item .desc{font-size:14px;line-height:22px;margin-top:15px;margin-bottom:15px;}
  .team-wrapper .box2 .item:nth-child(2n) .left{order:-1;border-radius:0;}
  .team-wrapper .box2 .item:nth-child(2n) .left .img{border-radius: 0;}
  .team-wrapper .box2 .item:nth-child(2n) .right{order:13;}
  .team-wrapper .box2 .item p{font-size:14px;line-height:22px;}
}

.qua-wrapper{padding:50px 0 80px;}
.qua-wrapper .box1{}
.qua-wrapper .box1 .t1{font-size:36px;line-height:42px;font-weight:bold;}
.qua-wrapper .box1 .t2{font-size:18px;line-height:30px;color:#595959;margin-top:20px;margin-bottom:50px;}

.qua-wrapper .box2 .item .container-xl{display:flex;justify-content:space-between;align-items:center; flex-wrap:wrap;margin-top:120px;}
.qua-wrapper .box2 .item .img{width:48%;position:relative;z-index:2;}
.qua-wrapper .box2 .item .text{width:47%;position:relative;z-index:2;}
.qua-wrapper .box2 .item .text strong{color:#000;}
.qua-wrapper .box2 .item .t1{font-size:24px;line-height:30px;color:#01408e;}
.qua-wrapper .box2 .item .t2{font-size:24px;line-height:30px;color:#595959;}
.qua-wrapper .box2 .item .desc{font-size:16px;line-height:30px;color:#595959;margin-top:20px;margin-bottom:20px;}
.qua-wrapper .box2 .item p{font-size:18px;line-height:30px;color:#333333;}
.qua-wrapper .box2 .item p span{color:#01408e;}
.qua-wrapper .box2 .item .more{background:#00418d;font-size:17px;line-height:25px;color:#fff;display:inline-block;border-radius:50px;padding:15px 50px;margin-top:30px;}
.qua-wrapper .box2 .item .more:hover{text-decoration:underline;}
.qua-wrapper .box2 .item{position:relative;}
.qua-wrapper .box2 .item:before{content:"";width:941px;height:336px;background:url(../../images/a-qua-bg.jpg) no-repeat;background-size:cover;z-index:1; position:absolute;left:0;top:65px;}
.qua-wrapper .box2 .item:nth-child(2n) .img{order:13;}
.qua-wrapper .box2 .item:nth-child(2n):before{content:"";width:941px;height:336px;background:url(../../images/a-qua-bg2.jpg) no-repeat;background-size:cover;z-index:1; position:absolute;right:0;left:inherit; top:65px;}

.qua-wrapper .box3{display:flex;justify-content:space-between;flex-wrap:wrap;padding:0 55px; margin-top:130px;}
.qua-wrapper .box3 .item{width:48%;background:#f4f4f4;padding:50px 35px;text-align:center;}
.qua-wrapper .box3 .item .t1{font-size:18px;line-height:32px;color:#595959;margin-bottom:45px;}
.qua-wrapper .box3 .item .desc{font-size:16px;line-height:24px;color:#595959;margin-top:25px;height:72px;overflow:hidden;}
.qua-wrapper .box3 .item .more{width:232px;height:55px;background:#00418d;font-size:17px;line-height:55px;text-align:center;color:#fff;display:block;border-radius:50px;margin:40px auto -75px;}
.qua-wrapper .box3 .item .more:hover{text-decoration:underline;}

@media(max-width:768px) {
  .qua-wrapper{padding:40px 0 30px;}
  .qua-wrapper .box1 .t1{font-size:20px;line-height:28px;}
  .qua-wrapper .box1 .t2{font-size:14px;line-height:22px;margin-bottom:30px;}
  .qua-wrapper .box2 .item:before{display:none;}
  .qua-wrapper .box2 .item .img{width:100%;}
  .qua-wrapper .box2 .item .text{width:100%;margin-top:20px;}
  .qua-wrapper .box2 .item .container-xl{margin-top:30px;}
  .qua-wrapper .box2 .item .t1{font-size:18px;line-height:26px;}
  .qua-wrapper .box2 .item .desc{font-size:14px;line-height:22px;margin-top:15px;}
  .qua-wrapper .box2 .item .more{padding:10px 20px;font-size:16px;margin-top:20px;}
  .qua-wrapper .box2 .item:nth-child(2n) .img{order:-1;}
  .qua-wrapper .box2 .item p{font-size:14px;line-height:22px;}

  .qua-wrapper .box3{padding:0;margin-top:40px;}
  .qua-wrapper .box3 .item{width:100%;padding:20px 15px;margin-bottom:20px;}
  .qua-wrapper .box3 .item .t1{font-size:20px;margin-bottom:20px;line-height:28px;}
  .qua-wrapper .box3 .item .desc{font-size:14px;line-height:22px;height:auto;}
  .qua-wrapper .box3 .item .more{margin:15px auto 0;height:40px;line-height:40px;}
}

.ser-wrapper{padding:50px 0 80px;}
.ser-wrapper .box1{}
.ser-wrapper .box1 .t1{font-size:36px;line-height:42px;font-weight:bold;}
.ser-wrapper .box1 .t2{font-size:18px;line-height:30px;color:#595959;margin-top:20px;margin-bottom:0px;}

.ser-wrapper .box2 .item{display:flex;justify-content:space-between;align-items:center; flex-wrap:wrap;margin-top:100px;}
.ser-wrapper .box2 .item .img{width:41%;position:relative;}
.ser-wrapper .box2 .item .text{width:54%;position:relative;}
.ser-wrapper .box2 .item .text strong{color:#000;}
.ser-wrapper .box2 .item .t1{font-size:31px;line-height:48px;color:#3a3a3a;}
.ser-wrapper .box2 .item .desc{font-size:17px;line-height:26px;color:#595959;margin-top:20px;margin-bottom:20px;}
.ser-wrapper .box2 .item .desc2{background:#f2f2f2;padding:20px 35px;font-size:17px;line-height:24px;color:#01408e;border-radius:15px;margin-top:30px;}
.ser-wrapper .box2 .item p{font-size:17px;line-height:30px;color:#333333;}

.ser-wrapper .box3{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:130px;}
.ser-wrapper .box3 .item{width:48%;}
.ser-wrapper .box3 .item .t1{font-size:26px;line-height:48px;color:#3a3a3a;margin-bottom:15px;margin-top:20px;}
.ser-wrapper .box3 .item .desc{font-size:17px;line-height:24px;color:#595959;}

@media(max-width:768px) {
  .ser-wrapper{padding:40px 0 30px;}
    .ser-wrapper .box1 .t1{font-size:20px;line-height:28px;}
    .ser-wrapper .box1 .t2{font-size:14px;line-height:22px;}
    .ser-wrapper .box2 .item{margin-top:25px;}
    .ser-wrapper .box2 .item .img{width:100%;}
    .ser-wrapper .box2 .item .text{width:100%;margin-top:15px;}
    .ser-wrapper .box2 .item .t1{font-size:20px;line-height:28px;}
    .ser-wrapper .box2 .item .desc{font-size:14px;line-height:22px;}
    .ser-wrapper .box2 .item p{font-size:14px;line-height:22px;}
    .ser-wrapper .box2 .item .desc2{padding:15px;font-size:14px;line-height:22px;}

    .ser-wrapper .box3{margin-top:30px;}
    .ser-wrapper .box3 .item{width:100%;margin-bottom:30px;}
    .ser-wrapper .box3 .item .t1{font-size:20px;line-height:28px;margin-top:10px;margin-bottom:10px;}
    .ser-wrapper .box3 .item .desc{font-size:14px;line-height:22px;}
}

.support-wrapper{padding:50px 0 80px;}
.support-wrapper .box1{text-align:center;}
.support-wrapper .box1 .t1{font-size:36px;line-height:42px;font-weight:bold;}
.support-wrapper .box1 .t2{font-size:18px;line-height:30px;color:#595959;margin-top:20px;margin-bottom:0px;}

.support-wrapper .box2 .item{display:flex;justify-content:space-between;align-items:center; flex-wrap:wrap;margin-top:100px;}
.support-wrapper .box2 .item .img{width:41%;position:relative;}
.support-wrapper .box2 .item .text{width:54%;position:relative;}
.support-wrapper .box2 .item .text strong{color:#000;}
.support-wrapper .box2 .item .t1{font-size:31px;line-height:48px;color:#3a3a3a;}
.support-wrapper .box2 .item .desc{font-size:17px;line-height:26px;color:#595959;margin-top:20px;margin-bottom:20px;}
.support-wrapper .box2 .item .nr{display:flex;justify-content:space-between;flex-wrap:wrap;}
.support-wrapper .box2 .item p{font-size:17px;line-height:30px;color:#333333;width:48%;}
.support-wrapper .box2 .item p span{color:#01408e;}

@media(max-width:768px) {
  .support-wrapper{padding:40px 0 30px;}
  .support-wrapper .box1 .t1{font-size:20px;line-height:28px;}
  .support-wrapper .box1 .t2{font-size:14px;line-height:22px;}
  .support-wrapper .box2 .item{margin-top:30px;}
  .support-wrapper .box2 .item .img{width:100%;}
  .support-wrapper .box2 .item .text{width:100%;margin-top:15px;}
  .support-wrapper .box2 .item .t1{font-size:20px;line-height:28px;}
  .support-wrapper .box2 .item .desc{font-size:14px;margin-top:15px;margin-bottom:15px;}
  .support-wrapper .box2 .item p{font-size:14px;line-height:22px;}
}

/*#region 产品中心*/
.proindex-wrapper{ padding:50px 0;}
.proindex-wrapper .proindex-box{display: flex;align-items: center;margin-bottom: 60px;position: relative;}
.proindex-wrapper .proindex-box .bg{position: absolute;height: 320px;background: #f1f1f1;left: 0;right: 0;}
.proindex-wrapper .proindex-box .img{border: 3px solid #053f90;border-radius: 15px;overflow: hidden;margin-left: 30px;}
.proindex-wrapper .proindex-box .text{padding-left: 40px;}
.proindex-wrapper .proindex-box h3{font-size: 28px;line-height: 36px;margin-bottom: 10px;}
.proindex-wrapper .proindex-box h4{font-size: 20px;line-height: 36px;display: flex;align-items: center;}
.proindex-wrapper .proindex-box h4:before { content: "●"; font-size: 0.75rem; margin-right: 5px; color: #053f90 }
.proindex-wrapper .proindex-box .more{width: 178px;height: 43px;background: #053f90;font-size: 18px;color: #fff;border-radius: 10px;overflow: hidden; line-height: 43px;text-align: center;display: block;margin-top: 30px;}

@media(max-width:768px) {
    .proindex-wrapper .proindex-box .img{margin-left: 0;}
    .proindex-wrapper .proindex-box .text{padding: 15px 0px;}
    .proindex-wrapper .proindex-box .bg{display: none;}
    .proindex-wrapper .proindex-box{margin-bottom: 40px;}
}

/*#region 产品列表*/
.pro-wrapper { padding:50px 0;}
.pro-wrapper .pro-col{margin-bottom: 30px;border: 1px solid #053f90;border-radius: 15px;overflow: hidden;}
.pro-wrapper .pro-col .text{padding: 20px;}
.pro-wrapper .pro-col h4{font-size: 21px;font-weight: bold;margin-bottom: 20px;height:54px; }
.pro-wrapper .pro-col p{font-size: 17px;line-height: 24px;color: #666666; margin-bottom: 30px;height:72px;}
.pro-wrapper .pro-col .more-box{display: flex;align-items: center;justify-content: flex-end;}
.pro-wrapper .pro-col .more-box a{padding: 10px 20px;background: #053f90;border-radius: 30px;overflow: hidden;font-size: 17px;color: #fff;line-height: 24px;text-align: center;margin-left: 15px;}

.pro-wrapper .box1{padding:20px 0 70px;}
.pro-wrapper .box1 .t1{font-size:36px;line-height:40px;font-weight:bold;}
.pro-wrapper .box1 .desc{font-size:18px;line-height:30px;color:#595959;margin-top:15px;}
.pro-wrapper .box1 .list{margin-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;}
.pro-wrapper .box1 .list .item{width:48%;background:#f4f4f4;padding:20px 30px;border-radius:15px;margin-top:30px;}
.pro-wrapper .box1 .t2{font-size:21px;line-height:26px;position:relative;display:flex;margin-bottom:10px;}
.pro-wrapper .box1 .t2:before{content:"";width:14px;height:14px;display:inline-block;min-width:14px;margin-top:6px; background:url(../../images/a-pro-tb1.png) no-repeat;margin-right:10px;}
.pro-wrapper .box1 .desc2{font-size:17px;line-height:24px;color:#595959;padding:0 0 0 22px;}
.pro-wrapper .box1 .num-list{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-top:50px;}
.pro-wrapper .box1 .num-list .num-item{display:flex;align-items:center;width:24%;}
.pro-wrapper .box1 .num-list .num-item .tb{width:51px;min-width:51px;}
.pro-wrapper .box1 .num-list .num-item .text{padding-left:15px;}
.pro-wrapper .box1 .t3{font-size:21px;line-height:24px;}
.pro-wrapper .box1 .desc3{font-size:15px;line-height:18px;color:#595959;}

.pro-wrapper .box2{padding:60px 0;}
.pro-wrapper .box2 .t1{font-size:36px;line-height:42px;font-weight:bold;}
.pro-wrapper .box2 .list{margin-top:60px;display:flex;justify-content:space-between;flex-wrap:wrap;}
.pro-wrapper .box2 .list .item{width:48%;background:#f7f7f7;border-radius:15px;overflow:hidden;margin-top:30px;display:flex;align-items:center;flex-wrap:wrap;}
.pro-wrapper .box2 .list .item .img{width:27.5%;}
.pro-wrapper .box2 .list .item .text{width:72.5%;padding:0 45px;}
.pro-wrapper .box2 .t2{font-size:21px;line-height:34px;}
.pro-wrapper .box2 .desc{font-size:16px;line-height:24px;margin-top:10px;}

.pro-wrapper .box3 .t1{font-size:36px;line-height:42px;font-weight:bold;}
.pro-wrapper .box3 .desc{font-size:18px;line-height:30px;color:#595959;margin-top:15px;}
.pro-wrapper .box3 .more{background:#00418d;font-size:17px;line-height:24px;color:#fff;border-radius:100px;display:inline-block;padding:10px 40px;margin-top:30px;margin-bottom:40px;}
.pro-wrapper .box3 .more:hover{text-decoration:underline;}

.pro-wrapper .box3 .faq-col{margin-bottom: 25px;cursor: pointer;}
.pro-wrapper .box3 .faq-col .faq-q{display: flex;align-items: center;justify-content:space-between;}
.pro-wrapper .box3 .faq-col .faq-q .left{min-width: 32px;width:32px;}
.pro-wrapper .box3 .faq-col .faq-q .left i{font-size: 19px;color: #999999;}
.pro-wrapper .box3 .faq-col .faq-q .right{font-size: 26px;color: #00418d;line-height: 30px;font-weight:bold; width:100%;padding:0 20px 0 15px;}
.pro-wrapper .box3 .faq-col .faq-q .tb{width:22px;height:22px;min-width:22px;background:#053f90;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.pro-wrapper .box3 .faq-col .faq-q .tb:before{content:"\f067";font-family:cmsfont;font-size:16px;font-weight:bold;color:#fff;}
.pro-wrapper .box3 .faq-col .faq-a{position: relative;padding: 20px 80px 10px 42px;}
.pro-wrapper .box3 .faq-col .faq-a p{font-size: 19px;line-height: 30px;color:#4e4e4e;}
.pro-wrapper .box3 .faq-col.active .faq-q .tb:before{content:"\f068";}



@media(max-width:768px) {
    .pro-wrapper{padding:40px 0 30px;}
    .pro-wrapper .pro-col h4{height:auto;font-size:16px;line-height:26px;}
    .pro-wrapper .pro-col p{height:auto;font-size:14px;line-height:22px;margin-bottom:0;}
    .pro-wrapper .pro-col .more-box{justify-content: center;}
    .pro-wrapper .pro-col .more-box a{font-size: 15px;margin-left: 5px;margin-right: 5px;padding: 10px 16px;}

    .pro-wrapper .box1{padding-bottom:35px;}
    .pro-wrapper .box1 .t1{font-size:24px;line-height:32px;}
    .pro-wrapper .box1 .desc{font-size:14px;line-height:22px;}
    .pro-wrapper .box1 .list .item{width:100%;padding:20px 15px;margin-top:15px;}
    .pro-wrapper .box1 .t2{font-size:18px;line-height:24px;}
    .pro-wrapper .box1 .desc2{font-size:14px;line-height:22px;}
    .pro-wrapper .box1 .num-list{margin-top:25px;}
    .pro-wrapper .box1 .num-list .num-item{width:100%;margin-top:15px;}
    .pro-wrapper .box1 .t3{font-size:18px;line-height:26px;}
    .pro-wrapper .box1 .desc3{font-size:14px;line-height:22px;}

    .pro-wrapper .box2{padding:30px 0;}
    .pro-wrapper .box2 .t1{font-size:20px;line-height:26px;}
    .pro-wrapper .box2 .list{margin-top:0px;}
    .pro-wrapper .box2 .list .item{width:100%;margin-top:15px;}
    .pro-wrapper .box2 .list .item .text{padding:0 10px;}
    .pro-wrapper .box2 .t2{font-size:16px;line-height:24px;}
    .pro-wrapper .box2 .desc{font-size:12px;line-height:15px;margin-top:0;}

    .pro-wrapper .box3 .t1{font-size:20px;line-height:26px;}
    .pro-wrapper .box3 .desc{font-size:14px;line-height:22px;}

    .pro-wrapper .box3 .faq-col .faq-q .right{font-size:18px;line-height:26px;}
    .pro-wrapper .box3 .faq-col .faq-a p{font-size:14px;line-height:22px;}
    .pro-wrapper .box3 .faq-col .faq-a{padding:15px 15px;}
}

/*#endregion*/

/*#region 文章列表*/
/*#region news list*/
.news-wrapper {padding: 50px 0;}
.news-wrapper .news-col {padding-bottom: 30px; margin-bottom: 30px;display: flex;justify-content: space-between;flex-wrap: wrap; background: #fff;border-bottom: 1px dashed #c4c4c4;  }
.news-wrapper .news-col .img{width: 30%; display: block;justify-content: center;align-items: center;border: 1px solid #cedae4;}
.news-wrapper .news-col .text{width: 70%;padding-left: 30px; }
.news-wrapper .news-col .text h3{margin-bottom: 10px; margin-top: 10px; line-height: 24px; font-size: 21px;font-weight: bold; color: #000000;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news-wrapper .news-col .text h3 a{color: #000000;}
.news-wrapper .news-col .text p{font-size: 18px; color: #1c1c1c; line-height: 24px; margin-bottom: 10px;display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.news-wrapper .news-col .text h3 a:hover{color:#053f90;transition: all 0.3s; }
.news-wrapper .news-col .text time{color: #ce000c;font-size: 15px;}

@media(max-width:768px) {
    .news-wrapper { padding: 30px 0 30px;}
    .news-wrapper .news-col .img{width: 100%;}
    .news-wrapper .news-col .text{width: 100%;padding-left: 0px; margin-top: 10px; }
    .news-wrapper .news-col .text h3{font-size: 18px;}
    .news-wrapper .news-col .text p{font-size: 16px;}
}
/*#endregion*/

/*#region 详情页*/
/*默认设置*/
.content-wrapper { line-height: 1.7;  margin-bottom: 1.5rem; }
.content-wrapper h2 { font-size: 1rem; font-weight: 600; margin-bottom: 0.75rem; }
.content-wrapper h3 { font-size: 0.875rem; font-weight: 600; margin-bottom: 0.75rem; }
.content-wrapper img { max-width: 100% !important; height: auto !important; }
.content-wrapper ol { margin-left: 1em; padding-left: 1em; }
.content-wrapper video { max-width: 100% !important; height: auto !important; }
.content-wrapper iframe { max-width: 100%; }
.content-wrapper table { width: 100%; margin-bottom: 1rem; color: #212529; }
.content-wrapper table p{margin-bottom: 0;}
.content-wrapper table th, .content-wrapper table td { padding: 0.5rem; vertical-align: middle; border: 1px solid #dee2e6; text-align: center; }
.content-wrapper table tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.03); }
.content-wrapper table tbody tr:hover { background-color: rgba(0, 0, 0, 0.075); color: #555; }
.content-wrapper table p{ margin-bottom: 0;}

/*产品内容*/
.pronr-wrapper{ background: #fff;padding: 50px 0;}
.pronr-wrapper .pro-desc{padding: 0;}
.pronr-wrapper .pro-desc h2{font-size: 36px;color: #535353;font-weight: bold;margin-bottom: 15px;}
.pronr-wrapper .pro-desc .pro-box .img{border: 1px solid #053f90;box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);border-radius: 10px;overflow: hidden;}
.pronr-wrapper .pro-desc .pro-box .text{font-size: 24px;color: #535353;text-align: center;margin-top: 40px;}

.pro-pic{
    padding-left: 100px;
    padding-right: 100px;
    position:relative;
    margin-bottom: 40px;
}
.baner-main{
    width:100%;
    height:400px;
    position:relative;
}
.baner-main .baner-but{
    position:absolute;
    top:0;
    width:100px;
    height:400px;
    z-index:10;
}
.baner-main .baner-list{
    padding-left: 50px;
    padding-right: 50px;
}
.baner-main .baner-list .baner-item{
    position:absolute;
    top:0;
    left:0;
}
.baner-main .prev{
    left:-120px;
    background:url(../../images/projecttb1.png) no-repeat center center;
}
.baner-main .next{
    right:-120px;
    background:url(../../images/projecttb2.png) no-repeat center center;
}
.baner-main img{
    width:100%;
    height:100%;
    border: 1px solid #053f90;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.pronr-wrapper .pro-desc .desc{font-size: 24px;color: #535353;text-align: center;}

.pronr-wrapper .pro-title{font-size: 30px;font-weight: bold;margin-bottom: 20px;margin-top: 20px;}
.pronr-wrapper .pro-desc p{font-size: 19px;color: #353535;line-height: 24px;margin-bottom: 40px;}
.pronr-wrapper .service-box{display: flex;align-items: center;}
.pronr-wrapper .service-box .cartbtn{cursor: pointer;border: 1px solid #053f90;border-radius: 30px;overflow: hidden;background: #f3f3f3;padding: 10px 60px;font-size: 18px;text-align: center;margin-right: 15px;margin-bottom: 30px;}
.pronr-wrapper .content-subtitle{background: #053f90;margin-bottom: 30px; font-size: 18px;color: #fff;line-height: 36px;width: 100%;display: flex;align-items: center;padding: 10px 13px;}
.pronr-wrapper .content-subtitle:before { content: "●"; font-size: 0.75rem; margin-right: 8px; color: #fff; }
.pronr-wrapper .pro-feedback p{font-size: 18px;line-height: 24px;margin-bottom: 30px;}

.pronr-wrapper .content h5{margin-bottom: 15px;}
.pronr-wrapper .content p{font-size: 16px;line-height: 24px;}

@media(max-width:768px) {
    .pronr-wrapper .pro-title{font-size:24px;line-height:32px;}
    .pronr-wrapper .pro-desc p{font-size:14px;line-height:22px;}
    .pronr-wrapper .content p{font-size:14px;line-height:22px;}
    .pronr-wrapper .pro-feedback p{font-size:14px;line-height:22px;}
    
}

.content-pro .pro-box{margin-bottom: 30px;}
.content-pro .pro-box h5{font-size: 16px;margin-top: 10px;line-height: 32px;padding-left: 15px;padding-right: 15px; text-align: center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.content-pro .pro-box .img{border: 1px solid #ddd;}
.content-pro .pro-box:hover .img{box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);}
.content-pro .pro-box:hover h5 a{color: #293f7c;font-weight: bold;}

.content-news{margin-top: 30px;}
.content-news .news-col{border-bottom: 1px dashed #c6c6c6; padding-bottom: 15px; margin-top: 5px;margin-bottom: 15px;}
.content-news .news-col h4 a{font-size: 18px;}
.content-news .news-col p{ font-size: 14px;color: #7d7878; padding-left: 20px;display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.content-news .news-col h4{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom: 10px;}

/*#region 新闻详情*/
.newsnr-container{ }
.newsnr-box{background: #fff;padding: 40px 0;}
.newsnr-box .col-md-3{padding-left: 50px;}
.newsnr-container .title { font-size: 1.5rem; color: #000; text-align: center; }
.newsnr-container .content { color: #595959; line-height: 1.8rem; padding: 0; }
.newsnr-container .content p { margin-bottom: 0; }
.newsnr-container .content img{max-width: 100%;height: auto;}
.newsnr-container .summary { padding-bottom: 20px; text-align: center; margin: 30px 0; font-size: 15px; color: #595959; border-bottom: 1px dashed #000; }
.newsnr-container .summary span { margin-right: 15px; }
.newsnr-container .social a{border-radius: 0;}
.content-other{background: #e3e3e3;padding: 25px; font-size: 16px;color: #01408f;}
.content-other a{color: #3d3d3d;}
.content-other a:hover{ color: #01408f;transition: all 0.3s; }

.hot-news { }
.hot-news-title{background: #01408f;color: #fff;padding: 13px 16px;font-size: 18px;margin-bottom: 0;}
.hot-news h4{font-size: 18px;margin-bottom: 5px; color: #2d2d2d; margin-top: 10px; text-align: center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hot-news .box{padding: 20px 0;}
.hot-news .news-box .img{overflow: hidden;border: 1px solid #409d64;}
.hot-news .news-box a{color: #333;}
.hot-news .news-box:hover h4 a{color: #01408f;transition: all 0.3s;}
.hot-news .news-box p{font-size: 14px;line-height: 24px;color: #090a0c;margin-bottom: 20px;}

.hot-pro { margin-top: 40px; }
.hot-pro-title{background: #1163b3;color: #fff;padding: 13px 16px;font-size: 18px;margin-bottom: 0;}
.hot-pro h4{font-size: 14px;color: #898989; margin-top: 10px; margin-bottom: 20px;text-align: center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hot-pro .box{padding: 20px 0;}
.hot-pro .pro-box .img{overflow: hidden;border: 1px solid #1163b3;}
.hot-pro .pro-box  a{color: #333;}
.hot-pro .pro-box:hover h4 a{color: #c2150f;transition: all 0.3s;}
.hot-pro .pro-box:hover h4{color: #c2150f;transition: all 0.3s;}


@media(max-width:768px) {
    .newsnr-box{background: #fff;padding: 0px ;}
    .newsnr-box .col-md-3{padding-left: 15px;}
    .hot-news .box{ padding: 20px 0; }
}
/*其他内容*/
/*#endregion*/

/*#region 其他*/
/*分页*/
.page-link { padding: .5rem 0.875rem;}
.page-item.active .page-link { color: #fff; background-color: #053f90; border-color: #053f90; }

/*留言*/
.form-feedback .form-control{ background: #edf1f4; color: #8d8d8d; border-radius: 10px;overflow: hidden; border: 1px solid #edf1f4; padding-top: 10px;padding-bottom: 10px;  }
.form-feedback .form-control::-webkit-input-placeholder{color: #8d8d8d;}
.form-feedback .btn { color: #777; color: #fff; background: #043f8f;border-radius: 10px; font-size: 18px; line-height: 22px;}
.form-feedback .btn:hover{background:#7bb9f1 }

/*搜索*/
.search-group { width: 250px; height: 37px; background: #fff; overflow: hidden;border: 1px solid #0154a4;border-radius: 5px;}
.search-group .form-control { border: none; border-radius: 0px ;background: transparent;color: #0154a4;}
.search-group .form-control::-webkit-input-placeholder{color: #0154a4;}
.search-group .btn {border-radius: 0px;background:#0154a4; height: 37px;  width: 37px;display: flex;justify-content: center;align-items: center; padding: 6px 15px; margin-bottom: 0; }
.search-group i { color: #fff; font-size: 1.3rem; }
.search-group .btn:hover{background: #0154a4;}
.search-group .btn:hover i{color: #fff;}


/*#表格*/
.table-wrapper table th, .table-wrapper table td { padding: 5px; vertical-align: middle; font-size: 14px; border: 1px solid #dee2e6; text-align: center; }
.table-wrapper table tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.03); }
.table-wrapper table tbody tr:hover { background-color: #dee2e6; color: #555; }
.table-wrapper table { display: table; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
@media (max-width: 575.98px) {
    .table-wrapper-sm table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}
@media(max-width:768px) {
    .table-wrapper-md table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}
@media (max-width: 991.98px) {
    .table-res-lg table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}
@media (max-width: 1500.98px) {
    .table-wrapper-xl table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}

/*购物车*/
#basket{width: 55px;height: 55px;position: fixed;bottom: 60px; right: 15px;z-index: 100;display: none;cursor: pointer;}
#basket.active{display: block;}
#basket .tb{background: #053f90;width: 55px;height: 55px;display: block;border-radius: 50%;overflow: hidden;text-align: center;}
#basket .tb i{font-size: 26px;line-height: 55px;color: #fff;}
#basket .num{position: absolute;right: -8px;top: -3px;background: #f40a0a;text-align: center;width: 22px;height: 22px;z-index: 101;border-radius: 50%;overflow: hidden; font-size: 14px;color: #fff;}

#basket-box{z-index: 103; display: none; background: #fff;border: 1px solid #ddd; width: 240px;height: 280px;position: fixed;bottom: 0;right: 0;box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);}
#basket-box .top{cursor: pointer; height: 37px;background: #053f90;font-size: 14px;color: #fff;text-align: center;line-height: 37px;position: relative;}
#basket-box .top span{color: #f6740c;font-weight: bold;}
#basket-box .top:before{content: "\f078";font-family: cmsfont;color: #fff;position: absolute;left: 15px;top: 2px;font-size: 14px;}

#basket-box .list{overflow-y: auto;height: 200px;width: 100%;}
#basket-box .list ul,#basket-box .list li{list-style: none;padding: 0;margin: 0;}
#basket-box .list>ul>li{display: flex;padding: 10px;border-bottom: 1px solid #ddd;justify-content: space-between;}
#basket-box .list>ul>li .img{width: 30%; padding-right: 10px;}
#basket-box .list>ul>li .text{width: 70%;}
#basket-box .list>ul>li .text h4{margin-top: 2px; font-size: 12px;color: #053f90;line-height: 16px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#basket-box .list>ul>li .text h4 a{font-size: 12px;color: #053f90;line-height: 16px;}
#basket-box .list>ul>li .text .del{color: #888;font-size: 12px;line-height: 16px;display: none;cursor: pointer;}
#basket-box .list>ul>li .text .del:hover{text-decoration: underline;}
#basket-box .list>ul>li:hover{background: #fffeee;}
#basket-box .list>ul>li:hover .text .del{display: inline-block;}

#basket-box .bottom{display: flex;align-items: center;justify-content: space-between;padding: 10px;}
#basket-box .bottom .qkbtn{line-height: 16px;padding: 4px 10px;font-size: 12px;color: #e64545;border: 0;background-color: #f1f1f1;border-radius: 3px;}
#basket-box .bottom .xjbtn{line-height: 16px;padding: 4px 10px;font-size: 12px;color: #fff;border: 0;background-color: #e64545;border-radius: 3px;}

.consultingbox .table-bordered{border: 0;}
.consultingbox  .row{margin-left: 0;margin-right: 0;}

.feedpc{position:fixed;right: 0px;top:60%;cursor: pointer;z-index: 999;}
.feedpc .feed{display: flex;align-items: center;}
.feedpc .feed .img{z-index: 998;margin-right: 0px;}

@media(max-width:768px) {
  .feedpc{display:none;}
}

/*#弹出留言表单*/
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000;
    display: none;
    top: 0;
    left: 0;
    background: rgba(00, 00, 00, 0.8);
}

.reveal-modal {
    visibility: hidden;
    top: 250px;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    position: absolute;
    z-index: 1001;
    padding: 35px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    background-color: #FFF;
}

.reveal-modal h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
}

.reveal-modal .close-reveal-modal {
    font-size: 30px;
    line-height: 0.5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #333;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
    font-weight: bold;
    cursor: pointer;
}

@media(max-width:768px) {
    .reveal-modal {
        visibility: hidden;
        top: 50px;
        left: 50%;
        margin-left: -45%;
        width: 90%;
        position: absolute;
        z-index: 1001;
        padding: 25px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        background-color: #FFF;
    }
    .reveal-modal h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }
}

.about-pro{background: #01408f;color: #fff;}
.about-pro .row{align-items: center;}
.about-pro h3{font-size: 42px;font-weight: bold;margin-bottom: 20px;text-transform: uppercase;}
.about-pro p{font-size: 19px;line-height: 30px;margin-bottom: 30px;text-transform: uppercase;}
.about-pro .more{width: 165px;height: 54px;border-radius: 5px;overflow: hidden;text-align: center;font-size: 16px;color: #fff;line-height: 54px;background: #f85800;display: block;}
.about-pro .more:hover{text-decoration: underline;}

#faq-list{overflow: hidden;}
#desc-ysnry{position: relative;}
.container-desic{height:67px;overflow: hidden;margin-top: 30px;}
.container-desic:after{position: absolute;content:"∨"; right:0px; top:0px;font-size: 20px;}
.container-desic:before{position: absolute;content:"∧"; right:0px; top:0px;font-size: 20px; color:#fff;}
#desc-ysnry .active{height: auto;}
#desc-ysnry .active:after{color:#fff;opacity: 0;}
#desc-ysnry .active:before{color: #222;}
.title-faqlist{font-size: 36px;color: #06080a;text-align: center;margin-bottom: 40px;font-weight: bold;}
.faq-prolist li{float: left;width: 48%;box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);padding: 30px;margin: 0px 10px 30px 10px;background: #fff;}
.faq-prolist li p{margin-bottom: 10px;font-weight: bold;}
.faq-prolist li p:before{content:"Q";background: #d81b41;border-radius: 5px;overflow: hidden;font-size: 18px;text-align: center;line-height: 26px;color: #fff;margin-right: 10px;padding:0px 5px;}
.faq-prolist li div{margin-left: 45px;}

.new-prolist{float:left; width:100%;margin-top:36px;margin-bottom:36px;}
.new-prolist li{float:left; width:48%; margin:0px 10px 20px 10px;border: 1px solid #ccc;padding: 20px;}
.new-prolist li div{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient: vertical;overflow: hidden;color:#999;}
.new-prolist li p{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color:#000;font-weight: bold;}
.new-prolist li span{color:#cdc9c9;display: block;margin: 8px 0px;}
#Solution-inside li{float:left; width:45%; margin-right:10px;}
#Solution-inside li img{width:100%;}
#Solution-inside p{font-size:18px; font-weight:bold;}
#Solution-inside a{border: 1px solid #ccc;margin-bottom: 20px;display: block;overflow: hidden;padding: 20px;}
#Solution-inside p:before{content:">"; font-weight:bold;margin-right: 10px;}

@media(max-width:768px) {
    .about-pro{padding: 30px 0;}
    .about-pro h3{font-size: 22px;}
    .about-pro p{font-size: 17px;}
    .about-pro .more{margin-bottom: 15px;}
.home-app{padding:20px 0;}
.home-app h2{margin-bottom:0px;}
.home-app .app-box{margin-top:20px; padding:10px 0;}
.home-app p{font-size:13px;margin-bottom: 0px;line-height:20px;}
  #swiper-button-next-custom-banner1,#swiper-button-prev-custom-banner1{display:none;}
 .home-about p.name-sy{font-size: 20px;font-style: normal;font-weight: bold;color: #222;margin-bottom: 20px;}
 .title-application{font-size: 22px;font-weight: bold;text-align: center; margin-bottom: 15px;} 
#application-sy .col-md-3{float:left;width:50%;}
.home-app .app-box h3{margin-bottom:15px;margin-top:5px;font-size:18px;}
.faq-prolist li,.new-prolist li{width:100%;margin:0px; margin-bottom:15px;}
.faq-prolist li{padding:10px;}
.new-prolist li:nth-child(3),.new-prolist li:nth-child(4),.new-prolist li:nth-child(5),.new-prolist li:nth-child(6){display:none;}
.title-faqlist{margin-bottom:15px;}
#faq-list{padding: 20px 10px;}
}


/* 浮窗 */
#float{position:fixed;right:0;bottom:165px;margin-top:-60px;z-index:55;transform:translateX(0);transition:.3s ease-in-out}
#float .ico{display:block;width:56px;height:56px;text-align:center;position:relative;cursor:pointer;background:#00418d}
#float .ico>i{font-size:30px;line-height:56px;display:block;color:#fff;position:relative;z-index:9999;background: #00418d;border-top:1px solid #fff}
#float .ico:first-child>i{border-top:0px solid #fff}
#float .ico>.img{position:absolute;right:56px;width:140px;top:0;display:none;background-color:#fff}
#float .ico>.img>img{width:100%}
#float .ico p{position:absolute;top:0;border-radius:0;right:-350px;padding:0px 20px;line-height:56px;font-size:16px;height:56px;background-color:#00418d;color:#FFF;transition:all .6s;z-index:0;white-space:nowrap}
#float .ico:hover>.img{display:block}
#float .ico:hover p{right:56px}
#float .scale-ico{background-color:#b1b1b1;transition:.3s ease-in-out}
#float .scale-ico>i{background-color:#b1b1b1;transition:.3s ease-in-out}
#float .scale-ico>i:hover{background-color:#00418d;transition:none}
#float.hide{transform:translateX(56px)}
#float.hide .scale-ico{width:calc(56px / 2);transform:translateX(calc(-56px / 2));border-top:0;transition:transform .6s ease-in-out .3s,width .3s ease-in-out}
#float.hide .scale-ico i{transform:rotate(180deg);border-top: 1px solid transparent}
#float .ico#scroll-top{display:block!important;}
@media (min-width:1px) and (max-width:991px){
    #float .ico{width:40px;height:40px}
    #float .ico>i{font-size:22px;line-height:40px}
    #float .ico>.img{right:40px}
    #float .ico p{line-height:40px;padding:0 15px;height:40px}
    #float.hide{transform:translateX(40px)}
    #float.hide .scale-ico{width:calc(40px / 2);transform:translateX(calc(-40px / 2))}
}


/*cookies板式三*/
.google-cookies{position:fixed;z-index:99;box-shadow:8px 0 15px rgba(0, 0, 0, 0.2);background:#fff;padding:20px 0;bottom:0;left:0;right:0;}
.google-cookies.off{display:none;}
.google-cookies .container-xl{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.google-cookies .left{width:70%;}
.google-cookies .right{text-align:center;}
.google-cookies .t1{font-size:20px;font-weight:bold;color:#00418d;margin-bottom:5px;}
.google-cookies .p1{font-size:14px;line-height:22px;}
.google-cookies .p1 a{font-weight:bold;text-decoration:underline; margin-right:10px;}
.google-cookies .cookies-btn{border:1px solid #00418d;color:#00418d;display:block;font-size:16px;padding:8px 25px;margin-top:8px; background:#fff; transition: all 0.5s;border-radius:10px;cursor:pointer;}
.google-cookies .cookies-btn:hover{text-decoration:underline;}
.google-cookies .cookies-btn:first-child{background:#00418d;color:#fff;margin-top:0}

@media(max-width:768px) {
  .google-cookies{padding:10px 0;}
  .google-cookies .left{width:100%;}
  .google-cookies .t1{font-size:16px;line-height:24px;}
  .google-cookies .p1{font-size:14px;line-height:16px;margin-bottom:10px;}
  .google-cookies .right{width:100%;text-align:left;}
  .google-cookies .cookies-btn{padding:5px 10px;border-radius:0;margin-top:10px;font-size:14px;display:inline-block;}
}

.pronr-wrapper .pronr-box{width:75%;position:relative;}
.pronr-wrapper .pronr-box .pronr-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:60px;}
.pronr-wrapper .pronr-box .pronr-head .left{width:70%;}
.pronr-wrapper .pronr-box .pronr-head .right{width:17%;text-align:center;cursor:pointer;}
.pronr-wrapper .pronr-box .pronr-head .pro-title{font-size:26px;line-height:30px;border-left:5px solid #01408e;padding-left:20px;}
.pronr-wrapper .pronr-box .pronr-head .desc{font-size:18px;line-height:30px;color:#6d6d6d;}
.pronr-wrapper .pronr-box .pronr-head .right p{font-size:18px;line-height:30px;margin-top:10px;font-weight:bold;}
.pronr-wrapper .pronr-box .pronr-head .right:hover p{color:#55ab20;transition:all 0.5s;}

.pronr-wrapper .pronr-qh{margin-bottom:65px;}
.pronr-wrapper .pronr-qh .product-thumb{position:relative;}
.pronr-wrapper .pronr-qh .product-thumb .zz{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;}
.pronr-wrapper .content h3{font-size:26px;line-height:30px;border-left:5px solid #01408e;padding-left:20px;font-weight:bold;margin-top:30px;margin-bottom:20px;}
.pronr-wrapper .content table tr td{text-align:left;padding:5px 10px;}
.pronr-wrapper .pro-feedback-box{display:flex;justify-content:space-between;background:url(../../images/b-pronr-bg.jpg) no-repeat top center;margin-bottom:40px;}
.pronr-wrapper .pro-feedback-box .left{width:50%;}
.pronr-wrapper .pro-feedback-box .right{width:41%;}
.pronr-wrapper .pro-feedback-box .right p{font-size:17px;line-height:20px;margin-bottom:20px;display:flex;}
.pronr-wrapper .pro-feedback-box .right p:before{content:"";width:17px;height:20px;background:url(../../images/b-pronr-tb1.png) no-repeat center;display:inline-block;margin-right:8px;}

.pronr-wrapper .container-xl{position:relative;}
.pronr-wrapper .pronr-nav{width:220px;position:absolute;right:0;top:100px;}
.pronr-wrapper .pronr-nav p{margin-bottom:3px;}
.pronr-wrapper .pronr-nav p a{background:#f0f0f0;padding:15px 20px;text-align:center;font-size:18px;line-height:20px;display:block;}
.pronr-wrapper .pronr-nav p a:hover{background:#01408e;color:#fff;transition:all 0.5s;}

.pronr-wrapper .pronr-nav.fadeInDown{position:fixed;top:120px;right:11%;}

@media(max-width:1430px) {
    .pronr-wrapper .pronr-nav{position:absolute;right:0;top:100px;}
    .pronr-wrapper .pronr-nav.fadeInDown{position:fixed;top:120px;right:0%;}
}

@media(max-width:768px) {
    .pronr-wrapper{padding:30px 0 40px;}
    .pronr-wrapper .pronr-box{width:100%;}
    .pronr-wrapper .pronr-nav{display:none;}
    .pronr-wrapper .pronr-box .pronr-head .pro-title{font-size:22px;line-height:26px;}
    .pronr-wrapper .pronr-box .pronr-head .desc{font-size:14px;line-height:20px;}
    .pronr-wrapper .pronr-box .pronr-head{margin-bottom:30px;flex-wrap:wrap;}
    .pronr-wrapper .pronr-qh{margin-bottom:30px;}
    .pronr-wrapper .pronr-box .pronr-head .left{width:100%;}
    .pronr-wrapper .pronr-box .pronr-head .right{width:40%;margin:15px auto 0;}
    .pronr-wrapper .pronr-box .pronr-head .right p{margin-top:0;}
    .pronr-wrapper .content h3{font-size:20px;line-height:24px;}
    .pronr-wrapper .pro-feedback-box{flex-wrap:wrap;}
    .pronr-wrapper .pro-feedback-box .left{width:100%;}
    .pronr-wrapper .pro-feedback-box .right{width:100%;}
    .pronr-wrapper .pro-feedback-box .right p{font-size:14px;line-height:20px;margin-bottom:10px;}
    .pronr-wrapper .pro-feedback-box{margin-bottom:15px;}
    .content-pro .pro-box{margin-bottom:10px;}
}