/*------通用部分------------------------------------------------------------------------------------------------*/
html{
  overflow-x: hidden;
}
html,body{
    margin:0;
    padding: 0;
    font-family: PingFangSC-Regular,Microsoft YaHei,Helvetica;
    background: #fff;
    font-size: 16px;
    text-rendering:optimizespeed;
}
body a,body a:hover,body a:visited{
    transition: 0.5s all;
    text-decoration:none;
}
h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,label,p{
    margin:0;
    padding: 0;
    font-weight: normal;
    list-style: none;
}
input:focus{
    outline: none;
    border-color: none;
}
.container{
    width: 84.375vw;
    margin: 0 auto;
}
.pure-g{
    letter-spacing: normal !important;
}
/*for wow not preload*/
.wow{ visibility: hidden; }
/*scrollbar*/
::-webkit-scrollbar {height:5px;width:2px }
::-webkit-scrollbar-track-piece {background-color: #fafafa !important} /*这里是设置滚动条底部背景颜色的*/
::-webkit-scrollbar-thumb {background-color:#bcbcbc; } /*这里是设置滚动条颜色的*/
::-webkit-scrollbar-thumb:hover {background-color:#585858;} /*这里是设置鼠标移到滚动条时变化的颜色*/

/*--TOPNAV--*/
header{
  margin:0;
  padding:0;
  width: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 888;
  background: none;
  transition:all ease .15s;
  height: 6.25rem;
  display: flex;
}
.nav-logo{
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}
.nav-logo .logo{
  display: flex;
  z-index: 9999;
}
.nav-logo a svg{
  display: inline-block;
  height: 3.75rem;
  fill: #fff;
}
.logo-name{
  color: rgba(255,255,255,0);
  text-align: center;
  margin-left: 0.5rem;
}
.logo-name h1{
  font-size: 2rem;
}
.logo-name h6{
  font-size: 0.825rem;
}
.custom-menu {
  display: flex;
  justify-content: end;
  align-items: center;
}
.pure-menu-horizontal .pure-menu-list{
  display: flex;
  justify-content: space-around;
}
.pure-menu-item{
  display: inline-flex !important;
  align-items: center;
}
.pure-menu-link{
  color: #fff;
  text-align: center;
}
.pure-menu-link i{
  color: rgba(255,255,255,0.5); 
  font-style: normal; 
  font-size: .8125rem;
  text-transform: uppercase;
}
.pure-menu-item a:hover{
  background: none;
  color: #fff;
}

/*--TOPNAV-FIX--*/
header.navtop{
    background: #fff; 
    border-bottom:1px solid #eee; 
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05); 
    z-index: 900; 
    height: 70px !important; 
    transition:all ease .15s;
}
header.navtop .nav-logo{
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}
header.navtop .nav-logo .logo{
  display: flex;
}
header.navtop .nav-logo a svg{
  height: 3rem;
}
header.navtop .nav-logo a svg .logo-crown{
  fill: #6e6e6e;
}
header.navtop .nav-logo a svg .logo-heart{
  fill:#e61e50;
}
header.navtop .logo-name{
  color: rgba(255,255,255,0);
  text-align: center;
}
header.navtop .logo-name h1{
  font-size: 1.825rem;
  color: #333;
  display: block;
  transition:all ease .2s;
}
header.navtop .logo-name h6{
  font-size: 0.765rem;
  color: #999;
  display: block;
}
header.navtop .custom-menu {
  display: flex;
  justify-content: end;
}
header.navtop .pure-menu-horizontal .pure-menu-list{
  display: flex;
}
header.navtop .pure-menu-item{
  align-items: center;
}
header.navtop .pure-menu-link{
  color: #333;
  text-align: center;
}
header.navtop .pure-menu-link i{
  color: rgba(51,51,51,0.5); 
  font-style: normal; 
  font-size: .8125rem;
  text-transform: uppercase;
}
header.navtop .pure-menu-item a:hover{
  background: none;
  color: #333;
}

/*--PAGE-TOPNAV-FIX--*/
header.navtop-page{
  background: #fff; 
  border-bottom:1px solid #eee; 
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05); 
  z-index: 9999; 
  height: 70px !important; 
  transition:all ease .15s;
}
header.navtop-page .nav-logo{
display: flex;
flex: 1;
justify-content: space-between;
align-items: center;
}
header.navtop-page .nav-logo a svg{
height: 2.95rem;
}
header.navtop-page .nav-logo a svg .logo-crown{
fill: #6e6e6e;
}
header.navtop-page .nav-logo a svg .logo-heart{
fill:#e61e50;
}
header.navtop-page .logo-name{
color: rgba(255,255,255,0);
text-align: center;
}
header.navtop-page .logo-name h1{
font-size: 1.825rem;
color: #333;
display: block;
transition:all ease .2s;
}
header.navtop-page .logo-name h6{
font-size: 0.765rem;
color: #999;
display: block;
}
header.navtop-page .custom-menu {
  display: flex;
  justify-content: end;
}
header.navtop-page .pure-menu-horizontal .pure-menu-list{
  display: flex;
}
header.navtop-page .pure-menu-item{
  align-items: center;
}
header.navtop-page .pure-menu-link{
  color: #333;
  text-align: center;
}
header.navtop-page .pure-menu-link i{
  color: rgba(51,51,51,0.5); 
  font-style: normal; 
  font-size: .8125rem;
  text-transform: uppercase;
}
header.navtop-page .pure-menu-item a:hover{
  background: none;
  color: #333;
}

/*--PAGINATION--*/
.pagination-box{
  display: block;
  text-align: center;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 30px 0 50px;
  border-radius: 5px;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  position: relative;
  float: left;
  font-size: 16px;
  padding: 6px 14px;
  line-height: 1.42857143;
  text-decoration: none;
  color: rgb(230, 30, 80);
  background-color: #fff;
  border: 1px solid #fff;
  margin-left: 8px;
}
.pagination li:first-child a {
  margin-left: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination li:last-child a {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination li a:hover,.pagination li a:focus {
  z-index: 2;
  color: rgb(230, 30, 80);
  background-color: #fff;
  border-color: #fff;
}
.pagination .active a,.pagination .active a:hover,.pagination .active a:focus {
  z-index: 3;
  color: #fff;
  background-color: rgb(230, 30, 80);
  border-color: rgb(230, 30, 80);
  cursor: default;
  border-radius: 5px;
}
.pagination .disabled a,.pagination .disabled a:hover,.pagination .disabled a:focus {
  color: #ccc;
  background-color: #fff;
  border-color: #fff;
  cursor: not-allowed;
}

/*--FOOTER-*/
footer{ 
  background: #20202f;
  color: #ccc;
  font-size: 0.8125rem;
  line-height: 2rem;
  padding: 1.15rem 0;
  display: flex;
  align-items: center;
}
footer .container div:last-child{
  text-align: right;
}
footer span{
  padding: 0 5px;
}
footer span img{
  width: 1rem;
  height: auto;
  margin-right: .25rem;
  vertical-align: text-bottom;
}
footer span,footer span a{
  color: #666;
}



/*------INDEX------------------------------------------------------------------------------------------------*/

/*--BANNER--*/
#banner{
  width: 100%;
  height: 56.25rem;
}
#banner .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#banner .swiper-box{
  z-index: 99;
  width: 30vw;
}
#banner .swiper-box h2 svg{ 
  fill: rgba(255,255,255,0.85);
  width: 100%;
  height: auto;
}
#banner .swiper-box h6{
  margin-top: 0.5rem;
}
#banner .swiper-box h6 svg{ 
  fill: rgba(255,255,255,0.85);
  width: 100%;
  height: auto;
}
#banner .banner-slide{
  background-position: bottom center !important;
  background-size: cover !important;
}
#banner .banner-slide img{
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.banner-slide-01{
  background: url(../images/banner_index_01.webp) no-repeat !important;
}
.banner-slide-02{
  background: url(../images/banner_index_02.webp) no-repeat !important;
}
#banner-next,#banner-prev{
  background: url(../images/arr.webp) !important;
  width: 34px !important;
  height: 38px !important;
  opacity: 0.3;
  transition:all ease .2s; 
}
#banner-next:hover,#banner-prev:hover{
  opacity: 1;
  transition:all ease .2s; 
}
#banner-next{
  background-position: 34px !important;
  right: 50px !important;
}
#banner-prev{
  left: 50px !important;
}
#banner-p{
  bottom: 50px !important;
}
#banner .swiper-pagination{
  right: 50px;
  left: unset !important;
  width: 120px !important;
}
#banner-p .swiper-pagination-bullet{
  width: 46px;
  height: 8px;
  border-radius: 8px !important;
  margin: 0 10px 0 0;
}
#banner-p .swiper-pagination-bullet-active{
  background: #fff !important;
}
#banner-p .swiper-pagination-bullet{
  background: #fff;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
  content: none !important;
}

