*{
	margin:0;
	padding:0;
	word-wrap: break-word;
	font-family: 'Microsoft Yahei';
}
img:not([src]) {
    opacity: 0;
}
video::-webkit-media-controls-mute-button {
    display:none;
}
video::-webkit-media-controls-volume-slider {
    display:none;
}
video::-webkit-media-controls-current-time-display {
    display:none;
}
video::-webkit-media-controls-time-remaining-display {
    display:none;
}
video::-webkit-media-controls-fullscreen-button {
    display:none;
}
.heaverTop_so span{
    color: #ffffff;
}
ul[role="menubar"]{
    padding: 0 10%;
}
.new-menu{
    position: relative;
}
.select_language{
    position: absolute;
    right: 10%;
    top: 10px;
    background-color: transparent;
}
.select_module_con{
    height: 24px;
}
.w800h800{
	width: 800px;
	height:800px;
}
.w400h600{
	width: 400px;
	height:600px;
}
.w400h400{
	width: 400px;
	height:400px;
}
.w200h200{
	width: 200px;
	height: 200px;
}
.w280h280{
    width: 280px;
    height: 280px;
}
.w290h290{
    width: 290px;
    height: 290px;
}
.w500h340{
    width: 500px;
    height: 340px;
}
.w660h340{
    width: 660px;
    height: 340px;
}
.w640h480{
    width: 640px;
    height: 480px;
}
.years{
	font-size: 14px;
    padding-right: 10px;
    padding: 0px 5px;
    background-color: #35b257;
    color: #fff;
    font-weight: normal;
}
.app{
	min-height: 100vh;
	background-attachment: fixed;
}
.tips{
	display:flex;
	align-items: center;
	margin:20px 0 20px 0;
	padding: 5px 15px;
	border-radius: 3px;
	color: #e6a23c;
	font-size: 14px;
	background-color: #fdf6ec;
	border-color: #faecd8;
}
.tips .notice{
	padding: 5px 10px
}

.equipment{
	position: relative;
	font-size: 0;
}

