@charset "utf-8";
/*************************************
* 文件名称：common.css
* 作   者：界面设计制作部
* 创建日期：2023-03-01
* 最后修改：name/ 第X行 / yyyy-mm-dd
* 文件版本：UI CSS Frameworks Beta
* 内容概要: 公用样式文件
*************************************/


.banner{
  width:100%;
  height:auto;
  display:block;
}
.banner .swiper-container{
  width:100%;
  height:auto;
}
.banner .swiper-slide{
width:100%;
  height:0;
  padding-bottom:45%;
  overflow:hidden;
   position:relative;
  color:#fff;
}

.banner .banner_img{
  width:100%;
  height:100%;
  position:absolute;
    left: auto;
    top: auto;
	bottom: auto;
    right: auto;
  z-index:1;
  background-size:cover;
  background-position:center;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:left;
}
  
.banner_content{
width:94%;
max-width:1480px;
  height:auto;
	  }
   
.banner_info{
  width:100%;
  height:auto;
  display:block;
   margin-bottom: 10%;
} 
.banner .swiper-slide .banner_btitle{  
    color: #000;
    line-height: 1.2;
    font-size: 42px;
    font-weight: 900;
    margin: 0px;
	  padding: 0px;
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 200%, 0);
    cursor: pointer;
    transition: transform 1.5s ease 0.5s,opacity 1.5s ease 0.5s;	
	}

.banner .swiper-slide-active .banner_btitle{  
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 1;
    transform: translate3d(0, 0, 0);
	}
	
	
.banner .swiper-slide .banner_btitle:before {
    content: 'TOAST IN PAINT';
      width:100%;
  height:auto;
  display:block;
    clear: both;
    color: var(--theme-color);
    line-height: 1.2;
    font-size: 54px;
    font-weight: 900;
	    opacity: 0;
    font-family: 'Barlow', sans-serif;
    text-transform: Uppercase;
    transform: translate3d(30%, 0%, 0);
    cursor: pointer;
    transition: transform 1.5s ease 1.5s,opacity 1.5s ease 1.5s;	
}
  .banner .swiper-slide-active .banner_btitle:before {  
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    opacity: 1;
    transform: translate3d(0, 0, 0);
	}
	
.banner .swiper-slide .banner_line {
    padding: 0px;
    display: block;
    margin: 20px 0px;
    width: 68px;
    height: 3px;
    line-height: 3px;
    opacity: 0;
    transform: translate3d(0, 1000%, 0);
    cursor: pointer;
    background-color: rgba(0,0,0,1);
    transition: transform 1.5s ease 1.8s,opacity 1.5s ease 1.8s;
}

