
.newscenter {
    padding: 60px 0px;
}
.newscenter .newsul li {
    padding: 15px 0;     -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.newscenter .newsul li:nth-child(even),
.newscenter .newsul li:hover
 {
    background: #fff;
}
.newscenter .newsul li:hover {
	background: #fefefe;
}
.newscenter .newsul li .w90{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.newscenter .newsul li .news-pic {
    width: 35%;
    margin-right: 5%;
    position: relative;
}
.newscenter .newsul li .news-pic .date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #e5322c;
    color: #fff;
    padding: 8px 8px;
    font-size: 15px;
}
.newscenter li .news-pic img {
    width: 100%;
    max-height: 250px;
      object-fit: scale-down;
	  display: block;
}
.newscenter li .news-txt {
    width: 60%;
}
.newscenter li .news-txt h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 0px;
}
.newscenter li .news-txt h2 a {
	 font-family: 'R-Regular';
	 font-size: 18px;
	 line-height: 1.3;
	 color: #222;
	 display: block;
	 width: 100%;
	 height: 100%;
	  
}
body .newscenter li .news-txt {
	height: 100%;
}
body .newscenter .newsul li .news-pic a {
	display: block;
}
.newscenter li .news-txt .miaoshu {
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
	margin-top: 10px;
}
.newscenter li .news-txt .all a {
    position: relative;
    top: 0;
    right: 0;
    overflow: hidden;
    margin-top: 25px;
    padding: 5px 15px;
    border-radius: 100px;
    transition-timing-function: ease;
    transition-duration: 1s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e5322c;
}
.newscenter li .news-txt .all a:after {
    content: '';
    width: 0;
    height: 100%;
    background: #be0a00;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease .3s;
}
.newscenter li .news-txt .all a:hover:after {
    content: '';
    width: 100%;
    left: 0;
    right: auto;
}
.newscenter li .news-txt .all a span.span-txt {
    position: relative;
    z-index: 2;
    transition: all ease .3s;
    font-size: 14px;
	padding-left: 10px;
    color: #fff;
    
}
.newscenter li .news-txt .all a:hover span.span-txt {
    color: #fff;
}
.span-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-left: 1rem;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    z-index: 2;
}
.span-arrow svg {
    width: 24px;
    height: 24px;
    fill: #212121;
    fill:#e5322c;
    display: block;
    vertical-align: middle;
}
.all a:hover .span-arrow {
    background-color: #ffff;
}
.all a:hover .span-arrow svg {
    fill: #be0a00;
}

.newscenter-in {
    background: #eee;
    padding-bottom: 50px;
}
.newscenter-in table,
.newscenter-in tbody
 {
	width: 100%;
}
.newscenter-in table td {
	width: auto;
	 padding: 0!important;
}
.newscenter-in .faq-tb table td:nth-child(2){
	width: 68%!important;
}
.newscenter-in .faq-tb table td {
	padding: 10px 5px!important;
}
.newscenter-in table td p {
	padding: 4px 5px!important;
}
.article-content {
    background: #fff;
    padding: 20px 60px 30px;
    position: relative;
    margin-top: -160px;
    font-size: 16px;
    line-height: 1.8;
	border-radius: 10px 10px 0 0;
	max-width: 1200px;
}
.article-content video {
	
}
.article-content .faqbody p {
	font-size: 15px;
	color: #111;
	line-height: 1.7;
	width: 100%;
}
.article-content video {
	max-width: 100%;
	display: block;
	height: 550px;
	margin: 10px 0px;    object-fit: cover;
	width: auto;
	height: 293px; 
	padding: 0 10px;
}
.newscenter-in2 .article-content video{
	margin: 10px auto 20px;height: 393px; 
}
.b1.more2 {
	    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    background-color: #e80011;
    border-color: #e80011;
    color: #fff;
}
.videobody {
	display: flex
;
    flex-wrap: nowrap;
    flex-direction: row;   justify-content: space-around;
}
.videobody p {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
}
.article-content .faqbody .flex {
	display: flex;
	max-width: 1024px;
	margin: 0px auto;flex-wrap: wrap;
    flex-direction: column;
}
.article-content .faqbody p em {
	background: none; 
	border-left: 0px solid #222;
	color: #111; 
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 16px;
	padding-left: 0px;
	font-weight: bold;    font-family: 'R-Medium', sans-serif;
}
.article-content p,
.article-content span
 {
	text-wrap-mode: initial!important;
	white-space: normal!important;
}
.article-content .faqbody strong,
.article-content strong
 {
	font-weight: bold;
	font-size: 20px;	color: #e80011;
	font-family: 'R-Medium', sans-serif;
 
}
.article-content .strong{
	    background: #0082ff url(/images/icon-phone.png) no-repeat 10px center;
    background-size: 25px;
    color: #fff;font-size: 16px;
       padding: 10px 10px 10px 40px;
}
.article-content p {
    color: #3e3e3e;
    font-size: 16px;
}