.equipment .el-carousel .image{
	width:100%;
	height:700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
	
.equipment .equbox{
	position: absolute;
	font-size: 24px;
	top:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.headertop{
    margin-top:110px;
}
.shopname .logo{
    display: flex;
}
.shopname .logo img{
    width: 72px;
    height: auto;
    background-color: #fff;
}
.shopname .logo .l1{
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}
.shopname .logo .l1 .name{
    display: flex;
    align-items: center;
}
.shopname .logo .l1 .name i{
    font-size: 26px;
    cursor: pointer;
}
.shopname .logo .l1 span{
    font-size: 22px;
    margin-right: 10px;
}
.headertop .shopname{
	padding:25px 10%;
	font-size: 30px;
	display: flex;
	align-items: center;
}
.shopname .brand{
    padding-top: 10px;
    display: flex;
    align-items: center;
}
.shopname .brand .codeimg{
	width: 18px;
    display: inline-block;
    padding: 2px;
    border: 1px solid #4e96e1;
    border-radius: 50%;
    margin-top: 2px;
}
.shopname .logo .l1 .brand span{
    font-size: 16px;
    padding-left: 5px;
}
.shopMenu{
	background-color: rgba(0,0,0,0.3);
	padding: 0 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shopMenu ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
}
.shopMenu ul li{
	padding:10px 0;
}
.shopMenu ul li span{
	text-decoration: none;
	color: #ffffff;
}

/*
** B端
** 店铺
** 样式
*/
.line{
	width: 100%;
	height: 1px;
	background-color: #808578;
}
.block-title{
	color: #ffffff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 10px 0;
	font-size: 30px;
	margin:0;
}

.text-image{
	margin:50px 100px;
	display: grid;
	grid-column-gap: 120px;
	grid-template-columns:repeat(2,800px);
	font-size: 0;
}
.text-image .text{
	font-size: 16px;
	line-height: 38px;
}
.text-image .text p{
    font-size: 16px;
	line-height: 38px;
	margin:0;
}
.imglist{
	margin:0 100px;
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(4,400px);
	font-size: 0;
}
.imglist .item{
	margin-bottom: 50px;
}

.certlist{
	margin: 50px auto;
	font-size: 0;
	display: flex;
	justify-content: space-evenly;
}
.certlist .image{
	width: 400px;
	height: 600px;
	overflow:hidden;
	position: relative;
	border: 40px solid rgba(0, 0, 0, 0.3);
}
.certlist .image .el-image__inner{
	width:400px;
	height: 600px;
}
.certlist .image .mask{
	z-index: -1;
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.certlist .image:hover{
	cursor: pointer;
}
.certlist .image:hover .mask{
	z-index: 2;
}

.case-list{
	margin:0 100px;
	display: grid;
	grid-template-columns: repeat(2,800px);
	grid-column-gap: 120px;
}
.case-list .case-image{
	margin:50px 0;
}
.case-imglist{
	margin:0 210px;
	font-size: 0;
	display: grid;
	grid-column-gap: 150px;
	grid-template-columns: repeat(3,400px);
}
.case-imglist .image{
	margin-bottom: 50px;
}
.productlist{
	margin:0 100px;
	font-size: 0;
	display: grid;
	grid-column-gap: 40px;
	grid-template-columns: repeat(4, 400px);
}
.productlist .item{
	margin:50px 0;
}
.productlist .item .name{
	color:#000000;
	font-size: 24px;
	margin-top: 40px;
	text-align: center;
}
.productlist .item .price{
	color:#000000;
	font-size: 24px;
	margin-top: 15px;
	text-align: center;
}

.product1_4{
	margin:0 100px;
	display: grid;
	grid-template-columns: 800px calc(100% - 870px);
	grid-column-gap:70px;
	align-items: center;
	font-size: 0;
}
	
.product1_4 .r4{
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 25px));
	grid-gap:50px;
	align-items: baseline;
}

.product1_4 .r4 .image:first-child{
	margin-top:50px;
}
.product1_4 .r4 .image:last-child{
	margin-bottom:50px;
}

.product1_3{
	margin:0 248px;
	display: grid;
	grid-template-columns: repeat(3,400px);
	grid-column-gap: 100px;
}
.product1_3 .image{
	margin-bottom: 50px;
}
.product1_3 .text{
	word-wrap: break-word;
}
.service1_3{
	margin: 0 248px;
	display: grid;
	grid-template-columns: repeat(3, 400px);
	column-gap: 100px;
}
.service1_3 .image{
	font-size: 0;
	margin:50px 0;
}
.service1_3 .image .text{
	font-size: 20px;
	padding:10px 0;
}

.partner1_6{
	margin:0 248px;
	display: grid;
	grid-template-columns: repeat(5, 200px);
	grid-gap: 100px;
}
.partner1_6 .image{
	font-size: 0;
	margin:50px 0;
}
.partner1_6 .image .text{
	font-size: 20px;
	padding:10px 0;
}

.contact1_3{
	padding:20px 248px;
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 50px));
	grid-column-gap:100px;
}
.contact1_3 .item{
	margin:10px 0;
}
.vue-grid-item {
    border: solid black 1px;
    background-color: #CCCCCC;
}

.equipment .video{
    font-size: 100px;
    color: rgba(255,255,255,0.4);
    position: relative;
}
.equipment .video i{
    cursor: pointer;
    position: absolute;
    z-index: 999;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
}
.equipment video{
    object-fit: cover;
    width:100%;
    height:700px;
}
/*
** C端
** 店铺
** 样式
*/

.vue-grid-item {
    border: solid black 1px;
    background-color: #CCCCCC;
}
.content {
	max-width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
}
  
.product {
	
}
  
.product-content {
	display: flex;
	max-width: 1440px;
	margin: 0 auto;
	height: 60px;
	align-items: center;
	justify-content: space-between;
}
  