.banner .swiper-slide-active .banner_line {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.banner .swiper-slide .banner_subtitle {
    font-size: 16px;
    line-height: 1.8;
    width: 32%;
    font-weight: 300;
    padding: 0px;
    color: #222;
    letter-spacing: 0px;
    text-indent: 0px;
    opacity: 0;
    white-space: pre-line;
    transition: transform 1.5s ease 2s,opacity 1.5s ease 2s;
    transform: translate3d(30%, 0, 0);

}
.banner .swiper-slide-active .banner_subtitle {
    opacity: 1;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    transform: translate3d(0, 0, 0);
}
	
	
.banner .swiper-slide .banner_cheek {
	height: 45%;
	width: 13%;
	margin-top: 20px;
	display: inline-block;
	clear: both;
	position: absolute;
	top: 50%;
	left: 8%;
	border-style: solid;
	border-width: 10px;
	border-color: rgba(0,78,161,0.15);
	border-right: none;
	opacity: 0;
	transform: translate(-100%,-75%);
	transition: transform 1.5s ease 0.2s,opacity 1.5s ease 0.2s;
}
.banner .swiper-slide-active .banner_cheek {
-webkit-transition-delay:0.5s;
	transition-delay: 0.5s;
	opacity: 1;
	transform: translate(0%,-75%);
}
.banner_cheek:before {
	content: '';
	height: 10%;
	width: 10px;
	display: inline-block;
	clear: both;
	position: absolute;
	top: 0%;
	right: 0%;
	background-color: rgba(0,78,161,0.15);
}
.banner_cheek:after {
	content: '';
	height: 10%;
	width: 10px;
	display: inline-block;
	clear: both;
	position: absolute;
	bottom: 0%;
	right: 0%;
	background-color: rgba(0,78,161,0.2);
}
	
	
.banner_broadside {
    position: absolute;
    right: 0;
    width: 100%;
    border-left: 1px solid rgb(255 255 255 / 15%);
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    max-width: 100px;
    pointer-events: none;
    background-color: rgba(0,0,0,0.15);	
	
	}	
	
.swiper_button{
    max-width: 100px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 40px;
    height: auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
	
 .banner .swiper-button-prev {
    color: #fff;
    border-radius: 100%;
    border: none;
    width: 50px;
    height: 50px;
    transition: all ease .3s;
    position: static;
    margin: 0 auto;
}

 .banner .swiper-button-next {
    color: #fff;
    border-radius: 100%;
    border: none;
    height: 50px;
    width: 50px;
    transition: all ease .3s;
    position: static;
    margin: 10px auto 0;
}
	
	
 .banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255, 255, 255,0);
    opacity: .6;
    margin: 0px 6px;
    transition: all 0.5s ease 0s;
    border: solid 2px rgb(0 0 0 / 70%);
}

 .banner .swiper-pagination-bullet-active {
    opacity: 1;
	 border: solid 2px var(--theme-color);
    background: var(--theme-color);
}
	
 .banner .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 40px;
    left: 0;
    width: 100%;
    font-size: 0px;
}

	
.banner_scrool {
	position: absolute;
	left: 3%;
	bottom: 40px;
	color: var(--theme-color);
	z-index: 10;
}
.banner_scrool span {
	text-transform: uppercase;
	color: var(--theme-color);
	display: block;
	font-family: arial;
	writing-mode: tb;
	line-height: 20px;
	margin-bottom: 12px;
	font-size: 12px;
}
.banner_scrool i {
	display: block;
	width: 20px;
	height: 30px;
	border-radius: 12px;
	border: 2px var(--theme-color) solid;
	position: relative;
}
.banner_scrool i:before {
	content: "";
	display: block;
	width: 2px;
	height: 6px;
	background:var(--theme-color);
	border-radius: 2px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: 3px;
	animation: scrollmouse 2s linear infinite;
}





.products_category{
    display: flex;
    justify-content: center;
    align-items: center;
	   margin:20px auto;
}
.products_category_list{
     padding: 0px 10px;
}
.products_category_list_bt{
    width: 160px;
    font-size: 15px;
    line-height: 1.6;
    display: inline-block;
    padding: 8px 0px;
    text-align: center;
 background:#fff;
 border:solid 2px var(--theme-color);
 color:333;
  box-shadow: 0 0 20px rgb(231 0 18 / 0%);
 border-radius: 100px;
     transition: all .5s ease 0s;
}
.products_category_list_bt:hover{
	 border:solid 2px var(--theme-color);
 background: var(--theme-color);
 color:#fff;
 box-shadow: 0 0 12px rgb(231 0 18 / 15%);
}



.products .cbox {
width: 100%;
height: auto;
padding: 2px;
transition: all .5s ease 0s;
background: rgba(247,247,247,1);	
	}

.products .image_box{
	overflow: hidden;
    position: relative;
    height: 0px;
    width: 100%;
    padding: 0px;
    padding-bottom: 100%;
	}
	
.products .cbox .image_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    object-fit: cover;
}
	
.products .cbox:hover .image_box img {
    transform: translate(-50%,-50%) scale(1.1);
}	
	
	
.products .text_box {
width: 100%;
height: auto;
 padding: 20px;
	}
	
.products .p_title{
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
    color: rgba(0,0,0,1);
-webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 6px;
	transition:all .5s ease 0s;

}
.products .cbox:hover .p_title{
    color:var(--theme-color);
}
.products .cbox:hover .p_title a{
    color:var(--theme-color);
}


.products .p_tag{
    font-size: 13px;
    text-align: left;
    line-height: 1.4;
    color: rgba(0,0,0,0.7);
	display: block;
	margin: 8px 0px;
}