.article-banner .bg::after {
    content: "";
    background: #000;
    opacity: .2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.article-banner .main-area-box {
    z-index: 2;
}

.article-content img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.article-content .prev-next {
    border-top: 1px solid #e9e9e9;
    margin-top: 50px;
    padding-top: 40px;
    color: #e80011;
	font-size: 18px;
    
}
.article-content .swiper{
	width: 98%;
	height: 580px;
	margin: 0 auto 20px;
}
.article-content .swiper .swiper-wrapper{
	
}
.article-content .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 10px;
}
.article-content .swiper-wrapper img{
	width: 100%;
	height: 100%;
object-fit:cover;
}
.article-content .prev-next a,
.article-content .prev-next .prev {
    color: #888;font-size: 13px;
    
}
.article-content .prev-next a {
    color: #333;font-size: 13px;
}
.article-content .prev-next a:hover {
	text-decoration: underline;
}
.visual-banner .date {
    font-size: 18px;
    color: #fff;
    padding-top: 10px;
	position: absolute;
	bottom: 0%;
	left: 2%; 
}
.ningbo {
  padding: 60px 0px 0;
  background: #f1f1f1;
}
.ningbo h2 {
  color: #303030;
  line-height: 1.32;
  font-size: 26px;
  padding-top: 50px;
  font-weight: normal;
  padding-bottom: 10px;
}
.ningbo .map_list {
  margin-top: 0px;
  margin-bottom: 20px;
  
}
.ningbo .map_list .li {
    margin: 0 0 100px 0;
}
.ningbo .map_list li .map_tit {
    margin: 0 0 50px 0;
    border-top: 1px solid #505050;
    border-bottom: 1px solid #e0e0e0;
    padding: 30px 0;
    font-size: 26px;
    color: #266bcb;
    font-weight: normal;
}
.info_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;    justify-content: center;
  }

  .info_box .mapimg {
    width: 100%;
    overflow: hidden;
  }
  .info_box .mapimg .swiper {
    width: 100%;
    height: 100%;
    overflow: initial;
  }
  .info_box .mapimg .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
  
  }
  .info_box .mapimg .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .info_box .maptxt {
    width: 100%;
	margin-bottom: 50px;
	    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
	margin-top: 0px;
	border-top: 0px solid #e0e0e0;
  padding-top: 20px;
  }
  .maptxt .clearfix {
   width: 100%;
  	margin-right: 20px;
  	position: relative;
  }

    .maptxt .clearfix:last-child {
		margin-right: 0;
	}
.info_box .maptxt dl {
    margin: 0 0 0px 0;
    border-bottom: 0px solid #dedede;
    padding-bottom: 10px;
    margin-left: 0px;
	float: none;
	padding: 10px 20px;
	width: calc(100% - 320px);
 width: 400px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	color: #fff;
	height: 60px;transition: all 0.4s ease;
	background: rgb(0 0 0 / 62%);border-radius: 10px;
	overflow: hidden;
}
  .maptxt .clearfix dl{
  	background: rgb(0 0 0 / 62%);height: 79px;
  }
.info_box .maptxt dl a{
	color: #fff;
    background: url(/images/arrow-right.png) no-repeat right bottom;
    background-size: 52px;
    padding-right: 50px;
    display: block;    height: 35px;
}
.info_box .maptxt .img {
	float: none;
	width: 100%;
	height: 300px; 
	margin-bottom: 0px;
}
.info_box .maptxt  .img img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	display: block; 
	border-radius: 10px;
}
.info_box .maptxt dt {
    margin: 0 0 5px 0;
    font-weight: 300;
    line-height: 1.2;
    color: #191919;color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 0px;
    text-transform: uppercase;
}
.info_box .maptxt dt i {
    width: 28px;
      height: 28px;
      border-radius: 50%;
      display: block;
      position: relative;
      left: 0;
      top: 0%;
      transform: translateY(0%);
	  margin-bottom: 10px;
	  display: none;
}
  .info_box .maptxt dt i::before {
    background-color: #e80011;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .info_box .maptxt dt i::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #e80011;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .15;
  }
  
  
  .info_box .maptxt dd {
    position: relative;
    padding: 0 0 0 0px; 
    font-size: 13px;
	line-height: 1.5;
    word-break: break-word;
	height: auto;
  }