/*--iconfont--*/
@font-face {
  font-family: "iconfont"; /* Project id 3154680 */
  /* Color fonts */
  src: 
       url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
       url('//at.alicdn.com/t/font_3154680_tqqltc88igj.woff?t=1644505394844') format('woff'),
       url('//at.alicdn.com/t/font_3154680_tqqltc88igj.ttf?t=1644505394844') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ic-qr:before {
  content: "\e60b";
}
.ic-time:before {
  content: "\e607";
}
.ic-wechat:before {
  content: "\e608";
}
.ic-phone:before {
  content: "\e609";
}
.ic-address:before {
  content: "\e60a";
}
.ic-search:before {
  content: "\e616";
}
.ic-weibo:before {
  content: "\e6c4";
}
.ic-weixin:before {
  content: "\e600";
}
.ic-qq:before {
  content: "\e882";
}
.ic-software:before {
  content: "\e604";
}
.ic-web:before {
  content: "\e605";
}
.ic-graphic:before {
  content: "\e606";
}
.ic-brand:before {
  content: "\e603";
}

/*--INDEX-SECT1--*/
.sect-1{
  margin: 2rem auto;
}
.intro-box li .sect-1-inner{
  border-right: 1px solid #eee;
  width: 100%;
  margin: 1.875rem auto;
  padding: 4.5rem 0 6.25rem;
  text-align: center;
  border-radius: 0;
  transition: all linear 0.15s;
 }
.intro-box li:last-child .sect-1-inner{
  border-right: 0;
}
.sect-1-inner h2{
  font-size: 1.625rem;
  color: #3d3d3d;
  padding: 1.5625rem 0 4.6875rem;
}
.sect-1-inner p{
  font-size: .875rem;
  color: #a1a1a1;
  line-height: 2.125rem;
}
.sect-1-icon{
  width: 6rem;
  height: 6rem;
  border-radius: 6rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition:all ease .2s;
}
.sect-1-icon i{
  width: 4.125rem;
  margin: 0 auto;
  transition:all ease .2s;
  font-size: 3.75rem;
  background: -webkit-linear-gradient(-45deg, #ed437d 20%, #3c1fc7 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.intro-box li:hover .sect-1-inner{
  margin: .625rem auto;
  padding: 4.5rem 0 8.25rem;
  background: linear-gradient(to bottom right, #ed437d, #e61e50);
  box-shadow: 0 48px 48px -32px rgb(23 16 159 / 20%), 0 96px 96px -64px rgb(23 16 159 / 40%);
  border-top-right-radius: .625rem;
  border-top-left-radius: 8.75rem;
  border-bottom-right-radius: 6.875rem;
  border-bottom-left-radius: .625rem;
  transition: all linear 0.15s;
}
.intro-box li:hover .sect-1-inner h2{
  color: #fff;
  font-size: 1.75rem;
  padding: 1.5625rem 0 2.8125rem;
  transition: all ease .2s;
}
.intro-box li:hover .sect-1-inner p{
  color: #fff;
  transition:all ease .2s;
  font-size: 1rem;
}
.intro-box li:hover .sect-1-inner i{
  background: -webkit-linear-gradient(-45deg, #ed437d 20%, #fff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--INDEX-SECT2--*/
.sect-2{
  margin: 0 auto;
  padding: 3.75rem 0;
}
.sect-2 .box-title{
  margin:0 auto; 
  padding-bottom: 3.125rem;
}
.sect-2 .box-title h2{
  color: #e61e50;
  font-size: 1.75rem;
  padding-bottom: .625rem;
}
.sect-2 .box-title p{
  color: #a1a1a1;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.case-box{
  padding: 0;
}
.case-box li a{
  display:block;
  overflow:hidden;
  margin:0;
  position: relative;
}
.case-box li a img{
  width:100%;
  height:auto;
  display: block;
  transition:all ease .3s;
}
.case-box li a:hover img{
  transition:all ease .3s;
  transform:scale(1.1,1.1);
}
.case-box li a .case-list-info{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0);
  transition:all ease .3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-box li a .case-list-info div{
  text-align: center;
}
.case-box li a:hover .case-list-info{
  background:rgba(12,7,123,0.78);
  transition:all ease .3s;
}
.case-box li a .case-list-info i{
  font-size: 3.75rem;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition:all ease .15s; 
  opacity: 0;
}
.case-box li a:hover .case-list-info i{
  transition:all ease .15s; 
  opacity: 1;
}
.case-box li a .case-list-info h3{
  margin-top: 1.25rem;
  color:transparent;
  font-size: 2.25rem;
  text-align: center;
  letter-spacing: .625rem;
  transition:all ease .3s;
}
.case-box li a:hover .case-list-info h3{
  margin-top:0;
  color:#fff;
  transition:all ease .3s;
}
.case-box li a .case-list-info .subtitle{
  margin-top: 1.25rem ;
  color:transparent;
  font-size: 1rem;
  text-align: center;
  letter-spacing: .3125rem;
  transition:all ease .3s;
}
.case-box li a:hover .case-list-info .subtitle{
  margin-top: .625rem;
  color:#b7b7b7;
  font-size: 1rem;
  transition:all ease .3s;
}
.case-list-more{
  text-align: center;
  height: 3.75rem;
  padding: 5rem 0;
}
.case-list-more a{
  width: 17.5rem;
  height: 3.125rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #e61e50;
  border-radius: 3.125rem;
  font-size: 1rem;
  line-height: 3.125rem;
  color: #e61e50;
}
.case-list-more a:hover{
  background: #e61e50;
  color: #fff;
}

/*--INDEX-SECT3--*/
.sect-3{
  margin: 0 auto;
  background: #f9f9f9;
  padding: 3.75rem 0;
}
.sect-3 .box-title{
  margin:0 auto; 
  padding-bottom: 3.125rem;
}
.sect-3 .box-title h2{
  color: #e61e50; 
  font-size: 1.75rem; 
  padding-bottom: .625rem;
}
.sect-3 .box-title p{
  color: #a1a1a1;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.news-box{
  padding: 0;
}
.news-box li a{
  display: flex;
  justify-content: center; 
  width: 92%;
  overflow:hidden;
  position: relative; 
  border-radius: 1.25rem; 
  text-align: left; 
  background: #fff; 
  margin: 1.875rem auto;
  height: auto;
  box-shadow: 0 0 20px rgba(100,100,100,0.08);
  transition: all ease .3s;
}
.news-box li a:hover{
  margin: .625rem auto;
  box-shadow: 0 48px 48px -32px rgb(23 16 159 / 20%), 0 96px 96px -64px rgb(23 16 159 / 40%);
  transition:all ease .5s;
}
.news-box li a span{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.25rem;
  font-style: italic;
  padding: .5rem .625rem .5rem .9375rem;
  border-bottom-left-radius: 1.25rem;
  color: #ccc;
  z-index: 5;
  transition:all ease .3s; 
}
.news-box li a:hover span{
  color: #fff;
  padding: 8px 15px 8px 15px;
  background: #e61e50;
  transition:all ease .3s; 
}
.news-box li a .news-title{
  position: absolute;
  top: 31.25rem;
  z-index: 5;
  transition:all ease .3s; 
  width: 86%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.news-box li a h2{ 
  color:#3d3d3d; 
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
  transition:all ease .3s;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-box li a p{ 
  color:#666; 
  font-size: .875rem;
  line-height: 1.375rem;
  transition:all ease .3s; 
}
.news-box li a:hover .news-title{
  top: 9.375rem;
  transition:all ease .3s; 
}
.news-box li a:hover h2{
  color: #fff; 
  transition:all ease .3s; 
}
.news-box li a:hover p{
  color: #ababab; 
  transition:all ease .3s; 
}
.news-list-mask{
  position: absolute;
  width: 100%;
  height: 100%; 
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0);
}
.news-box li a:hover .news-list-mask{
  opacity: 1;
  background: rgba(0, 0, 0, 0.78);  
}
.news-box li a img{ 
  width: 100%; 
  z-index: 1;
}
.news-list-more{
  text-align: center;
  height: 3.75rem;
  padding: 5rem 0;
}
.news-list-more a{
  width: 17.5rem;
  height: 3.125rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #e61e50;
  border-radius: 3.125rem;
  font-size: 1rem;
  line-height: 3.125rem;
  color: #e61e50;
}
.news-list-more a:hover{
  background: #e61e50;
  color: #fff;
}

/*--INDEX-SECT4--*/
.sect-4{
  margin: 0 auto;
  padding: 5rem 0;
}
.box-info-txt{
  margin:0.5rem auto; 
}
.box-info-txt h2{
  color: #e61e50; 
  font-size: 1.75rem; 
  padding-bottom: 1.25rem;
}
.box-info-txt h5{
  color: #3d3d3d; 
  font-size: 1.125rem; 
  padding-bottom: 2.875rem;
}
.box-info-txt p{
  color: #a9a9a9;
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
.box-info-pic{
  position: relative;
  display: block;
  height: 25rem;
  padding-top: 5rem;
}
.box-info-pic img{
  max-width: 100%;
}
.box-info-laptop,.box-info-phone{
  position: absolute;
}
.box-info-laptop{
  right: 0;
  bottom: -1rem;
}
.box-info-phone{
  left: 10.125rem;
  bottom: 1.5rem;
}

/*--INDEX-SECT5--*/
.sect-5{
  margin: 0 auto;
  padding: 0;
}
.number-box{
  padding: 0.85rem 0 2.25rem;
  display: flex;
  align-items: center;
  background: #8E2DE2;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */  
}
.counter{
  text-align: center;
  color: #fff;
  margin: 2rem auto;
}
.counter-inner{
  display: block;
}
.counter .count-title{
  font-size: 3.65rem;
  font-weight: lighter;
}
.counter i{
  font-size: .8125rem;
  margin-left: .3125rem;
}
.counter p{
  font-size: .875rem;
}
.contact-box{
  background: #fff;
  border-top-right-radius: 2.1875rem;
  border-top-left-radius: 2.1875rem;
  box-shadow: 0 0 20px rgba(100,100,100,0.2);
  margin-top: -1.875rem;
  padding: 5rem 0 4rem;
}
.contact-box-logo{
  margin:0 auto;
  text-align: center;
  display: block;
}
.contact-box-logo svg {
  width: 10%;
  height: 100%;
  transition:all ease .2s;
}
.contact-box-logo svg .logo-crown{
  fill: #6e6e6e;
}
.contact-box-logo svg .logo-heart{
  fill:#e61e50;
}
.contact-box-logo h3{
  color: #181818;
  letter-spacing: 3px;
  margin-bottom: .3125rem;
  font-size: 1.25rem;
}
.contact-box-logo h6{
  font-size: .75rem;
  -webkit-transform: scale(0.80);
  color: #999;
}
.contact-box-address,.contact-box-web{
 border-left: 1px solid #eee;
}
.contact-box-address p,.contact-box-web p{
  font-size: .875rem;
  line-height: 1.875rem;
  color: #999;
  padding-left: 2em;
}
.contact-box-app{
  width: 80%;
  margin: 2rem auto;
}
.contact-box-app span a{
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:all ease .15s;
}
.contact-box-app span a:hover {
  background: #e61e50;
  color: #fff;
  border-radius: 2.75rem;
  transition:all ease .15s; 
}
.contact-box-app span a i{
  font-size: 1.625rem;
  transition:all ease .15s; 
  background: #999;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-box-app span a:hover i{
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition:all ease .15s; 
}



/*--PAGE------------------------------------------------------------------------------------------------*/

/*--NEWSLIST--*/
.list-news{
  margin-top: 8.375rem;
}
.list-news li{
  font-size: 1.2em;
  line-height: 1.6em;
  border-bottom: 1px dotted #ddd;
}
.list-news li a{
  margin: 2.5em 0;
  position: relative;
}
.list-news li a img{
  max-width: 100%;
  width: 100%;
  margin:0 auto;
  display: block;
  border-radius: .75rem;
}
.list-news-txt{
  margin: 0 auto;
  height: 100%;
}
.list-news-txt h3{
  font-size: 2.25rem;
  line-height: 2.85rem;
  margin: 0.3rem auto 1.6rem;
  color: #3d3d3d;
}
.list-news-txt p{
  color: #999;
  font-size: 1rem;
}
.txt-date{
  float: right;
  padding-top: 0.5rem;
}
.txt-day{
  font-size: 2rem;
  text-align: center;
  color: #fff;
  background: rgba(35,31,210,0.5);
  border-radius: 0.25rem;
}
.txt-year{
  font-size: 0.875rem;
  text-align: center;
  color: rgba(35,31,210,0.5);
}
.list-news li a span.superscript{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
  font-size: .75rem;
  color: #999;
  line-height: 2rem;
  text-align: center;
}

/*--NEWSCONTENT--*/
.news-page{
  margin-top: 8.375rem;
}
.news-page-box{
  width: 98%;
  margin: 0 auto;
}
.news-page-box h2{
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  margin: 1rem auto 0;
  color:#333;
}
.news-page-box .news-info{
  text-align: center;
  font-size: 0.875rem;
  margin: 2rem auto;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #eee;
  color: #999;
}
.news-page-inner{
  padding: 2rem 1rem;
}
.news-page-inner p{
  font-size: 1rem;
  line-height: 2rem;
  color: #585858;
}
.news-page-inner img{
  margin:1rem auto;
  max-width: 100%;
  display: block;
}

/*--PRODUCTLIST--*/
.list-product{
  margin-top: 6.375rem;
}
.list-product ul{
  padding:0 0 5em;
}
.list-product ul li{
  margin:0 auto;
  overflow: hidden;
}
.list-product ul li h2{ 
  margin: .625rem auto 3.125rem;
  text-align: center; 
  font-size: 1.375rem;
  color:#333; 
}
.pro-caselist-box{
  display: block;
}
.pro-caselist{
  margin: 1.875rem 1.25rem 0;
  transition-duration: 0.3s;
}
.pro-caselist:hover{
  transition:all ease .3s; 
  transform:scale(1.06,1.06);
}
.pro-caselist a{ 
  display: flex;
  align-items: center; 
  margin:0 auto; 
  text-align: center;
  background: url(../images/imac.webp) no-repeat center center;
  background-size: 96%;
  padding: 3.5rem 0;
}
.pro-caselist a img{ 
  width: 76%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/*--PRODUCTCONTENT--*/
.product-page{
  margin-top: 12.375rem;
  position: relative;
}
.pro-swiper-box{
  padding:0;
}
.pro-title-box{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.pro-case-title{
  padding-top: 1rem;
  transition: all ease 1.5s;
}
.pro-case-title h2{
  color: #3d3d3d;
  font-size: 2.5rem;
  letter-spacing: 2px;
}
.pro-case-title h5{
  padding: 1rem 0 2.8125rem;
  font-size: .875rem;
  color: #989898;
}
.pro-case-title h6{
  font-size: 1rem;
  color: #989898;
  line-height: 1.75rem;
  text-align: justify;
}
.qrimg{
  position: absolute;
  z-index: 99;
  background: #eee;
  padding: 10px;
  border-radius: 10px;
  right: 0;
  bottom: 7rem;
  display: none;
  transition:all ease .6s; 
}
.qrimg img{
  width: auto;
}
.qrdisplay{
  display: block;
  transition:all ease .6s; 
}
.pro-case-link{
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  padding-bottom: 3rem;
}
.pro-case-link .pro-content-weblink a{
  display: block;
  height: 3.125rem;
  line-height: 3.125rem;
  color: #fff;
  text-align: center;
  width: 96%;
  border-radius: 3.125rem;
  background: #e61e50;
}
.pro-case-link a:hover{
  color: #fff;
}
.pro-case-link .pro-content-weblink em{
  display: block;
  height: 3.125rem;
  line-height: 3.125rem;
  color: #fff;
  text-align: center;
  font-style: normal;
  border-radius: 3.125rem;
  background: #e61e50;
  width: 96%;
}
.pro-case-link .pro-content-qrlink i{
  display: flex;
  height: 3.125rem;
  line-height: 3.125rem;
  color: #fff;
  text-align: center;
  border-radius: 3.125rem;
  background: #eee;
  cursor: pointer;
  transition:all ease .1s;
  justify-content: center;
  align-items: center;
}
.pro-case-link .pro-content-qrlink i svg{
  fill: #fff;
  height: 60%;
}
.pro-case-link .pro-content-qrlink:hover i{
  background: #eee;
  border-radius: 5px;
  transition:all ease .1s; 
}
.pro-case-link .pro-content-qrlink:hover i svg{
  fill: #ddd;
}
.pro-content-title{
   padding: 1.25rem 0 0 0;
}
.pro-content-title h2{
  padding: 1.875rem 0;
  font-size: 1.5rem;
  color: #585858;
}
.pro-main-box{
  padding:3rem 0 5rem;
  width: 100%;
  border-top: 1px solid #ddd;
}
.pro-main-box p{
  font-size: 1.4em;
  line-height: 2em;
  color: #585858;
}
.pro-main-box img{
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

/*--PRODUCTCONTENT-FIX--*/
.pro-title-fix{
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 17.5vw;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background: #f9f9f9;
  transition: all ease 1.5s;
}
.title-fix{
  display: flex;
}
.title-fix-inner{
  width: 86%;
  height: 92%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.pro-fix-case-title{
  padding-top: 5rem;
  transition: all ease 1.5s;
}
.pro-fix-case-title h2{
  color: #3d3d3d;
  font-size: 2.25rem;
  letter-spacing: 2px;
}
.pro-fix-case-title h5{
  padding: 1rem 0;
  font-size: .75rem;
  color: #989898;
}
.pro-fix-case-title h6{
  font-size: 16px;
  color: #989898;
  line-height: 28px;
  text-align: justify;
}
.pro-title-fix .fix-qrimg{
  position: absolute;
  z-index: 99;
  background: #eee;
  padding: 10px;
  border-radius: 10px;
  right: 0;
  bottom: 23%;
  transition:all ease .6s;
  display: none; 
}
.pro-title-fix .fix-qrimg img{
  width: auto;
}
.fix-qrdisplay{
  display: block !important;
  transition:all ease .6s; 
}
.pro-fix-case-link{
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  width: 100%;
  padding-bottom: 1.5rem;
}
.pro-fix-case-link .pro-fix-content-weblink a{
  display: block;
  height: 3.125rem;
  line-height: 3.125rem;
  color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 3.125rem;
  background: #e61e50;
}
.pro-fix-case-link a:hover{
  color: #fff;
}
.pro-fix-case-link .pro-fix-content-weblink em{
  display: block;
  height: 3.125rem;
  line-height: 3.125rem;
  color: #fff;
  text-align: center;
  font-style: normal;
  border-radius: 3.125rem;
  background: #e61e50;
}
.pro-fix-case-link .pro-fix-content-qrlink i{
  display: flex;
  height: 3.125rem;
  line-height: 3.125rem;
  color: #fff;
  text-align: center;
  border-radius: 3.125rem;
  background: #eee;
  cursor: pointer;
  transition:all ease .1s; 
  margin-top: 1.5rem;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.pro-fix-case-link .pro-fix-content-qrlink i svg{
  fill: #fff;
  height: 60%;
}
.pro-fix-case-link .pro-fix-content-qrlink:hover i{
  background: #eee;
  border-radius: 5px;
  transition:all ease .1s; 
}
.pro-fix-case-link .pro-fix-content-qrlink:hover i svg{
  fill: #ddd;
}

/*--PRODUCTCONTENT-BANNER--*/
#banner-pro{
  height: 520px;
}
#banner-pro .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#banner-pro .banner-pro-slide{
  background-position: top center !important;
  background-size: cover;
}
#banner-pro .banner-pro-slide img{
  max-width: 100%;
  max-height: 100%;
}
#banner-pro-next, #banner-pro-prev{
  width: 26px !important;
  height: 28px !important;
  opacity: 0.3;
  transition:all ease .2s; 
}
#banner-pro-next:hover, #banner-pro-prev:hover{
  opacity: 1;
  transition:all ease .2s; 
}
#banner-pro-next{
  right: 0 !important;
}
#banner-pro-prev{
  left: 0 !important;
}
#banner-pro-p{
  bottom: 0;
}
#banner-pro-p .swiper-pagination-bullet{
  width: 40px;
  height: 6px;
  border-radius: 6px !important;
  margin: 0 10px 0 0;
}
#banner-pro-p .swiper-pagination-bullet-active{
  background: #e61e50 !important;
}
#banner-pro-p .swiper-pagination-bullet{
  background: #999;
}



/*--CONTACT--*/
header.navtop-contact{
  z-index: 9999; 
  transition:all ease .15s;
}
header.navtop-contact .logo{
  display: none;
  transition:all ease 1s;
}
.contact-main{
  background: url(../images/bg-contact.webp) no-repeat;
  background-size: cover; 
}
.con-left{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-left-inner{
  text-align: center;
  width: 80%;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.con-left-inner .logo svg{
  fill: #fff;
  width: 36%;
}
.con-left-inner h1{
  padding-bottom: 0.5rem;
  color: #fff;
  font-size: 2.25rem;
  font-weight: lighter;
}
.con-left-inner h5{
  color: #fff;
  font-weight: lighter;
  letter-spacing: 1px;
}
.con-right-box{
  overflow: hidden;
}
.con-right-box .contact-02,.con-right-box .contact-03,.con-right-box .contact-04,.con-right-box .contact-05{
  padding: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-right-box .box-inner{
  text-align: center;
  width: 80%;
  display: block;
}
.con-right-box .box-inner i{
  font-size: 3.125rem;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.con-right-box .box-inner h3{
  color: #fff;
  padding: 1.25rem 0 .625rem;
}
.con-right-box .box-inner p{
  color: #efefef;
}
.con-right-box:hover i{
  color: #fff;
}
.con-right-box:hover h3{
  color: #fff;
}
.con-right-box:hover p{
  color: #fff;
}
.con-right-box .contact-02:hover{
  background: url(../images/bg_contact_02.webp);
  background-size: cover;
  transition:all ease .3s;
  -webkit-transform:scale(1.03,1.03);
  -moz-transform:scale(1.03,1.03);
  -o-transform:scale(1.03,1.03);
  transform:scale(1.03,1.03);
}
.con-right-box .contact-03:hover{
  background: url(../images/bg_contact_03.webp);
  background-size: cover;
  transition:all ease .3s;
  -webkit-transform:scale(1.03,1.03);
  -moz-transform:scale(1.03,1.03);
  -o-transform:scale(1.03,1.03);
  transform:scale(1.03,1.03);
}
.con-right-box .contact-04:hover{
  background: url(../images/bg_contact_04.webp);
  background-size: cover;
  transition:all ease .3s;
  -webkit-transform:scale(1.03,1.03);
  -moz-transform:scale(1.03,1.03);
  -o-transform:scale(1.03,1.03);
  transform:scale(1.03,1.03);
}
.con-right-box .contact-05:hover{
  background: url(../images/bg_contact_05.webp);
  background-size: cover;
  transition:all ease .3s;
  -webkit-transform:scale(1.03,1.03);
  -moz-transform:scale(1.03,1.03);
  -o-transform:scale(1.03,1.03);
  transform:scale(1.03,1.03);
}



/*------SIDE------------------------------------------------------------------------------------------------*/
.side-list{
  background: #fff;
  width: 98%;
  margin: 2rem auto 1rem;
}
.side-list dt{
  font-size: 1.375rem;
  color: #e61e50;
  line-height: 2rem;
  padding: 0.5rem 0;
  font-weight: 500;
}
.side-list dd{
  display: block;
}
.side-list dd a{
  display: block;
  font-size: 1rem;
  line-height: 2.6rem;
  text-align: left;
  border-bottom: 1px dotted #eee;
  padding: 0.5rem 0;
}
.side-list dd:last-child a{
  border-bottom: none;
}



/*------RESOLUTION------------------------------------------------------------------------------------------------*/
/*----XL----*/
@media(max-width:1280px){

}
/*----LG----*/
@media(max-width:1024px){
  .container{
    width: 98vw;
  }
}
/*----MD----*/
@media(max-width:768px){
  .pure-menu-heading{
    padding: 1em;
  }
  .custom-menu {
    display: flex;
  }
  .nav-logo{
    padding: 0;
  }
  .logo-name{
    display: none;
  }
  .pure-menu-link{
    padding: 0;
  }
  .pure-menu-item{
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .box-info-laptop{
    right: 0;
    bottom: -1rem;
    width: 90%;
  }
  .box-info-phone{
    left: 5%;
    bottom: 1.5rem;
    width: 20%;
  }
  .con-left{
    position: fixed;
  }
}
/*----SM----*/
@media (max-width: 568px){
  header{
    height: 5rem !important;
  }
  .nav-logo a svg{
    height: 3rem;
  }
  .logo-name{
    display: block;
  }

  /*--HEADER-FIX--*/
  header.navtop .nav-logo a svg{
    height: 2.55rem;
  }
  header.navtop .logo-name{
    margin-left: 0;
  }
  header.navtop .logo-name h1{
    font-size: 1.55rem;
  }
  header.navtop .logo-name h6{
    font-size: 0.85rem;
    -webkit-transform: scale(0.75);
  }
  header.navtop-page .custom-menu{
    width: 100vw;
  }
  header.navtop-page .pure-menu-horizontal .pure-menu-list{
    width: 100vw;
  }

  /*--BUTTON-CLOSE--*/
  .nav-toggle {
    width: 3.75rem;
    height: 4.375rem;
    z-index: 999;
    position: fixed;
    cursor: pointer;
    transition-duration: 0.66s;
    transition-timing-function: swing;
    right: 0;
    top: 0;
    content: "";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .nav-toggle .icon {
    width: 1.6875rem;
    height: .1875rem;
    display: block;
    background-color: white;
    border-radius: .1875rem;
    transition-duration: 0.5s;
    transiting-timing-function: swing;
  }
  .nav-toggle .icon:before,
  .nav-toggle .icon:after {
    width: 1.6875rem;
    height: .1875rem;
    display: block;
    background-color: white;
    border-radius: .1875rem;
    content: "";
    transition-duration: 0.5s;
    transition-timing-function: swing;
  }
  .nav-toggle .icon:before {
    margin-top: -7px;
  }
  .nav-toggle .icon:after {
    margin-top: 11px;
  }

  /*--BUTTON-FIX-CLOSE--*/
  header.navtop .nav-toggle .icon,header.navtop-page .nav-toggle .icon {
    width: 27px;
    height: 3px;
    display: block;
    background-color: #333;
    border-radius: 3px;
    transition-duration: 0.5s;
    transiting-timing-function: swing;
  }
  header.navtop .nav-toggle .icon:before,header.navtop .nav-toggle .icon:after,
  header.navtop-page .nav-toggle .icon:before,header.navtop-page .nav-toggle .icon:after{
    width: 27px;
    height: 3px;
    display: block;
    background-color: #333;
    border-radius: 3px;
    content: "";
    transition-duration: 0.5s;
    transition-timing-function: swing;
  }
  header.navtop .nav-toggle .icon:before {
    margin-top: -7px;
  }
  header.navtop .nav-toggle .icon:after {
    margin-top: 11px;
  }

  /*--BUTTON-OPEN--*/
  .nav-open .nav-toggle {
    width: 3.75rem;
    height: 4.375rem;
    z-index: 999;
    position: fixed;
    cursor: pointer;
    transition-duration: 0.66s;
    transition-timing-function: swing;
    right: 0;
    top: 0;
    content: "";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .nav-open .nav-toggle .icon {
    width: 0 !important;
  }
  .nav-open .nav-toggle .icon:before {
    background-color: white !important;
    transform: translateX(-12px) translateY(7px) rotate(45deg);
  }
  .nav-open .nav-toggle .icon:after {
    background-color: white !important;
    transform: translateX(-12px) translateY(-7px) rotate(-45deg);
  }

  /*--BUTTON-FIX-OPEN--*/
  .nav-open header.navtop .nav-toggle .icon {
    width: 27px;
    height: 3px;
    display: block;
    background-color: #fff;
    border-radius: 3px;
    transition-duration: 0.5s;
    transiting-timing-function: swing;
  }
  .nav-open header.navtop .nav-toggle .icon:before,
  .nav-open header.navtop .nav-toggle .icon:after {
    width: 27px;
    height: 3px;
    display: block;
    background-color: #fff;
    border-radius: 3px;
    content: "";
    transition-duration: 0.5s;
    transition-timing-function: swing;
  }
  .nav-open header.navtop .nav-toggle .icon:before {
    margin-top: -7px;
  }
  .nav-open header.navtop .nav-toggle .icon:after {
    margin-top: 11px;
  }
  .nav-open header.navtop .pure-menu-link{
    color: #fff;
  }
  .nav-open header.navtop .pure-menu-link i{
    color: rgba(255,255,255,0.5);
  }

  /*--MENU-OPEN--*/
  .nav-open header.navtop .nav-logo a svg .logo-heart,
  .nav-open header.navtop .nav-logo a svg .logo-crown{
    fill: #fff;
  }
  .nav-open header.navtop .logo-name{
    display: none;
  }
  .custom-menu{
    position: absolute;
    top: 100vh;
    width: 100vw;
    background: #8E2DE2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */  
    transition-duration: 0.16s;
  }
  .nav-open .custom-menu{
    top: 0;
    width: 100vw;
    height: 100vh;
    transition-duration: 0.16s;
  }
  .pure-menu-list{
    height: 90vh;
    padding-top: 10vh;
    flex-direction: column;
  }

  /*--PAGE-HEADER-FIX--*/
  header.navtop-page{
    background: #fff; 
    border-bottom:1px solid #eee; 
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05); 
    z-index: 9999; 
    height: 70px !important; 
    transition:all ease .15s;
  }
  header.navtop-page .nav-logo{
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }
  header.navtop-page .nav-logo a svg{
    display: inline-block;
    height: 2.95rem;
  }
  header.navtop-page .nav-logo a svg .logo-crown{
    fill: #6e6e6e;
  }
  header.navtop-page .nav-logo a svg .logo-heart{
    fill:#e61e50;
  }
  header.navtop-page .logo-name{
    color: rgba(255,255,255,0);
    text-align: center;
  }
  header.navtop-page .logo-name h1{
    font-size: 1.825rem;
    color: #333;
    display: block;
    transition:all ease .2s;
  }
  header.navtop-page .logo-name h6{
    font-size: 0.765rem;
    color: #999;
    display: block;
  }
  header.navtop-page .custom-menu {
    width: auto;
    display: flex;
    justify-content: end;
  }
  header.navtop-page .pure-menu-item{
    align-items: center;
  }
  header.navtop-page .pure-menu-link{
    color: #333;
    text-align: center;
    padding: 0.5rem 3rem;
  }
  header.navtop-page .pure-menu-link i{
    color: rgba(51,51,51,0.5); 
    font-style: normal; 
    font-size: .8125rem;
    text-transform: uppercase;
  }
  header.navtop-page .pure-menu-item a:hover{
    background: none;
    color: #333;
  }

  /*--PAGE-HEADER-FIX-OPEN--*/
  .nav-open header.navtop-page .nav-logo a svg .logo-crown{
    fill: #fff;
  }
  .nav-open header.navtop-page .nav-logo a svg .logo-heart{
    fill:#fff;
  }
  .nav-open header.navtop-page .logo-name{
    display: none;
  }
  .nav-open header.navtop-page .pure-menu-link{
    color: #fff;
  }
  .nav-open header.navtop-page .pure-menu-link i{
    color: rgba(255,255,255,0.5); 
  }

  /*--INDEX--*/
  #banner{
    height: 96vh;
  }
  #banner .swiper-box{
    width: 80vw;
  }
  #banner-next, #banner-prev{
    display: none;
  }
  .intro-box li .sect-1-inner{
    padding: 0;
  }
  .intro-box li:nth-child(2) .sect-1-inner{
    border-right: 0;
  }
  .sect-2 .box-title,.sect-3 .box-title{
    text-align: center;
  }
  .case-list-more,.news-list-more{
    padding-bottom: 0;
  }
  .box-info-pic{
    height: 15rem;
    padding-top: 2.5rem;
  }
  .box-info-laptop{
    right: 0;
    bottom: -1rem;
    width: 90%;
  }
  .box-info-phone{
    left: 5%;
    bottom: 0.25rem;
    width: 20%;
  }
  .counter .count-title{
    font-size: 2.85rem;
  }
  .counter i{
    font-size: .6125rem;
    margin-left: 0;
  }
  .counter p{
    font-size: .675rem;
  }
  .contact-box{
    padding-bottom: 2rem;
  }
  .contact-box-logo svg{
    width: 20vw;
  }
  .contact-box-logo h3{
    font-size: 1.55rem;
    margin-top: 0.5rem;
  }
  .contact-box-logo h6{
    -webkit-transform: scale(0.95);
  }
  .contact-box-address, .contact-box-web{
    border: none;
    margin: 0.5rem auto;
  }
  .contact-box-app span a{
    margin: 0 auto;
  }
  .contact-box-app span a i{
    font-size: 2rem;
  }
  footer .container div:last-child{
    display: none;
  }
  footer span{
    display: block;
    text-align: center;
  }

  /*--PAGE-NEWS--*/
  .list-news{
    margin-top: 5.375rem;
  }
  .list-content-txt{
    margin: 0 auto;
  }
  .list-news li a{
    margin: 1rem auto;
  }
  .list-news-txt h3{
    font-size: 2rem;
    text-align: justify;
  }
  .list-news-txt p{
    font-size: 1rem;
    line-height: 1.6rem;
    text-align: justify;
  }
  .txt-date{
    display: none;
  }
  .news-page{
    margin-top: 6.375rem;
  }
  .news-page-box h2{
    font-size: 2.25rem;
  }
  .news-page-inner{
    padding: 0;
  }

  /*--PAGE-PRO--*/
  .list-product{
    margin-top: 5.375rem;
  }
  .pro-caselist{
    margin: 0 auto;
  }
  .product-page{
    margin-top: 5.375rem;
  }
  #banner-pro{
    height: 100vw;
  }
  #banner-pro .banner-pro-slide img{
    max-width: 100%;
  }
  .pro-main-box{
    padding: 0.5rem 0 0.3rem;
  }
  .pro-case-title{
    padding-top: 3rem;
  }
  .pro-case-title h2,.pro-case-title h5{
    text-align: center;
  }
  .pro-case-link{
    padding-top: 2.5rem;
    padding-bottom: 0.5rem;
  }
  .title-fix{
    display: none;
  }

  /*--PAGE-CONTACT--*/
  .nav-open header.navtop-contact .logo{
    display: block;
    transition:all ease 1s;
  }
  .con-left{
    position: unset;
  }
  .con-right-box .contact-02{
    background: url(../images/bg_contact_02.webp);
    background-size: cover;
  }
  .con-right-box .contact-03{
    background: url(../images/bg_contact_03.webp);
    background-size: cover;
  }
  .con-right-box .contact-04{
    background: url(../images/bg_contact_04.webp);
    background-size: cover;
  }
  .con-right-box .contact-05{
    background: url(../images/bg_contact_05.webp);
    background-size: cover;
  }
}