.products .p_tag span{
    color: var(--theme-color);
}

.products .p_summary{
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
    color: rgba(0,0,0,0.7);
    display: -webkit-box;
-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.products .swiper-container{
	padding: 20px 0px;
	padding-bottom: 50px;
}

.products .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0px;
    left: 0;
    width: 100%;
}


.products .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50px;
    background: #000;
    opacity: .3;
	transition:all .5s ease 0s;
}


.products .swiper-pagination-bullet-active {
    width: 30px;
	opacity: 1;
    background: var(--theme-color);
}


.text-more {
	 width: 100%;
	 text-align:center;
	 margin-top: 40px;
	}
	
.profile .text-more {
    width: 100%;
    text-align: left;
    margin-top: 40px;
}

.text-more a{
    width: 160px;
    font-size: 15px;
    line-height: 1.6;
    display: inline-block;
    padding: 8px 0px;
    text-align: center;
    background: rgb(255 255 255 / 60%);
 border:solid 2px var(--theme-color);
 color:#333;
  box-shadow: 0 0 20px rgb(231 0 18 / 0%);
 border-radius: 100px;
     transition: all .5s ease 0s;
}
.text-more a:hover{
	 border:solid 2px var(--theme-color);
 background: var(--theme-color);
 color:#fff;
 box-shadow: 0 0 12px rgb(231 0 18 / 15%);
}


.profile{
background-image: url(../../default/images/profile_b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	    background-attachment: fixed;	
	padding: 0px 0px;
	}


.profile_box {
	    background: rgb(255 255 255 / 70%);
		  
	}
.profile_box .content_box {
    padding: 0px;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}	
	
 .profile .container_box{
  display: flex;
    align-items: center;
    justify-content: flex-start;
}
.profile .text_box{
flex: 0 0 50%;
margin: 0;
    max-width: 720px;
	padding-left: 60px;
}

.profile .image_box{
flex: 0 0 50%;
 background: rgb(0 0 0 / 8%);
 padding: 5.5% 0px;
  padding-right: 60px;
}


.profile .text_box .p_name{
text-align: left;
}

.profile .text_box .p_line{
margin-left: 0px;
    height: 2px;
    line-height: 2px;
    background: var(--theme-color);
}

.profile .text_box .p_subname{
text-align: left;
}
.profile .text_box .category_content{
	padding-right:10%;
	}
	
.profile .text_box .p_bt{
text-align: left;
font-size: 24px;
    color: #000;
    line-height: 1.6;
    font-weight: bold;
		margin-bottom: 20px;
}
.profile .text_box .p_ms{
text-align: left;
font-size: 16px;
    color: #000;
    line-height: 1.8;
	margin-bottom: 15px;
}





.cases .cbox {
width: 100%;
height: auto;
transition: all .5s ease 0s;
background: rgba(247,247,247,1);	
	}

.cases .image_box{
	overflow: hidden;
    position: relative;
    height: 0px;
    width: 100%;
    padding: 0px;
    padding-bottom: 75%;
	}
	
.cases .cbox .image_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    object-fit: cover;
}
	
.cases .cbox:hover .image_box img {
    transform: translate(-50%,-50%) scale(1.1);
}	
	
	
.cases .text_box {
width: 100%;
height: auto;
 padding: 20px;
	}
	
.cases .p_title{
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    color: rgba(0,0,0,1);
-webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition:all .5s ease 0s;
}
.cases .cbox:hover .p_title{
    color:var(--theme-color);
}
.cases .cbox:hover .p_title a{
    color:var(--theme-color);
}




.cases .swiper-container{
	padding: 20px 0px;
	padding-bottom: 50px;
}

.cases .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0px;
    left: 0;
    width: 100%;
}


.cases .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50px;
    background: #000;
    opacity: .3;
	transition:all .5s ease 0s;
}


.cases .swiper-pagination-bullet-active {
    width: 30px;
	opacity: 1;
    background: var(--theme-color);
}




