/*#region 通用*/
body { color: #333; font-size: 16px; line-height:24px; font-family: 'Poppins',sans-serif;}
a{color: #333;}
a:hover{color: #dc0b07;}
.swiper-pagination-bullet-active{background: #019b98;}
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: 40px; margin-top: 40px; }
.tkanniu{cursor:pointer;}
.bghui{background: #f9f9f9;}
.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; }
    body {font-size:14px;line-height:20px;}
}
/*#endregion*/

.header {z-index: 999;width: 100%;}
.header-desc{background:#dc0b07; padding: 8px 0;color:#fff;}
.header-desc .container-xl{display: flex;align-items: center;justify-content: space-between;}
.header-desc .desc{width: 60%;display: flex;justify-content: flex-end;align-items: center;}
.top-tel{color: #fff;font-size: 16px;display: flex;width: 40%;}
.top-tel a{color: #fff;}
.top-tel a:hover{text-decoration:underline;}
.top-tel a:hover i{color: #32a728;}
.top-lang{margin-left: 15px;}
.top-lang .dropdown.lang .dropdown-toggle{background: transparent;border: 0;color:#fff;}
.public-social span,.public-social a{border-radius:25px;}

.header-top{background: #0f0e0e;padding: 20px 0;}
.header-top .nav{display: flex;align-items: center;justify-content: flex-end;}
.header-top .nav .service{display: flex;justify-content: flex-end;align-items: center;position: relative;}
.header-top .nav .service .tkbtn{background: #dc0b07;font-size: 16px;color: #fff;cursor: pointer;padding: 8px 10px;border-radius: 10px;color:#fff; overflow: hidden;}
.top-search-box{z-index: 93;margin-right:20px;}
.top-search-box .search-tb{width: 35px;height: 35px;display: flex;align-items: center;justify-content: center;border-radius: 50%;overflow: hidden;}
.top-search-box .search-tb i{color: #fff;font-size: 16px;}
.top-search-box li{padding-top: 20px;padding-bottom: 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: 50px;top: 50px;z-index: 99;padding-top: 10px;}
.header.fadeInDown{position: fixed;top: 0;right: 0;left: 0;}
.header.fadeInDown .header-desc{display: none;}
.header.fadeInDown .header-top{padding: 0;}
.header.fadeInDown .desc{display: none;}


.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: 18px;margin: 0 20px;}
.navbar-custom .navbar-nav .nav-link {text-align: center;position: relative; color:#fff; padding: 0; height: 80px;display: flex;align-items: center;justify-content: center; font-size: 18px; }
.navbar-custom .navbar-nav .nav-link:before,.navbar-custom .navbar-nav .nav-link:before{content: "";width: 0px;height: 4px;margin-left: 0!important; background: #dc0b07;position: absolute; bottom: 0;}
.navbar-custom .navbar-nav .nav-item:hover .nav-link:before,.navbar-custom .navbar-nav .nav-item.active .nav-link:before{width: 100%; transition: all 0.3s;}
.navbar-custom .navbar-nav .nav-link:hover{}
.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{}
.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:1480px) {
.navbar-custom .navbar-nav .nav-item { margin: 0 15px;}
}

@media(max-width:1300px) {
.navbar-custom .navbar-nav .nav-item { margin: 0 8px;}
}

/*#region 手机端*/
.header-mb{background: #fff;position: fixed;top: 0;left: 0;right: 0;width: 100%;border-bottom: 1px solid #fff;z-index: 999;}
.header-mb .container-xl{height: 50px;}
.header-mb .top-logo{width: 50%;}
.header-mb .top-logo img{height: 30px;width: auto;}
.header-mb .top-mb{display: flex; align-items: center;width: 50%;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: #000}
.header-mb .top-mb .icon-bars{color: #000;}
.header-mb .top-mb .dropdown.lang .dropdown-toggle{color: #fff;}
.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: 38px;}
.top-mb-feed i{font-size: 16px;color: #000}

.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: -80%;
  width: 80%;
  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;
 }
 /* header */.head_top .top_left {
  display: none;
 }
 
 /*nav */.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: #fff url(../images/mobile_close.png) center center no-repeat;
  background-size: 50% auto;
  position: absolute;
  left: -35px;
  top: 0;
  cursor: pointer;
 }
/*#endregion*/

@media(max-width:768px) {
    body{padding-top: 0px;}
}
/*#endregion*/

@media(max-width:768px) {
    
}
/*#endregion*/

/*#region 栏目列表*/
.menu-collapse { border-radius: 6px 6px 0 0; border: 1px solid #e7e7e7; background: #fff;margin-bottom:20px; }
.menu-collapse .collapse-title { padding: 0.875rem; background: #5371b3; 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: #5371b3 }
.menu-collapse .menu-link:hover { background: #f8f9fa; }
.menu-collapse .drop { }
.menu-collapse .menu-link.active { background: #f6f6f6; color: #666 }

.ny-nav{background: #ffffff;border-top: 7px solid #0080d6;padding: 35px 50px;}
.ny-nav .nav-title{font-size: 20px;font-weight: bold;line-height: 26px;margin-bottom: 25px;}
.ny-nav .menu-horizontal-wrapper { margin-bottom: 0px; font-size: 18px; background: #fff; }
.menu-horizontal { display: block;}
.menu-horizontal .nav-item {display: block; margin-bottom: 10px; }
.menu-horizontal .nav-item:last-child{margin-bottom: 0;}
.menu-horizontal .nav-link {width: 100%;position: relative; cursor: pointer; padding: 15px 30px; color: #333;display: block;text-align: left; border-radius: 5px;overflow: hidden;  font-size: 16px; background: #f8f8f8; }
.menu-horizontal .nav-item.active .nav-link,.menu-horizontal .nav-link:hover {background: #0080d6; color: #fff; transition: all 0.3s; }
.menu-horizontal .nav-item .nav-link:after{content: "\f061";font-family: cmsfont;font-size: 14px;position: absolute;right: 22px;top: 16px;display: block;z-index: 1;}
.menu-horizontal .nav-item.child .nav-link:after{content: "\f067";}
.menu-horizontal .nav-item.child.active .nav-link:after{content: "\f068";}


.menu-horizontal-child { display: flex; flex-wrap: wrap;margin-top: 20px; }
.menu-horizontal-child .nav-item-child { color: #333333;margin-right: 10px;margin-bottom:10px; background: #fff;border:1px solid #fff;border-radius:50px;overflow:hidden;}
.menu-horizontal-child .nav-item-child .nav-link-child{color: #333333;padding: 0 25px; display: block;text-align: center; font-size: 16px; line-height: 54px; }
.menu-horizontal-child .nav-item-child .nav-link-child:before { content: "●"; font-size: 16px; margin-right: 12px; color: #5371b3 }
.menu-horizontal-child .nav-item-child.active,.menu-horizontal-child .nav-item-child:hover{border-color:#5371b3;}
.menu-horizontal-child .nav-item-child.active .nav-link-child,.menu-horizontal-child .nav-item-child:hover .nav-link-child {color: #5371b3;}

.menu-horizontal-wrapper{margin-bottom: 0;}
.menu-horizontal-about{display: flex;flex-wrap: wrap;justify-content:center;margin-top:40px;margin-bottom:40px;font-family:Barlow;}
.menu-horizontal-about .nav-item-about { color: #666666;margin-right: 10px;margin-bottom:10px; background: #fff;border-radius:5px;overflow:hidden;border:1px solid #e0e0e0;}
.menu-horizontal-about .nav-item-about .nav-link-about{color: #666666;padding: 0 35px; display: block;text-align: center; font-size: 20px; line-height: 54px;}
.menu-horizontal-about .nav-item-about.active,.menu-horizontal-about .nav-item-about:hover{background: #86c442;border-color:#86c442;}
.menu-horizontal-about .nav-item-about.active .nav-link-about,.menu-horizontal-about .nav-item-about:hover .nav-link-about {color: #fff;}

.menu-horizontal-wrapper{margin-bottom: 0;}
.menu-horizontal-pro{display: flex;flex-wrap: wrap;margin-bottom:30px;}
.menu-horizontal-pro .nav-item-pro { color: #fff;margin-right: 10px;margin-bottom:10px; background: #1f1f1f;}
.menu-horizontal-pro .nav-item-pro .nav-link-pro{color: #fff;padding: 0 35px 0 20px; display: block;text-align: center; font-size: 18px; line-height: 54px;}
.menu-horizontal-pro .nav-item-pro .nav-link-pro:before{ content: "●"; font-size: 16px; margin-right: 12px; color: #fff }
.menu-horizontal-pro .nav-item-pro.active,.menu-horizontal-pro .nav-item-pro:hover{background: #dc0b07;}
.menu-horizontal-pro .nav-item-pro.active .nav-link-pro,.menu-horizontal-pro .nav-item-pro:hover .nav-link-pro {color: #fff;}

@media(max-width:768px) {
    .ny-nav{padding: 25px 15px;display: none;}
    .menu-horizontal-about .nav-item-about{margin-right:0;}
}
/*#endregion*/

/*#region 位置导航*/
.banner{}
.banner.home{position:relative;}
.banner.home .banner-text{text-align: left;align-items:center;}
.banner.home .banner-text .container-xl{display: flex;align-items: center;justify-content: space-between;}
.banner.home .banner-text .img{display: flex;align-items: center; justify-content: flex-end; width: 48%;animation: left-animation 1s infinite;animation-iteration-count: 1;}
.banner.home .banner-text .box{width: 52%;padding: 0;animation: up-animation 1s infinite;animation-iteration-count: 1;}
.banner.home .banner-text .box .title{font-size: 52px;color: #fff;line-height:85px; margin-bottom: 35px;font-weight: bold;text-transform: uppercase;font-family:Barlow;}
.banner.home .banner-text .box p{font-size: 16px;color: rgba(255, 255, 255, 1);line-height: 32px;}
.banner.home .banner-text .box .more{ font-size: 22px;color: #333;text-transform: uppercase;font-family:Barlow; background: #ffffff;display: inline-block;margin-top: 100px;padding:18px 35px; text-align: center;}
.banner.home .banner-text .box .more:hover{color: #fff;background: #0080d6;transition: all 0.5s;}

.banner.ny{background:#f5f5f5;padding:60px 0;}
.banner.ny .container-xl{display: flex;align-items: center;position:relative;height:332px;}
.banner.ny .container-xl .bg{height:auto;padding-left:10%;}
.banner.ny .container-xl .bg img{box-shadow:5px 0 57px rgba(0, 0, 0, 0.23);}
.banner.ny .box{position:absolute;z-index:2;left:15px;background:#fff;}
.banner.ny .box .page-title{position:relative;display:inline-block; height:235px;padding:75px 105px 0 85px;}
.banner.ny .ny-title{font-size:42px;line-height:42px;text-transform:uppercase;margin-bottom:20px;font-family:Barlow;font-weight:bold;color:#333;}
.banner.ny .box .page-title:before{content:"";width:22px;height:22px;background:url(../images/tb-k1.png) no-repeat;position:absolute;left:0;top:0;z-index:3}
.banner.ny .box .page-title:after{content:"";width:22px;height:22px;background:url(../images/tb-k2.png) no-repeat;position:absolute;right:0;bottom:0;z-index:3}

@media(max-width:768px) {
  .banner.ny .container-xl{display:block;height:auto;}
  .banner.ny .container-xl .bg{padding-left:0;}
    .banner.ny{background:#f5f5f5;padding:15px 0 30px;}
    .banner.ny .box{position:relative;left:inherit;}
    .banner.ny .box .page-title{padding:15px 15px;height:auto;}
    .banner.ny .ny-title{text-align:center;font-size:26px;margin-bottom:5px;}
}

.page-title {color:#333;}
.page-title  a{color:#333;}
.page-title  a:hover{color:#dc0b07;text-decoration:underline;}
.page-title .breadcrumb { justify-content: flex-start;align-items: center; color: #333;font-size: 16px;}
.breadcrumb-item + .breadcrumb-item::before { color: #333;font-family: cmsfont; content: "\f054";font-size: 10px; margin-right: 10px;margin-left: 10px; }
.page-title .breadcrumb .breadcrumb-item:last-child a{font-weight:bold;color:#dc0b07;}

.page-title.pro{background:#f1f1f1;padding:15px 0;}
.page-title.pro .breadcrumb{justify-content: flex-start;}

@media(max-width:768px) {
  .banner .ny-title{margin-bottom:0}
    .page-title{width: 100%;position:relative;top:inherit;}
    
    .page-title .breadcrumb { justify-content: center; }
    
}
/*#endregion*/

/*#region 底部*/
footer .container-xl{max-width:1310px;}
footer .footer-top{background:url(../images/foot-bg.jpg) no-repeat center bottom;padding-top:70px;background-size:cover;}
footer .footer-top .t1{font-size:48px;text-align:center;line-height:48px;margin-bottom:50px;}
footer .footer-top .box{width:600px;padding:10px; background:#dc0b07;border-radius:40px;cursor:pointer; overflow:hidden;margin:0 auto 100px;display:flex;align-items:center;justify-content:space-between;}
footer .footer-top .box .left{font-size:20px;line-height:24px;padding-left:20px;}
footer .footer-top .box .right{width:265px;background:#000000;text-align:center;padding:10px;border-radius:30px;overflow:hidden;font-size:20px;line-height:24px;}
footer .footer-top .addrs{display:flex;justify-content:space-between;color:#333}
footer .footer-top .addr{width:30%;background:#fff;border-radius:40px;display:flex;align-items:center;justify-content:center;padding:25px 30px;}
footer .footer-top .addr .img{width:38px;min-width:38px;margin-right:10px;}
footer .footer-top .addr:first-child .text{font-size:14px;line-height:20px;}
footer .footer-top .addr .text{font-size:24px;line-height:24px;}
footer {position: relative;color:rgba(255, 255, 255, 1);}
footer .footer-bottom{font-size:17px;line-height:30px;background: #dc0b07;padding:35px 0;}
footer .footer-bottom .container-xl{display:flex;align-items:center;justify-content:space-between;}
footer .footer-bottom .foot-text a{color:#fff;}
footer .footer-bottom .foot-text a:hover{text-decoration:underline;}

@media(max-width:768px) {
    footer .footer-top{background-size:cover;padding-top:35px;}
    footer .footer-top .t1{font-size:30px;line-height:34px;margin-bottom:35px;}
    footer .footer-top .box{width:100%;margin-bottom:30px;}
    footer .footer-top .box .left{font-size:16px;}
    footer .footer-top .box .right{font-size:16px;width:240px;}
    footer .footer-bottom .container-xl{display:block;text-align:center;}
    footer .footer-bottom{font-size:14px;line-height:22px;padding:20px 0; }
    footer .footer-bottom .foot-text{margin-bottom:10px;}
    footer .footer-top .addrs{flex-wrap:wrap;}
    footer .footer-top .addr{width:100%;margin-bottom:15px;padding:10px 25px;justify-content:flex-start;}
    footer .footer-top .addr:last-child{margin-bottom:0;}
    footer .footer-top .addr .text{font-size:18px;}
}
/*#endregion*/

/*#region 首页*/

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

@keyframes up-animation {
    0%{
        margin-bottom: 80px;
        opacity: 0;
    }
    100%{
        margin-bottom: 0px;
        opacity: 1;
    }
}
@keyframes left-animation {
    0%{
        padding-right: 50px;
    }
    100%{
        padding-right: 0px;
    }
}

.home-lm{display:flex;flex-wrap:wrap;background:#181818;color:#fff;}
.home-lm .item{width:50%;display:flex;flex-wrap:wrap;position:relative;}
.home-lm .item .text{width:50%;display:flex;align-items:center;justify-content:center;position:relative;}
.home-lm .item .img{width:50%;}
.home-lm .item .text .box{width:70%;}
.home-lm .item .text .num{font-size:120px;font-weight:bold;color:rgba(255, 255, 255, 0.5);position:absolute;right:20px;bottom:0px;line-height:100px;}
.home-lm .item .text .t1{font-size:33px;line-height:48px;margin-bottom:10px;}
.home-lm .item .text p{font-size:16px;line-height:26px;margin-bottom:35px;}
.home-lm .item .text .more{font-size:18px;line-height:32px;background:#dc0b07;display:inline-block;padding:8px 45px;color:#fff;}
.home-lm .item .text .more:hover{text-decoration:underline;}

@media(max-width:1630px) {
    .home-lm .item .text .t1{font-size:28px;}
    .home-lm .item .text .num{font-size:100px;}
}

@media(max-width:1530px) {
    .home-lm .item .text .t1{font-size:24px;}
    .home-lm .item .text .num{font-size:80px;}
    .home-lm .item .text p{font-size:15px;line-height:20px;margin-bottom:15px;}
}

@media(max-width:768px) {
  .home-lm .item{width:100%;display:block;}
  .home-lm .item .img{width:100%;}
  .home-lm .item .text .box{width:100%;}
  .home-lm .item .text{width:100%;padding:15px;}
  .home-lm .item .text .t1{font-size:20px;line-height:30px;}
  .home-lm .item .text p{font-size:14px;list-style:20px;margin-bottom:15px;}
  .home-lm .item .text .num{font-size:80px;line-height:60px;}
  .home-lm .item .text .more{font-size:16px;padding:5px 35px;}
}


@media(max-width:1600px) {
  .home-about .home-cert{width:60%;}
}

@media(max-width:768px) {
  .home-about{padding:40px 0 0;background:#fff;}
  .home-about .t1{font-size:26px;margin-bottom:5px;}
  .home-about .t1 .span1{font-size:30px;margin-bottom:10px;}
  .home-about .t2{font-size:20px;}
  .home-about p{font-size:14px;line-height:20px;}
  .home-about .t3{font-size:18px;margin-right:0px;line-height:24px;}
  .home-about .t3-box{display:block;}
  .home-about .num-items{width:100%;margin-bottom:30px;}
  .home-about .num-item .num{width:50px;height:50px;min-width:50px;}
  .home-about .num-item .num span{width:35px;height:35px;line-height:35px;}
  .home-about .num-item .num-title{font-size:20px;line-height:26px;}
  .home-about .num-item .num-subtitle{font-size:14px;}
  .home-about .num-item:nth-child(3), .home-about .num-item:nth-child(4){padding-top:15px;}
  .home-about .num-item:nth-child(3):before, .home-about .num-item:nth-child(4):before{display:none;}
  .home-about .home-cert{position:relative;height:auto;left:inherit;bottom:inherit;background:#181818;display:block;text-align:center;width:100%;padding:20px 0 5px;}
  .home-about .home-cert .contacts{width:60%;height:40px;background:#dc0b07;border-radius:30px;overflow:hidden;display:block;margin:20px auto;font-size:18px;line-height:40px;}

}

.home-pro{padding:70px 0;background:#fff;}
.home-pro .t1{font-family:Barlow;font-size:48px;line-height:48px;text-align:center;margin-bottom:35px;text-transform:uppercase;}
.home-pro .pro-box{background:#fbfbfb;padding:30px;}
.home-pro .pro-box:nth-child(2),.home-pro .pro-box:nth-child(4),.home-pro .pro-box:nth-child(5),.home-pro .pro-box:nth-child(7){background:#fff;}
.home-pro .pro-box .img img{mix-blend-mode: multiply!important;}
.home-pro .pro-box .t2{font-size:19px;line-height:24px;height:54px; border-bottom:4px solid #dc0b07;margin-bottom:15px;text-align:center;font-weight:bold;}
.home-pro .pro-box p{font-size:14px;line-height:24px;color:#929292;text-align:center;margin-bottom:10px;}
.home-pro .more{width:325px;height:74px;display:block;margin:70px auto 0;background:#dc0b07;border-radius:50px;overflow:hidden;text-align:center;font-size:24px;line-height:74px;color:#fff;}
.home-pro .more:hover{text-decoration:underline;}

@media(max-width:768px) {
  .home-pro{padding:30px 0;}
  .home-pro .t1{font-size:26px;margin-bottom:25px;}
  .home-pro .pro-box{background:#fbfbfb;padding:15px;}
  .home-pro .pro-box:nth-child(2),.home-pro .pro-box:nth-child(3),.home-pro .pro-box:nth-child(6),.home-pro .pro-box:nth-child(7){background:#fff;}
  .home-pro .pro-box:nth-child(4),.home-pro .pro-box:nth-child(5){background:#fbfbfb;}
  .home-pro .pro-box .t2{font-size:16px;height:auto;padding-bottom:5px;}
  .home-pro .pro-box p{display: -webkit-box;line-height:20px;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.home-pro .more{width:60%;font-size:16px;height:40px;line-height:40px;margin:30px auto 0;}
}

.home-adv{background:#181818;padding:65px 0;color:#fff;text-align:center;}
.home-adv .t1{font-family:Barlow;font-size:48px;line-height:48px;text-align:center;margin-bottom:35px;text-transform:uppercase;}
.home-adv .t2{background:#dc0b07;border-radius:10px;width:80%;margin:10px auto 15px;padding:8px 0;font-size:26px;line-height:30px;}
.home-adv p{padding:0 15px;}

.home-app{background:#fff;padding:65px 0 40px;}
.home-app .t1{font-family:Barlow;font-size:48px;line-height:48px;text-align:center;margin-bottom:35px;text-transform:uppercase;}
.home-app .box{display:flex;flex-wrap:wrap;justify-content:space-between;}
.home-app .box .left{width:58%;}
.home-app .box .right{width:39%;}
.home-app .box .img{position:relative;}
.home-app .box .img .text{background:#181818;width:37%;padding:20px 35px 20px 90px;display:flex;justify-content:space-between;align-items:center; position:absolute;right:0;bottom:0;z-index:2;text-align:center;font-size:22px;line-height:32px;color:#fff;
shape-outside:polygon(20% 0, 10% 100%, 100% 100% ,100% 0%);
    -webkit-clip-path:polygon(20% 0, 10% 100%, 100% 100% ,100% 0%);}
.home-app .box .img .text span{margin-left:12px;}
.home-app .box .right .img .text{width:47%;font-size:19px;padding:10px 25px 10px 70px;}
.home-app .box .right .img{margin-bottom:25px;}
.home-app .box .right .img:last-child{margin-bottom:0;}
.home-app .box .img a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;}
.home-app .box .img:hover .text{text-decoration:underline;}

@media(max-width:768px) {
  .home-app{padding:35px 0;}
  .home-app .t1{font-size:26px;margin-bottom:25px;}
  .home-app .box .left{width:100%;margin-bottom:15px;}
  .home-app .box .right{width:100%;}
  .home-app .box .right .img{margin-bottom:15px;}
  .home-app .box .img .text{width:70%;padding:10px 25px 10px 70px;font-size:16px;}
  .home-app .box .right .img .text{width:70%;font-size:16px;}
  .home-app .box .img .text span img{width:70%;height:auto;}
}

.home-news{background:#fff;padding:45px 0 120px;}
.home-news .box{display:flex;flex-wrap:wrap;justify-content:space-between;}
.home-news .box .left{width:58%;background:#ecedef;padding:50px;}
.home-news .box .right{width:42%;background:#181818;padding:50px;color:#fff;}
.home-news .box .t1{font-family:Barlow;font-size:48px;line-height:48px;margin-bottom:55px;text-transform:uppercase;}
.home-news .news-box{display:flex;align-items:center;margin-bottom:35px;}
.home-news .news-box:last-child{margin-bottom:0;}
.home-news .news-box .img{border:2px solid #181818;width:31%;}
.home-news .news-box .text{width:69%;padding-left:25px;}
.home-news .news-box .t2{font-size:24px;line-height:24px;font-weight:bold;margin-bottom:10px;}
.home-news .news-box p{margin-bottom:10px;}
.home-news .news-box time{color:#db4d00;}

.home-news .cert-qh{padding:0 90px;position:relative;}
.home-news .h3{text-align:center;font-size:24px;line-height:30px;margin-top:10px;}
.home-news .cert-qh .swiper-button-cert:after{color:#fff;font-size:60px;}
.home-news .cert-qh .image{border:5px solid #dc0b07;}



/*#endregion*/


/*#region 文章单页*/
.public-bg{padding:100px 0 80px;}
.public-bg .container-xl{max-width:1500px;}

.public-wrapper{background:#fff;padding:100px 0}
.public-wrapper h4{font-size: 20px;font-weight: bold; line-height: 32px;margin-bottom: 20px;margin-top: 20px;border-left:4px solid #6085cb;padding-left:15px;}
.public-wrapper p{font-size: 16px;line-height: 26px;color: #666666;margin-bottom: 20px;}

.about-contact{padding:80px 0;background:url(../images/public-contact-bg.jpg) no-repeat center;color:#fff;}
.about-contact .container-xl{display:flex;align-items:center;justify-content:space-between;}
.about-contact .t1{font-size:32px;line-height:50px;text-transform:uppercase;width:65%;}
.about-contact .more{font-family:Barlow;background:#333333;text-align:center;display:inline-block;padding:12px 35px; font-size:22px;text-transform:uppercase;color:#fff;}
.about-contact .more i{margin-left:20px;}
.about-contact .more:hover{background:#86c442}

@media(max-width:768px) {
    .public-bg{padding:40px 0 40px;}
    .public-wrapper{padding:40px 0;}
    .public-wrapper p{font-size:14px;line-height:22px;margin-bottom:15px;}
    .about-contact{padding:40px 0;background-size:cover;}
    .about-contact .container-xl{display:block;}
    .about-contact .t1{font-size:24px;text-align:center;line-height:30px;width:100%;margin-bottom:25px;}
    .about-contact .more{font-size:16px;padding:10px 15px;margin:0 auto;width:70%;display:block;}
}

/*#region about wrapper*/
.about-wrapper{background:url(../images/com-bg.jpg) no-repeat right bottom #f5f5f5;position:relative;}
.about-wrapper .t1{border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;padding:25px 0;text-align:center;font-size:36px;;line-height:36px;font-family:Barlow;}
.about-wrapper .box{width:50%;margin-top:35px;padding-bottom:150px;}
.about-wrapper .box p{font-size:17px;line-height:26px;margin-bottom:20px;}
.about-wrapper .home-cert{position:absolute;left:0;bottom:0;height:116px;display:flex;justify-content:flex-end;align-items:center; background:url(../images/com-bg2.png) no-repeat right;z-index:10;width:1243px;}
.about-wrapper .home-cert .contacts{width:454px;text-align:center;font-size:30px;color:#fff;}
.about-wrapper .home-cert .contacts:hover{text-decoration:underline;}
.about-wrapper .home-cert .contacts span{margin-left:10px;}
.about-wrapper .t3-box{display:flex;align-items:center;}
.about-wrapper .t3{font-size:22px;line-height:48px;color:#fff;margin-right:40px;}

.com-num{background:#fff;padding:40px 0;}
.com-num .num-items{position:relative;display:flex;flex-wrap:wrap;}
.com-num .num-items .num-item{width:25%;display:flex;align-items:center;position:relative;}
.com-num .num-item .num{width:64px;height:64px;border-radius:50%;background:rgba(220, 11, 7, 0.3);display:flex;align-items:center;justify-content:center;}
.com-num .num-item .num span{width:41px;line-height:41px;background:#dc0b07;font-size:18px;line-height:41px;text-align:center;border-radius:50%;color:#fff;}
.com-num .num-item .text{padding-left:18px;color:#4c4c4c;}
.com-num .num-item .num-title{font-size:28px;line-height:32px;font-weight:bold;}
.com-num .num-item .num-subtitle{font-size:16px;}
.com-num .num-item .num-title:after{margin-left:5px;}
.com-num .num-item .num-title#target1:after{content:"year";font-size:14px;line-height:16px;}
.com-num .num-item .num-title#target2:after{content:"+";}
.com-num .num-item .num-title#target3:after{content:"-";}
.com-num .num-item .num-title#target4:after{content:"+";}

.com-certs{background:#fff;padding:50px 0;}
.com-certs .t1{font-family:Barlow;font-size:48px;line-height:48px;margin-bottom:45px;text-transform:uppercase;text-align:center;}
.com-certs .cert-col{margin-bottom:25px;}
.com-certs .cert-col .img{border:2px solid #010101;padding:22px 15px;}
.com-certs .cert-col .img a{border:2px solid #ababab;}
.com-certs .cert-col .title{font-size:19px;line-height:30px;text-align:center;margin-top:15px;}

@media(max-width:1500px) {
  .about-wrapper .home-cert{width:74%;}
}

@media(max-width:768px) {
  .about-wrapper{background:#f5f5f5;}
  .about-wrapper .t1{font-size:26px;line-height:30px;}
  .about-wrapper .box{width:100%;margin-top:25px;padding-bottom:25px;}
  .about-wrapper .box p{font-size:14px;line-height:20px;}
  .about-wrapper .home-cert{position:relative;width:100%;background:#181818;padding:15px;height:auto;flex-wrap:wrap;justify-content:flex-start;}
  .about-wrapper .t3{font-size:15px;margin-right:0;}
  .about-wrapper .t3:nth-child(2){margin-left:10px;}
  .about-wrapper .home-cert .contacts{width:60%;height:40px;background:#dc0b07;border-radius:30px;overflow:hidden;display:block;margin:20px auto;font-size:18px;line-height:40px;}

  .com-num{padding:30px 0 15px;}
  .com-num .num-items .num-item{width:50%;margin-bottom:15px;}
  .com-num .num-item .num{width:50px;height:50px;min-width:50px;}
  .com-num .num-item .num span{width:35px;height:35px;min-width:35px;line-height:35px;}
  .com-num .num-item .num-title{font-size:22px;line-height:30px;}
  .com-num .num-item .num-subtitle{font-size:14px;}
  .com-num .num-item .text{padding-left:8px;}

  .home-adv{padding:30px 0;}
  .home-adv .t1{font-size:26px;line-height:30px;}
  .home-adv .img img{width:70px;height:70px;}
  .home-adv .t2{font-size:16px;padding:5px 0;}

  .com-certs{padding:30px 0;}
  .com-certs .t1{font-size:26px;line-height:30px;margin-bottom:25px;}
  .com-certs .cert-col .title{font-size:16px;}
}

.down-wrapper{padding: 0 0 70px;background: #f5f5f5;}
.down-wrapper h2{font-size: 30px;color: #fff;font-weight: bold;margin-bottom: 15px;}
.down-wrapper p{font-size: 16px;line-height: 24px;color: #fff;margin-bottom: 20px;}
.down-wrapper .form-feedback .form-control{ background: transparent; color: #fff!important; border-right: 0;border-left: 0;border-top: 0; border-radius: 0; border-bottom: 1px solid #bbac9a; padding-top: 10px;padding-bottom: 10px;  }
.down-wrapper .form-feedback .btn { color: #fff; background: #000000;border-radius: 50px; font-size: 18px; line-height: 30px;}
.down-wrapper .form-feedback .btn:hover{background:#3e3535; }
.down-wrapper .feedback{background: #bc1916;padding: 50px 60px;}
.down-wrapper .form-control::-webkit-input-placeholder{color: rgba(255, 255, 255, 0.7)!important;}

@media(max-width:768px) {
    .down-wrapper .feedback{padding: 20px;}
    .down-wrapper h2{font-size: 22px;}
    .down-wrapper{padding: 0px 0 25px;}
}

.faq-wrapper{background:#f5f5f5;padding:0 0 60px;}
.faq-col{box-shadow:0 0 30px rgba(0, 0, 0, 0.05);background:#ffffff;margin-bottom:35px;}
.faq-col .faq-q{padding:15px 40px 15px 20px;background:#cd1410;display:inline-block;font-size:24px;color:#fff;line-height:30px;position:relative;}
.faq-col .faq-q span{background:#fff;width:30px;height:30px;font-weight:bold;color:#333;min-width:30px;text-align:center;display:inline-block;border-radius:5px;margin-right:10px;}
.faq-col .faq-a{padding:30px;}
.faq-col .faq-a p{font-size:17px;line-height:24px;}
.faq-col:nth-child(2n) .faq-q{background:#0f0e0e;}
.faq-col .faq-q:after{content:"";width:30px;height:60px;background:#fff;top:0;right:-1px;bottom:0;display:inline-block;z-index:2;position:absolute;
shape-outside:polygon(0 0, 0% 100%,  100% 0%);
    -webkit-clip-path:polygon(0 0%, 100% 100%,100% 0%);}

@media(max-width:768px) {
    .faq-col .faq-q:after{display:none;}
    .faq-col .faq-q{padding:15px;font-size:18px;line-height:30px;display:block;}
    .faq-col .faq-a{padding:15px;}
    .faq-col .faq-a p{font-size:14px;line-height:20px;}
    .faq-col{margin-bottom:15px;}
}


/*#region contact-wrapper*/
.contact-wrapper{background:#f5f5f5;padding:0 0 85px;}
.contact-wrapper .t1{border-top:1px solid #e6e6e6;margin-bottom:70px; border-bottom:1px solid #e6e6e6;padding:25px 0;text-align:center;font-size:36px;;line-height:36px;font-family:Barlow;}
.contact-wrapper .box{padding:70px 55px 75px; background:url(../images/contact-bg.jpg) no-repeat left bottom #fff;border-radius:10px;position:relative; box-shadow:12px 0 46px rgba(0, 0, 0, 0.08);}
.contact-wrapper .box .feedback-box{position:absolute;background:rgba(0, 0, 0,0.9);width:47%;right:63px;top:70px;padding:40px 35px;border-radius:10px;overflow:hidden;color:#fff;}
.contact-wrapper .box .feedback-box .t3{font-size:30px;text-align:center;line-height:40px;font-weight:bold;margin-bottom:20px;}
.contact-wrapper .box .feedback-box p{font-size:15px;line-height:26px;text-align:center;margin-bottom:40px;}
.contact-wrapper .t2{padding-top:30px;padding-left:40px;}
.contact-wrapper .addr{display:flex;align-items:center;margin-bottom:20px;}
.contact-wrapper .addr:last-child{margin-bottom:0;}
.contact-wrapper .addr .text{padding-left:22px;font-size:24px;}

@media(max-width:768px) {
    .contact-wrapper{padding: 0 0 25px;}
    .contact-wrapper .t1{font-size:26px;line-height:30px;margin-bottom:25px;}
    .contact-wrapper .box{padding:20px 15px;}
    .contact-wrapper .addr .text{font-size:20px;}
    .contact-wrapper .addr .tb img{width:70px;height:70px;}
    .contact-wrapper .addrs{margin-bottom:30px;}
    .contact-wrapper .box .feedback-box{position:relative;width:100%;top:inherit;right:inherit;padding:25px 15px;}
    .contact-wrapper .box .feedback-box .t3{font-size:24px;line-height:30px;}
    .contact-wrapper .box .feedback-box p{font-size:14px;line-height:20px;margin-bottom:25px;}
    .contact-wrapper .t2{padding-left:0;padding-top:20px;text-align:center;}
}
/*#endregion*/

/*#region 产品中心*/

.profl-wrapper{background: #fff;padding: 120px 0;}

@media(max-width:768px){

  .profl-wrapper{padding:40px 0 0;}
  
}


/*#region 产品列表*/
.pro-wrapper{padding:0px 0 60px;background:#f5f5f5;}
.pro-wrapper .title{font-size:32px;line-height:36px;margin-bottom:15px;font-weight:bold;}
.pro-wrapper .desc p{font-size:18px;line-height:24px;margin-bottom:30px;}
.pro-col{background:#fff;padding:30px;margin-bottom:30px;}
.pro-col .img img{mix-blend-mode: multiply!important;}
.pro-col .t2{font-size:19px;line-height:24px;border-bottom:4px solid #dc0b07;margin-bottom:15px;text-align:center;font-weight:bold;height:54px;}
.pro-col p{font-size:14px;line-height:24px;color:#929292;text-align:center;margin-bottom:10px;}
.pro-col .more{width:325px;height:74px;display:block;margin:70px auto 0;background:#dc0b07;border-radius:50px;overflow:hidden;text-align:center;font-size:24px;line-height:74px;color:#fff;}
.pro-col .more:hover{text-decoration:underline;}


@media(max-width:768px) {
    .pro-wrapper{padding:0px 0 25px;}
    .pro-wrapper .title{font-size:26px;line-height:30px;}
    .pro-wrapper .desc p{font-size:14px;line-height:20px;}
    .pro-col{padding:10px;margin-bottom:15px;}
    .pro-col .t2{font-size:18px;line-height:24px;height:auto;}
    .pro-col p{line-height:20px;display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
}
/*#endregion*/

/*#region 文章列表*/
/*#region news list*/
.news-wrapper {background:#f5f5f5;padding:0 0 60px;}
.news-col{background:#fff;box-shadow:5px 0 21px rgba(0, 0, 0, 0.04);margin-bottom:30px;padding:25px;display:flex;}
.news-col .img{width:34%;border:2px solid #eeeeee;box-shadow:7px 0 29px rgba(0, 0, 0, 0.08);display:flex;align-items:center;justify-content:center;}
.news-col .text{width:66%;padding-left:25px;}
.news-col .text .h3{font-size:22px;margin-bottom:10px;font-weight:bold;}
.news-col .text p{color:#494949;}
.news-col .text .more{display:inline-block;background:#dc0b07;font-size:17px;color:#fff;padding:10px 40px;border-radius:15px;overflow:hidden;margin-top:10px;}
.news-col .text .more:hover{text-decoration:underline;}

@media(max-width:768px) {
    .news-wrapper{padding: 0px 0 25px;}
    .news-col{padding:20px 15px;margin-bottom:15px;}
    .news-col .text .h3{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
    .news-col .text{padding-left:15px;}
    .news-col .text .more{font-size:16px;padding:6px 30px;}
    .news-col .text p{display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
}
/*#endregion*/

/*#region 详情页*/
/*默认设置*/
.content-wrapper { line-height: 1.7;  margin-bottom: 1.5rem; }
.content-wrapper h2 {/*font-size: 1rem;*/font-size:20px; 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:#f5f5f5;padding:0 0 60px;}
.pronr-wrapper .pronr-title{font-size:36px;font-weight:bold;margin-bottom:30px;}
.product-head { background:#e1e1e1;padding:35px 35px 60px;}
.product-head .img{padding:15px 20px;box-shadow:7px 0 30px rgba(0, 0, 0, 0.05);background:#fff;position:relative;}
.product-head .img .down{width:216px;height:53px;text-align:center;color:#fff;display:flex;align-items:center;justify-content:center; font-size:18px;background:#c80805;border-radius:30px;overflow:hidden;position:absolute;bottom:-24px;left:calc(50% - 108px);}
.product-head .img .down span{margin-right:10px;}
.product-head .img .down:hover{text-decoration:underline;}
.product-head .feedback-box{padding:35px;}
.product-head .feedback-box .h2{font-size:30px;text-align:center;font-weight:bold;margin-bottom:40px;}

.content-wrapper.product{background: #fbfbfb;height: 100%;}
.content-wrapper.product .hot-sub-title{margin-bottom:0;}
.content-wrapper.product .table-wrapper{padding: 40px 0;}
.content-wrapper.product h5{font-size: 20px;color: #dc0b07;font-weight: bold; line-height: 30px;margin-bottom: 20px;margin-top: 20px;padding-left: 12px;border-left: 4px solid #dc0b07;}
.content-wrapper.product p{font-size: 16px;color: #666666;margin-bottom: 20px;}
.content-wrapper.product table td p,.content-wrapper.product table td{font-size: 16px;margin-bottom: 0;}
.content-wrapper.product .content{padding:0px;}
.content-wrapper.product .content .imgs{display:flex;border:1px solid #000000;margin-bottom:30px;}
.content-wrapper.product .content .imgs .img{width:50%;}
.content-wrapper.product .content .imgs .img:nth-child(2n){border-left:1px solid #000000;}
.content-wrapper.product .content .canshu{background:#f5f5f5;text-align:center;padding:50px 30px;margin-bottom:40px;}
.content-wrapper.product .content .canshu p{font-size:24px;margin-bottom:0;}
.content-wrapper.product .content .t3{font-size:26px;font-weight:bold;margin-bottom:25px;}

@media(max-width:768px) {
  .pronr-wrapper{padding:0 0 15px;}
  .product-head{padding:15px;}
  .pronr-wrapper .pronr-title{font-size:26px;margin-bottom:20px;}
  .product-head .feedback-box{padding:60px 0 0;}
  .product-head .feedback-box .h2{font-size:20px;margin-bottom:25px;}
  .content-wrapper.product .content{padding:0px;}
  .content-wrapper.product p{font-size:14px;line-height:22px;}
  .content-wrapper.product .content .canshu{padding:20px;margin-bottom:20px;}
  .content-wrapper.product .content .canshu p{font-size:18px;}
  .content-wrapper.product .content .t3{font-size:22px;}
  .content-wrapper.product .table-wrapper{padding: 20px 0;}
}


/*#region 新闻详情*/
.newsnr-wrapper{background:#f5f5f5;padding:0 0 60px;}
.newsnr-wrapper .title { font-size: 30px; color: #000; text-align: center;font-weight:bold; }
.newsnr-wrapper .content { font-size:16px;line-height:24px;}
.newsnr-wrapper .content p { margin-bottom:15px; }
.newsnr-wrapper .content h4{font-size: 22px;color: #dc0b07;margin: 20px 0;}
.newsnr-wrapper .summary {padding: 12px 0; text-align: center; margin: 20px 0 30px; font-size: 16px; color: #595959; border-bottom:1px dashed #000000;  }
.newsnr-wrapper .summary span { margin-right: 15px; }
.newsnr-wrapper .social a{border-radius: 0;}

@media(max-width:768px) {
    .newsnr-wrapper{padding:0px 0 25px;}
    .newsnr-wrapper .col-md-9{padding-right:15px;}
    .newsnr-container.content{font-size:14px;line-height:22px;}
    .newsnr-wrapper .title{font-size:22px;}
    .newsnr-wrapper .content h4{font-size:18px;}
}

.content-other{padding: 30px 0px;border-top: 1px solid #ddd; line-height: 28px;font-size: 16px; color: #dc0b07;display: flex;align-items: center;justify-content: space-between;}
.content-other a{color: #303f5f;}
.content-other a:hover{ color: #dc0b07;transition: all 0.3s; }
.content-other .left{width: 75%;}
.content-other .back{background: #dc0b07;padding: 10px 40px;display: inline-block;font-size: 18px;color: #fff;font-weight:bold;}
.content-other .back i{margin-left: 10px;}
.content-other .back:hover{color: #fff;background:#181818;transition:all 0.5s;}

@media(max-width:768px) {
  .content-other{flex-wrap: wrap;}
  .content-other .left{width: 100%;}
  .content-other .right{width: 100%;margin-top: 20px;}
}

.hot-sub-title{background:#000000;margin-bottom:30px;margin-top:30px;}
.hot-sub-title .h2{padding:8px 40px 8px 25px;font-size:17px;line-height:30px;color:#fff;background:#dc0b07;display:inline-block;
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%);}

/*其他内容*/
/*#endregion*/

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

/*留言*/
.contact-wrapper .feedback-box .form-control{padding-top: 13px;padding-bottom: 13px;color: #fff;margin-bottom: 0px;background:rgba(255, 255, 255, 0.1);border-color:rgba(0, 0, 0, 0.4)}
.contact-wrapper .feedback-box .form-control::-webkit-input-placeholder{color: #fff;}
.contact-wrapper .feedback-box .form-feedback .btn {padding-top: 15px;padding-bottom: 15px;font-size: 16px;background: #c80805;}
.contact-wrapper .feedback-box .form-feedback .btn:hover{background:#e91410;color: #fff; }
.contact-wrapper .feedback-box .form-feedback.was-validated .form-control:invalid,.contact-wrapper .feedback-box .form-feedback.was-validated .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);
}

.form-feedback .form-control{ background: #f3f3f3; color: #9396a2;font-size: 16px; border-radius: 10px;overflow: hidden; border: 1px solid #cecccc; padding-top: 11px;padding-bottom: 11px;  }
.form-feedback .form-control::-webkit-input-placeholder{color: #9396a2;}
.form-feedback .btn { color: #fff; background: #c80805;border-radius: 10px; font-size: 18px;line-height: 22px;padding-top: 11px;padding-bottom: 11px;}
.form-feedback .btn:hover{background:#e91410;color: #fff; }

@media(max-width:768px) {
    .form-feedback .form-control{padding-top: 10px;padding-bottom: 10px;font-size: 16px;}
    .form-feedback .btn{padding-top: 10px;padding-bottom: 10px;}
    .contact-wrapper .feedback-box .form-control{margin-bottom:0}
}

/*搜索*/
.pro-search .search-group{width: 100%;background:#fff;border:0; border-bottom:1px solid #dddddd;border-radius:0;}
.pro-search .search-group .form-control{font-size:18px;color:#333;padding-left:0;}
.pro-search .search-group .form-control::-webkit-input-placeholder{color: #333;font-size:18px;font-weight:bold;}
.search-group { width: 200px; height: 45px; background: #f7f7f7; overflow: hidden;border: 1px solid #f7f7f7;border-radius: 10px;}
.search-group .form-control { border: none; border-radius: 0px ;background: transparent;color: #5c5352;height: 45px;}
.search-group .form-control::-webkit-input-placeholder{color: #5c5352;}
.search-group .btn {border-radius: 0px;height: 45px;  width: 45px;display: flex;justify-content: center;align-items: center; padding: 6px 15px; margin-bottom: 0; }
.search-group i { color: #dc0b07; font-size: 1.3rem; }
.search-group .btn:hover{background: #dc0b07;}
.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; }
}


/*#弹出留言表单*/
.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;
    
    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 .title {
    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 .title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }
}


.feedpc{position:fixed;right: 0px;top:60%;cursor: pointer;z-index: 70;}
.feedpc .feed{display: flex;align-items: center;}
.feedpc .feed .img{z-index: 60;margin-right: -20px;}
.feedpc .feed p{background: #414141;height: 50px;font-size: 18px;font-weight: bold;color: #fff;text-align: center;line-height: 50px;padding: 0 15px 0 25px;}

@media(max-width:768px) {
    .feedpc .feed .img{margin-right: 0px;}
    .feedpc .feed .img img{width: 50px;height: 50px;}
    .feedpc .feed p{display: none;}
    .totop{z-index:10;}
}


.top-tel .icon-globe{color: #c3c3c3;}
.top-tel a,.public-social span, .public-social a{color: #898989;}
.public-social a i{margin-right: 5px;}
.top-lang .dropdown.lang .dropdown-toggle{color: #898989;}
.header-desc{background-color: #f1f4f8;}
/* .public-social a::after{content: "|";color: #4b4040;margin-left: 20px;} */
.header-top{background-color: #f1f4f8;}
.navbar-custom .navbar-nav .nav-link{color: #848485;font-weight: 600;height: 96px;padding: 0 20px;text-transform: capitalize;}
.top-search-box .search-tb i,.search-group i{color: #848485;}
.header-top .nav .service .tkbtn,.search-group .btn:hover{background-color: #019b98;}
.header-top{padding: 0;}
.navbar-custom .navbar-nav .nav-link:before, .navbar-custom .navbar-nav .nav-link:before{height: 0;}
.navbar-custom .navbar-nav .nav-item:hover .nav-link{color: #fff;}
.navbar-custom .navbar-nav .nav-item .nav-link{transition: all 0.6s;}
/* .navbar-custom .navbar-nav .nav-item:hover .nav-link{background-image: linear-gradient(to right, #209cc0, #7cc963);} */
.navbar-custom .navbar-nav .nav-item{position: relative;}
.navbar-custom .navbar-nav .nav-item::before{content: '';display: block;width: 100%;height: 100%;position: absolute;top:0;left:0;background:0;transition: all .6s;opacity: 0;}
.navbar-custom .navbar-nav .nav-item:hover::before{background: linear-gradient(to right, #019b98, #55ccc9);opacity: 1;}
@media (max-width: 1300px){
.navbar-custom .navbar-nav .nav-item{margin: 0;}
}
.money{
    cursor: pointer;  
           transition: all 0.5s ease;
}
.money:hover{
   transform: scale(1.1);
}
.navbar-custom .navbar-nav > .nav-item{margin: 0;}
.home-news{padding: 0;}
.home-news .cert-qh .image{border: 0;}
.home-news .box .right{padding: 0;width: 59%;}
.home-news .cert-qh{padding: 0;}
.swiper-button-prev-custom, .swiper-button-next-custom{background-color: #019b98;width: 88px;height: 88px;line-height: 88px;left: 0;bottom: 29px;}
.swiper-button-next-custom, .swiper-container-rtl .swiper-button-prev-custom{background-color: #019b98;width: 88px;height: 88px;line-height: 88px;left: 88px;border-left: 2px solid #000;}
.home-news .cert-qh .swiper-button-next-custom:after{font-size: 50px;}
.home-news .cert-qh .swiper-button-prev-custom:after{color: #222222;font-size: 50px;}


.swiper-button-prev, .swiper-button-next{background-color: #019b98;width: 88px;height: 88px;line-height: 88px;left: 0;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background-color: #019b98;width: 88px;height: 88px;line-height: 88px;left: 88px;border-left: 2px solid #000;}
.home-news .cert-qh .swiper-button-next:after{font-size: 50px;}
.home-news .cert-qh .swiper-button-prev:after{color: #222222;font-size: 50px;}



.home-news .box .rightone{background: url(../images/banner-leftone.jpg) no-repeat;background-size: cover;width: 41%;padding: 80px 0 0px 3%;}
.home-news .box .rightone .h1{font-size: 48px;font-weight: bold;line-height: 48px;color: #ffffff;width: 60%;}
.home-news .box .rightone .h2{font-size: 24px;line-height: 30px;color: #ffffff;margin: 40px 0;}
.home-news .box .rightone .tij .tkbtn{width: 296px;cursor:pointer; height: 64px;background-color: #ffffff;font-size: 24px;line-height: 30px;color: #37aa2f;padding: 15px 50px;border-radius: 50px;}
.home-news .box .rightone .tij .tkbtn:hover{background-color: #37aa2f;color: #ffffff;transition: all 0.5s ease;}



.pictoris{background: url(../images/pictoris-banner.jpg) no-repeat;background-size: cover;padding:138px 0 61px 0;position: relative;}

.pictoris-top{position: absolute;left: 0;top: -74px;background-color: #ececec;width: 75%;display: flex;height: 148px;z-index: 1;}
.pictoris-top .left{display: flex;align-items: center;justify-content: center;border-bottom: 3px solid #37aa2f;flex: 1;}
.pictoris-top .left .h1{font-size: 20px;line-height: 20px;color: #181818;margin: 0 20px;cursor: pointer;position: relative;transition: all 0.5s ease;text-transform: capitalize;}
.pictoris-top .left .h1.active{color:#019b98;}
.pictoris-top .left .h1::before{content: ""; width: 5px;height: 16px;background-color: #019b98;display: inline-block;margin-right: 5px;}
.pictoris-top .left .h1:hover{color:#019b98;}
.pictoris-top .left .h1:after{content: '';display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 8px solid #37aa2f;
    position: absolute;
    top: 85px;
    left: 70px;opacity: 0;transition: all 0.5s ease;}
.pictoris-top .left .h1.active:after{content: '';display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 8px solid #37aa2f;
    position: absolute;
    top: 85px;
    left: 70px;opacity: 1;}
.pictoris-top .right{background-color: #37aa2f;font-size: 36px;font-weight: bold;line-height: 36px;color: #ffffff;width: 185px;display: flex;align-items: center;text-align: center;cursor: pointer;}
.tab-cry{position: relative;height: 450px;}
.antlia{display: flex;position: absolute;height: 450px;opacity: 0;visibility: hidden;transition: all 0.5s ease-in-out;padding-right: 15px;width: 98%;}
.antlia.active{position: absolute;opacity: 1;visibility: visible;}
.antlia .left{flex: 0 0 45%;}
.antlia .left .h1{font-size: 48px;font-weight: bold;line-height: 48px;color: #019b98;text-transform: capitalize;}
.antlia .left .h2{font-size: 20px;line-height: 30px;color: #181818;margin: 30px 0;}
.antlia .left .h2 p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical;font-weight: 300;}
.antlia .left .h3{margin-bottom: 50px;}
.antlia .left .h4 a{padding: 13px 70px;background: linear-gradient(to right, #0069b4, #7cc963);font-size: 20px;line-height: 30px;color: #ffffff;border-radius: 50px;transition: all 0.5s ease;}
.antlia .left .h4 a:hover{box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;}
.antlia .right{flex: 0 0 55%;padding-top: 100px;}


.arae{background: url(../images/arae-banner.jpg) no-repeat;background-size: cover;padding: 74px 0  110px 0;position: relative;}
.pyxidis .h1{font-size: 57px;font-weight: bold;line-height: 40px;color: #ffffff;}
.pyxidis .h2{font-size: 19px;line-height: 70px;color: #ffffff;margin-bottom: 20px;}
.jjfa-wine-tixing {
    width: 700px;
    height: 72px;
    background: linear-gradient(to right, #55ccc9, #019b98);
    transform: perspective(60px)scale(1.1, 1.3) rotatex(3deg);
    transform-origin: bottom left;
}
.jjfa-wine-middleone-one{position: absolute;font-size: 40px;font-weight: bold;line-height: 50px;margin-left: 50px; color: #ffffff;text-shadow: 0px 0px 20px #00000070;z-index: 10;}
.pyxidis .h4{font-size: 18px;font-weight: 100;line-height: 36px;color: #ffffff;width: 50%;margin: 37px 0 60px 0;}
.pyxidis .h5 a{background-color: #019b98;border: solid 2px rgba(255, 255, 255, 0.82);padding: 10px 30px;border-radius: 50px;font-size: 24px;
	line-height: 35px;
	color: #ffffff;transition: all 0.5s ease;}
.pyxidis .h5 a:hover{box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;}
.arae .left{position: absolute;width: 45%;
    box-shadow:3px 4px 38px 0px rgb(0 0 0 / 21%);right: 0;bottom: 50px;
    background: linear-gradient(to right, #74e2b2, #30c0c0,#fff0);border-radius: 10px 0 0 10px;padding: 15px;}
.arae .left .box{display: flex;flex-wrap: wrap;width: 79%;}
.arae .left .box .boxs{flex: 0 0 48%;padding: 5px;}


.microscopii{background: url(../images/microscopii-banner.jpg) no-repeat;padding: 76px 0 89px 0;background-size: cover;text-align: center;}
.microscopii .h1{font-size: 39px;font-weight: bold;line-height: 30px;color: #0d0d0c;margin-bottom: 38px;}
.microscopii .h2{font-size: 17px;font-weight: 100;line-height: 25px;color: #6b6b6b;width: 50%;margin: 0 auto;}
.microscopii .h3{display: flex;align-items: center;justify-content: center;margin-top: 50px;margin-bottom: 80px}
.microscopii .h3 .box{width: 354px;height: 87px;border: solid 3px #019b98;border-radius: 50px;background-color: #fff;
    padding: 5px;
    display: flex;align-items: center;text-align: left;margin-right: 39px;}
.microscopii .h3 .box .img{width: 68px;height: 68px;border-radius: 50%;background:linear-gradient(to right bottom, #019b98, #55ccc9);text-align: center;line-height: 65px;margin-right: 20px;}
.microscopii .h4 a{background-color: #019b98;padding: 10px 30px;border-radius: 50px;font-size: 24px;
	line-height: 35px;
	color: #ffffff;transition: all 0.5s ease;}
.microscopii .h4 a:hover{box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;}



.apodis{background-color: #019b98;padding: 60px 0;}
.apodis .box{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.apodis .box .boxs{display: flex;align-items: center;flex: 0 0 48%;margin-bottom: 30px;}
.apodis .box .boxs .h1{flex: 0 0 16%;}
.apodis .box .boxs .text1{font-size: 19px;line-height: 30px;color: #ffffff;}
.apodis .box .boxs .text2{font-size: 14px;line-height: 19px;color: #ffffff;}


.lacertae{background-color: #eeeeee;padding: 80px 0 65px 0;text-align: center;}
.lacertae .h1{font-size: 39px;font-weight: bold;line-height: 30px;color: #0d0d0c;margin-bottom: 30px;}
.lacertae .hh2{margin-bottom: 70px;}
.lacertae .h2{font-size: 24px;line-height: 30px;color: #2f2f2f;margin: 0 auto;width: 80%;}
.lacertae .h3{margin-top: 70px;width: 80%;margin:  0 auto;position: relative;}
.home-case .swiper-slide{position: relative;width: 56%;height: auto;display: flex;align-items: end;transition: all 0.2s;border: solid 3px #019b98;}
.home-case .swiper-slide .zz{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-color: #000;opacity: 0.7;transition: all 0.3s;}
.home-case .swiper-slide  .xiajiao{position: absolute;bottom: -1px;right: -1px;width: 100%;display: flex;justify-content: flex-end;}
.home-case .swiper-slide .xiajiao .text{
    height: 50px;
    background-color:#019b98;
    font-size: 24px;
	color: #ffffff;z-index: 10;line-height: 50px;
    padding: 0 40px;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}
.wine-tixing {
    width: 185px;
    height: 45px;
    background: #00000075;
    transform: perspective(60px)scale(1.1, 1.3) rotatex(9deg);
    transform-origin: bottom right;
}
.wine-middleone-one{position: absolute;
    font-size: 24px;
    line-height: 36px;
    margin-left: 10px;
    color: #ffffff;
    text-shadow: 0px 0px 20px #00000070;
    z-index: 10;}
.home-case .swiper-slide-active{width: 56%;opacity: 1;}
.home-case .swiper-slide-active .zz{opacity: 0;}

.swiper-left{background-color: transparent;color: #019b98;top: 45%;left: -10%;}
.swiper-right{background-color: transparent;color: #019b98;top: 45%;border: 0;left: 102%;}
.lacertae .h5{margin-top: 90px;}
.lacertae .h5 a{background-color:  transparent;border: solid 2px #019b98;padding: 15px 90px;border-radius: 50px;font-size: 24px;line-height: 35px;color:  #494747;;transition: all 0.5s ease;}
.lacertae .h5 a:hover{box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.delphini{padding: 88px 0;text-align: center;}
.delphini .h1{font-size: 39px;font-weight: bold;line-height: 30px;color: #000000;margin-bottom: 60px;}
.delphini .h2 .box{display: flex;}
.delphini .h2 .box .boxs{padding: 0 5px;flex:0 0 20%;}

.corvi{background-color: #f6f6f6;padding: 80px 0;}
.corvi .h1{font-size: 39px;font-weight: bold;line-height: 30px;color: #000000;margin-bottom: 50px;text-align: center;}
.corvi .h2 .box .text1{overflow: hidden;border-radius: 9px;}
.corvi .h2 .box a:hover .text2{text-decoration: underline;}
.corvi .h2 .box .text2,.corvi .h2 .box .text2 .title-newlistnr{font-size: 19px;line-height: 22px;color: #000000;font-weight: bold;margin: 10px 0;}
.corvi .h2 .box .text3{line-height: 24px;color: #000000;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-bottom: 5px;}
.corvi .h2 .box .text4{line-height: 30px;color: #000000;}


.map{background: url(../images/map-banner.jpg) no-repeat;padding: 60px 0;}
.map .box{display: flex;justify-content: space-between;}
.map .box .left{width: 65%;}
.map .box .left .h1{font-size: 36px;font-weight: bold;line-height: 24px;color: #ffffff;}
.map .box .left .h2{font-size: 24px;line-height: 30px;color: #ffffff;margin-top: 10px;}
.map .box .right{width: 25%;}
.map .box .right .h1{height: 108px;background-color: #019b98;border-radius: 10px;transition:all 0.5s;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 36px;cursor: pointer;}
.map .box .right .h1 .icon{margin-right: 10px;}
.map .box .right .h1:hover{box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;}


.doradus{background-color: #f6f6f6;padding: 50px 0;}
.doradus .box{display: flex;}
.doradus .box .row{width: 85%;}
.doradus .box .boxs{width: 30%;display: flex;align-items: center;}
.doradus .box .boxs a:hover{text-decoration: underline;}
.doradus .box .boxs .left{border: solid 1px #309d27;padding: 1px;background-color: #fff;border-radius: 10px;}
.doradus .box .boxs .left .one{background: linear-gradient(to right, #019b98, #55ccc9);width: 80px;height: 80px;display: flex;align-items: center;justify-content: center;font-size: 30px;border-radius: 10px;}
.doradus .box .boxs .right{font-size: 18px;line-height: 18px;color: #9b9b9b;display: flex;align-items: center;margin-left: 15px;}
.doradus .box .boxs .text{font-size: 24px;line-height: 25px;}
.doradus .box .rowone{display: flex;align-items: center;}
.doradus .box .rowone .social{margin:0 3px;}
.doradus .box .rowone span a img{width: 15%;margin-bottom: 2px;}
.foot{background-color: #019b98;padding: 30px 0;font-size: 17px;line-height: 30px;color: #f3f3f3;text-align: center;}

a{color: #4d4d4d;}
a:hover{color: #32a728;}
.whole{padding: 20px 0;background-color: #ebeef1;border-bottom: 1px solid #d8dee5;}
.whole .ico-home{width: 30px;height: 30px;border-radius: 3px;background:linear-gradient(to right bottom, #019b98,#55ccc9; );color: #fff;padding: 5px 6px;margin-right: 15px;}
.whole a{text-transform: capitalize;}
.whole-rgb{align-items: center;}
.normae{background-color: #f1f4f8;padding: 62px 0 122px 0;}
.normae .top{display: flex;flex-wrap: wrap; justify-content: space-between;}
.normae .top .h1{text-transform: capitalize;font-size: 62px;font-weight: bold;line-height: 30px;flex: 0 0 45%;color: #393939;display: flex;justify-content: center; flex-direction: column;}
.normae .top .h1 .text{margin-bottom: 50px;}
.normae .top .h1 .one{color: #39ae32;margin-right: 30px;}
.normae .top .h1 .two{color: #0141a2;}
.normae .top .h1 .three{line-height: 60px;}
.normae .top .h2{font-size: 18px;line-height: 33px;color: #5f5f5f;}
.normae .bottom{display: flex;background-color: #fff;margin-top: 80px;}
.normae .bottom .left{flex: 0 0 50%;overflow: hidden;}
.normae .bottom .right{padding: 95px 100px 30px 100px;flex: 0 0 50%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.normae .bottom .box{flex: 0 0 40%;margin-bottom: 65px;}
.normae .bottom .box .boxs{display: flex;}
.normae .bottom .box .textone,.normae .bottom .box .boxs .span{font-size: 53px;font-weight: bold;color: #019b98;margin-bottom: 5px;line-height: 53px;}
.normae .bottom .box .boxs span{font-size: 18px;color: #019b98;}
.normae .bottom .box .etxttwo{font-size: 18px;color: #3c3c3c;}

.mensae{padding: 132px 0;}
.mensae .box{display: flex;justify-content: space-between;}
.mensae .left{flex: 0 0 47%;display: flex;justify-content: center;flex-direction: column;}
.mensae .left .h1{font-size: 41px;font-weight: bold;text-transform: capitalize;color: #393939;position: relative;margin-bottom: 70px;}
.mensae .left .h1::before{content: ''; width: 61px;height: 8px;background-color:#019b98; top: 45px;left: 0;display: inline-block;position: absolute;}
.mensae .left .h2{font-size: 18px;line-height: 33px;color: #5f5f5f;}
.mensae .right{display: flex;justify-content: space-between;flex: 0 0 50%;}
.mensae .right .img{overflow: hidden;flex: 0 0 48%;}


.volantis{background-color: #f9f9f9;padding: 95px 0;}
.volantis .h1{font-size: 41px;font-weight: bold;text-transform: capitalize;color: #393939;position: relative;margin-bottom: 50px;}
.volantis .h1::before{content: ''; width: 61px;height: 8px;background-color:#019b98; top: 45px;left: 0;display: inline-block;position: absolute;}
.volantis .h2{font-size: 18px;line-height: 33px;color: #5f5f5f;margin-bottom: 68px;}
.volantis .h3 .box{margin-bottom: 60px;}
.volantis .h3 .boxs{overflow: hidden;position: relative;}
.volantis .h3 .boxs .text{position: absolute;bottom: 0;left: 0;width: 100%;height: 60px;
    display: flex;align-items: center;justify-content: center;color: #fff;font-size: 21px;background-color: #019b98b9;}


.muscae{padding: 91px 0 167px 0;}
.muscae .h1{font-size: 41px;font-weight: bold;text-transform: capitalize;color: #393939;position: relative;margin-bottom: 50px;}
.muscae .h1::before{content: ''; width: 61px;height: 8px;background-color:#019b98; top: 45px;left: 0;display: inline-block;position: absolute;}
.muscae .h2{font-size: 18px;line-height: 33px;color: #5f5f5f;margin-bottom: 68px;}
.muscae .box{box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;}



.container-xl-one{margin-right: 0;max-width: 1675px;padding-right: 0;}
.trianguli .left{flex: 0 0 35%;display: flex;flex-direction: column;justify-content: center;}
.trianguli .box{display: flex;justify-content: space-between;}
.trianguli .h1{font-size: 41px;font-weight: bold;text-transform: capitalize;color: #393939;position: relative;margin-bottom: 50px;}
.trianguli .h1::before{content: ''; width: 61px;height: 8px;background-color:#019b98; top: 45px;left: 0;display: inline-block;position: absolute;}
.trianguli .h2{font-size: 18px;line-height: 33px;color: #5f5f5f;margin-bottom: 68px;}
.trianguli .h3 a:hover{box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;}
.trianguli .h3 a{padding: 14px 35px;background-color: #019b98;border-radius: 9px;font-size: 24px;line-height: 33px;color: #ffffff;transition: all 0.5s ease;}
.trianguli .h3 a .icon{margin-left: 20px;}
.trianguli .right{flex: 0 0 57.3%;overflow: hidden;}


.trianguli-two{padding: 0 0 130px 0;}
.trianguli-two .boxs{flex-direction: row-reverse;}
.container-xl-two{margin-left: 0;max-width: 1675px;padding-left: 0;}

.caeli{padding: 64px 0;}
.caeli .h1{font-size: 41px;font-weight: bold;text-transform: capitalize;color: #393939;position: relative;margin-bottom: 50px;}
.caeli .h1::before{content: ''; width: 61px;height: 8px;background-color:#019b98; top: 45px;left: 0;display: inline-block;position: absolute;}
.caeli .h2{font-size: 18px;line-height: 33px;color: #5f5f5f;margin-bottom: 68px;width: 90%;}
.caeli .h3{display: flex;justify-content: space-between;flex-wrap: wrap;}
.caeli .h3 .box{flex: 0 0 49%;position:relative;overflow: hidden;margin-bottom: 33px;}
.caeli .xiajiao{position: absolute;bottom: 0;right: 0;width: 100%;display: flex;justify-content: flex-end;}
.caeli .xiajiao .text{
    height: 50px;
    background-color:#019b98;
    font-size: 24px;
	color: #ffffff;z-index: 10;line-height: 50px;
    padding: 0 40px;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}


.scuti .center{padding: 50px 0;}
.scuti .box{display: flex;justify-content: space-between;flex-direction: row;padding: 20px 0;}
.scuti .box .left{/*flex: 0 0 45%;*/flex: 0 0 48%;position: relative;padding: 50px 0 0 50px;}
.scuti .box .left .dow{box-shadow: rgb(0 0 0 / 5%) -50px -50px 0px;position: relative;}
.scuti .box .left .green{position: absolute;bottom: -10px;right: -10px;width: 81px;height: 73px;background-color:  #019b98;}
.scuti .box .right{flex: 0 0 47%;display: flex;justify-content: center;flex-direction: column;}
.scuti .box .right .text{font-size: 18px;line-height: 31px;color: #5f5f5f;margin-bottom: 50px}
.scuti .box .right .text p{margin: 20px 0;}
.scuti .box .right a{font-size: 24px;line-height: 42px;background-color: #019b98;border-radius: 10px;color: #ffffff;padding: 14px 37px;transition: all 0.5s ease;}
.scuti .box .right a .icon{margin-left: 10px;}
.scuti .box .right a:hover{box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;}
.scuti .center:nth-child(2n) .box{flex-direction: row-reverse;}
.scuti .center:nth-child(2n) .box .left{padding: 50px 50px 0 0;}
.scuti .center:nth-child(2n) .box .left .dow{box-shadow: rgb(0 0 0 / 5%) 50px -50px 0px;}
.scuti .center:nth-child(2n) .box .left .green{left: -10px;}



.circini{padding: 100px 0;}
.circini .h1{font-size: 41px;font-weight: bold;text-transform: capitalize;color: #393939;position: relative;margin-bottom: 50px;line-height: 40px;}
.circini .h1::before{content: ''; width: 61px;height: 8px;background-color:#019b98; left: 0;display: inline-block;position: absolute;bottom: -20px;}
.circini .box:nth-child(2){flex-direction: row-reverse;margin-top:50px;}
.circini .box:nth-child(2n) .left{padding: 50px 50px 0 0;}
.circini .box:nth-child(2n) .left .dow{box-shadow: rgb(0 0 0 / 5%) 50px -50px 0px;}



.sagittae{padding: 10px 0 100px;}
.sagittae .h1{font-size: 41px;font-weight: bold;text-transform: capitalize;color: #393939;position: relative;margin-bottom: 50px;}
.sagittae .h1::before{content: ''; width: 61px;height: 8px;background-color:#019b98; top: 45px;left: 0;display: inline-block;position: absolute;}
.sagittae .h2{font-size: 18px;line-height: 33px;color: #5f5f5f;margin-bottom: 68px;}
.sagittae .boxs{display: flex;flex-wrap: wrap;}
.sagittae .box{display: flex;flex: 0 0 50%;margin-bottom: 30px;}
.sagittae .box .left{flex: 0 0 34%;overflow: hidden;}
.sagittae .box .right{flex: 1;padding: 0 30px;display: flex;flex-direction: column;justify-content: center;}
.sagittae .box .right .head{font-size: 24px;font-weight: bold;line-height: 33px;color: #2c2c2c;margin-bottom: 10px;}
.sagittae .box .right .text{font-size: 18px;line-height: 29px;color: #5f5f5f;}
.sagittae .box:nth-child(3n+1){background-color: #f3f3f3;}




.equulei .box{display: flex;justify-content: space-between;}
.equulei .box .left{flex: 0 0 53%;position: relative;}
.equulei .box .right{flex: 0 0 43%;}
.equulei{padding: 113px 0;}
.equulei .home-case .swiper-slide{width: 100%;}
.equulei .home-case .swiper-slide{border: 0;}
.equulei .swiper-left{background-color: #019b98;color: #fff;top: 94%;left: 74%;}
.equulei .swiper-right{background-color: #019b98;color: #fff;top: 94%;left: 87%;border-left: 1px solid #fff;}
.equulei .h1{font-size: 41px;font-weight: bold;text-transform: capitalize;color: #393939;position: relative;margin-bottom: 50px;line-height: 40px;}
.equulei .h1::before{content: ''; width: 61px;height: 8px;background-color:#019b98; top: 85px;left: 0;display: inline-block;position: absolute;}
.equulei .text{font-size: 17px;line-height: 30px;color: #6b6b6b;margin-bottom: 38px;}
.equulei  a{font-size: 24px;line-height: 42px;background-color: #019b98;border-radius: 10px;color: #ffffff;padding: 14px 37px;transition: all 0.5s ease;}
.equulei  a .icon{margin-left: 10px;}
.equulei  a:hover{box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;}




.crucis .h1{font-size: 41px;font-weight: bold;text-transform: capitalize;color: #393939;position: relative;margin-bottom: 50px;line-height: 40px;}
.crucis .h1::before{content: ''; width: 61px;height: 8px;background-color:#019b98; top: 65px;left: 0;display: inline-block;position: absolute;}
.crucis .box{background-color: #019b98;border-radius: 10px;display: flex;align-items: center;padding: 20px;margin-bottom: 30px;}
.crucis .box .left{font-size: 27px;color: #ffffff;font-weight: 100;padding-right: 30px;}
.crucis .box .left span{font-size: 36px;color: #ffffff;font-weight: 500;margin-right: 10px;}
.crucis .box .right{background-color: #f3f3f3;border-radius: 10px;font-size: 18px;line-height: 24px;color: #5f5f5f;flex: 1;padding: 35px 20px;}


.reed{padding: 80px 0;}
.reed .h1{font-size: 41px;font-weight: bold;text-transform: capitalize;color: #393939;position: relative;margin-bottom: 50px;line-height: 40px;}
.reed .h1::before{content: ''; width: 61px;height: 8px;background-color:#019b98; top: 65px;left: 0;display: inline-block;position: absolute;}
.reed .box{display: flex;justify-content: space-between;}
.reed .box .boxs{width: 178px;height: 178px;border: solid 3px #019b98;border-radius: 50%;
    display: flex;align-items: center;justify-content: center;font-size: 24px;color: #393939;text-align: center;position: relative;}
.reed .box .boxs::after{content: '';width: 42px;height: 45px;background: url(../images/reed-img.png);position: absolute;top: 50%;right: -50%;transform: translate(0%, -50%);}
.reed .box .boxs:last-child::after{display: none;}

.puzzle{padding: 75px 0;}
.puzzle .h1{font-size: 41px;font-weight: bold;text-transform: capitalize;color: #393939;position: relative;margin-bottom: 50px;line-height: 40px;width: 75%;}
.puzzle .h1::before{content: ''; width: 61px;height: 8px;background-color:#019b98; top: 90px;left: 0;display: inline-block;position: absolute;}
.puzzle .box{padding: 41px ;font-size: 22px;color: #393939;border-bottom: 1px solid #d8d5d5;position: relative;line-height: 28px;padding-right: 100px;}
.puzzle .box::before{content: '';width: 19px;height: 21px;background: url(../images/reed-img2.png);position: absolute;left: 5px;}
.puzzle .box:last-child{border: 0;}


.big{padding: 145px 0 115px 0;}
.miao{position: relative;display: flex;flex-wrap: wrap;gap:50px;}
.penance{background-color: #fff;left: 0;border-radius: 10px;border: 4px solid #019b98;flex: 0 0 calc(50% - 25px);padding:50px 15px;}
.penance .box{display: flex;flex-wrap: wrap;justify-content: space-between;gap:20px;}
.penance .box .boxs{flex: 0 0 calc(50% - 10px);display: flex;align-items: center;}
.penance .box .boxs .img{flex: 0 0 20%;margin-right:10px;}
.penance .box .boxs .text .one{font-size: 24px;line-height: 30px;color: #019b98;font-weight: bold;}
.penance .box .boxs .text .two{font-size: 18px;line-height: 30px;color: #4a4747;}
.penance .h1{font-size: 24px;font-weight: bold;line-height: 30px;color: #0f0e0e;margin-top: 30px;}
.penance .h2{font-size: 17px;line-height: 24px;color: #4a4747;margin:20px 0 20px 0;}
.penance .box1{display: flex;justify-content: space-between;margin-bottom: 20px;}
.penance .box1 a:hover{text-decoration: underline;}
.penance .box1 .boxs{display: flex;align-items: center;font-size:18px;line-height: 36px;color: #565656;font-weight: bold;flex: 0 0 48%;}
.penance .boxs .img{margin-right:10px;min-width:50px;width: 50px;}
.penance .boxs .img img{width: 100%;}
.penance .boxss{text-align: left;display: flex;align-items: center;font-size: 16px;line-height:22px;color: #565656;font-weight: 500;margin-top:30px;}
.penance .boxss .img{margin-right: 10px;min-width:50px;width: 50px;}
.penance .boxss .img img{width: 100%;}

.vigil{background-color: #f8f8f8;text-align: center;flex: 0 0 calc(50% - 25px);padding:50px 30px;}
.vigil .h1{font-size: 36px;font-weight: bold;line-height: 30px;color: #0f0e0e;margin-bottom: 20px;}
.vigil .h2{font-size: 16px;line-height: 24px;color: #4a4747;margin: 0 auto;}
.vigil .h3{margin-top: 60px;}
.vigil .h3 .form-feedback .form-row:nth-child(7){justify-content: center;}
.vigil .form-feedback .btn{line-height: 36px;}
.form-feedback .form-control{background-color: #fff;color: #b0a9a9;border: solid 1px #e9e9e9;font-size: 17px;padding: 22px;}
.form-row>.col, .form-row>[class*="col-"]{padding-left: 12px;padding-right: 12px;margin-bottom: 30px;}
.form-feedback .btn{background-color: #019b98;line-height: 60px;}
.form-row-one{justify-content: center;}
.contact-btn{width: 50%;margin: 0 auto;transition: all 0.5s ease;border: 0;}
.form-row .contact-area{margin-bottom: 70px;}
.form-feedback .btn:hover{box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;background-color: #019b98;}
.lunacub{padding:40px 0 0 0;text-align: center;flex:1;}
.lunacub .h1{font-size: 36px;font-weight: bold;line-height: 30px;color: #0f0e0e;margin-bottom: 80px;}
.lunacub .box .boxs{background-color: #ffffff;box-shadow: 0px 0px 38px 0px rgba(7, 0, 2, 0.06);border: solid 1px #adc8ab;padding: 53px 28px 51px 28px;display:flex;text-align: left;align-items: center;margin-bottom: 30px;}
.lunacub .box .boxs .img{flex: 0 0 14%;}
.lunacub .box .boxs .img img{filter: invert(50%) sepia(86%) saturate(444%) hue-rotate(68deg) brightness(92%) contrast(92%);}
.lunacub .box .boxs .text .one{font-size: 19px;line-height: 30px;color: #464646;font-weight: bold;}
.lunacub .box .boxs .text .two{font-size: 14px;line-height: 19px;color: #464646;min-height: 60px;}


.new{padding: 54px 0;}
.new .boxs{box-shadow: 0px 0px 35px 0px rgba(7, 0, 2, 0.08);padding: 20px;display: flex;justify-content: space-between;margin-bottom: 35px;}
.new .boxs .left{overflow: hidden;flex: 0 0 30%;}
.new .boxs .right{flex: 0 0 67%;}
.new .boxs .right .h1 a{font-size: 28px;font-weight: bold;/*line-height: 60px;*/color: #000000;transition: all 0.3s ease;}
.new .boxs .right .h1 a:hover{color: #019b98;}
.new .boxs .right .h2::before{content: '';	width: 29px;height: 22px;background: url(../images/time.png);position: absolute;top: 6px;left: 0;}
.new .boxs .right .h2{font-size: 18px;line-height: 36px;color: #4d4d4d;position: relative;padding-left: 40px;margin-top:15px;}
.new .boxs .right .h3{font-size: 17px;line-height: 30px;color: #6b6b6b;width: 90%;margin: 20px 0;}
.new .boxs .right .news-a{font-size: 17px;line-height: 30px;color: #1a8510;}
.new .boxs .right .news-a:hover{text-decoration: underline;}


.quartz{padding: 100px 0 93px 0;text-align: center;}
.quartz .h1{font-size: 30px;font-weight: bold;line-height: 36px;color: #000000;margin-bottom: 35px;}
.quartz .h2{color: #999999;}
.quartz .h2 span{margin: 0 10px;line-height: 33px;}
.quartz .h2 .one{background-color: #3b5998;width: 33px;height: 33px;display: inline-block;color: #fff;cursor: pointer;margin: 0 5px;}
.quartz .h2 .two{background-color: #55acee;}
.quartz .h2 .three{background-color: #0077b5;}
.quartz .h2 .fore{background-color: #5294d0;line-height: 33px;}
.quartz .h2 .fore a{color: #fff;}
.quartz .hh{width: 100%;border-top: 1px dashed rgba(0,0,0,1);}
.quartz .center{padding: 46px 90px 90px 90px;color: #6b6b6b;}
.dagda{padding-bottom: 93px;}
.dagda .box{background-color: #f0f0f0;display: flex;justify-content: space-between;padding: 40px 50px;}
.dagda .box .box-a{flex: 0 0 50%;}
.dagda .box .boxs{display: flex;align-items: center;justify-content: space-between;color: #000;}
.dagda .box .boxs .left{font-size: 18px;line-height: 30px;margin-right: 20px;}
.dagda .box .boxs .right{flex: 1;display: flex;}
.dagda .box .boxs .right .img{flex: 0 0 26%;overflow: hidden;}
.dagda .box .boxs .right .text{flex: 0 0 60%;margin-left: 20px;display: flex;flex-direction: column;justify-content: center;}
.dagda .box .boxs .right .text .one{font-size: 18px;line-height: 25px;color: #000000;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;width: 70%;margin: 10px 0;}
.dagda .box .boxs .right .text .two{font-size: 16px;line-height: 24px;color: #6b6b6b;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.dagda .box .boxs .left:hover{color: #019b98;}
.dagda .box .boxs .right .text .one:hover{text-decoration: underline;}
.dagda .boxone{background-color: #f0f0f0;display: flex;justify-content: space-between;padding: 20px 50px;margin-bottom: 20px;}
.dagda .boxone .chan{font-size: 18px;line-height: 30px;}
.dagda .boxone .chan:hover{color: #019b98;}
.dagda .boxone .chang{font-size: 18px;line-height: 30px;color: #999999;}



.mlynar{padding: 104px 0 60px 0;} 
.mlynar .top{display: flex;}
.mlynar .top .box{margin-left:10px;  ;position: relative;height: 88px;}
.mlynar .top .box:first-child{margin-left: 0;}
.mlynar .top .active .mlynar-wine-tixing {background: #019b98;color: #fefefe;}
.mlynar .top .box:first-child::after{width: 101%;left: 0;}
.mlynar .top .box:first-child .mlynar-wine-tixing{clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);left: 0;}

.mlynar-wine-tixing{
    background-color: #ebeef1;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
    padding: 20px 0;
	margin-left:20px; 
	margin-right:20px;
    font-size: 20px;
	line-height: 48px;
	color: #474747;
    text-align: center;
    position: inherit;
    width: 100%;
    top: 0;
    left: -7%;
    transition: all 0.5s ease;

}
.mlynar .top .box::after{margin-top: 5px;background-color: #ebeef1;content: '';position: absolute;left: 27px;width: 94%;bottom: -10px;height: 5px;transition: all 0.5s ease;}
.mlynar .top .active::after{background-color: #019b98;}
.mlynar .top .box::before{
    content: '';
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-top: 10px solid #37aa2f;
    position: absolute;
    bottom: -33px;
    left: 50%;
    opacity: 0;
    transition: all 0.5s ease;
}
.mlynar .top .active::before{opacity: 1;}
.mlynar .top .box:hover .mlynar-wine-tixing{background: #019b98;color: #fefefe;cursor: pointer;}
.mlynar .top .box:hover::after{background: #019b98;}
.mlynar .top .box:hover::before{opacity: 1;}


.mlynar .bottom{padding: 105px 0 25px 0;display: flex;position: relative;}
.mlynar .bottom .left{flex: 0 0 50%;}
.mlynar .bottom .left .h1{font-size: 48px;font-weight: bold;line-height: 48px;color: #019b98;}
.mlynar .bottom .left .h2{font-size: 18px;line-height: 36px;color: #8f8f8f;margin: 36px 0;width: 96%;}
.mlynar .bottom .left a{padding: 10px 20px;font-size: 20px;color: #ffffff;border-radius: 0 50px 50px 0;background-color: #019b98;transition: all 0.5s ease;cursor: pointer;}
.mlynar .bottom .left a .icon{margin-left: 10px;}
.mlynar .bottom .left a:hover{box-shadow: rgb(204 219 232) 3px 3px 6px 0px inset, rgb(255 255 255 / 50%) -3px -3px 6px 1px inset;}
.mlynar .bottom .right{flex: 0 0 50%;padding-top: 80px; padding-right: 40px;}
.mlynar .bottom .img{bottom: -60px;left: 0;position: absolute;z-index: -1;}


.proviso{padding-bottom: 104px;}
.proviso .box{border: solid 1px #c3c3c3;margin: 0;padding: 20px;}
.proviso .box .boxs{padding: 20px;box-shadow: -4px 3px 43px 0px rgba(0, 0, 0, 0.05);border: solid 1px #d9dfe9;border-radius: 15px;overflow: hidden;display: flex;
    justify-content: space-between;margin: 20px 0;align-items: center;}
.proviso .box .boxs .left{flex: 0 0 31%;padding-left: 15px;}
.proviso .box .boxs .right{flex: 0 0 50%;}
.proviso .box .boxs .img{overflow: hidden;}
.proviso .box .boxs .text{font-size: 19px;text-transform: capitalize;line-height: 25px;color: #3c3c3c;border-bottom: 3px solid #019b98;margin-bottom: 10px;padding: 15px 0;font-weight: 600;margin-top: 30px;}
.proviso .box .boxs .texts{font-size: 17px;line-height: 22px;color: #3c3c3c;}
.proviso .box .boxs .aa{margin-top: 25px;}
.proviso .box .boxs .aa a{padding: 6px 27px ;border-radius: 50px;background-color: #019b98;color: #fff;line-height: 45px;transition: all 0.5s ease;}
.proviso .box .boxs .aa a:hover{box-shadow: rgb(204 219 232) 3px 3px 6px 0px inset, rgb(255 255 255 / 50%) -3px -3px 6px 1px inset;}


.gavial .box{display: flex;flex-wrap: wrap;background-color: #019b98;}
.gavial .box .boxs{flex: 0 0 50%;}
.gavial .box .one{padding: 55px;}
.gavial .box .one .head,.title-first{width: 80%;line-height: 45px;font-size: 42px;color: #ffffff;}
.gavial .box .three{position: relative;}
.gavial .box .three .img{position: absolute;top: 0;right: 0;}
.gavial .box .fore{font-size: 18px;color: #ffffff;padding: 34px;font-weight: 100;}
.gavial .cabinet{display: flex;justify-content: flex-end;}
.gavial .cabinet .erato{flex: 0 0 50%;padding: 50px;}
.gavial .cabinet .erato .text{font-size: 15px;line-height: 26px;color: #020202;position: relative;margin-bottom: 25px;}
.gavial .cabinet .erato .text::before{content: '';width: 16px;height: 11px;position: absolute; background: url(../images/right.png);left: -25px;top: 8px;}
.gavial .cabinet .erato a{padding: 10px 30px;font-size: 24px;line-height: 60px;color: #ffffff;background-color: #019b98;border-radius: 10px;transition: all 0.5s ease;}
.gavial .cabinet .erato a .icon{margin-left: 20px;}
.gavial .cabinet .erato a:hover{box-shadow: rgb(204 219 232) 3px 3px 6px 0px inset, rgb(255 255 255 / 50%) -3px -3px 6px 1px inset;}

.horn{padding: 60px 0 0 0;}
.horn .top,.title-two{font-size: 41px;font-weight: bold;text-transform: capitalize;color: #393939;position: relative;margin-bottom: 100px;line-height: 40px;text-align: left;}
.horn .top::before{content: ''; width: 61px;height: 8px;background-color:#019b98; top: 65px;left: 0;display: inline-block;position: absolute;}


.chestnut{padding-bottom: 120px;}
.chestnut .top,.title-three{font-size: 41px;font-weight: bold;text-transform: capitalize;color: #393939;position: relative;margin-bottom: 100px;line-height: 40px;text-align: left;}
.chestnut .top::before{content: ''; width: 61px;height: 8px;background-color:#019b98; top: 65px;left: 0;display: inline-block;position: absolute;}
.chestnut .bottom{display: flex;justify-content: space-between;flex-wrap: wrap;}
.weui_accordion_box{margin-bottom: 30px;color: #fff;flex: 0 0 49%;position: relative;}
.faq-march-img{width: 48px;height: 48px;background-color: #ffffff;border-radius: 9px;color: #019b98;font-size: 30px;font-weight: bold;line-height: 44px;text-align: center;margin-right: 20px;}
.weui_accordion_box .weui_accordion_title{
    position: relative;
    display: flex;
    padding: 20px 15px 20px 12px;
    font-size: 22px;
    background-color: #019b98;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    border: solid 1px #c0c0c0;
    border-radius: 9px;
    align-items: center;
    transition: all 0.5s ease;
    cursor: pointer;
}


.weui_accordion_box .weui_accordion_content{
    position:relative;
    padding: 40px;
    box-shadow: 0px 0px 35px 0px 
		rgba(7, 0, 2, 0.16);
    background-color: #fff;
    display: none;
    z-index: 100;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    font-size: 15px;
	line-height: 30px;
	color: #020202;
    
}

.weui_accordion_box .weui_accordion_content.active{
    display: relative;
    position:po;
    z-index: 100;
}
.weui_accordion_box .weui_accordion_title.active{border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}
.weui_accordion_box .weui_accordion_title.active img{filter: invert(100%) sepia(13%) saturate(7447%) hue-rotate(279deg) brightness(118%) contrast(113%);}


.outdoor{padding: 71px 0 90px 0;}
.eridani-box{display:flex;justify-content:space-between;background-color:#fff}
.product-thumb-box{width:36%;}
.product-thumbs{padding:0}
.eridani-box-slt{display:flex;}
a[data-zoom-id] img,.mz-thumb img{border:0}
.mz-thumb.mz-thumb-selected img{border:solid 2px #000000}
.mz-thumb:not(.mz-thumb-selected):hover img{border:0}
.eridani-box .right{width:60%;text-align:left}
.eridani-box .right .one{font-size: 26px;line-height: 36px;color: #575757;font-weight: bold;text-transform: capitalize;}
.eridani-box .right .two{font-size:18px;line-height:36px;color:#666666;width: 70%;margin: 10px 0 50px 0;}
.outdoor .product-thumb{border: 0;}
.majoris{box-shadow: 0px 0px 10px 0px rgb(7 0 2 / 17%);
    background-color: #fff;}
.swiper-first{padding: 10px;}
.majoris-one{box-shadow: 4px 7px 54px 0px  rgba(7, 0, 2, 0.09);border-radius: 10px;padding: 10px;}
.eridani-box .right .three{display: flex;}
.eridani-box .right .three .three-a{flex: 0 0 29%;}
.eridani-box .right .three .make,.eridani-box .right .three .datasheet{background-color: #019b98;color: #fff;font-size: 20px;height: 100%; border-radius: 10px;display: flex;align-items: center;justify-content: center;}
.eridani-box .right .three .make .icon,.eridani-box .right .three .datasheet .icon{margin-right: 10px;}
.eridani-box .right .three .datasheet{background-color: #0094e8;margin-left: 20px;}
.eridani-box .right .three .corrosion{flex: 0 0 38%;padding-left: 20px;}
.eridani-box .right .three .corrosion .share{font-size: 14px;color: #c9c9c9;font-weight: bold;}
.eridani-box .right .three .corrosion .social{padding: 4px;
    border: 1px solid #c9c9c9;
    border-radius: 50%;}
    .social>span:before, .social>a:before{font-size: 14px;width: 14px;}


.ceti{padding-bottom: 118px;}
.detail{display: flex;justify-content: space-between;}
.detail .left{flex: 0 0 66%;}
.detail .left .box{background-color: #fbfbfb;border-top: 8px solid #019b98;padding: 30px 30px 60px 30px;margin-bottom: 59px;}
.detail .left .box .h1{font-size: 22px;line-height: 33px;color: #313131;margin-bottom: 45px;}
.detail .left .box .h2{font-size: 22px;line-height: 33px;color: #019b98;display: flex;align-items: center;margin-bottom: 20px;}
.detail .left .box .h2::before{content: '';width: 4px;height: 30px;background-color: #019b98;display: inline-block;margin-right: 20px;}
.detail .left .box .text p{/*font-size: 18px;*line-height: 36px;*/font-size: 16px;line-height: 30px;margin-bottom: 10px;color: #595959;}
.detail .left .boxs{background-color: #fbfbfb;border-top: 8px solid #019b98;padding: 30px;}
.detail .left .boxs .h1{font-size: 24px;color: #483f3f;margin-bottom: 50px;}
.detail .left .boxs .form-feedback .form-control{background-color: #fafafa;border: solid 1px #cecccc;padding: 11px;border-radius: 5px;}
.detail .left .boxs .form-row>.col, .form-row>[class*="col-"]{margin-bottom: 19px;padding-left: 8px;padding-right: 8px;}
.detail .left .boxs .contact-btn{width: 100%;}
.detail .left .boxs .form-row-one{justify-content: flex-start;}
.detail .left .boxs .form-feedback .btn{line-height: 30px;border-radius: 5px;}
.detail .right{flex: 0 0 31%;background-color: #fbfbfb;border-top: 8px solid #019b98;padding: 38px;}
.detail .right .h1{font-size: 22px;line-height: 33px;color: #313131;margin-bottom: 36px;}
.detail .right .box{border: solid 1px #d1d1d1;border-radius: 10px;margin-bottom: 43px;}
.detail .right .box .img{overflow: hidden;border-top-right-radius: 10px;border-top-left-radius: 10px;}
.detail .right .box .text,.detail .right .box .text .pro-neirong{background-color: #019b98;font-size: 17px;line-height: 25px;color: #ffffff;padding: 14px 38px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;text-align: center;}
.detail .right .box .text:hover{text-decoration: underline;}
    .mz-thumb.mz-thumb img{border: 0;}
.mz-thumb.mz-thumb-selected img{border: 1px solid #019b98;}

.minmap{width: 100%;height: 421px;}
/*适配*/
@media(max-width:1670px) {
    .home-news .box .rightone{padding: 60px 0 0px 3%;}
    .home-news .box .rightone .h1{width: 100%;font-size: 40px;}
    .swiper-button-prev-custom, .swiper-button-next-custom{bottom: 74px;}
    .navbar-custom .navbar-nav .nav-link{padding: 0 10px;}
}
@media(max-width:1530px) {
  .home-news .box .rightone{padding: 40px 0 0px 3%;}
    .home-news .box .rightone .h2{margin: 20px 0 30px 0;}
    .home-news .box .rightone .h1{font-size: 30px;}
    .pictoris-top .left .h1{margin: 0 10px;}
    .trianguli .left{padding: 15px 0;}
    .trianguli .h2{line-height: 30px;margin-bottom: 35px;}


}
@media(max-width:1350px) {
  .home-news .box .rightone{padding: 20px 0 0px 3%;}
  .home-news .box .rightone .h1{font-size:30px;line-height:34px;}
  .home-news .box .rightone .h2{font-size:18px;line-height:36px;}
    .reed .box .boxs::after{right: -40%;}
}

/*index*/
@media(max-width:768px) {
    .whole{padding: 10px 0;}
    .home-news .box{flex-direction: column;}
    .home-news .box .right{width: 100%;}
    .home-news .box .rightone{width: 100%;}
    .swiper-button-prev-custom, .swiper-button-next-custom{bottom: 0;width: 44px;height: 44px;line-height: 44px;}
    .home-news .cert-qh .swiper-button-prev-custom:after{font-size: 25px;}
    .swiper-button-next-custom, .swiper-container-rtl .swiper-button-prev-custom{width: 44px;height: 44px;line-height: 44px;left: 44px;}
    .home-news .cert-qh .swiper-button-next-custom:after{font-size: 25px;}
    .home-news .box .rightone{padding: 20px 10px;}
    .home-news .box .rightone .h1{font-size: 22px;line-height: 25px;}
    .home-news .box .rightone .h2{margin: 10px 0 20px 0;line-height: 20px;font-size: 14px;}
    .home-news .box .rightone .tij a{font-size: 14px;line-height: 20px;padding: 5px 20px;}
    .pictoris{padding: 0;}
    .pictoris-top{position: relative;top: 0;width: 100%;height: auto;}
    .pictoris-top .left{padding: 10px 20px ;flex-wrap: wrap;justify-content: flex-start;}
    .pictoris-top .left .h1{font-size: 18px;line-height: 25px;}
    .pictoris-top .right{font-size: 23px;line-height: 30px;flex: 0 0 34%;}
    .pictoris-top .left .h1.active:after{opacity: 0;}
		.tab-cry{height: 500px;}
    .antlia{width: auto;flex-direction: column;padding: 20px 0 20px 0;height: 500px;}
    .antlia .left .h1{font-size: 26px;line-height: 20px;}
    .antlia .left .h2{font-size: 14px; line-height: 20px;margin: 10px 0;}
    .antlia .left .h3{margin-bottom: 20px;}
    .antlia .left .h4 a{padding: 5px 30px;font-size: 16px;line-height: 30px;}
    .antlia .right{padding-top: 10px;}
    .arae{padding: 20px 0 260px 0;}
    .pyxidis .h1{font-size: 22px;line-height: 30px;}
    .pyxidis .h2{font-size: 14px;line-height: 22px;}
    .jjfa-wine-middleone-one{font-size: 18px;line-height: 22px;margin-left: 20px;}
    .jjfa-wine-tixing{width: 300px;height: 29px;}
    .pyxidis .h4{font-size: 14px;width: 100%;margin: 10px 0;line-height: 24px;}
    .pyxidis .h5 a{font-size: 16px;line-height: 30px;padding: 5px 20px;}
    .arae .left{width: 96%;bottom: 20px;}
    .microscopii{padding: 20px 0;}
    .microscopii .h1{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
    .microscopii .h2{font-size: 14px;line-height: 22px;width: 100%;}
    .microscopii .h3{margin-top: 10px;margin-bottom: 20px;}
    .microscopii .h3 .box{width: 125px;height: 45px;padding: 1px;border: solid 2px #019b98;margin-right: 4px;font-size: 12px;line-height: 15px;}
    .microscopii .h3 .box .img{width: 25px;height: 25px;margin-right: 0;line-height: 22px;}
    .microscopii .h3 .box .img img{width: 50%;}
    .microscopii .h4 a{padding: 5px 20px;font-size: 16px;line-height: 20px;}
    .apodis{padding: 20px 0;}
    .apodis .box .boxs{flex: 0 0 100%;margin-bottom: 10px;}
    .apodis .box .boxs .h1{flex: 0 0 15%;}
    .apodis .box .boxs .h1 img{width: 80%;}
    .apodis .box .boxs .text1{font-size: 16px;line-height: 20px;}
    .apodis .box .boxs .text2{font-size: 12px;line-height: 17px;}
    .lacertae{padding: 20px 0;}
    .lacertae .h1{font-size: 22px;line-height: 24px;margin-bottom: 10px;}
    .lacertae .hh2{margin-bottom: 20px;}
    .lacertae .h2{font-size: 14px;line-height: 20px;width: 100%;}
    .swiper-left{top: 50%;left: -15%;}
    .swiper-right{top: 50%;left: 100%;}
    .home-case .swiper-slide .xiajiao{width: 80%;}
    .home-case .swiper-slide .xiajiao .text{height: 24px;font-size: 14px;line-height: 24px;padding: 0 15px;}
    .lacertae .h5{margin-top: 20px;}
    .lacertae .h5 a{padding: 5px 30px;font-size: 16px;line-height: 30px;}
    .delphini{padding: 20px 0;}
    .delphini .h1{font-size: 20px;line-height: 25px;margin-bottom: 20px;}
    .delphini .h2 .box{flex-wrap: wrap;}
    .delphini .h2 .box .boxs{padding: 0 5px;flex: 0 0 50%;}
    .corvi{padding: 20px 0;}
    .corvi .h1{font-size: 22px;line-height: 30px;margin-bottom: 20px;}
    .corvi .h2 .box{border-bottom: 1px solid #333;}
    .corvi .h2 .box:last-child{border-bottom: none;}
    .corvi .h2 .box .text2,.corvi .h2 .box .text2 .title-newlistnr{font-size: 16px;line-height: 20px;margin: 5px 0;}
    .corvi .h2 .box .text3{line-height: 18px;    margin-bottom: 0;}
    .corvi .h2 .box .text4{margin: 5px 0 10px;}
    .map{padding: 20px 0;}
    .map .box{flex-direction: column;align-items: center;text-align: center;}
    .map .box .left{width: 100%;}
    .map .box .left .h1{font-size: 18px;line-height: 20px;}
    .map .box .left .h2{font-size: 14px;line-height: 20px;margin-top: 10px;}
    .map .box .right{width: 50%;}
    .map .box .right .h1{height: auto;border-radius: 5px;font-size: 16px;padding: 5px;margin-top: 10px;}
    .doradus{padding: 20px 0;}
    .doradus .box{flex-direction: column;}
    .doradus .box .row{width: 100%;flex-direction: column;}
    .doradus .box .boxs{width: 100%;margin-bottom: 5px;}
    .doradus .box .boxs .left .one{width: 30px;height: 30px;font-size: 18px;}
    .doradus .box .boxs .right{font-size: 12px;}
    .doradus .box .boxs .text{font-size: 14px;line-height: 17px;}
    .foot{padding: 10px 0;font-size: 12px;line-height: 20px;}

}


/*product-index*/
@media(max-width:768px) {
    .breadcrumb-item + .breadcrumb-item::before{margin-left: 5px;margin-right: 5px;}
    .mlynar{padding: 20px 0;}
    .mlynar .top{flex-wrap: wrap;}
    .mlynar .top .box{flex: 0 0 49%;height: 40px;margin: 10px 0;}
    .mlynar .top .box::before{top: 70px;left: 34px;border:10px solid transparent; border-top:0px solid #37aa2f;}
    .mlynar-wine-tixing{padding: 10px 0;font-size: 16px;line-height: 22px;}
    .mlynar .top .box::after{left: 16px;width: 92%;}
    .mlynar .top .box:first-child::after{width: 92%;left: 16px;}
    .mlynar .top .box:nth-child(3)::after{left:16px;}
    .mlynar .top .box:nth-child(3) .mlynar-wine-tixing{left: 0;}
    .mlynar .top .box:nth-child(4) .mlynar-wine-tixing{left: -12px;}
    .mlynar .top .box:nth-child(4)::after{}
    .mlynar .top .box:first-child .mlynar-wine-tixing{clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);}
    .mlynar .bottom{padding: 20px 0;flex-direction: column;}
    .mlynar .bottom .img{bottom: -20px;display: none;}
    .mlynar .bottom .left .h1{font-size: 24px;line-height: 22px;}
    .mlynar .bottom .left .h2{font-size: 14px;line-height: 24px;margin: 10px 0;width: 100%;}
    .mlynar .bottom .left a{padding: 5px 10px;font-size: 14px;}
    .mlynar .bottom .right{padding-right: 0;padding-top: 20px;}
    .proviso{padding-bottom: 20px;}
.proviso .box {padding: 10px;}
    .proviso .box .boxs{padding: 10px 0;margin: 10px 0;}
    .proviso .box .boxs .text{font-size: 14px;line-height: 16px;margin-bottom: 0;margin: 10px 0;padding: 10px 0;}
.proviso .box .boxs .texts{font-size: 12px;line-height: 16px;}
.proviso .box .boxs .aa{margin-top: 5px;}
    .proviso .box .boxs .aa a{padding: 5px 20px;line-height: 45px;}
.proviso .box .boxs .left{flex: 0 0 45%;}
    .gavial .box{flex-direction: column;}
    .gavial .box .one{padding: 10px;}
    .gavial .box .one .head,.title-first{width: 100%;line-height: 22px;font-size: 18px;}
    .gavial .box .fore{font-size: 14px;padding: 10px;}
    .gavial .cabinet .erato{flex: 0 0 100%;padding: 20px;}
    .gavial .cabinet .erato .text{font-size: 12px;line-height: 18px;margin-bottom: 10px;}
    .gavial .cabinet .erato a{padding: 5px 10px;font-size: 16px;line-height: 40px;}
    .gavial .box .three .img{position: relative;}
    .horn{padding: 20px 0 0 0;}
    .horn .top,.chestnut .top,.title-first,.title-two,.title-three{font-size: 22px;margin-bottom: 40px;line-height: 20px;text-align: center;}
    .horn .top::before,.chestnut .top::before{width: 50px;height: 5px;top: 35px;left: 39%;}
    .lunacub .box .boxs{padding: 10px;margin-bottom: 20px;}
    .lunacub .box .boxs .img{flex: 0 0 20%;}
    .lunacub .box .boxs .text .one{font-size: 16px;line-height: 30px;}
    .lunacub .box .boxs .text .two{font-size: 12px;line-height: 18px;}
    .weui_accordion_box{flex: 0 0 100%;margin-bottom: 10px;}
    .weui_accordion_box .weui_accordion_title{padding: 10px;font-size: 16px;}
    .faq-march-img{width: 40px;height: 35px;line-height: 35px;margin-right: 10px;font-size: 18px;}
    .weui_accordion_box .weui_accordion_content{padding: 10px;font-size: 12px;line-height: 23px;    position: relative;
    z-index: 0;}
.weui_accordion_box .weui_accordion_content.active{    position: relative;
    z-index: 0;}
    .chestnut{padding-bottom: 20px;}
    .eridani-box{flex-direction: column;}
    .product-thumb-box{width: 100%;}
    .outdoor{padding: 20px 0;}
    .majoris-one{box-shadow: 0px 0px 0px 0px rgb(7 0 2 / 9%);border-radius: 0;}
    .eridani-box .right{width: 100%;}
    .eridani-box .right .one{text-align: center;font-size: 22px;line-height: 30px;}
    .eridani-box .right .two{font-size: 14px;line-height: 25px;width: 100%;margin: 20px 0;}
    .eridani-box .right .three{flex-wrap: wrap;}
    .eridani-box .right .three .make, .eridani-box .right .three .datasheet{font-size: 16px;padding: 10px 0;border-radius: 5px;}
    .eridani-box .right .three .three-a{flex: 0 0 48%;}
    .eridani-box .right .three .corrosion{flex: 0 0 100%;padding: 20px;}
    .eridani-box .right .three .corrosion .social{padding: 3px;}
    .social>span:before, .social>a:before{font-size: 12px;width: 12px;}
    .form-feedback .form-control{font-size: 14px;padding: 10px;}
    .detail{flex-direction: column;}
    .detail .left .box{border-top: 4px solid #019b98;padding: 10px;margin-bottom: 20px;}
    .detail .left .box .h1{font-size: 22px;line-height: 20px;margin-bottom: 10px;}
    .detail .left .box .h2{font-size: 22px;margin-bottom: 20px;}
    .detail .left .box .text p{font-size: 14px;line-height: 24px;}
    .detail .left .boxs{border-top: 4px solid #019b98;padding: 20px;}
    .detail .left .boxs .h1{font-size: 22px;margin-bottom: 20px;}
    .detail .left .boxs .form-row>.col, .form-row>[class*="col-"]{margin-bottom: 15px;}
    .detail .left .boxs .form-feedback .form-control{padding: 5px;}
    .detail .right{border-top: 4px solid #019b98;padding: 20px;}
    .detail .right .h1{margin-bottom: 20px;}
    .detail .right .box .text{font-size: 16px;padding: 10px 20px;}
    .ceti{padding-bottom: 20px;}
    .detail .right .box{margin-bottom: 20px;}
}

/*其他*/
@media(max-width:768px) {
    .equulei{padding: 20px 0;}
    .equulei .box{flex-direction: column-reverse;}
    .equulei .box .right{margin-bottom: 20px;}
    .equulei .h1{font-size: 22px;margin-bottom: 20px;text-align: center;line-height: 26px;}
    .equulei .h1::before{width: 50px;height: 4px;top: 110%;left: 50%;transform: translate(-50%);}
    .equulei .text{font-size: 14px;line-height: 24px;margin-bottom: 30px;}
    .equulei a{font-size: 16px;line-height: 30px;border-radius: 5px;padding: 10px 20px;}
    .equulei .swiper-left{top: 93%;left: 77%;}
    .equulei .swiper-right{top: 93%;left: 88%;}
    .crucis .h1,.reed .h1{font-size: 22px;margin-bottom: 30px;text-align: center;line-height: 26px;}
    .crucis .h1::before,.reed .h1::before,.puzzle .h1::before,.circini .h1::before,.sagittae .h1::before{width: 50px;height: 4px;top: 120%;left: 50%;transform: translate(-50%);}
    .crucis .box{padding: 10px;margin-bottom: 20px;flex-direction: column;}
    .crucis .box .left{font-size: 18px;font-weight: 500;padding: 0;margin-bottom: 10px;}
    .crucis .box .left span{font-size: 22px;}
    .crucis .box .right{font-size: 14px;padding: 10px;}
    .swiper-button-prev, .swiper-button-next{width: 40px;height: 40px;line-height: 40px;}
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{width: 40px;height: 40px;line-height: 40px;}
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size: 22px;}
    .reed .box{justify-content: flex-start;flex-wrap: wrap;}
    .reed .box .boxs{width: 100px;height: 100px;font-size: 14px;margin: 5px;}
    .reed .box .boxs::after{display: none;}
    .puzzle{padding: 20px 0;}
    .reed{padding: 20px 0;}
    .puzzle .h1{font-size: 22px;width: 100%;margin-bottom: 10px;line-height: 22px;}
    .puzzle .box{font-size: 14px;line-height: 22px;padding: 20px;}
    .puzzle .box::before{left: -5px;top: 42%;}
    .circini{padding: 20px 0;}
    .circini .h1{font-size: 22px;margin-bottom: 20px;}
    .scuti .box .right .text{font-size: 14px;line-height: 22px;margin-bottom: 20px;}
    .scuti .box .right a{font-size: 16px;line-height: 30px;padding: 5px 20px;}
    .scuti .box .left{padding: 75px 0 0 50px;}
    .scuti .box, .circini .box:nth-child(2){margin-top:10px;}
    .scuti .box,.circini .box:nth-child(2){flex-direction: column-reverse;}
    .circini .box:nth-child(2n) .left{padding: 75px 50px 0 0;}
    .sagittae .h1{font-size: 22px;margin-bottom: 30px;}
    .sagittae .h2{margin-bottom: 20px;font-size: 14px;line-height: 24px;margin-bottom: 20px;}
    .sagittae{padding: 20px 0;}
    .sagittae .h1::before{top: 160%;}
    .sagittae .box{flex: 0 0 100%;margin-bottom: 20px;}
    .sagittae .box .right{padding: 10px;}
    .sagittae .box .right .head{font-size: 16px;line-height: 18px;margin-bottom: 10px;}
    .sagittae .box .right .text{font-size: 14px;line-height: 16px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
    .caeli{padding: 20px 0;}
    .caeli .h1{font-size: 22px;margin-bottom: 20px;}
    .caeli .h1::before{width: 50px;height: 4px;top: 130%;left: 0;}
    .caeli .h2{font-size: 14px;line-height: 20px;margin-bottom: 20px;}
    .caeli .xiajiao .text{height: 25px;font-size: 12px;line-height: 25px;padding: 0 20px;}
    .scuti{padding: 20px 0;}
    .scuti .center{padding: 20px 0;}
    .scuti .h1{font-size: 22px;margin-bottom: 10px;line-height: 20px;}
    .scuti .h1::before{width: 50px;height: 4px;left: 25px;}
    .scuti .box .right .text p{margin: 10px 0;}
    .scuti .center:nth-child(2n) .box{flex-direction: column-reverse;}
    .scuti .center:nth-child(2n) .box .left{padding: 75px 50px 0 0;}
    .normae{padding: 20px 0;}
    .normae .top{flex-direction: column;}
    .normae .top .h1{font-size: 22px;line-height: 22px;text-align: center;}
    .normae .top .h1 .text{margin-bottom: 0;}
    .normae .top .h2{font-size: 14px;line-height: 24px;}
    .normae .bottom{margin-top: 20px;flex-direction: column-reverse;}
    .normae .bottom .right{padding: 20px;}
    .normae .bottom .box{margin-bottom: 30px;flex: 0 0 49%;}
    .normae .bottom .box .textone, .normae .bottom .box .boxs .span{font-size: 30px;line-height: 25px;width: auto;}
    .normae .bottom .box .etxttwo{font-size: 14px;}
    .normae .bottom .box .boxs span{font-size: 14px;}
    .mensae{padding: 20px 0;}
    .mensae .box{flex-direction: column;}
    .mensae .left .h1{font-size: 22px;margin-bottom: 30px;}
    .mensae .left .h1::before{width: 50px;height: 4px;top: 160%;left: 50%;transform: translate(-50%);}
    .mensae .left .h2{font-size: 14px;line-height: 24px;margin-bottom: 20px;}
    .volantis .h3 .box{flex: 0 0 50%;margin-bottom: 20px;}
    .volantis .h3 .boxs .text{height: 30px;font-size: 14px;}
    .volantis{padding: 20px 0;}
    .muscae{padding: 20px 0;}
    .muscae .h1{font-size: 22px;margin-bottom: 30px;text-align: center;}
    .muscae .h1::before{width: 50px;height: 4px;top: 130%;left: 50%;transform: translate(-50%);}
    .muscae .h2{font-size: 14px;line-height: 24px;margin-bottom: 20px;}
    .muscae .box{margin-bottom: 20px;}
    .volantis .h1{font-size: 22px;margin-bottom: 20px;text-align: center;}
    .volantis .h1::before{width: 50px;height: 4px;top: 140%;left: 50%;transform: translate(-50%);}
    .volantis .h2{font-size: 14px;line-height: 24px;margin-bottom: 20px;}
    .trianguli .box{flex-direction: column;}
    .trianguli .h1{font-size: 22px;margin-bottom: 20px;text-align: center;}
    .trianguli .h1::before{width: 50px;height: 4px;top: 140%;left: 50%;transform: translate(-50%);}
    .trianguli .h2{font-size: 14px;line-height: 24px;margin-bottom: 15px;}
    .trianguli .h3 a{padding: 5px 20px;font-size: 14px;}
    .container-xl-one{padding-right: 15px;}
    .container-xl-two{padding-left: 15px;}
    .trianguli-two{padding: 0 0 20px 0;}
    .new{padding: 20px 0;}
    .new .boxs{padding: 10px;margin-bottom: 20px;flex-direction: column-reverse;}
    .new .boxs .left{margin: 10px 0;}
    .new .boxs .right .h1 a{font-size: 22px;line-height: 30px;}
    .new .boxs .right .h2{font-size: 16px;padding-left: 30px;}
    .new .boxs .right .h3{font-size: 14px;line-height: 24px;width: 100%;margin: 0;padding: 0;}
    .new .boxs .right .news-a{font-size: 16px;line-height: 30px;}
    .quartz{padding: 20px 0;}
    .quartz .h1{font-size: 22px;line-height: 30px;margin-bottom: 10px;}
    .quartz .center{padding: 0;}
    .dagda{padding-bottom: 20px;}
    .dagda .boxone{padding: 5px 10px;margin-bottom: 20px;}
    .dagda .boxone .chan,.dagda .boxone .chang{font-size: 16px;line-height: 25px;}
    .dagda .box{padding: 10px;flex-direction: column;}
    .dagda .box .box-a{margin-bottom: 10px;}
    .dagda .box .boxs .right .text{flex: 1;}
    .dagda .box .boxs .right .text .one{font-size: 16px;line-height: 22px;margin: 0;}
    .dagda .box .boxs .right .text .two{font-size: 14px;line-height: 16px;}
    .big{padding: 20px 0;}
    .penance{padding: 20px 0;position: relative;top: 0;flex:1;}
    .penance .h1{font-size: 22px;line-height: 24px;}
    .penance .h2{font-size: 14px;line-height: 24px;margin: 10px 0;}
    .minmap{height: auto;display: none;}
    .penance .box .boxs{flex: 0 0 45%;}
    .penance .box .boxs .text .one{font-size: 18px;line-height:22px;}
    .penance .box .boxs .text .two{font-size: 12px;line-height: 22px;}
    .penance .box{margin-bottom: 0px}
    .penance .box1{margin-bottom: 0px;flex-direction: column;}
    .penance .box1 .boxs{font-size: 18px;line-height: 22px;flex: 0 0 100%;margin-bottom: 10px;}
    .penance .boxs .img{margin-right: 20px;}
    .penance .boxs .img img{width: 100%;}
    .penance .boxss{font-size: 14px;line-height: 20px;margin-top: 0;}
    .penance .boxss .img{margin-right: 10px;text-align: center;align-items: stretch;width:50px;min-width: 50px;}
    .penance .boxss .img img{width: 100%;}
    .vigil{padding: 20px;flex:1;}
    .vigil .h1{font-size: 22px;line-height: 20px;margin-bottom: 10px;}
    .vigil .h2{font-size: 16px;line-height: 20px;width: 100%;text-align: left;}
    .vigil .h3{margin-top: 20px;}
    .form-feedback .btn{font-size: 16px;line-height: 20px;}
    .lunacub{padding: 20px 0 0 0;}
    .lunacub .h1{font-size: 22px;margin-bottom: 20px;}
    .miao{flex-direction: column;}
}


.page-item.active .page-link{background-color: #019b98;border-color: #019b98;}
.page-link:hover{color: #019b98;}


/*浮动*/
#float{position:fixed;right:5px;bottom:105px; margin-top:-60px;z-index:55;}
#float .ico{display:block;width:55px;height:55px; text-align:center;position:relative;cursor:pointer;margin-bottom:5px;}
#float .ico>i{font-size:30px;line-height:55px;border-radius:50%;display:block;color:#fff;position:relative;z-index:9999;background:#019b98;}
#float .ico>.img{position:absolute;right:55px;width:140px;top:0;display:none;background-color:#fff;}
#float .ico>.img>img{width:100%;}
#float .ico p{position:absolute;top:0;border-radius:10px; right:-350px;padding:0px 20px;line-height:55px; font-size:16px;height:55px;background-color:#019b98;color:#FFF;transition:all 0.3s;z-index:0;white-space: nowrap;}
#float .ico:hover>.img{display:block;}
#float .ico:hover p{right:55px;}
@media (min-width:1px) and (max-width:991px){
#float{bottom:165px;}
    #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;}
}

.ycd{display: none;}


.home-profl{background: url(../images/pictoris-banner.jpg) no-repeat center top #f2f2f2;padding:90px 0 80px;}
.home-profl .box1{display: flex;height: auto;padding-right: 15px;width: 100%;}
.home-profl .box1 .left{flex: 0 0 45%;}
.home-profl .box1 .left .h1{font-size: 48px;font-weight: bold;line-height: 48px;color: #019b98;text-transform: capitalize;}
.home-profl .box1 .left .h1 a{color:#019b98;}
.home-profl .box1 .left .h2{font-size: 16px;line-height: 30px;color: #181818;margin: 30px 0;}
.home-profl .box1 .left .h2 p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical;font-weight: 300;}
.home-profl .box1 .left .h3{margin-bottom: 50px;}
.home-profl .box1 .left .h4 a{padding: 13px 70px;background: linear-gradient(to right, #019b98, #55ccc9);font-size: 20px;line-height: 30px;color: #ffffff;border-radius: 50px;transition: all 0.5s ease;}
.home-profl .box1 .left .h4 a:hover{box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;}
.home-profl .box1 .right{flex: 0 0 55%;padding-top: 100px;}
.home-profl .box1 .imgs{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:40px;}
.home-profl .box1 .imgs .imgx{border:3px solid #f2f2f2;border-radius:50%;overflow:hidden;margin-right:18px;}

.home-profl .box2{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:110px;}
.home-profl .box2 .item{width:32%;box-shadow:32px 0 172px rgba(0, 0, 0, 0.1);margin-bottom:40px;}
.home-profl .box2 .item .img{border-top:4px solid #019b98;}
.home-profl .box2 .item .text{padding:30px 40px;background:#efefef;}
.home-profl .box2 .item .t1{font-size:25px;font-weight:bold;color:#019b98;margin-bottom:15px;line-height:50px;}
.home-profl .box2 .item .t1 a{color:#019b98;}
.home-profl .box2 .item .desc{display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;}
.home-profl .box2 .item .desc p{font-size:16px;line-height:28px;color:#8d8d8d;}
.home-profl .box2 .item .more{font-size:16px;line-height:30px;display:inline-block;color:#019b98;margin-top:15px;}
.home-profl .box2 .item:hover .text{background:#019b98;transition:all 0.5s;}
.home-profl .box2 .item:hover .t1 a{color:#fff;}
.home-profl .box2 .item:hover .desc p{color:#fff;}
.home-profl .box2 .item:hover .more{color:#fff;}
.home-profl .box2 .item .t1:hover{text-decoration:underline;}
.home-profl .box2 .item .more:hover{text-decoration:underline;}

.home-profl .all-more{width:215px;height:58px;font-size:20px;text-align:center;display:block;color:#fff;transition:all 0.5s;  line-height:58px;background:#019b98;border-radius:50px;margin:30px auto 0;}
.home-profl .all-more:hover{box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;}

@media(max-width:768px) {
    .home-profl{padding:40px 0;}
    .home-profl .box1 .left .h1{font-size:24px;line-height:32px;}
    .home-profl .box1 .left .h2{font-size:14px;line-height:22px;margin-top:15px;margin-bottom:15px;}
    .home-profl .box1{display:flex;flex-wrap:wrap;}
    .home-profl .box1 .left{width:100%;order:13;padding-top: 30px;flex: 0 0 100%;}
    .home-profl .box1 .right{width:100%;order:-1;flex: 0 0 100%;padding-top:0;}
    .home-profl .box1 .imgs{display:flex;justify-content:space-between;}
    .home-profl .box1 .imgs .imgx{width:23%;margin-right:0;}
    .home-profl .box1 .imgs .imgx img{width:100%;height:auto;}
    .home-profl .box1 .left .h4 a{padding:10px 30px;font-size:16px;}

    .home-profl .box2{margin-top:30px;}
    .home-profl .box2 .item{width:100%;margin-bottom:25px;}
    .home-profl .box2 .item .text{padding:20px 15px;}
    .home-profl .box2 .item .t1{font-size:24px;line-height:32px;}
    .home-profl .box2 .item .desc p{font-size:14px;line-height:22px;}

    .home-profl .all-more{font-size:16px;width:200px;line-height:45px;height:45px;}
.title-first{margin-bottom:0px}
#foot-moblie .left .h1{font-size: 20px;}
#foot-moblie .left .h2{font-size: 14px;line-height: 20px;}
#foot-moblie .right .h1{ font-size: 18px;}
#moblie-footer .box{display: block;}
#moblie-footer .box .row{width:100%;}
#moblie-footer .col-12{margin-bottom:10px;}
}

.chestnut #faq-junctionlist{margin-bottom: 50px;}
.desc-junctionlist{margin-bottom: 36px;}
.chestnut #faq-junctionlist .title-three{margin-bottom:0px;}

#newcont-wenzijuzhong .center{text-align: left;}
#float .ico>i{background: #55ccc9;}
#float .ico p{background: #55ccc9;}
#float .ico.xianshi-button>i{background:#019b98;}
#float .ico.xianshi-button p{background:#019b98;right: 60px;}

.pagination{margin-top: 15px;}

@media(max-width:768px) {
  .home-news{padding:15px 0 0px;}
  .home-news .box .left{width:100%;padding:0px;}
  .home-news .box .right{width:100%;padding:0px;}
  .home-news .box .rightone{width:100%;padding:15px;}
  .home-news .box .t1{font-size:26px;margin-bottom:25px;line-height:30px;text-align:center;}
  .home-news .news-box .text{padding-left:15px;}
  .home-news .news-box{margin-bottom:15px;}
  .home-news .news-box .t2{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:5px;}
  .home-news .news-box p{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 .cert-qh{padding:0px;}
.home-news .cert-qh .swiper-button-cert:after{color:#fff;font-size:30px;}
.home-news .h3{font-size:18px;}
.home-news .box .rightone .tij .tkbtn{width:auto;display:inline-block;font-size:17px;line-height:35px;height:auto;padding:8px 25px;}
#float .ico.xianshi-button p{right:-350px;}
.home-profl .box1 .left .h2 p{-webkit-line-clamp: 6;}
.home-profl .box2 .item .desc{-webkit-line-clamp: 3;}
.pyxidis .h4{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.home-profl .box2 .item .more{display: none;}
.arae .left .box{width: 100%;}
.microscopii .h2{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp:3;-webkit-box-orient: vertical;}
.arae{padding: 20px 0 300px 0;}
.pyxidis .h1,.apodis{display: none;}
.corvi .money{display: none;}
.mlynar .bottom .left .h2{}
.gavial .box .fore{font-size: 12px;}
.lunacub .box .boxs .text .two{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp:3;-webkit-box-orient: vertical;line-height: inherit;}
.normae .top .h1 .one{margin-right: 10px;}
}

/*cookies板式一*/
.google-cookies{position:fixed;z-index:99;bottom:50px;left:50px;width:450px;box-shadow:8px 0 15px rgba(0, 0, 0, 0.2);background:#fff;padding:20px;border-radius:10px;}
.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:100%;}
.google-cookies .right{text-align:center;display:flex;justify-content:flex-end;width:100%;}
.google-cookies .t1{font-size:20px;font-weight:bold;color:#019b98;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 #019b98;color:#019b98;display:block;font-size:16px;padding:8px 25px;margin-top:15px;margin-left:10px; 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:#019b98;color:#fff;margin-top:15px;}

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

.nav-tabs{border-bottom:1px solid #019b98;}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{background:#fbfbfb;border-color: #019b98 #019b98 #fbfbfb;color:#019b98;}
.nav-tabs .nav-link{font-size:20px;font-weight:bold;padding:10px 30px;}
.normae .top{
    align-items: center;
}
.normae .top .t1{
    width: 100%;
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    color: #575757;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.normae .top .t2{
    max-width: 50%;
}
.normae .top .t2 h1{
    font-family: Poppins;
    font-weight: 700;
    font-size: 43px;
    color: #212121;
    line-height: 45px;
}
.normae .top .t3{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.normae .top .t3 > div{
    transition: .5s;
    background-color: #E5E5E5;
    margin-right: 7px;
    max-width: 225px;
}
.normae .top .t3 > div a{
    width: 100%;
    height: 100%;
    display: block;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    color: #595959;
    padding: 20px 15px;
    transition: .5s;
}
.normae .top .t3 > div:hover a{
    color: #fff;
    transition: .5s;
}
.normae .top .t3 > div:hover{
    background-color: #39AC32;
    transition: .5s;
}
.normae .top .t3 > .active{
    background-color: #39AC32;
    transition: .5s;
}
.normae .top .t3 > .active a{
    color: #fff;
    transition: .5s;
}
.normae .mid{
    padding-top: 123px;
    max-width: 1665px;
    margin-right: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.normae .mid .left{
    width: 50%;
    padding-right: 9%;
    padding-bottom: 89px;
}
.normae .mid .left .t1{
    font-family: Poppins;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
}
.normae .mid .left .t1 .one{
    color: #019b98;
}
.normae .mid .left .t1 .two{
    color: #0141A2;
}
.normae .mid .left .t2{
    font-family: Poppins;
    font-weight: 700;
    font-size: 50px;
    color: #393939;
    line-height: 50px;
}
.normae .mid .left .t3{
    margin-top: 15px;
}
.normae .mid .left .t3 p{
    font-family: Poppins;
    font-weight: 300;
    font-size: 18px;
    color: #575757;
    line-height: 30px;
    margin-top: 30px;
}
.normae .mid .left .t3 strong{
    font-weight: 700 !important;
}
.normae .mid .right{
    width: 50%;
    position: relative;
}
.normae .mid .right > .back{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.4;
    background: #000;
    width: 100%;
    height: 100%;
}
.normae .mid .right > .image{
    display: block;
    position: absolute;
    bottom: 126px;
    left: 47px;
    z-index: 1;
}
.normae .qt{
    margin-top: -83px;
    position: relative;
    z-index: 2;
}
.normae .qt .container-xl{
    background-color: #019b98;
}
.normae .qt .container-xl .home-about{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left:18px;
    padding-bottom: 35px;
    padding-top: 50px;
}
.normae .qt .container-xl .home-about > div{
    padding-right: 29px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}
.normae .qt .container-xl .home-about .box > div:nth-child(2){
    margin-left: 20px;
}
.normae .qt .container-xl .home-about .box > div:nth-child(2) .boxs{
    display: flex;
}

.normae .qt .container-xl .home-about .box > div:nth-child(2) span{
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
}
.normae .qt .container-xl .home-about .box > div:nth-child(2) .textone,
.normae .qt .container-xl .home-about .box > div:nth-child(2) .span{
    font-family: Barlow;
    font-weight: 500;
    font-size: 35px;
    color: #FFFFFF;
}
.normae .qt .container-xl .home-about .box > div:nth-child(2) .etxttwo{
    font-family: Poppins;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
}
.volantis .h4{
    margin-top: 11px;
    display: flex;
}
.volantis .h4 a{
    background-color: #019b98;
    min-width: 240px;
    margin: auto;
    font-family: Poppins;
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 68px;
    border-radius: 34px;
    text-align: center;
}
.volantis .h4 a:hover{
    text-decoration: underline;
}

.muscae .h3{
    margin-top: 71px;
    display: flex;
}
.muscae .h3 a{
    background-color: #019b98;
    min-width: 240px;
    margin: auto;
    font-family: Poppins;
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 68px;
    border-radius: 34px;
    text-align: center;
}
.muscae .h3 a:hover{
    text-decoration: underline;
}

@media (max-width: 768px) {
    .normae .top .t1{
        margin-bottom: 15px;
        font-size: 16px;
    }
    .normae .top .t2{
        max-width: none;
        width: 100%;

    }
    .normae .top .t2 h1{font-size: 24px;line-height: 32px;}
    .normae .top .t3{width: 100%;margin-top: 15px;}
    .normae .top .t3 > div a{padding: 10px 10px;font-size: 14px;}
    .normae .mid{padding-top: 30px;padding-right: 15px;}
    .normae .mid .left{width: 100%;padding-bottom: 15px;padding-right: 0;}
    .normae .mid .right{width: 100%;}
    .normae .mid .left .t1{font-size: 24px;line-height: 32px;}
    .normae .mid .left .t2{font-size: 24px;line-height: 32px;}
    .normae .mid .left .t3{margin-top: 0;}
    .normae .mid .left .t3 p{margin-top: 15px;font-size: 14px;line-height: 22px;}
    .normae .mid .right > .image{
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        bottom: auto;
    }
    .normae .qt{margin-top: 20px;}
    .normae .qt .container-xl .home-about{
        background: none;
        padding-left: 15px;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .normae .qt .container-xl .home-about > div{
        padding-right: 0;
        width: 50%;
    }
    .normae .qt .container-xl .home-about > div > div:nth-child(1){
        width: 50px;
        text-align: center;
    }
    .normae .qt .container-xl .home-about .box > div:nth-child(2){margin-left: 15px;}
    .normae .qt .container-xl .home-about .box > div:nth-child(2) .textone, .normae .qt .container-xl .home-about .box > div:nth-child(2) .span{
        font-size: 16px;
        margin-bottom: 0;
        line-height: 24px;
        width: auto;
    }
    .normae .qt .container-xl .home-about .box > div:nth-child(2) .etxttwo{
        line-height: 20px;
        font-size: 12px;
    }
    .volantis .h4 a,.muscae .h3 a{
        line-height: 32px;
        border-radius: 16px;
    }
}

.normae .text{
    font-size: 18px;
    line-height: 33px;
    font-weight: 300;
    color: #5f5f5f;
    margin-top: 55px;
}
.normae.fact{padding-bottom: 80px;}
.fact-other{background-color: #f1f4f8;padding-bottom: 80px;}
.fact-other .h3 .box{
    padding-right: 30px;
    padding-bottom: 60px;
}
.fact-other .h3 .boxs{
    overflow: hidden;
    position: relative;
}
.fact-other .h3 .boxs .text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 21px;
    background-color: #019b98b9;
    z-index: 2;
}
.normae.cert{
    padding-bottom: 60px;
}
.cert-other{padding-bottom: 15px;background-color: #f1f4f8;}
.cert-other .cont{padding-bottom: 60px;}
.cert-other .cont .title{
    position: relative;
    padding-left: 24px;
    color: #212121;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}
.cert-other .cont .title::before{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 19px;
    background-color: #39ac32;
}
.cert-other .cont .row{
    margin-top: 45px;
}
.cert-other .cont .row .col-md-3{
    padding-right: 30px;
    padding-bottom: 15px;
}
.cert-other .cont .row{}
@media (max-width: 768px) {
    .fact-other .h3 .box{
        padding-right: 7px;
        padding-bottom: 15px;
    }
    .fact-other .h3 .boxs .text{
        height: 30px;
        font-size: 14px;
    }
    .normae .text{
        margin-top: 15px;
        font-size: 14px;
        line-height: 22px;
    }
    .normae.fact,.normae.cert{
        padding-bottom: 15px;
    }
    .fact-other{padding-bottom: 0;}
    .cert-other{padding-bottom: 0;}
    .cert-other .cont .title{padding-left: 15px;}
    .cert-other .cont{padding-bottom: 0;}
    .cert-other .cont .row{margin-top: 15px;}
    .cert-other .cont .row .col-md-3{padding-right: 7px;width: 50%;}
}