.info_box .maptxt dd svg {
  position: absolute;
  top: -2px;
  left: 0;
  display: none;
}  
.info_box .maptxt dd svg path {
  fill:#515151
}
.info_box .maptxt .dl-1 dd {
  padding-left: 35px;
  margin-bottom: 6px;
}
.info_box .maptxt .dl-1 dd svg {top: 2px;}
.info_box .maptxt dd:before {
    position: absolute;
    left: 0;
    top: 13px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #ccc;
    content: '';
    display: none;
}
.ningbo .swiper-button-next, .swiper-button-prev {
    background: url(/images/slider_bt2.svg)no-repeat center rgba(0,0,0,.2);
    border-radius: 100%;
    width: 42px;
    height: 42px;
    top: 50%;
    margin-top: -21px;
}
.ningbo .swiper-button-prev .swiper-button-next {
  left: auto;
  right: 20px;
  transform: rotate(180deg);
}
.ningbo .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: none;
}
.ningbo .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.ningbo .swiper-button-next, .swiper-rtl .swiper-button-prev {
  transform: rotate(180deg);
}
.ningbo .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: -30px;}
.ningbo .swiper-pagination-bullet-active {
    width: 30px; 
    border-radius: 5px; 
    background: #e80011;
}

  .info_box .mapimg .ct-fl {
  	width: 48%;float: left;  max-width: 510px;
  	padding: 30px 20px 0;
    position: relative;
	height: 305px;
    border-radius: 6px;
  }
  .info_box .mapimg .ct-fl p {
  	font-size: 17px;
  }
    .info_box .mapimg .ct-fl b,
  .message-area .cform-box h4
     {
		font-size: 20px;
		display: block;
		padding-bottom: 30px;
	}
	 .message-area .cform-box h4 span{
	 	display: block;
	 	font-weight: normal;
	 	font-style: normal;
	 	font-size: 16px;
	 	padding-top: 5px;
	 }
.contact-form .liuyan {
width: 50%;
float: right;
}
.contact-form .liuyan .filter-box{
	width: 100%;
}
.contact-form .liuyan .filter-box-relation:after {
	display: none;
}
.contact-form .liuyan .message-area .cform-item select {
	padding-bottom: 3px;
	padding-top: 10px;
}
.contact-form .liuyan h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.message-area {
  background: #fff;
  width: 100%;
  margin: 0 auto;

  position: relative;
  border-radius: 6px;
}
.message-area .p {
	font-size: 12px;
	font-style: italic;
	line-height: 1.3;
	padding-top: 20px;
	color: #666;
}
/* .message-area::after {
  content: "";
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
} */