.service{
background-image: url(../../default/images/service_b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;	
	padding: 0px 0px;
	}

.service_box{
background-color: rgba(0,0,0,0.75);
padding: 3.5% 0px;
	}
	
.service .p_name {
    color: #fff;
}
.service .p_line {
    background-color: rgba(255,255,255,255.3);
	}
.service .p_subname {
    color: #fff;
}	
	
.service .service_category {
	    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
	    margin-top: 30px;
	}



.service .cbox {
width: 100%;
height: auto;
    padding: 40px 30px;
transition: all .5s ease 0s;
background: rgba(255,255,255,1);
border-radius: 8px;
box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	}
	
	
.service .cbox:hover {
transform: translateY(-10px);
box-shadow: 0 0 20px rgb(231 0 18 / 10%);
	}	
	
	

.service .image_box{
	overflow: hidden;
    position: relative;
    width: 88px;
	height: 88px;
	margin:0 auto;
    padding: 14px;
	border-radius: 100%;
	    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	}
	
.service .cbox .image_box img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    object-fit: cover;
}
	
.service .cbox:hover .image_box img {
    transform: rotateY(180deg);}
	
.service .text_box {
width: 100%;
height: auto;
 padding-top: 30px;
	}
	
.service .p_title{
    font-size: 20px;
	font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: rgba(0,0,0,1);
-webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
		margin-bottom:15px;
	transition:all .5s ease 0s;
}



.service .cbox:hover .p_title{
    color:var(--theme-color);
}
.service .cbox:hover .p_title a{
    color:var(--theme-color);
}

.service .p_summary{
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
    color: rgba(0,0,0,0.7);
    display: -webkit-box;
-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.service .text-more a {
    width: 160px;
    font-size: 15px;
    line-height: 1.6;
    display: inline-block;
    padding: 8px 0px;
    text-align: center;
    background: rgba(255,255,255,0);
    border: solid 2px #fff;
    color: #fff;
    box-shadow: 0 0 20px rgb(231 0 18 / 0%);
    border-radius: 100px;
    transition: all .5s ease 0s;
}

.service .text-more a:hover {

    background: rgba(255,255,255,1);
    border: solid 2px #fff;
    color: var(--theme-color);
    box-shadow: 0 0 20px rgb(231 0 18 / 10%);

}





.news .swiper-news {
	    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
	    margin-top: 30px;
	}


.news .cbox {
width: 100%;
    height: auto;
    transition: all .5s ease 0s;
    background: rgba(247,247,247,1);
    position: relative;
	transition:all .5s ease 0s;
}
.news .cbox:hover{
background: rgba(255,255,255,1);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
	
	
.news .cbox:after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: var(--theme-color);
    transition: all .5s ease;
    transform: translateX(0%);
}
.news .cbox:hover:after {
    width:100%;
}
	

.news .image_box{
	overflow: hidden;
    position: relative;
    height: 0px;
    width: 100%;
    padding: 0px;
    padding-bottom: 60%;
	}
	
.news .cbox .image_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    object-fit: cover;
}
	
.news .cbox:hover .image_box img {
    transform: translate(-50%,-50%) scale(1.1);
}	
	
	
.news .text_box {
width: 100%;
height: auto;
 padding: 20px;
	}
	
.news .p_title{
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
    color: rgba(0,0,0,1);
-webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition:all .5s ease 0s;
}
.news .cbox:hover .p_title{
    color:var(--theme-color);
}
.news .cbox:hover .p_title a{
    color:var(--theme-color);
}



.news .p_date{
	    width: 100%;
    height: auto;
	display: block;
	    color: var(--theme-color);
	margin: 8px 0px;
}
.news .p_date .p_date_time{
    font-size: 13px;
    text-align: left;
    line-height: 1.4;
    color: rgba(0,0,0,0.7);
    display: inline-block;
}

.news .p_date .p_date_ico .icon{
    margin: 0;
    width: 20px;
    height: 20px;
    padding: 3px 0px;
}

.news .p_summary{
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
    color: rgba(0,0,0,0.7);
    display: -webkit-box;
-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}