.product-title,
.product-more {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
  
.product-grid {
	position: relative;
    overflow: hidden;
}
.product-grid .swiper-container{
    padding: 0 50px;   
}
.product-category {
	position: relative;
	max-width:1440px; 
	margin: 5px auto;
    background-color: #ffff;
    padding: 20px 0;
}
.product-category .category_more{
	display: inline-block;
	position: absolute;
    top: 25%;
    right: -20px;
    border-radius: 20px;
    width: 100px;
    text-align: center;
    line-height: 28px;
}
.product-category .category_more a{
	display: inline-block;
    position: absolute;
    top: 25%;
    right: -70px;
    color: #409eff;
    text-align: center;
    border: 1px solid #409eff;
    border-radius: 5px;
    padding: 30px 0px;
    line-height: 28px;
    writing-mode: vertical-lr;
}
.product-category-f {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 15px 15px;
}

.product-category-f .title p{
    margin:0;
    font-size: 22px;
    color: #333;
    font-style: italic;
}
.product-category-f-t {
	font-size: 27px;
	font-style: italic;
	font-weight: bold;
	color: #2162e4;
}
  
.product-category-f-c {
	font-size: 27px;
	font-style: italic;
	font-weight: bold;
}
  
.product-item {
	text-align: center;
	display: flex;
    flex-direction: column;
    overflow: hidden;
}
.product-item a.image{
    font-size: 0;
    overflow: hidden;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
}
  
.product-item span {
    padding: 5px 0;
    display: block;
    min-height: 52px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-item span a{
    color: #000000;
}
  
.contact-info p {
	margin: 5px 0;
}
  
.carousel {
	padding:0;
	overflow: hidden;
	position: relative;
	margin:0;
}
  
.slides {
	height: 100%;
	margin: 0 auto;
	flex-direction: column;
	width: 1440px;
	padding:0 80px;
	position: relative;
}
  
.slide {
	position: relative;
	display: flex;
	flex: 0 0 100%;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
  
.slide img {
	width: 500px;
	height: auto;
}
  
.slide .text {
	flex: 1;
	font-size: 16px;
	padding: 40px;
	height: 340px;
	overflow-y: scroll;
	background-color: #e5e5e5;
}
  
.slide .text h1 {
	font-size: 34px;
	font-style: oblique;
	color: #2162e4;
	font-weight: bold;
  
}
  
.slide .text p {
	font-size: 24px;
	color: #000;
}
  
.prev {
	left: 0;
}
  
.next {
	right: 0;
}
  
.product-caes {
    padding:20px;
    background-color: #ededed;
	display: flex;
	justify-content: space-between;
	max-width:1440px; 
	margin: 27px auto;
	flex-wrap: wrap;
	gap: 27px;
}
  
.product-item-caes {
	position: relative;
	overflow: hidden;
	width: calc(50% - 15px);
}
  
.product-caes img {
	width: 100%;
  
}
 
.hot-list {
	max-width: 1440px;
	display: grid;
    grid-template-columns: repeat(4, 330px);
	column-gap: 40px;
	margin: 27px auto;
	justify-content: space-between;
}
.hot-item {
	position: relative;
}
  
.hot-item .el-image {
	border-radius: 30px;
}
  
.hot-item p {
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}
  
.myCarousel-container {
	padding:30px 0  50px 0;
	overflow: hidden;
	position: relative;
	margin: auto;
	background-color: #000;
}
  
.myCarousel-track-container {
	max-width:1440px; 
	position: relative;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.myCarousel-track-container .swiper-container{
    padding: 0 50px;
}
.myCarousel-track-container .text{
    max-width: 400px;
}
.myCarousel-track-container .hide{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.overflow{
    position: relative;
    padding: 0 20px;
}
i.show{
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.myCarousel-track {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	transition: transform 0.5s ease-in-out;
	justify-content: flex-start;
	align-items: center;
}
.myCarousel-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: calc(100% / 3);
	box-sizing: border-box;
	flex: 0 0 auto;
}
.myCarousel-slide img {
	width: 427px;
	height: 437px;
}
.myCarousel-slide p {
	color: white;
	font-family: Arial, sans-serif;
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
}
button.myCarousel-prev,
button.myCarousel-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 50px;
	color: white;
	z-index: 100;
}
.myCarousel-prev {
	left: 10px;
}
.myCarousel-next {
	right: 10px;
}
.cases-content {
	display: flex;
	max-width:1440px; 
	margin: 0 auto;
	height: 60px;
	align-items: center;
	justify-content: space-between;
}
  
.cases-title,
.cases-more {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
  
.video-text-container {
	display: flex;
	max-width:1400px; 
	margin: 30px auto;
}
.video-container{
	flex-basis: 50%;
}
.video-container video {
	width: 100%;
    height: 480px;
    object-fit: cover;
}
  
.text-container {
	flex: 1;
	padding: 20px;
	font-size: 18px !important;
	max-height: 440px;
    overflow-y: scroll
}
  
.text-container p {
	line-height: 30px;
}
  
.team-list {
	max-width:1440px; 
	display: flex;
	flex-wrap: wrap;
	margin: 45px auto 0 auto;
	justify-content: space-between;
	column-gap: 30px;
}
.team-list .swiper-container{
    padding:0 50px;
}
.team-item{
	position: relative;
	overflow: hidden;
}
  
.team-item p {
	font-size: 18px;
	color: #000;
	padding: 7px;
	margin: 20px auto;
	text-align: center;
}
  
.uniqueCarousel-container {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
  
.uniqueCarousel-track-container {
	position: relative;
	max-width:1440px; 
	overflow: hidden;
	margin: 27px auto;
}
.uniqueCarousel-track-container .item{
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 1px;
    column-gap: 30px;
    padding: 15px 30px;
}

.uniqueCarousel-track-container .text {
    flex: 1;
	 font-size: 16px;
	 color: #000000;
}
.uniqueCarousel-track-container .hide{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  
.contactlist {
	display: flex;
	max-width:1400px; 
	margin: 45px auto;
	justify-content: space-between;
}
  
.contactlist .item {
	padding: 10px;
	font-size: 18px;
}
footer {
	background-color: #333;
	padding: 10px 20px;
}
/*GT店铺*/
.max1500{
	position: relative;
}
.max1500 .styles{
	max-width: 1500px;
	margin:30px auto;
	position: relative;
}
.max1500 .styles .style{
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
	margin-bottom: 20px;
}
.max1500 .styles > div{
	flex-wrap: wrap;
}
.max1500 .styles .item{
	position: relative;
}
.max1500 .styles .text{
	word-wrap: break-word;
	overflow: hidden;
}
.image-slot {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #ffffff;
	color: #cccc;
	font-size: 30px;
	flex-direction: column;
	row-gap: 20px;
}
.image-slot .image-size{
	font-size: 14px;
	text-align: center;
}
.product-content{
	padding:10px 0;
	max-width: 1500px;
	margin: 0 auto;
}
.gt-category-text{
	max-width: 1500px;
	margin:30px auto;
	padding: 15px;
	font-size: 14px;
	line-height: 2;
	min-height: 120px;
	overflow: hidden;

}
.gt-category-desc{
	max-width: 1500px;
	margin:30px auto;
	padding: 15px;
	font-size: 14px;
	line-height: 2;
	min-height: 120px;
	overflow: hidden;

}
.gt-category-imagetext{
	display: flex;
	justify-content: center;
	gap: 20px;
}
.gt-category-imagetext.style_0 .item{
	display: flex;
}
.gt-category-imagetext.style_0 .text{
	width: 360px;
	min-height: 360px;
	font-size: 14px;
	padding: 15px;
}
.gt-category-imagetext.style_1 .item{
	display: flex;
	flex-direction: column;
}
.gt-category-imagetext.style_1 .item .text{
	font-size: 14px;
	width: 480px;
	min-height: 60px;
	padding: 10px;
}
.gt-category .styles.styles_2{
    max-width: 1920px;
}
.product-show .styles.styles_2{
	max-width: 1920px;
}
.gt-category-imagetext.style_2 .item{
	display: flex;
}
.gt-category-imagetext.style_2 .item .text{
	font-size: 14px;
	width: 200px;
	min-height: 140px;
	padding: 10px;
}
.gt-category-imagetext.style_2 .item .text p{
    margin:0;
}
.product-show .styles.styles_3{
	max-width: 1920px;
}
.gt-category-imagetext.style_3 .item .text{
	font-size: 14px;
	width: 280px;
	min-height: 140px;
	padding: 10px;
}
.product-show .styles.styles_4{
	max-width: 1920px;
}
.product-show-imagetext .item{
	position: relative;
}
.product-show-imagetext.style_0 .item .text{
	padding:15px;
	position: absolute;
	top: 0;
	width: 720px;
	height: 100%;
	font-size: 14px;
	background-color: transparent;
}
.product-show-imagetext.style_0 .item .text.right{
	right: 0;
}
.product-show-imagetext.style_1{
	display: flex;
	justify-content: center;
	gap: 80px;
}
.product-show-imagetext.style_1 .item {
	display: flex;
	flex-direction: column;
}
.product-show-imagetext.style_1 .item .text{
	min-height: 120px;
	padding:10px;
	font-size: 14px;
	max-width: 600px;
}
.product-show-imagetext.style_2{
	display: flex;
	justify-content: center;
	gap: 40px;
}
.product-show-imagetext.style_2 .text{
	min-height: 120px;
	padding:10px;
	font-size: 14px;
	max-width: 600px;
}
.product-show-imagetext.style_3{
	display: flex;
	justify-content: center;
	gap: 40px;
}
.product-show-imagetext.style_3 .text{
	min-height: 120px;
	padding:10px;
	font-size: 14px;
	max-width: 400px;
}
.product-show-imagetext.style_4{
	display: flex;
	justify-content: center;
	gap: 40px;
}
.product-show-imagetext.style_4 .text{
	background-color: rgba(255,255,255,0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 14px;
	padding: 15px;
}
.product-show-imagetext.style_5{
	display: flex;
	justify-content: center;
	gap: 20px;
	align-items: center;
}
.product-show-imagetext.style_5 .right{
	display: flex;
	flex: 1;
    flex-wrap: wrap;
    gap: 20px;
}
.application-category-imagetext.style_0{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.application-category-imagetext.style_0 .text{
	width: 280px;
	min-height: 140px;
	padding:10px;
	font-size: 14px;
}
.application-category-imagetext.style_1{
	display: flex;
	justify-content: center;
	gap: 20px;
}
.application-category-imagetext.style_1 .text{
	width: 280px;
	min-height: 140px;
	padding:10px;
	font-size: 14px;
}
.application-category .styles.styles_2,
.application-category .styles.styles_3{
	max-width: 1920px;
}
.application-category-imagetext.style_2{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.application-category-imagetext.style_2 .item{
	display: flex;
	flex-direction: column-reverse;
}
.application-category-imagetext.style_2 .item .text{
	min-height: 85px;
	padding:10px;
	font-size: 14px;
	max-width: 300px;
}
.application-category-imagetext.style_3{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.application-category-imagetext.style_3 .item .text{
	min-height: 85px;
	padding:10px;
	font-size: 14px;
	max-width: 300px;
}
.application-area-imagetext.style_0{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.application-area .styles{
	max-width: 1920px;
}
.application-area-imagetext.style_1{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.application-area-imagetext.style_1 .text{
	max-width: 400px;
	min-height: 120px;
	padding:10px;
	font-size: 14px;
}
.application-area-imagetext.style_2{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.application-area-imagetext.style_2 .item{
	position: relative;
}
.application-area-imagetext.style_2 .text{
	position: absolute;
	background-color: transparent;
	bottom: 0;
	left: 0;
	width: 402px;
	min-height: 120px;
	padding:10px;
	font-size: 14px;
}
.application-area-imagetext.style_3{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.application-area-imagetext.style_3 .text{
	min-height: 85px;
	padding:10px;
	font-size: 14px;
	width: 300px;
}
.application-area-imagetext.style_4{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.application-area-imagetext.style_4 .item{
	display: flex;
	flex-direction: column-reverse;
}
.application-area-imagetext.style_4 .text{
	min-height: 85px;
	padding:10px;
	font-size: 14px;
	width: 300px;
}
.product-hot-imagetext.style_0{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.product-hot-imagetext.style_0 .text{
	min-height: 85px;
	padding:10px;
	font-size: 14px;
	width: 400px;
}
.product-hot-imagetext.style_1{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.product-hot-imagetext.style_2{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.product-hot-imagetext.style_2 .text{
	min-height: 85px;
	padding:10px;
	font-size: 14px;
	width: 300px;
}
.product-hot .styles.styles_3{
	max-width: 1920px;
}
.product-hot-imagetext.style_3{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.product-hot-imagetext.style_3 .text{
	min-height: 120px;
	padding:10px;
	font-size: 14px;
	width: 400px;
}
.product-new-imagetext.style_0{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.product-new-imagetext.style_0 .text{
	min-height: 85px;
	padding:10px;
	font-size: 14px;
	width: 400px;
}
.product-new-imagetext.style_1{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.product-new-imagetext.style_2{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.product-new-imagetext.style_2 .text{
	min-height: 85px;
	padding:10px;
	font-size: 14px;
	width: 300px;
}
.product-new .styles.styles_3{
	max-width: 1920px;
}
.product-new-imagetext.style_3{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.product-new-imagetext.style_3 .text{
	min-height: 120px;
	padding:10px;
	font-size: 14px;
	width: 400px;
}
.product-qulity-imagetext.style_0 .item{
	display: flex;
	justify-content: center;
	max-width: 1400px;
	margin:0 auto;
}
.product-qulity-imagetext.style_0 .text{
	width: 700px;
	min-height: 480px;
	padding:10px;
	font-size: 14px;
}
.product-qulity-imagetext.style_1{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.product-qulity-imagetext.style_1 .text{
	min-height: 60px;
	padding:10px;
	font-size: 14px;
	width: 200px;
}
.product-qulity .styles.styles_2{
	max-width: 1920px;
}
.product-qulity-imagetext.style_2{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.product-qulity-imagetext.style_2 .text{
	min-height: 60px;
	padding:10px;
	font-size: 14px;
	width: 480px;
}
.product-qulity .styles.styles_3{
	max-width: 1920px;
}
.product-qulity-imagetext.style_3{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.product-qulity-imagetext.style_3 .text{
	min-height: 60px;
	padding:10px;
	font-size: 14px;
	width: 400px;
}

.service-imagetext.style_0{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.service-imagetext.style_0 .radius{
	border-radius: 50%;
}
.service-imagetext.style_0 .text{
	min-height: 60px;
	padding:10px;
	font-size: 14px;
	width: 200px;
}
.service-imagetext.style_1{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.service-imagetext.style_1 .text{
	min-height: 60px;
	padding:10px;
	font-size: 14px;
	width: 200px;
}
.service .styles.styles_2{
	max-width: 1920px;
}
.service-imagetext.style_2{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.service-imagetext.style_2 .text{
	min-height: 60px;
	padding:10px;
	font-size: 14px;
	width: 480px;
}
.service-imagetext.style_3 .item{
	display: flex;
	justify-content: center;
	max-width: 1100px;
	margin:0 auto;
}
.service-imagetext.style_3 .text{
	width: 700px;
	min-height: 400px;
	padding:10px;
	font-size: 14px;
}
.service .styles.styles_4{
	max-width: 1920px;
}
.service-imagetext.style_4{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.service-imagetext.style_4 .text{
	min-height: 60px;
	padding:10px;
	font-size: 14px;
	width: 480px;
}
.service .styles.styles_5{
	max-width: 1920px;
}
.service-imagetext.style_5{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.service-imagetext.style_5 .text{
	min-height: 60px;
	padding:10px;
	font-size: 14px;
	width: 480px;
}
.contactlist{
	display: flex;
    justify-content: space-around;
    max-width: 1500px;
    margin: 0 auto;
	padding:30px 0;
}