.message-area form {
  padding: 30px;
  position: relative;
}
.message-area form:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 220px;
	height: 150px;
	background:  url('/images/jiao3.jpg') no-repeat left bottom;
	background-size: cover;
}
.message-area .cform-box {
margin-right: -18px;
margin-left: 0px;
margin-top: 5px;
}
.message-area .cform-item {
display: inline-block;
  vertical-align: top;
  width: 48%;
  width: 100%;
  margin-bottom: 10px;
  
}
.message-area .cform-item select {
	height: 50px;margin-bottom: 2px;
	border-bottom: 0;
	padding-left: 10px;
	border: 1px solid #ddd;
	height: 35px;
	padding-bottom: 10px;
	text-transform: capitalize;  
	width: 95%;
}
.message-area .cform-item__wrap {
position: relative;
margin-right: 0px;
margin-left: 0px;position: relative; 
 border-bottom: 0px solid #aaa;
	display: flex;
	padding-left: 120px;
	width: auto;
}
.message-area .cform-item__wrap span {
 height: 35px;
	line-height: 35px;
 position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	text-transform: capitalize;
}
.message-area .cform-item__wrap select {
 
    
    background: url(/images/open.png) no-repeat 97% center;
    background-size: 15px;
}
.message-area .cform-item__wrap .cform-input {
display: block;
  width: 95%;
  height: 35px;
  line-height: 35px;
  border: 0;
  padding: 0 20px 10px 5px;
  box-sizing: border-box;
  outline: 0;
  font-size: 16px;border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff; 
  font-family: 'R-Light', 'R-Regular', -apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, "STSong", "SimSun", Arial, sans-serif;
}
.message-area .lyan {
margin-top: 50px;
font-size: 16px;
color: #9ca2ab;
margin-bottom: 20px;
}
.message-area .cform-textarea {
box-sizing: border-box;
height: 35px;
  line-height: 35px;
  border: 0;
  padding: 0 20px 10px 5px;
  margin: 0;
  outline: 0; 
  border: 0;
  resize: none; 
  width: 100%;
  background-color: #ffffff;
  font-size: 16px;
  color: #666;
  padding-bottom: 0;border: 1px solid #ddd;border-radius: 3px;
  font-family: 'R-Light', 'R-Regular', -apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, "STSong", "SimSun", Arial, sans-serif;
  height:50px;
}
.message-area .cform-item.col-100 {
width: 100%;
  margin-bottom: 0;
  margin-left: 0px;padding-bottom: 0;
  padding-right: 0px;
  border-bottom: 0px solid #aaa;
 display: flex;
}
.message-area .cform-item.col-100 .cform-item__wrap{
	width: 100%;
}
.message-area .tijiao {
text-align: center;
}
.message-area .tijiao .btn-submit {
 
line-height: 36px; 
font-size: 14px; 
    font-weight: bold;
cursor: pointer;
background-color: #e80011;
border-color: #e80011;
color: #fff;
display: block; 
text-align: center;
margin: 25px 0 0;
text-transform: uppercase;
font-family: 'R-Regular', 'R-Light', 'R-Regular', -apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, "STSong", "SimSun", Arial, sans-serif;
}    
.message-area .tijiao .btn-submit:hover {
background-color: #e80011;
border-color: #e80011;
color: #fff;
}
em.invalid {
  margin-left: 18px;
  color: #ec0000;
  font-size: 14px;
  font-style: normal;
}
.message-area .cform-item.col-100 em.invalid {
margin-left: 0;
}