@media only screen and (max-width: 768px){   

.text-more {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.text-more a {
    width: 160px;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    padding: 8px 0px;
    text-align: center;
    background: #fff;
    border: solid 2px var(--theme-color);
    color: #333;
    box-shadow: 0 0 20px rgb(231 0 18 / 0%);
    border-radius: 100px;
    transition: all .5s ease 0s;
}


.banner .swiper-slide {
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    overflow: hidden;
    position: relative;
    color: #fff;
}
.banner .swiper-slide .banner_btitle:before {
    font-size: 24px;
	  margin-bottom: 4px;
}
.banner .swiper-slide .banner_btitle {
    font-size:20px;
}
.banner .swiper-slide .banner_line {
 display:none;
}

.banner .swiper-slide .banner_subtitle {
 display:none;
}
.banner_info {
width: 60%;
margin: 0;
}

.banner .swiper-slide .banner_cheek {
 display:none;
}
.banner_scrool {
 display:none;
}
.swiper_button {
 display:none;
}
.banner_broadside {
 display:none;
	
	}	
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
    font-size: 0px;
}



.products_category {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    flex-wrap: wrap;
}
.products_category_list {
    padding: 5px 10px;
	flex: 0 0 50%;
}
.products_category_list_bt {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    padding: 8px 0px;
    text-align: center;
    background: #fff;
    border: solid 2px var(--theme-color);
    color: 333;
    box-shadow: 0 0 20px rgb(231 0 18 / 0%);
    border-radius: 100px;
    transition: all .5s ease 0s;
}
.products .swiper-container {
    padding: 10px 0px;
    padding-bottom: 30px;
}


.profile .container_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.profile .text_box {
    flex: 0 0 100%;
	margin: 0;
	width: 100%;
    max-width: 720px;
    padding-left: 0px;
	padding:30px 3%;
}
.profile .image_box {
    flex: 0 0 100%;
	margin-top: 0px;
	background: rgb(0 0 0 / 8%);
    padding: 5.5% 0px;
    padding-right: 0px;
}
.profile .text_box .category_content {
    padding-right: 0%;
}
.profile .text_box .p_bt {
    text-align: left;
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 10px;
}
.profile .text_box .p_ms {
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 15px;
}

.profile .text-more {
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

.cases .swiper-container {
    padding: 10px 0px;
    padding-bottom: 30px;
}
.service_box {
    background-color: rgba(0,0,0,0.75);
    padding: 8.5% 0px;
}
.service .service_category {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
    margin-top: 0px;
}
.service .p_list{
	flex-grow: 0;
	flex-shrink: 0;
    flex-basis: calc((100% - 15px) / 2);
	margin-top: 15px;
	
}
.service .p_list:not(:nth-child(2n)) {
    margin-right: 15px;
}
.service .cbox {
    width: 100%;
    height: auto;
    padding: 20px 15px;
    transition: all .5s ease 0s;
    background: rgba(255,255,255,1);
    border-radius: 8px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.service .image_box {
    overflow: hidden;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding: 14px;
    border-radius: 100%;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.service .text_box {
    width: 100%;
    height: auto;
    padding-top: 15px;
}
.service .p_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: rgba(0,0,0,1);
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all .5s ease 0s;
}

.service .p_summary {
    font-size: 13px;
    text-align: left;
    line-height: 1.6;
    color: rgba(0,0,0,0.7);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .swiper-news {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
    margin-top: 0px;
}

.news .p_list {
	flex-grow: 0;
	flex-shrink: 0;
    flex-basis: calc((100% - 0px) / 1);
	    padding-top: 15px;
}
.news .p_list:not(:nth-child(2n)) {
    margin-right: 0px;
}
.news .p_title {
    font-size: 16px;
}

}




@media only screen and (min-width: 769px){
	.service .p_list{
	flex-grow: 0;
	flex-shrink: 0;
    flex-basis: calc((100% - 120px) / 4);
	
}
.service .p_list:not(:nth-child(4n)) {
    margin-right: 40px;
}
.news .p_list {
	flex-grow: 0;
	flex-shrink: 0;
    flex-basis: calc((100% - 120px) / 4);
}
.news .p_list:not(:nth-child(4n)) {
    margin-right: 40px;
}

}


@media only screen and (max-width: 1440px) and (min-width: 769px){
}