.pager {
  text-align: center;
  padding: 0px 0 50px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
.pager ul, .pager strong {color: #fff;}
.pager li {
  display: inline-block;
}
.pager a {
  margin-right: 0.2em;
  margin-left: 0.2em;
  min-width: 40px;
  line-height: 2.75;
  color: rgb(184 184 184);
  color: #111;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color .3s;
  transition: color .3s;
  font-weight: 500;
  font-size: 16px;
  background: #fff;
}
.pager a:hover {
  color: #fff;
  font-weight: bold;background: #e80011;
}
.pager .prev a, .pager .next a,
.pager li:first-child a, .pager li:last-child a,
.pager li:first-child span,  .pager li:last-child span{
  width: 44px;
  height: 44px;
  border-radius: 1em;
  text-indent: -99999px;
}
.pager li:first-child a,
.pager li:first-child span {
  background: url(/images/list-nav-prev.png) no-repeat center;
}
.pager li:last-child a, .pager li:last-child span{
  background: url(/images/list-nav-next.png) no-repeat center;
}


.pager .prev a:before {
  content: "";
  background: url(/images/list-nav-prev.png) no-repeat center;
  width: 100%;
  height: 100%;
  display: block;
}
.pager .next a:before {
  content: "";
  background: url(/images/list-nav-next.png) no-repeat center;
  width: 100%;
  height: 100%;
  display: block;
}

.pager .active a {
  color: #fff;
  background: #e80011 no-repeat url(/images/bg_pager.png) center center;
  background-size: contain;
  font-weight: bold;
}

.contact-form .video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.contact-form .video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-cards {
  margin-right: -2%;
}
.article-cards li {
  width: 32%;
  margin-right: 2%;
  background: #fff;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(30, 33, 41, .1);
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 2%;
}
.article-cards li:nth-child(3n) {
	margin-right: 0;
}
.article-cards li a {
  display: block;
  border-radius: 12px;
  background-color: #ffffff;
  overflow: hidden;
}
.article-cards .blog-img {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.article-cards .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
}
.article-cards li a:hover .blog-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.article-cards .blog-item_intro {
  padding: 20px 20px 30px
}
.article-cards .blog-item_intro h3 {
  font-size: 18px;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 10px;
  height: 70px;
  overflow: hidden;
  margin-bottom: 15px;
  padding-right: 40px;
  position: relative;
}
.article-cards .blog-item_intro h3 svg{
	position: absolute;
	right: 0;
}
.blog-item_intro .text-gray {
  color:#8392A6;
  font-size: 15px;
}
.blog-item_intro .icon-next {
  overflow: hidden;
  width: 50px;
  position: absolute;
  right: 0;
}
.article-cards li a:hover .icon-next {
  -webkit-animation: outRightIn 1s ease;
  animation: outRightIn 1s ease;
}
.visual-banner.news-n .w90.pa {
	top: 49%;
	padding-bottom: 50px;
	max-width: 1250px;
}
.news-n .fiex p{
	color: #fff; 
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    color: #eee;
    border-left: 0px solid #e80011;
    height: auto; 
	line-height: 1.5;
    padding-left: 20px;
	    font-family: 'R-Medium', sans-serif;
}
.news-n .bt-sup p,
.visual-banner.news-n .bg-img #typed,
body .visual-banner.news-n #typed.bt-sup2
 {
	 font-size: 26px;
    color: #fff;
	text-transform: capitalize;
	border-left: 0px solid #e80011;
    height: auto; 
	line-height: 1.5;
    padding-left: 20px;
	    font-family: 'R-Medium', sans-serif;
		opacity: 1;
}

.news-n .fiex p:before,
.visual-banner.news-n .bg-img #typed:before,
body .visual-banner.news-n #typed.bt-sup2:before
{
	content: '';
	display: inline-block;
	width: 4px;
	height: 35px;
	transform: translateY(5px);
	margin-right: 15px;
	background: #e80011;
}
@keyframes outRightIn{
  0%{
      transform: translateX(0);
  }
  50%,60%{
      transform: translateX(100%);
  }
  61%{
      opacity: 0;
      transform: translateX(-100%);
  }
  62%{
      transform: translateX(-100%);
  }
  100%{
      transform: translateX(0);
  }
}


/*contact2*/
.features-grid ul {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
;
}
.features-card {
  text-align: center;
  background-image: url(/images/noise.png);
  background-position: 0 0;
  background-size: 372px 356px;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 54px 24px 48px;
  display: flex
;
  overflow: hidden;
}
.features-card.cc-green {
  background-color: #ebf6f2;
}
.features-visual {
  position: relative;
}
.features-card-visual-inner {
  background-color: #fff;
  border-radius: 15px;
  width: 202px;
  height: 202px;
}
.features-card-visual-inner.cc-qr {
  justify-content: center;
  align-items: center;
  padding: 21px;
  display: flex;
}
.u-auto-img {
  width: 100%;
  height: auto;
}
.qr-scanner {
  opacity: 0;
  transition: transform .3s cubic-bezier(.77,0,.175,1), opacity .3s cubic-bezier(.77,0,.175,1);
  position: absolute;
  inset: 10px;
  overflow: hidden;
  transform: scale(1.2);
}
.features-card:hover .qr-scanner {
  transform: none;
  opacity: 1;
}
.qr-scanner-corner {
  z-index: 2;
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd;
  border-top-left-radius: 9px;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 0% auto auto 0%;
}
.qr-scanner-corner.cc-bl {
  inset: auto auto 0% 0%;
  transform: rotate(-90deg);
}
.qr-scanner-corner.cc-br {
  inset: auto 0% 0% auto;
  transform: rotate(180deg);
}
.qr-scanner-corner.cc-tr {
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}
.qr-scanner-highlight {
  background-image: linear-gradient(#fff0 20%, #ffffffb3 50%, #fff0 80%);
  width: 100%;
  height: 25%;
  position: absolute;
  inset: auto 0% 0%;
  transform: translateY(100%);
}
.features-card:hover .qr-scanner-highlight {
  transition: transform 700ms ease-in-out;
  transition-delay: 200ms;
  transform: translateY(-400%);
}
.features-card-content {
  max-width: 300px;
  margin-top: 40px;
}
.heading-m {
  letter-spacing: -.025em;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 16px;
  font-weight: bold;
}
.subheading {
  color:#888787;
  letter-spacing: -.03em;
  font-size: 20px;
  line-height: 1.4;
}


.faq-style {
  padding: 0px 0px 50px;
}
.faq-style .w90 {
	width: 100%;
}
.question-list li {
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 0px;
  background: #FFF;    transition: all 0.4s ease;
 
}
.question-list li .active {
	background: #f1f1f1;
}
.question-list li  {
 padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.question-list li .ques01 {
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-size: 18px;
  padding: 5px 0 0px;
  border-radius: 10px;
  position: relative; 
}
.question-list li .ques01:hover {
	 
}
.ques01 span {
  float: left;
  font-size: 14px;
  color: #737373;
  text-align: center;
}
.ques01 span.ques-nember {
  
  margin-left: 20px;
  border-radius: 0px;
  color: #db2f25;font-weight: bold;
  font-weight: bold; 
  font-size: 19px;
}
.ques01 span.ques-subject {
  overflow: hidden;
  width: 90%;
  padding-left: 20px;
  text-align: left;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.question-list li .active .ques-subject {
  color: #db2f25;
}
.question-list li .active .ques-nember {
 
}
.question-list li:last-child {
	border-bottom: 0;
}

.question-list li .ques01.active span.ques-cont {
  background: url(/images/arrow_blue.png) no-repeat 0 5px;
  font-weight: 600;
}

.question-list li .ques-txt {
  padding: 40px 50px 40px 22px;
  background-color: #ffffff;
  border-top: 0px solid #e8e8e8;box-shadow: 0px 8px 12px 0px rgba(0, 53, 75, 0.12);
}

.question-list li .ques-txt strong {
  font-weight: bold;
  font-size: 18px;
  display: block;
}


.visual-contact {
    height: calc(110vh - 0px);
    position: relative;   
	min-height: 680px;
}
.visual-contact .txt-box {
  position: absolute;
  left: 50%;
  z-index: 2;
  top: 55%;
  transform: translate(-50%, -50%);
}
.visual-contact .txt-box .h1 {
  text-align: center;
}
.visual-contact .txt-box .h1 .p1 {
  color: rgb(245 245 247);
  font-weight: 800;
  letter-spacing: -1px;
  font-size: 32px;
  line-height: 1.2;
  padding-top: 180px;
}
.visual-contact .txt-box span#typed {
  font-size: 24px;
  color: #fff;
}
.visual-contact .txt-box .h1 .p2 {
  font-size: 24px;
  color: rgb(245 245 247);
  display: block;
  font-weight: normal;
  padding-top: 20px;
}
.visual-contact .social {
  margin-top: 25px;
  text-align: center;
}
.visual-contact .social a {
  padding-right: 10px;
}
.visual-contact .social a img {
  width: 28px;
}
.visual-contact .line {
  width: 650px;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
}
.visual-contact .line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: -1px;
  left: 0;
  transition: all 0.4s ease-out;
  visibility: initial;
  background: linear-gradient(to right, #F44336 0%, #2196F3 100%);
}
.contact-info {
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;padding-bottom: 50px;
}
.contact-info .add {
  background: rgb(42 63 119 / 70%);
  margin-right: 1%;
  width: 30%;
  margin-left: 1%;
  border-radius: 0px;
  padding-bottom: 15px;transition: all 0.4s ease;
  border-bottom: 3px solid rgb(231 1 17);
}
.contact-info .add:hover {
	background: rgb(231 1 17);
}
.contact-info .padd {
  padding: 30px 30px 20px;
  position: relative;
  height: 100%;
}
.contact-info .padd img {
  width: 40px;
  display: block;
  padding-bottom: 20px;
}
.contact-info .add:last-child .padd img {
	width: 35px;
	padding-bottom: 25px;
}
.contact-info .add:last-child .padd p img {
	width: 85px; 
	padding-bottom: 0;
}
.contact-info .padd span {
  display: block;
  color: #fff;
  font-size: 20px;
  padding-bottom: 10px;
}
.contact-info .padd p {
  color: #fff;
  margin-top: 25px;
  font-size: 17px;
}
.contact-info .padd span {
	    font-family: 'R-bold', 'R-Medium';
}



.visual-contact .video-wrap {
  position: absolute;
  width: 100%;

  height: 100%;
  background-color: #000;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.visual-contact .video-wrap video {
  width: 110%;
  height: 110%;
  margin-top: 5%;
  margin-left: -5%;
  object-fit: cover;
}
.visual-contact .txt-box {
  position: absolute;
  left: 50%;
  z-index: 2;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cvru-li-tp-icon {
  width: 22px;
  height: 22px;
  position: absolute;
  border-radius: 50%;
  transition: all .4s;
  background: transparent;
  border: solid 1px #db2f25;
  right: 30px;
}
.cvru-li-tp-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 1px;
  background: #db2f25;
  transition: all .4s;
}
.cvru-li-tp-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 40%;
  background: #db2f25;
  transition: all .4s;
}
.question-list li .active .cvru-li-tp-icon {
  background: #db2f25;
}
.question-list li .active .cvru-li-tp-icon::after, .question-list li .active .cvru-li-tp-icon::before {
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.join-section {
  padding: 110px 0px;
}
.join-section .w90 {
  background-color: #e5e0dd;
  border-radius: 30px;
}
.join-section img {
  width: 100%;
  display: block;
  border-radius: 30px;
}
.join-form {

}
.section-cont {
  margin-top: -39vw;
}
.section-cont h2 {
  text-align: center;
  color: #fff;
}
.section-cont form {
  position: relative;
  padding: 40px 55px 50px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 6px 24px 0px rgba(0, 64, 68, 0.10);
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
.join-form .cform-box {
  margin-right: -18px;
  margin-left: -18px;
  margin-top: 40px;
}
.join-form .cform-box3 {
	display: flex;
}
.join-form .cform-item {
	display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-bottom: 30px;
  }
.join-form .cform-item__wrap {
	position: relative;
	margin-right: 18px;
	margin-left: 18px;
}
.join-form .cform-item__wrap .cform-input {
    display: block;
    width: 100%;
    height: 50px;
	line-height: 50px;
    border: 0;
    padding: 0 20px;
    box-sizing: border-box;
    outline: 0;
    font-size: 16px;
    /* background: #f7f7f7;
    border-radius: 10px; */
    border-bottom: solid 1px #aaa;
    font-family: 'R-Light', 'R-Regular', -apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, "STSong", "SimSun", Arial, sans-serif;
}
  .join-form .lyan {
	margin-top: 50px;
	font-size: 16px;
	color: #9ca2ab;
	margin-bottom: 20px;
  }
  .join-form .cform-textarea {
	box-sizing: border-box;
    padding: 2%;
    margin: 0;
    outline: 0;
    line-height: 1.5;
    width: 96%;
    border: 0;
    resize: none;
    background-color: #ffffff;
    font-size: 16px;
    color: #000;
	height: 70px;
  border-bottom: solid 1px #aaa;
  font-family: 'R-Light', 'R-Regular', -apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, "STSong", "SimSun", Arial, sans-serif;
}
  .join-form .cform-item.col-100 {
	width: 100%;
    margin-bottom: 0;
  }
  .join-form .tijiao {
	text-align: center;
  }
.join-form .tijiao .btn-submit {
  
    background-color: rgb(219 47 37);
 
    margin-top: 30px;
	font: bold 14px 'R-Regular', -apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, "STSong", "SimSun", Arial, sans-serif;
	cursor: pointer;
    color: #fff;text-align: center;
}    
.join-form .tijiao .btn-submit:hover {
 
}
  em.invalid {
	margin-left: 18px;
	color: #ec0000;
  }
  .join-form .cform-item.col-100 em.invalid {
	margin-left: 0;
  }
  .cform-item.cform-item-file {
  	height: 50px;
  	line-height: 10px;
  	margin-top: -20px;text-align: left;
  }
.cform-item.cform-item-file .fileContainer {
 line-height: 1;
	height: 30px;
	color: #666;
font-size: 14px; 
text-align: left;
padding: 0;
	    font-family: 'R-Light', 'R-Regular', -apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, "STSong", "SimSun", Arial, sans-serif;
}
.cform-item.cform-item-file .fileContainer input {
	    border: 0;
    box-shadow: none;
    padding-left: 0;
	width: 100px;
    height: 50px;
    z-index: 999;
}
.cform-item.cform-item-file {
	color: #666;
}

.cform-item select {
	display: block;
    width: 100%;
    height: 50px;
    border: 0;
    padding: 0 50px 0 20px;
    box-sizing: border-box;
    outline: 0;
    font-size: 16px;
    border-bottom: solid 1px #aaa;
  font-family: 'R-Light', 'R-Regular', -apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, "STSong", "SimSun", Arial, sans-serif;
    cursor: pointer;
	position: relative;
}
.filter-box-relation:after {
  pointer-events: none;
  display: block;
  content: ' ';
  opacity: 0.5;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  transition: opacity 200ms;
  background-image: url(/images/arrow_off.png);
}

.filter-disabled {
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.filter-box {
    position: relative;
}
.filter-box em {margin-left: 0;}



.filter-text {
	height: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}


.filter-text .filter-title {
	cursor: pointer;
    display: block;
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 20px;
    box-sizing: border-box;
    outline: 0;
    font-size: 16px;
    background-color: #fff;
    font-family: 'Pretendard';
}

.filter-list {
	display: none;
	width: 100%;
	max-height: 300px;
	background-color: #fff;
	font-size: 14px;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 99;
	border: 1px solid #e6e6e6;
	overflow: auto;
}

.filter-list li.filter-null a {
	color: #d2d2d2;
}

.filter-list li a {
	display: block;
	padding: 0 10px;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.filter-list li:hover {
	background-color: #f2f2f2;
}

.filter-list li.filter-selected {
	background-color: #1c1979;
}

.filter-list li.filter-selected a{
	display: block;
	color: #fff;
}

.filter-list li.filter-disabled {
	background-color: #fff;
}

.filter-list li.filter-disabled a{
	display: block;
	color: #d2d2d2;
}

.filter-list li.filter-disabled:hover a {
	cursor: not-allowed!important;
	background-color: #fff;
}

.icon {
	 
}
.bread .icon {
  position: relative;
}

.icon-filter-arrow {
	width: 10px;
    height: 12px;
    background-repeat: no-repeat;
    background-image: url(js/select/icon_arrow_down_x2.png);
    background-size: 100%;
    right: 15px;
    top: 30px;
    transition: all .2s;
}

.icon-filter-arrow.filter-show {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.filter-list::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.filter-list::-webkit-scrollbar-track {
	background: #fff 
}

.filter-list::-webkit-scrollbar-thumb {
	background: #CBCBCB;
}

.fileContainer {
    overflow: hidden;
    position: relative;
    background: #fff url(images/up.png) no-repeat 20px;
    background-size: 24px;
    display: block;
    line-height: 70px;
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 20px;
    box-sizing: border-box;
    outline: 0;
    font-size: 16px;
    background-color: #fff;
    font-family: 'Pretendard';
    color: #666;
    font-weight: normal;
    padding-left: 55px;
}
.fileContainer [type=file] {
    display: block;
    font-size: 999px;
    filter: alpha(opacity = 0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    cursor: pointer;
}

.solution-area {
  padding: 60px 0px;
}
.solution-area .mainbody-list-case {
  margin-right: -18px;
  margin-left: -18px;
}
.solution-area .mainbody-list-case li {
  width: 24.6%;
  display: inline-block;
  margin-bottom: 20px;
}
.mainbody-list-case .case-item {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 8px;
  margin-left: 8px;
}
.mainbody-list-case .case-item__img {
  position: relative;
}
.case-item__img::before {
  padding-top: 80%;
  content: "";
  display: block;
}
.mainbody-list-case .img-box>img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100%;
}
.mainbody-list-case .case-item__ico img {
	width: 95%; 
}
.mainbody-list-case .case-item__intro {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainbody-list-case .case-item__ico {
   width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  transition: all .3s cubic-bezier(0.33, 1, 0.68, 1) .15s;
  position: relative;
}
.mainbody-list-case .case-item__ico .icon {
	width: 30px;
	height: 30px;
}
.mainbody-list-case .case-item__ico .svg {
   width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-box::before {
  content: "";
  display: block;
}
.case-item__ico::before {
  padding-top: 0%;
}
.case-item__title {
    transition: all .3s cubic-bezier(0.33, 1, 0.68, 1);
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
	text-transform: capitalize;
}
.case-item__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .4;
}
.case-item__detail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all .3s;
  text-align: center;
  background-color: #99211a;
}
.case-item__detail .bg-blue {
    background-color: #99211a;
}
.case-item__detail>div {
  margin-right: 20px;
  margin-left: 20px;
}
.case-item__desc {
  line-height: 1.5;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  
}
.case-item__desc p{
	 line-height: 1.4;
  font-size: 14px;
  height: 75px;
    line-height: 1.3;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
}
.case-item__more {
  width: 2.3em;
  height: 2.3em;
  line-height: 1.5;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
  font-size: 22px;
  display: none;
}
.case-item:hover .case-item__detail {
        transform: translate3d(0, 0, 0);
        visibility: visible;
        opacity: 1;
        transition-delay: .15s;
}
.case-item:hover .case-item__intro .case-item__title {
  transform: translate3d(0, -120px, 0);
  transition-delay: .15s;
  visibility: hidden;
  opacity: 0;
}
.case-item:hover .case-item__ico {
  transform: translate3d(0, -120px, 0);
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
}
.case-item__detail .case-item__title {margin-top: 10px;}



@media screen and (max-width: 1500px) {
  .section-cont form {
    margin-top: 40px;
  }
}
