:root{
	--main-color:#054175;
	--blue-color:#2fa0c8;
	--light-bg-color:#dce6f2;
	--light-bg-color-2:#f3f8fd;
}
.maincon{
	width: 100%;
	margin: auto;
	height: auto;
	padding: 0px 8%;
	max-width: 2000px;
}
a{
	color:var(--main-color);	 
}
a:hover{
	color:var(--blue-color);	
}
p{
    color: #000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;	
}
/* p a{
	font-size: inherit;
	font-family: inherit;
} */
.ud-fade-in {
    animation-name: fadeIn
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.ud-fade-out {
    animation-name: fadeOut
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.ud-fade-in-left {
    animation-name: fadeInLeft
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.ud-fade-in-right {
    animation-name: fadeInRight
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.ud-fade-in-up {
    animation-name: fadeInUp
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.ud-fade-in-down {
    animation-name: fadeInDown
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.ud-zoom-in {
    animation-name: zoomIn
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.5)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.ud-zoom-out {
    animation-name: zoomOut
}

@keyframes zoomOut {
    from {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(0.5)
    }
}

.ud-rotate {
    animation-name: rotate
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.ud-bounce {
    animation-name: bounce
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.ud-flash {
    animation-name: flash
}

@keyframes flash {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}
.nav-links{
	margin-top: 0px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-left: 0px !important;
}
.nav-links span,.nav-links a{
	margin:0px 8px 10px 0px !important;
	color: #666666 !important;
	border: 1px solid #666 !important;
	padding: 4px 14px !important;
	font-size: 15px !important;
	display: inline-block !important;
	line-height: 26px;
}
.nav-links .current {
    color: #fff !important;
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}
.nav-links span:hover,.nav-links a:hover{
	color: #fff !important;
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}
.toper{
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
	background: #fff;
	height:80px;
}
.toper-content{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0px;
	position: relative;
	padding: 5px 0px;
}
.logos{
	width: auto;
}
.logos img{
	height: 55px;
	width: auto;
	display: block;
	margin: auto;
}
.sp_nav{width:25px;position:relative;cursor:pointer;height:22px;margin-top:9px;display: none;}
.sp_nav span{display:block;background:var(--main-color);width:25px;height:2px;position:absolute;left:0px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}

.nav-box{
	width: auto;
	height: auto;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.navs{
	width: auto;
	height: 100%;
	position: relative;
	margin-top: 0;
}
.navs a{
	font-size: 16px;
	color: #000;
}
.navs a:first-child{
	margin-left: 0px;
}
.navs a:hover{
	color: #B6D3A2;
}
.navs a.shows{
	color: #fcc10e;
}
.navs>ul>li{
	width: auto;
	height: 70px;
	line-height: 70px;
	float: left;
	margin-left: 60px;
	position: relative;
	padding: 0px 0px 0px;
}
.navs>ul>li:first-child{
	margin-left: 0px;
}
.navs>ul>li>a{
	color: var(--main-color);
	font-size: 16px;
	font-family: 'Montserrat-Bold';
}
.navs>ul>li:after{
	/*content: '';*/
	position: absolute;
	width: 0%;
	height: 2px;
	background: var(--main-color);
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.navs>ul>li>span{
    float: right;
    margin-left: 5px;
    color: var(--main-color);
    font-size: 14px;
    transition: all 0s;
}
.navs>ul>li>span::before{
	content: '\e96b';
	font-family: 'icomoon';
    right: 0;
    top: 0;
}
.navs>ul>li>a.actives{
	color: #000000;
}
.navs>ul>li>span.act::before{
	color: #000000;
}
.navs>ul>li:hover:after{
	width: 100%;
}
.navs>ul>li:hover>a{
	color: var(--blue-color);
}
.navs>ul>li:hover>span{
	color: var(--blue-color);
}
.navs>ul>li:hover:after{
	background: var(--blue-color);
}
.navs ul li ul li{
	width: 100%;
    height: auto;
    padding: 7px 10px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 0px;
    position: relative;
    line-height: 25px;
    float: left;
}
.navs ul li ul li span::before{
	content: "\e96d";
	color: #062134;
	top: 50%;
    right: 10px;
    position: absolute;
    transform: translateY(-50%);
    font-family: 'icomoon';
    font-size: 14px;
}
.navs ul li ul li a{
	font-size: 15px;
	line-height: 20px;
    color: #000;
    display: inline-block;
    max-width: calc(100% - 16px);
    transition: all .1s ease-out;
}
.navs ul li ul li:hover>a{
	color: var(--blue-color);
}
.navs ul li ul li:hover>span::before{
	color: var(--blue-color);
}
.navs ul li ul li a.shows{
	color: var(--blue-color);
}
.navs>ul>li>ul{
	position: absolute;
	left: 0px;
	top: 90%;
	background: #fff;
	width: 300px;
	height: auto;
	display: none;
	z-index: 101;
}
.navs ul li ul li ul{
	position: absolute;
	left: 100%;
	top: 0px;
	background: #fff;
	width: 100%;
	height: auto;
	display: none;
}
.nav-right{
	width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 30px;
}
.searchicon {
	width: 30px;
	height: 30px;
	display: flex;
	border-radius: 70px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--main-color);
	margin-right: 0px;
}
.searchicon:before{
	content: '\e99a';
    font-family: 'icomoon';
    font-size: 20px;
    line-height: 22px;
}
.searchicon:hover{
	color: var(--blue-color);
}
.searchicon.shows:before{
	content: '\2716';
}
.search-info{
	position: absolute;
	top: calc(100% - 1px);
	right: 0px;
	width: 450px;
	height: auto;
	padding: 12px 20px;
	background: #fff;
	border-top: 3px solid var(--main-color);
	display: none;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}
.search-info form{
	width: 100%;
	height: 46px;
	border: 1px solid #E6E6E6;
	display: flex;
    justify-content: flex-start;
}
.search-info input{
	width: 100%;
	height: 100%;
	border: none;
	font-size: 16px;
	color: #000;
	float: left;
	border-radius: 0px;
	background: none;
	box-shadow: none;
	padding: 0px 10px;
	height: 46px;
}
.search-info input:focus{
	box-shadow: none;
	border: none;
}
.search-info input::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
}
.search-info input:-moz-placeholder {
	color: #999;
	font-size: 16px;
}
.search-info input::-moz-placeholder {
	color: #999;
	font-size: 16px;
}
.search-info input::-ms-input-placeholder {
	color: #999;
	font-size: 16px;
}
.search-info button{
	height: 100%;
	width: 40px;
	color: var(--main-color);
	border: none;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-info button:after{
	content: '\e99a';
    font-family: 'icomoon';
    font-size: 20px;
}
.search-info button:hover{
	color: var(--blue-color);
}
.toper.fixed{
	background: #fff;
    box-shadow: 1px 2px 10px rgba(0,0,0,.15);
}
.footer{
	width: 100%;
	height: auto;
	background: var(--main-color);
}
.footer p{
	color: #fff;
	margin-bottom: 15px;
}
.footer p a{
	line-height: inherit;
}
.footer a{
	color: #fff;
}
.footer a:hover{
	color: var(--blue-color);
}
.footer .foottitle{
	color: #fff;
	font-size: 20px;
	margin-bottom: 25px;
	display: block;
	font-family: 'Montserrat-Bold';
}
.footer .foottitle a{
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}
.foot-info{
	width: 100%;
	height: auto;
	padding: 50px 0px 35px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	column-gap: 30px;
}
.foot-logo{
	width: auto;
}
.foot-logo img{
	width: auto;
	height: 55px;
	max-width: 100%;
	margin-bottom: 25px;
}
.foot-logo p{
	max-width: 450px;
}
.foot-contact-list{
	margin-bottom: 15px;
}
.foot-contact-list p{
	padding-left: 28px;
}
.foot-contact-list p:nth-child(1){
	background: url(../images/foot-phone.svg) no-repeat 0px 3px/17px;
}
.foot-contact-list p:nth-child(2){
	background: url(../images/foot-email.svg) no-repeat 0px 6px/18px;
}
.foot-contact-list p:nth-child(3){
	background: url(../images/foot-address.svg) no-repeat 0px 2px/15px;
}
.foot-iso-pic{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 50px;
	margin-top: 25px;
}
.foot-iso-pic img{
	width: 100px;
	height: auto;
}
.foot-link-icon{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 15px;
}
.foot-link-icon a,.foot-link-icon span{
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: var(--main-color);
	font-size: 17px;
	transition: all .3s;
	border-radius: 5px;
  cursor: pointer;
}

.foot-link-icon a:hover,.foot-link-icon span:hover{
	background: var(--blue-color);
	color: #fff;
}
.foot-link-icon .icon-youtube{
  font-size:22px;
}
.foot-follow{
	max-width: 300px;
}
.foot-nav{
	width: auto;
	max-width: 100%;
	flex-shrink: 0;
}
.foot-nav p{
	margin-bottom: 10px;
}
.foot-nav p a{
	position: relative;
	display: inline-block;
}
.foot-subscribe{
	width: 420px;
	max-width: 100%;
}
.foot-email-form{
	width: 100%;
	margin-bottom: 30px;
}
.foot-email-form form{
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: none;
	padding: 0px 0px;
	overflow: hidden;
}
.foot-email-form form button{
	width: 80px;
	height: 100%;
	border: none;
	background: none;
	box-shadow: none;
	color: var(--main-color);
	background: #fff;
	border-radius: 0px 5px 5px 0px;
}
.foot-email-form form button:hover{
	background: var(--blue-color);
	color: #fff;
}
.foot-email-form form input{
	width:calc(100% - 80px);
	height: 100%;
	border: 1px solid #fff;
	border-right: none;
	background: none;
	box-shadow: none;
	color: #fff;
	padding: 0px 10px;
	border-radius: 5px 0px 0px 5px;
}
.foot-email-form form input::-webkit-input-placeholder {
  color: #ccc;
}
.foot-email-form form input:-moz-placeholder {
  color: #ccc;
}
.foot-email-form form input::-moz-placeholder {
  color: #ccc;
}
.foot-email-form form input::-ms-input-placeholder {
  color: #ccc;
}
.copyright{
	width: 100%;
	height: auto;
	padding: 12px 0px;
	position: relative;
	border-top: 1px solid rgba(255,255,255,.2);
}
.copyright p{
	text-align: center;
	margin-bottom: 0px;
	color: #fff;
	font-size: 15px;
}
.go_top{
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background-color: var(--main-color);
	color: #fff !important;
	position: fixed;
	right: 5px;
	bottom: 120px;
	opacity: 0;
	z-index: 333;
	cursor: pointer;
}
.go_top:before{
	font-family: 'icomoon' !important;
    content: '\e96e';
    font-size: 20px;
}
.go_top:hover{
	color: #fff !important;
	background-color: var(--blue-color);
}

.maintitle{
	margin-bottom: 35px;
	text-align: left;
}
.maintitle p{
	margin-top: 15px;
	margin-bottom: 0px;
}
.maintitle .style1{
	display: inline-block;
	color: var(--main-color);
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
	text-transform: uppercase;
	font-family: 'Montserrat-Bold';
	position: relative;
}
.maintitle .style1:after{
	content: '';
	width: 60px;
	height: 3px;
	background: var(--main-color);
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.maintitle .style2{
	color: #000;
}
.titles{
	font-size: 35px;
	line-height: 1.3;
	color: #000;
	margin-bottom: 0px;
	font-family: 'Montserrat-Bold';
}
.maintitle.center{
	text-align: center;
}
.mainsection1{
	width: 100%;
	height: auto;
	padding: 80px 0px 80px;
}
.mainsection1-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mainsection1-info .pic{
	width: 600px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding-right: 30px;
	padding-top: 30px;
	position: relative;
	visibility: hidden;
}
.mainsection1-info .pic:before{
	content: '';
	width: calc(50% + 15px);
	padding-bottom: calc(50% + 15px);
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: -1;
	background: url(../images/index-pic5.png) no-repeat center center/contain;
}
.mainsection1-info .text{
	width: calc(100% - 680px);
	visibility: hidden;
}
.mainsection1-info .pic .pic1{
	width: calc(50% - 10px);
}
.mainsection1-info .pic .pic2{
	width: calc(50% - 10px);
}
.mainsection1-info .pic .pic-box{
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.mainsection1-info .pic .pic-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.mainsection1-info .pic.pic-box:hover  img{
	transform: scale(1.1); 
}
.mainsection1-info .pic1 .pic-box{
	padding-bottom: 110%;
	margin-bottom: 20px;
}
.mainsection1-info .pic2 .pic-box:first-child{
	padding-bottom: 70%;
	margin-bottom: 20px;
}
.mainsection1-info .pic2 .pic-box:nth-child(2){
	padding-bottom: 110%;
}
.mainsection1-info .pic1 .pic-text{
	width: 100%;
	padding-bottom: 70%;
	background: var(--main-color);
	position: relative;
	border-radius: 20px;
}
.mainsection1-info .pic1 .pic-text .text-contet{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.mainsection1-info .pic1 .pic-text .text-contet:before{
	content: '';
	width: 70px;
	height: 70px;
	background: url(../images/index-pic4.png) no-repeat center center/contain;
	margin-bottom: 15px;
}
.mainsection1-info .pic1 .pic-text .text-contet p{
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	margin: 0px;
	color: #fff;
}
.mainsection1-list{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.mainsection1-list p{
	padding-left: 26px;
	margin-bottom: 10px;
	position: relative;
}
.mainsection1-list p:before{
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/arrow1.svg) no-repeat center center/contain;
	position: absolute;
	left: 0px;
	top: 5px;
}
.mainsection1-btn{
	width: 100%;
	height: auto;
}
.more-btn{
	padding: 10px 36px;
	border-radius: 800px;
	color: #fff;
	background: var(--main-color);
	text-align: center;
	font-size: 16px;
	margin-top: 0px;
    display: inline-block;
    line-height: 20px;
}
.more-btn:hover{
	color: #fff;
	background: var(--blue-color);
}
.mainsection2{
	width: 100%;
	height: auto;
	padding: 80px 0px 65px;
	background: rgb(248,248,248);
}
.mainsection2-info{
	width: 100%;
	height: auto;
	position: relative;
}
.mainsection2-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 30px;
	padding: 10px 10px;
}
.mainsection2-list .list-item{
	width: calc(25% - 22.5px);
	margin-bottom: 15px;
	margin-top: 15px;
	border-radius: 25px;
	background: linear-gradient(to bottom right,#E6E6E6 0%,#fff 55%);
	box-shadow: 3px 3px 5px rgba(191,191,191,.4);
	/* padding: 30px 20px 60px; */
	padding:30px 20px 20px 20px;
	position: relative;
	transition: all .3s;
}
.mainsection2-list .list-item:hover{
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	transform: translateY(-8px);
}
.mainsection2-list .list-item .pic{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.mainsection2-list .list-item .pic-box{
	width: 120px;
	padding-bottom: 120px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.mainsection2-list .list-item .pic-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.mainsection2-list .list-item:hover .pic-box img{
	transform: scale(1.2) rotate(30deg); 
}
.mainsection2-list .list-item .pic .number{
	font-family: 'Montserrat-Bold';
	font-size: 50px;
	-webkit-text-stroke: 1px #232434;
    color: transparent;
    letter-spacing: 3px;
}
.mainsection2-list .list-item:hover .pic .number{
	-webkit-text-stroke: 1px var(--main-color);
	color: var(--main-color);
}
.mainsection2-list .list-item .text{
	width: 100%;
	height: auto;
}
.mainsection2-list .list-item .text p{
	font-family: 'Montserrat-Bold';
	font-size: 17px;
	line-height: 1.4;
	/* min-height: 50px; */
}
.mainsection2-list .list-item:hover .text p{
	color: var(--main-color);
}
.mainsection2-list .list-item .text .text-btn{
	width: auto;
	position: absolute;
	left: 20px;
	bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 10px;
	font-size: 16px;
	color: #000;
}
.mainsection2-list .list-item .text .text-btn:after{
	content: '\279C';
	font-size: 18px;
}
.mainsection2-list .list-item:hover .text .text-btn{
	color: var(--main-color);
}
.mainsection3{
	background-image: url(../images/index-pic6.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 260px;
    position: relative;
}
.mainsection3:after{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(59,56,56,.2);
	position: absolute;
	left: 0px;
	top: 0px;
}
.mainsection4{
	width: 100%;
	height: auto;
	padding: 65px 0px;
	background: rgb(248,248,248);
}
.mainsection4-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mainsection4-info .mainsection4-list{
	width: 48%;
}
.mainsection4-info .text{
	width: 48%;
}
.mainsection4-info .text .text-list{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.mainsection4-info .text .text-list p{
	padding-left: 26px;
	margin-bottom: 10px;
	position: relative;
}
.mainsection4-info .text .text-list p:before{
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/arrow1.svg) no-repeat center center/contain;
	position: absolute;
	left: 0px;
	top: 5px;
}
.mainsection4-btn{
	width: 100%;
	height: auto;
}
.mainsection4-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainsection4-list .list-item{
	width: calc(50% - 13px);
	margin: 13px 0px;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 6px rgba(191,191,191,.4);
	position: relative;
	/* padding-bottom: 30px; */
}
.mainsection4-list .list-item:hover{
	background: var(--main-color);
}
.mainsection4-list .list-item .list-pic{
	width: 100%;
	padding-bottom: 50%;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.mainsection4-list .list-item .list-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.mainsection4-list .list-item:hover .list-pic img{
	transform: scale(1.1); 
}
.mainsection4-list .list-item .list-text{
	width: 100%;
	padding: 15px 15px;
}
.mainsection4-list .list-item .list-text h3{
	font-family: 'Montserrat-Bold';
	font-size: 16px;
	line-height: 1.4;
	min-height: 20px;
}
.mainsection4-list .list-item:hover .list-text h3{
	color: #fff;
}
.mainsection4-list .list-item .list-text .text-btn{
	width: auto;
	position: absolute;
	left: 15px;
	bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 10px;
	font-size: 16px;
	color: #000;
}
.mainsection4-list .list-item .list-text .text-btn:after{
	content: '\279C';
	font-size: 18px;
}
.mainsection4-list .list-item:hover .list-text .text-btn{
	color: #fff;
}
.mainsection5{
	width: 100%;
	height: auto;
	padding: 80px 0px;
}
.mainsection5-list{
	width: 100%;
	height: auto;
	position: relative;
}
.mainsection5-list .swiper-slide{
	height: auto;
	position: relative;
}
.mainsection5-list .swiper-slide .pic{
	width: 100%;
	padding-bottom: 120%;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}
.mainsection5-list .swiper-slide .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .3s;
}
.mainsection5-list .swiper-slide:hover .pic img{
	transform: scale(1.1); 
}
.mainsection5-list .swiper-slide .text{
	width: 75%;
	height: auto;
	position: absolute;
	left: -1px;
	bottom: 70px;
	background: #fff;
	border-radius: 0px 10px 10px 0px;
	border-right: 4px solid var(--main-color);
	padding: 15px 15px;
}
.mainsection5-list .swiper-slide:hover .text{
	background: var(--main-color);
	border-right: 4px solid var(--blue-color);
}
.mainsection5-list .swiper-slide .text h3{
	font-size: 16px;
	line-height: 1.3;
	min-height: 45px;
}
.mainsection5-list .swiper-slide:hover .text h3{
	color: #fff;
}
.mainsection5-list .swiper-slide .text .text-btn{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 10px;
	font-size: 16px;
	color: #000;
}
.mainsection5-list .swiper-slide .text .text-btn:after{
	content: '\279C';
	font-size: 18px;
}
.mainsection5-list .swiper-slide:hover .text .text-btn{
	color: #fff;
}
.mainsection6{
	width: 100%;
	height: auto;
	padding: 80px 0px 80px;
	background: rgb(248,248,248);
}
.mainsection6-list{
	width: 100%;
	height: auto;
}
.mainsection6-list .list-item{
	width: 100%;
	height: auto;
	margin-top: 20px;
	border: 1px solid #DBDBDB;
	background: #fff;
	border-radius: 10px;
	transition: all .3s;
}
.mainsection6-list .list-item:hover{
	box-shadow: 0px 0px 7px rgba(0,0,0,.15);
}
.mainsection6-list .list-item .list-title{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	padding: 30px 20px 30px 80px;
	cursor: pointer;
}
.mainsection6-list .list-item .list-title .list-number{
	width: 44px;
	height: 44px;
	background: var(--light-bg-color);
	color: var(--main-color);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: 20px;
	top: 17px;
}
.mainsection6-list .list-item .list-title.shows .list-number{
	background: var(--main-color);
	color: #fff;
}
.mainsection6-list .list-item .list-title h3{
	font-size: 16px;
	line-height: 1.3;
}
.mainsection6-list .list-item:hover .list-title h3{
	color: var(--main-color);
}
.mainsection6-list .list-item .list-title.shows h3{
	color: var(--main-color);
}
.mainsection6-list .list-item .list-title .list-arrow{
	flex-shrink: 0;
	margin-left: 30px;
	width: 20px;
	height: 20px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mainsection6-list .list-item:hover .list-title .list-arrow{
	color: var(--main-color);
}
.mainsection6-list .list-item .list-title .list-arrow:after{
	content: '\e96d';
	font-family: 'icomoon';
    font-size: 20px;
    line-height: 20px;
    transition: all .3s;
}
.mainsection6-list .list-item .list-title.shows .list-arrow:after{
	transform: rotate(90deg);
}
.mainsection6-list .list-item .list-text{
	display: none;
	padding: 0px 20px 10px 20px;
}
.forms .form_control {
    width: 100%;
    height: 48px;
    border: none;
    padding: 0px 10px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
    box-shadow: none;
    border-radius: 6px;
    outline: none;
    background: #fff;
}
.forms .form_group{
	margin-bottom: 15px;
}
.forms .form_control[type="file"]{
	padding-top: 10px;
}
.forms textarea.form_control{
	height: 120px;
	padding: 12px 10px 5px;
	line-height: 22px;
	display: inherit;
}
.forms textarea.title{
	height: 48px;
}
.forms .inquiry-quantity{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.forms .inquiry-quantity select.form_control {
    width: 110px;
    font-size: 16px;
}
.forms label{
	margin-bottom: 10px;
	font-size: 16px;
	color: #000;
	margin-left: 0px;
	display: block;
}
.forms .site-btn{
	background: #F9694D;
}
.forms .site-btn:before{
    background: #F93D27;
}
.forms .main-btn:hover{
	color: #fff;
    background: #536C57;
}
.forms{
	width: 100%;
}
.forms .inquiry-quantity{
	width: 100%;
}
.forms .inquiry-quantity input.form_control {
	width: 160px;
	margin-right: 15px;
}
.forms .inquiry-quantity input.form_control:after {
	content: " ";
	position: absolute;
	z-index: 2;
	top: -25px;
	width: 110%;
	height: 50px;
	background-color: #fff;
	transform: rotate(-0.5deg)
}
.forms #otherunit{
	margin-left: 25px;
	background: #F4F4F4;
}
.forms .form_button{
	margin-top: 10px;
	text-align: center;
}
.forms .submit-btn{
	padding: 8px 50px;
	background: var(--main-color);
	color: #fff;
	border: none;
	outline: none;
	border-radius: 600px;
	font-size: 16px;
	text-align: center;
}
.forms .submit-btn:hover{
	background: var(--blue-color);
	color: #fff;
}
.forms .row{
	margin-left: -5px;
    margin-right: -5px;
}
.forms .row>div{
	padding-left: 5px;
    padding-right: 5px;
}
.mainsection7{
	width: 100%;
	height: auto;
	padding: 80px 0px 80px;
}
.mainsection7-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mainsection7-info .text{
	width: calc(100% - 760px);
	visibility: hidden;
}
.mainsection7-info .mainsection7-form{
	width: 700px;
	padding: 30px 30px;
	background: var(--light-bg-color);
	border-radius: 10px;
	visibility: hidden;
}
.mainsection7-info .mainsection7-form .forms label{
	display: none;
}
.mainsection7-info .text .text-list{
	width: 100%;
	height: auto;
}
.mainsection7-info .text .text-list p{
	width: 100%;
	height: auto;
	padding-left: 28px;
	position: relative;
}
.mainsection7-info .text .text-list p:nth-child(1){
	background: url(../images/icon-phone.svg) no-repeat 0px 5px/18px;
}
.mainsection7-info .text .text-list p:nth-child(2){
	background: url(../images/icon-email.svg) no-repeat 0px 8px/18px;
}
.mainsection7-info .text .text-list p:nth-child(3){
	background: url(../images/icon-address.svg) no-repeat 0px 5px/15px;
}
.mainsection7-info .text .text-list p:last-child{
	margin-bottom: 0px;
}
.mainsection7-info .text .text-list p a:hover{
	color: var(--blue-color);
}
.pagebanner{
	width: 100%;
	height: 550px;
	position: relative;
}
.pagebanner:after{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}
.pagebanner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pagebanner .text{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 4;
	transform: translateY(-50%);
}
.pagebanner .pagebanner-title{
	font-size: 45px;
    line-height: 1.3;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	font-family: 'Montserrat-Bold';
	margin-top: 80px;
}
.pagebanner p{
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0px;
}
.crumbnav{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 10px;
}
.crumbnav ul{
	width: 100%;
	height: auto;
	margin: auto;
	font-size: 15px;
	color: #fff;
}
.crumbnav ul li{
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
}
.crumbnav ul li a{
	font-size: 16px;
	color: #fff;
	display: inline-block;
}
.crumbnav ul li a:hover{
	color: #1eda5c;
}
.crumbnav ul li::before{
	content: "/";
	color: #fff;
	margin-right: 7px
}
.crumbnav ul li:first-child{
	padding-left: 24px;
	background: url(../images/icon-home.svg) no-repeat left 6px/18px;
}
.crumbnav ul li:first-child::before{
	content: "";
	margin-right: 0px;
}
.page_title{
	margin-bottom: 30px;
	width: 100%;
}
.page_title .titles{
	display: inline-block;
	padding-bottom: 5px;
	position: relative;
	font-size: 28px;
}
.page_title .titles:after{
	content: '';
	width: 60px;
	height: 3px;
	background: var(--main-color);
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.page_title p{
	font-size: 16px;
	margin-top: 15px;
}
.page_title.center{
	text-align: center;
}
.page_title.center p{
	max-width: 750px;
	margin: 15px auto 0px;
}
.services-section1{
	width: 100%;
	height: auto;
	padding: 80px 0px 40px;
}
.services-section1-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.services-section1-list .list-item{
	width: 24%;
	margin-bottom: 40px;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 6px rgba(191,191,191,.4);
	position: relative;
	padding-bottom: 60px;
	visibility: hidden;
}
.services-section1-list .list-item a{
	color:var(--main-color);
}
.services-section1-list .list-item:hover{
	background: var(--main-color);
	color:#fff !important;
}
.services-section1-list .list-item:hover a{
	color:#fff;
}
.services-section1-list .list-item .pic{
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.services-section1-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.services-section1-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.services-section1-list .list-item .text{
	width: 100%;
	padding: 20px 15px;
}
.services-section1-list .list-item .text h3{
	font-family: 'Montserrat-Bold';
	font-size: 15px;
	line-height: 1.4;
	min-height: 55px;
}
.services-section1-list .list-item ul{
	padding-left: 19px;
}
.services-section1-list .list-item ul li{
	list-style: disc;
	font-size: 15px;
	line-height: 26px;
}
.services-section1-list .list-item .list-btn{
	position: absolute;
	left: 0px;
	bottom: 25px;
	width: 100%;
	padding: 0px 15px;
}
.services-section1-list .list-item .list-btn a{
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 16px;
}
.services-section1-list .list-item a{
	font-size: inherit;
	font-family: inherit;
	/* color: inherit; */
	font-weight: inherit;
	line-height: inherit;
}
.services-section1-list .list-item:hover .text h3{
	color: #fff;
}
.services-section1-list .list-item:hover .text ul li{
	color: #fff;
}
.services-section1-list .list-item:hover .list-btn a{
	background: #fff;
	color: var(--main-color);
}
.services-section1-list .list-item:hover .list-btn a:hover{
	background: var(--blue-color);
	color: #fff;
}
.services-section2{
	width: 100%;
	height: auto;
	padding: 0px 0px 40px;
}
.services-section2-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.services-section2-list .list-item{
	width: 25%;
	margin-bottom: 40px;
	position: relative;
	visibility: hidden;
}
.services-section2-list .list-item:after{
	content: '';
	width: 2px;
	height: 60px;
	background: var(--main-color);
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.services-section2-list .list-item:last-child:after{
	content: none;
}
.services-section2-list .list-item .pic{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.services-section2-list .list-item .pic img{
	width: auto;
	height: 75px;
}
.services-section2-list .list-item p{
	text-align: center;
	margin-bottom: 0px;
}
.services-section3{
	width: 100%;
	height: auto;
	padding: 80px 0px;
	background: rgb(248,248,248);
}
.services-section3-info{
	width: 100%;
	padding: 30px 30px;
	background: var(--light-bg-color);
	border-radius: 10px;
}
.services-section3-info .forms label{
	display: none;
}
.services-section3-info .forms .form_group{
	margin-bottom: 25px;
}
.pagecontent{
	width: 100%;
	height: auto;
	padding: 60px 0px;
}
.service-content{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.leftnav{
	width: 320px;
}
.rightcon{
	width: calc(100% - 350px);
}

.sidenav{
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
	background: var(--light-bg-color);
	padding: 0px 0px 0px;
}
.leftnav .side-title{
	font-size: 22px;
	display: block;
    line-height: 1.2;
    color: #595959;
    padding: 30px 15px 5px;
    font-family: 'Montserrat-Bold';
}
.leftnav .side-title a{
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    font-family: inherit;
}
.leftnavli{
	width: 100%;
	height: auto;
	padding: 0px 0px 0px;
}
.leftnavli>ul{
	width: 100%;
	height: auto;
	padding: 20px 15px 25px;
	margin-bottom: 0px !important;
}
.leftnavli ul li a{
	font-size: 15px;
	line-height: 24px;
    color: #000;
    display: inline-block;
    max-width: calc(100% - 24px);
}
.leftnavli ul li ul li a{
	font-size: 15px;
}
.leftnavli>ul>li>a{
	color: #000;
	font-size: 15px;
	font-weight: bold;
}
.leftnavli>ul>li>ul>li>a{
	color: #000;
}
.leftnavli ul li a:hover{
	color: var(--blue-color);
}
.leftnavli ul{
	margin-top: 0px;
	margin-bottom: 7px;
}
.leftnavli ul li{
	width: 100%;
    height: auto;
    padding: 0px 0px 5px 0px;
    margin-bottom: 10px;
    position: relative;
}
.leftnavli ul li ul li:last-child{
	border-bottom: 0px solid #e2e2e2;
    margin-bottom: 0px;
    padding: 5px 0px 0px;
}
.leftnavli>ul>li:last-child{
	border-bottom: 0px solid #8cc7b5;
    margin-bottom: 0px;
}
.leftnavli ul li span{
	float: right;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	margin-top: 5px;
}
.leftnavli ul li span::before{
	content: '\e96b';
    font-family: 'icomoon';
	color: #000;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	transform: rotate(-90deg);
	transition: all .2s;
}
.leftnavli ul li span.down::before{
	content: '\e96b';
	color: var(--blue-color);
	transform: rotate(0deg);
}
.leftnavli ul li ul{
	display: none;
	padding-left: 12px;
	margin-top: 5px;
}
.leftnavli>ul>li{
    width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: 10px 10px;
	background: #fff;
	border-radius: 6px;
}
.leftnavli ul li ul li{
	padding: 8px 0px 8px;
	margin-bottom: 0px;
	border-bottom: 1px solid #e5e5e5;
}
.leftnavli>ul>li>ul{
	padding: 0px 0px 10px 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.notice{
	background: url(../images/notice.svg) no-repeat 20px 12px/22px #f3f3f3;
	padding: 10px 20px 10px 56px !important;
	margin-bottom: 30px !important;
	margin-top: 30px !important;
	color: #000 !important;
}
.notice span{
	margin-right: 10px;
}
.side-form{
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
	background: var(--light-bg-color);
	padding: 0px 0px 20px;
	position: sticky;
    top: 90px;
}
.side-form .forms{
	width: 100%;
	padding: 20px 15px;
}
.side-form .forms label{
	display: none;
}
.side-form .row>div{
	width: 100%;
}
.side-form .forms .submit-btn{
	width: 100%;
}
.side-form .forms textarea{
	height: 100px;
}
.side-form .forms textarea.title {
    height: 100px;
}
.pagetitle{
	margin-bottom: 25px;
	padding-bottom: 4px;
	padding-top: 0px;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px dashed var(--main-color);
}
.pagetitle .pagetitle-info{
    padding-bottom: 10px;
    padding-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
    margin-top: 0px;
    text-align: left;
    color: var(--main-color);
    position: relative;
    font-family: 'Montserrat-Bold';
    width: 100%;
    border-bottom: 1px solid var(--main-color);
}
.pagetitle .to_inquiry {
    color: #fff;
    padding: 9px 10px;
    font-size: 14px;
    display: inline-block;
    border-radius: 4px;
    line-height: 16px;
    margin-left: 20px;
    background: #233CA1;
    flex-shrink: 0;
    margin-left: 25px;
}
.pagetitle .to_inquiry:hover{
	background: #2D4B7E;
	color: #fff;
}
.services-container .bg-box {
    display: block;
    margin-bottom: 20px !important;
    padding: 10px 20px;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    border-radius: 0px;
}
.related-box {
    width: 100%;
    height: auto;
    margin-top: 35px;
}
.related-box .related-title {
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
}
.related-box .related-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
	font-size:14px;
}
.related-box .related-list a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 49%;
    padding: 9px 10px 9px 30px;
    background: #f3f3f3;
    color: #000;
    margin-bottom: 12px;
    position: relative;
}
.related-box .related-list a:before {
    content: '\e975';
    font-family: 'icomoon';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.related-box .related-list a:hover {
    background: var(--main-color);
    color: #fff;
}
.services-container strong a{
	font-weight: bold;
}
.solutions-section1{
	width: 100%;
	height: auto;
	padding: 80px 0px 40px;
}
.solutions-section1-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 2.66%;
}
.solutions-section1-list .list-item{
	width: 23%;
	position: relative;
	margin-bottom: 40px;
	visibility: hidden;
}
.solutions-section1-list .list-item .pic{
	width: 100%;
	padding-bottom: 120%;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}
.solutions-section1-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .3s;
}
.solutions-section1-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.solutions-section1-list .list-item .text{
	width: 75%;
	height: auto;
	position: absolute;
	left: -1px;
	bottom: 70px;
	background: #fff;
	border-radius: 0px 10px 10px 0px;
	border-right: 4px solid var(--main-color);
	padding: 15px 15px;
}
.solutions-section1-list .list-item:hover .text{
	background: var(--main-color);
	border-right: 4px solid var(--blue-color);
}
.solutions-section1-list .list-item .text h3{
	font-size: 16px;
	line-height: 1.3;
	min-height: 45px;
}
.solutions-section1-list .list-item:hover .text h3{
	color: #fff;
}
.solutions-section1-list .list-item .text .text-btn{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 10px;
	font-size: 16px;
	color: #000;
}
.solutions-section1-list .list-item .text .text-btn:after{
	content: '\279C';
	font-size: 18px;
}
.solutions-section1-list .list-item:hover .text .text-btn{
	color: #fff;
}
.solutions-section2{
	width: 100%;
	height: auto;
	padding: 0px 0px 80px;
}
.solutions-section2-info{
	max-width: 100%;
	width: 900px;
	height: auto;
	margin: auto;
	padding-top: 20px;
}
.solutions-section2-info .pic{
	width: 100%;
	height: auto;
}
.solutions-section2-info .pic img{
	width: 100%;
	height: auto;
}
.solutions-section2-info .text{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.solutions-section2-info .text p{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	width: 20%;
	text-align: center;
	line-height: 1.4;
	transition: all .2s;
}
.solutions-section2-info .text p:hover{
	transform: scale(1.1); 
}
.solutions-section2-info .text p a{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.solutions-section2-info .text2{
	justify-content: flex-start;
}
.solutions-section2-info .text2 p:nth-child(1){
	margin-left: 18%;
}
.solutions-section2-info .text2 p:nth-child(2){
	margin-left: 24%;
}
.products-section1{
	width: 100%;
	height: auto;
	padding: 80px 0px 65px;
}
.products-section1 .mainsection2-list{
	padding: 0px 0px;
}
.products-section1 .mainsection2-list .list-item{
	visibility: hidden;
}
.about-section1 .mainsection1-info{
	flex-direction: row-reverse;
}
.about-section1 .mainsection1-info .pic{
	padding-left: 30px;
	padding-right: 0px;
}
.about-section1 .mainsection1-info .pic:before{
	left: 0px;
	right: auto;
}
.about-section2{
	width: 100%;
	height: auto;
	padding: 0px 0px 40px;
}
.about-section2-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: center;
	column-gap: 2%;
	flex-wrap: wrap;
}
.about-section2-list .list-item{
	width: 22%;
	margin-bottom: 40px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.about-section2-list .list-item .pic{
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}
.about-section2-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.about-section2-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.about-section2-list .list-item .text{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.about-section2-list .list-item .text h3{
	padding: 10px 20px;
	min-height: 70px;
	background: rgba(0,0,0,.3);
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.about-section2-list .list-item .text .text-content{
	width: 100%;
	height: auto;
	padding: 0px 20px 20px;
	background: rgba(0,0,0,.3);
	display: none;
}
.about-section2-list .list-item .text .text-content p{
	color: #fff;
}
.about-section2-list .list-item .text .text-content .text-btn{
	color: #fff;
	display: inline-block;
	padding: 10px 22px;
	background: var(--main-color);
	font-size: 16px;
	line-height: 1.3;
	border-radius: 6px;
	margin-top: 5px;
}
.about-section2-list .list-item .text .text-content .text-btn:hover{
	color: #fff;
	background: var(--blue-color);
}
.contact-section2{
	width: 100%;
	height: auto;
	padding: 0px 0px 80px;
}
.maps{
	width: 100%;
	height: 450px;
}
.maps iframe{
	width: 100%;
	height: 100%;
}
.careers-section1{
	width: 100%;
	height: auto;
	padding: 60px 0px 40px;
}
.careers-titles{
	font-size: 22px;
	margin-bottom: 20px;
	color: #000;
}
.careers-titles2{
	font-size: 22px;
	margin-bottom: 20px;
	color: #000;
	padding-left: 10px;
	border-left: 6px solid var(--main-color);
}
.careers-titles3{
	font-size: 18px;
	margin-bottom: 20px;
	color: #000;
	background: #F2F2F2;
	padding: 10px 15px;
}
.careers-section1-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.careers-section1-list .list-item{
	width: 47%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.careers-section1-list .list-item .pic{
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.careers-section1-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.careers-section1-list .list-item .text{
	width: calc(100% - 100px);
	height: 100%;
	background: #F2F2F2;
	border-radius: 0px 60px 0px 0px;
	padding: 20px 20px 20px 45px;
	position: relative;
}
.careers-section1-list .list-item .text:before{
	content: '';
	width: 5px;
	height: calc(100% - 40px);
	top: 20px;
	left: 20px;
	background: var(--main-color);
	position: absolute;
}
.careers-section1-list .list-item .text h3{
	font-size: 16px;
	margin-bottom: 15px;
}
.careers-section1-list .list-item .text p{
	font-size: 15px;
	margin-bottom: 0px;
}
.careers-section1-list .list-item:hover .text{
	background: var(--main-color);
}
.careers-section1-list .list-item:hover .text h3{
	color: #fff;
}
.careers-section1-list .list-item:hover .text p{
	color: #fff;
}
.careers-section1-list .list-item:hover .text:before{
	background: #fff;
}
.careers-section2{
	width: 100%;
	height: auto;
	padding: 60px 0px 55px;
	background: #f8f8f8;
}
.careers-section2-list{
	width: 100%;
	height: auto;
}
.careers-section2-list p{
	padding-left: 26px;
	margin-bottom: 5px;
	position: relative;
}
.careers-section2-list p:before{
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/arrow1.svg) no-repeat center center/contain;
	position: absolute;
	left: 0px;
	top: 5px;
}
.careers-section3{
	width: 100%;
	height: auto;
	padding: 60px 0px 60px;
}
.careers-application{
	width: 100%;
	height: auto;
	padding: 30px 30px;
    background: var(--light-bg-color);
    border-radius: 10px;
    margin-top: 40px;
}
.careers-application .forms label{
	margin-bottom: 4px;
}
.careers-deatil-section1{
	width: 100%;
	height: auto;
	padding: 60px 0px 0px;
}
.careers-deatil-box{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
	position: relative;
}
.careers-deatil-box .pic{
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.careers-deatil-box .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.careers-deatil-box .text{
	width: calc(100% - 160px);
	background: #F2F2F2;
	border-radius: 0px 60px 0px 0px;
	padding: 20px 20px 20px 50px;
	position: relative;
}
.careers-deatil-box .text:before{
	content: '';
	width: 5px;
	height: calc(100% - 40px);
	top: 20px;
	left: 30px;
	background: var(--main-color);
	position: absolute;
}
.careers-deatil-box .text p{
	margin-bottom: 15px;
}
.careers-deatil-box .text .style1{
	font-weight: bold;
	margin-bottom: 0px;
}
.careers-deatil-box .text p:last-child{
	margin-bottom: 0px;
}
.careers-link-icon{
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 12px;
	position: absolute;
	right: 30px;
	bottom: 15px;
}
.careers-link-icon a{
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(194,193,193);
	color: #fff;
	font-size: 17px;
	transition: all .3s;
	border-radius: 100px;
}
.careers-link-icon a:hover{
	background: var(--main-color);
	color: #fff;
}
.careers-deatil-info{
	width: 100%;
	height: auto;
}
.careers-deatil-info ul{
	padding-left: 19px;
	margin-bottom: 15px;
}
.careers-deatil-info ul li{
	list-style: disc;
}
.careers-deatil-info .text{
	width: 100%;
	height: auto;
	padding-left: 15px;
	padding-bottom: 10px;
}
.services-container .title1{
	display: block;
    margin-bottom: 25px !important;
    margin-top: 5px !important;
    padding: 10px 20px;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    border-radius: 0px;
    font-size: 20px;
}
.services-container .title2{
	display: inline-block;
    margin-bottom: 15px !important;
    padding: 12px 15px;
    background: var(--main-color);
    color: #fff;
    border-radius: 8px;
    line-height: 1.3;
}
.services-container .list-icon1{
	padding-left: 28px;
}
.services-container .list-icon1>li{
	padding-left: 0px;
	position: relative;
	list-style: none;
}
.services-container .list-icon1>li:before{
	content: '';
    position: absolute;
    top: 4px;
    left: -28px;
    width: 18px;
    height: 18px;
    background: url(../images/list-icon1.png) no-repeat 0px center/15px;
}
.services-container .info-box1{
	width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 20px 20px 5px;
    border-radius: 15px;
    background: #f2f2f2;
}
.services-container .info-box1 .info-pic-left{
	margin-bottom: 15px;
}
.services-container .info-box1 .info-pic-right{
	margin-bottom: 15px;
}
.services-container .info-box2{
	width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 20px 20px 5px;
    border-radius: 15px;
    border: 2px dashed #ccc;
}
.services-container .info-box2 .info-pic-left{
	margin-bottom: 15px;
}
.services-container .info-box2 .info-pic-right{
	margin-bottom: 15px;
}
.services-container .row{
	display: flex;
	flex-wrap: wrap;
}
.services-container .row div[class*="col"]:has(> .info-box3){
	margin-bottom:25px;
}
.services-container .info-box3{
	width: 100%;
    height: 100%;
    margin-bottom: 20px;
    padding: 20px 20px 5px;
    border-radius: 20px;
    border: 1px dashed #999;
}

.services-container .info-box3 .info-pic-left{
	margin-bottom: 15px;
}
.services-container .info-box3 .info-pic-right{
	margin-bottom: 15px;
}
.services-container .info-box3 > p > strong,.services-container .info-box3 h3{
	background-color: var(--main-color);
	border-radius: 5px;
	padding:5px 15px;
	color:#fff;
	display: inline-block;
}

.services-container .info-box3 .text-tit{
	display: flex;
  }
  .services-container .info-box3 .text-tit strong{
	  background-color: var(--blue-color);
  }
  .services-container .info-box3 .text-tit img{
	  margin-right:10px;
	  width:35px;
	  height:35px;
  }
  

.services-container .info-box4{
	width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 20px 20px 5px;
    border-radius: 20px;
    border: 1px dashed var(--main-color);
}
.services-container .info-box4 .info-pic-left{
	margin-bottom: 15px;
}
.services-container .info-box4 .info-pic-right{
	margin-bottom: 15px;
}
.services-container .row div[class*="col"]:has(> .info-box5){
	margin-bottom:25px;
}
.services-container .info-box5{
	width: 100%;
    height: 100%;
    margin-bottom: 20px;
    padding: 20px 20px 5px;
    border-radius: 20px;
    border: 1px solid var(--main-color);
	background-color:var(--light-bg-color);

}
.services-container .info-box5 .info-pic-left{
	margin-bottom: 15px;
}
.services-container .info-box5 .info-pic-right{
	margin-bottom: 15px;
}
/* .ullist-margin{
   margin-left:15px;
}
.ullist-margin li{
	margin-left:20px;
} */
.info-item48{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.info-item48 .info-item48-title{
	display: inline-flex;
	padding: 5px 15px;
	min-height: 54px;
	align-items: center;
	justify-content: flex-start;
	background: linear-gradient(to right,rgb(219,229,242),rgb(219,229,242),var(--main-color));
	border-top-right-radius: 10px;
	min-width: 350px;
	position: relative;
	z-index: 2;
	/* box-shadow: 2px 3px 5px rgba(0,65,233,.1); */
}
.info-item48 .info-item48-title h3{
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
}
.info-item48 .info-item48-title p{
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
}
.info-item48 .info-item48-title:before{
	content: '';
	width: 15px;
	height: 20px;
	background: rgb(0,48,173);
	position: absolute;
	left: 0px;
	top: 100%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%);
}
.info-item48 .info-item48-content{
	width: 100%;
	height: auto;
	padding-left: 15px;
	margin-top: -27px; 
}
.info-item48-box{
	width: 100%;
	height: auto;
	padding: 45px 20px 10px;
	border: 1px solid #054175;
	border-radius: 15px;
	box-shadow: 5px 6px 10px rgba(0,65,233,.2);
}


.info-box6{
	display: flex;
	flex: 1 1 auto;
	padding:8px 0;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.info-box6 > p,.info-box6 .tit{
	display: flex;
	border-radius: 30px;
	width:20%;
	background-color: var(--light-bg-color);
	height:100%;
	min-height:80px;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	font-size:16px;
	line-height:1.9rem;
	padding:10px;
	text-align: center;
}
.info-box6 .text{
	width:80%;
	display: flex;
	align-items: center;
	background-color: var(--light-bg-color-2);
	padding:25px;
	border-radius: 50px;
}
.info-box6 .text ul{
	margin:0px;
}
@media screen and (max-width:600px){
	.info-box6 > p,.info-box6 .tit{
		width:100%;
	}
	.info-box6 .text{
	width:100%;
}
}

.info-pic-left + hr{
	border:none;
	border-bottom:1px dashed var(--blue-color);
	margin-bottom:20px;
}

.info-item1 img{
	border-radius: 50%;
	width: 160px;
	height: 160px;
	object-fit: cover;
	border: 8px solid var(--main-color);
}
.info-item2{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item2 .list-item{
	width: 49%;
	padding-left: 45px;
	position: relative;
}
.info-item2 .list-item .list-number{
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0px;
	top: -5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	background: linear-gradient(to right,rgb(21,185,168),#fff 65%);
	border-radius: 50%;
}
.info-item2 .list-item .list-number:before{
	content: '';
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	position: absolute;
	left: 2px;
	top: 2px;
	border: 2px solid #fff;
	border-radius: 50%;
}
.info-item2 .list-item .list-number:after{
	content: '';
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	position: absolute;
	left: 4px;
	top: 4px;
	background: rgb(21,185,168);
	border-radius: 50%;
}
.info-item2 .list-item span{
	position: relative;
	z-index: 3;
}
.info-item2 .list-item:nth-child(2) .list-number{
	background: linear-gradient(to right,rgb(38,166,221),#fff 65%);
}
.info-item2 .list-item:nth-child(2) .list-number:after{
	background: rgb(38,166,221);
}
.info-item2 .list-item:nth-child(3) .list-number{
	background: linear-gradient(to right,rgb(141,52,148),#fff 65%);
}
.info-item2 .list-item:nth-child(3) .list-number:after{
	background: rgb(141,52,148);
}
.info-item2 .list-item:nth-child(4) .list-number{
	background: linear-gradient(to right,rgb(17,156,73),#fff 65%);
}
.info-item2 .list-item:nth-child(4) .list-number:after{
	background: rgb(17,156,73);
}
.info-item2 .list-item:nth-child(5) .list-number{
	background: linear-gradient(to right,rgb(239,86,53),#fff 65%);
}
.info-item2 .list-item:nth-child(5) .list-number:after{
	background: rgb(239,86,53);
}
.info-item2 .list-item:nth-child(6) .list-number{
	background: linear-gradient(to right,rgb(119,189,65),#fff 65%);
}
.info-item2 .list-item:nth-child(6) .list-number:after{
	background: rgb(119,189,65);
}
.info-item3{
	width: 100%;
	height: auto;
}
.info-item3>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item3>.row:before{
	content: none;
}
.info-item3>.row:after{
	content: none;
}
.info-item3>.row>div{
    padding: 0px 10px;
	margin-bottom: 30px;
}
.info-item3 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0,0,0,.2);
    padding: 20px 20px 5px;
    border-radius: 25px;
}
.info-item3 .list-item img{
	border-radius: 50%;
	width: 100px;
	height: 100px;
	object-fit: cover;
}
.info-item3 .list-item p{
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}
.info-item3 .list-item .style1{
	min-height: 52px;
	font-size: 15px;
	line-height: 26px;
}
.info-item4{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item4 .list-item{
	width: 49%;
	padding-left: 35px;
	position: relative;
}
.info-item4 .list-item:before{
	content: '\2714';
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0px;
	top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	background: var(--main-color);
	border-radius: 50%;
}
.info-item4.info-style2 .list-item:before{
	width: 22px;
	height: 22px;
	content: '';
	background: url(../images/arrow3.png) no-repeat center center/contain;
	border-radius: 0px;
	top: 1px;
}
.info-item4-box{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item4-box .list-content{
	width: 49%;
	margin-bottom: 25px;
	padding: 20px 15px 5px;
	border: 2px dashed #385724;
	border-radius: 20px;
}


.info-item5{
	width: 100%;
	height: auto;
}
.info-item5>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item5>.row:before{
	content: none;
}
.info-item5>.row:after{
	content: none;
}
.info-item5>.row>div{
    padding: 0px 10px;
	margin-bottom: 30px;
}
.info-item5 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    background: #fff;
    border: 2px dashed var(--main-color);
    padding: 10px;
    border-radius: 50px;
}
.info-item5 .list-item-box{
	width: 100%;
	height: calc(100% - 20px);
    border-radius: 50px 50px 20px 20px;
    overflow: hidden;
    padding-bottom: 10px;
}
.info-item5 .list-item .pic{
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.info-item5 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item5 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item6{
	width: 100%;
	height: auto;
	padding-left: 40px;
}
.info-item6-box{
	width: 100%;
	height: auto;
	padding: 20px 20px 5px;
	background: rgb(242,242,242);
	margin-bottom: 30px;
}
.info-item6-box .style1{
	position: relative;
}
.info-item6-box .style1:before{
	content: '';
	width: 26px;
	height: 26px;
	position: absolute;
	left: -60px;
	top: 1px;
	background: url(../images/arrow2.png) no-repeat center center/contain;
}

.info-item6.info-style2{
	padding-left: 30px;
}
.info-item6.info-style2 .info-item6-box .style1:before{
	left: -35px;
}
.info-item6.info-style2 .info-item6-box{
	padding: 0px 0px;
	background: #fff;
	margin-bottom: 0px;
}

.info-item7{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.info-item7 .pic{
	width: 25%;
	overflow: hidden;
	position: relative;
}
.info-item7 .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item7 .text{
	width: 75%;
	padding: 20px 20px 5px;
	background: #F2F2F2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 210px;
}
.info-item8{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding: 20px 20px 5px;
	border-radius: 30px;
	border: 2px dashed var(--main-color);
}
.info-item9{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding: 20px 20px 5px;
	border-radius: 20px;
	background: rgb(237,237,237);
}
.info-item9 .row>div{
	width: 20%;
}
.info-item9 .row>div ul li{
	font-size: 15px;
	line-height: 26px;
}
.info-item10{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item10 .list-item{
	width: 49%;
	margin-bottom: 20px;
	padding: 20px 20px 5px 40px;
	border-radius: 30px;
	border: 2px dashed var(--main-color);
}
.info-item10 .list-item .style1{
	position: relative;
}
.info-item10 .list-item .style1:before{
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	left: -30px;
	top: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	background: url(../images/arrow3.png) no-repeat center center/contain;
}
.info-item11{
	position: relative;
	padding-left: 34px;
}
.info-item11:before{
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0px;
	top: 2px;
	background: url(../images/arrow4.png) no-repeat center center/contain;
}
.info-item12{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 10px;
}
.info-item12 .list-item{
	width: 49%;
	border-radius: 10px;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,.15);
	padding: 10px 10px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.info-item12 .list-item .pic{
	width: 30%;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}
.info-item12 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item12 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item12 .list-item .text{
	width: 67%;
	padding: 15px 0px 5px;
}
.info-item12 .list-item .text p{
	font-size: 15px;
	line-height: 26px;
	padding-bottom: 10px;
}

.info-item13{
	width: 100%;
	height: auto;
}
.info-item13>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item13>.row:before{
	content: none;
}
.info-item13>.row:after{
	content: none;
}
.info-item13>.row>div{
    padding: 0px 10px;
	margin-bottom: 30px;
}
.info-item13 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    background: #fff;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    background: rgb(247,247,247);
}
.info-item13 .list-item .style1{
	width: 100%;
	min-height: 64px;
	padding: 5px 10px;
	text-align: center;
	background: #548235;
	color: #fff;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.info-item13 .list-item .text{
	width: 100%;
	height: calc(100% - 64px);
	border: 2px dashed #385724;
	border-top: none;
	padding: 20px 10px 5px;
}
.info-item13>.row>div:nth-child(2n) .list-item .style1{
	background: #806000;
}
.info-item13>.row>div:nth-child(3n) .list-item .style1{
	background: #333F50;
}
.info-item14{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 10px;
}
.info-item14 .list-item{
	width: 49%;
	margin-bottom: 30px;
	padding-left: 55px;
	position: relative;
}
.info-item14 .list-item .pic{
	width: 110px;
	height: 110px;
	border-radius: 200px;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	box-shadow: 0px 0px 6px rgba(0,0,0,.2);
}
.info-item14 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item14 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item14 .list-item .text{
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	box-shadow: 0px 0px 6px rgba(0,0,0,.2);
	padding: 20px 10px 5px 65px;
	border-radius: 0px 20px 20px 0px;
}
.info-item15{
	width: 100%;
	height: auto;
}
.info-item15>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item15>.row:before{
	content: none;
}
.info-item15>.row:after{
	content: none;
}
.info-item15>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
	margin-top: 45px;
}
.info-item15 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    border: 2px dashed #548235;
    border-radius: 20px;
    position: relative;
}
.info-item15 .list-item .pic{
	width: 90px;
	height: 90px;
	border-radius: 200px;
	position: absolute;
	left: 50%;
	top: -45px;
	transform: translateX(-50%);
	overflow: hidden;
	border: 2px dashed #548235;
	background: #fff;
	padding: 10px;
}
.info-item15 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all .5s;
}
.info-item15 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item15 .list-item .text{
	width: 100%;
	padding: 55px 10px 5px;
}
.info-item15 .list-item .text p{
	font-size: 15px;
	line-height: 24px;
}
.info-item15 .list-item .text ul li{
	font-size: 14px;
	line-height: 24px;
}
.info-item15>.row>div:nth-child(4n-2) .list-item{
    border: 2px dashed #2F5597;
}
.info-item15>.row>div:nth-child(4n-2) .list-item .pic{
    border: 2px dashed #2F5597;
}
.info-item15>.row>div:nth-child(4n-1) .list-item{
    border: 2px dashed #BF9000;
}
.info-item15>.row>div:nth-child(4n-1) .list-item .pic{
    border: 2px dashed #BF9000;
}
.info-item15>.row>div:nth-child(4n) .list-item{
    border: 2px dashed #808080;
}
.info-item15>.row>div:nth-child(4n) .list-item .pic{
    border: 2px dashed #808080;
}
.info-item16{
	width: 100%;
	height: auto;
}
.info-item16>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item16>.row:before{
	content: none;
}
.info-item16>.row:after{
	content: none;
}
.info-item16>.row>div{
    padding: 0px 10px;
	margin-bottom: 30px;
}
.info-item16 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0,0,0,.2);
    padding: 10px 10px 5px;
    border-radius: 20px;
}
.info-item16 .list-item .pic{
	width: 100%;
	padding-bottom: 60%;
	border-radius: 20px 20px 0px 0px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.info-item16 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item16 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item17{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.info-item17 .text{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.info-item17 .text:last-child{
	margin-top: -100px;
}
.info-item17 .text .text-list{
	width: 32%;
}
.info-item17 .text p{
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 5px;
}
.info-item17 .pic{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: -100px;
}
.info-item17 .pic img{
	width: 60%;
	height: auto;
}
.info-item18{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item18 .list-item{
	width: 49%;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.info-item18 .list-item .pic{
	width: 80px;
}
.info-item18 .list-item .pic img{
	width: 100%;
	height: auto;
}
.info-item18 .list-item .text{
	width: calc(100% - 90px);
	height: 100%;
	padding: 20px 20px 5px;
    border-radius: 10px;
    border: 2px dashed var(--main-color);
}
.info-item19{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	position: relative;
}
.info-item19 .text{
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}
.info-item19 .text .list-item{
	width: 36%;
}
.info-item19 .pic{
	width: 24%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.info-item19 .pic img{
	width: 100%;
	height: auto;
}
.info-item19 .text p{
	padding-bottom: 0px;
}
.info-item19 .text .list-item{
	margin-bottom: 15px;
	padding-right: 50px;
	position: relative;
}
.info-item19 .text .list-item:last-child{
	margin-bottom: 0px;
}
.info-item19 .text .list-item:after{
	content: '';
	width: 50px;
	height: 50px;
	background: url(../images/arrow5.png) no-repeat center center/contain;
	position: absolute;
	right: 0px;
	top: 50px;
	transform: translateY(-50%);
}
.info-item19 .text .list-item:nth-child(2n){
	padding-left: 60px;
	padding-right: 0px;
}
.info-item19 .text .list-item:nth-child(2n):after{
	left: 0px;
	right: auto;
}
.info-item20{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item20 .list-item{
	width: 49%;
	margin-bottom: 25px;
	background: #f2f2f2;
	box-shadow: 3px 4px 6px rgba(0,0,0,.15);
	padding: 20px 10px 5px 45px;
	position: relative;
}
.info-item20 .list-item:before{
	content: '';
	width: 30px;
	height: 100%;
	background: var(--main-color);
	position: absolute;
	left: 0px;
	top: 0px;
    clip-path: polygon(0% 0%,16px 0%,100% 50%,16px 100%,0% 100%);
}
.info-item22{
	width: 100%;
	height: auto;
}
.info-item22>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -5px;
}
.info-item22>.row:before{
	content: none;
}
.info-item22>.row:after{
	content: none;
}
.info-item22>.row>div{
    padding: 0px 5px;
	margin-bottom: 25px;
	margin-top: 50px;
}
.info-item22 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    background: #548235;
    position: relative;
    box-shadow: 0px 0px 6px rgba(0,0,0,.5)
}
.info-item22 .list-item .pic{
	width: 100px;
	height: 100px;
	border-radius: 200px;
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
	overflow: hidden;
	border: 3px dashed #fff;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.15)
}
.info-item22 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.info-item22 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item22 .list-item .text{
	width: 100%;
	padding: 60px 10px 5px;
}
.info-item22 .list-item .text p{
	color: #fff;
	font-size: 15px;
	line-height: 24px;
}
.info-item22 .list-item .text .style1{
	min-height: 50px;
	padding: 0px;
	margin-bottom: 15px;
}
.info-item22>.row>div:nth-child(4n-2) .list-item{
    background: #203864;
}
.info-item22>.row>div:nth-child(4n-1) .list-item{
    background: #BF9000;
}
.info-item22>.row>div:nth-child(4n) .list-item{
    background: #535353;
}
.info-item23{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 2%;
	margin-top: 30px;
}
.info-item23 .list-item{
	width: 32%;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.info-item23 .list-item .list-title{
	width: 170px;
	height: auto;
	min-height: 170px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 50px;
	margin-top: 30px;
}
.info-item23 .list-item .list-title:before{
	content: '';
	width: 100%;
	height: 100%;
	border: 2px solid #385724;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	z-index: -2;
}
.info-item23 .list-item .list-title:after{
	content: '';
	width: 80%;
	height: 80%;
	background: #385724;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	z-index: -1;
}
.info-item23 .list-item .list-title .list-number{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}
.info-item23 .list-item .list-title p{
	padding-bottom: 0px;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.info-item23 .list-item .list-text p{
	line-height: 24px;
	font-size: 15px;
}
.info-item23 .list-item:nth-child(2) .list-title:before{
	border: 2px solid #806000;
}
.info-item23 .list-item:nth-child(2) .list-title:after{
	background: #806000;
}
.info-item23 .list-item:nth-child(3) .list-title:before{
	border: 2px solid #7C7C7C;
}
.info-item23 .list-item:nth-child(3) .list-title:after{
	background: #7C7C7C;
}
.info-item23 .list-item:nth-child(4) .list-title:before{
	border: 2px solid #7C7C7C;
}
.info-item23 .list-item:nth-child(4) .list-title:after{
	background: #7C7C7C;
}
.info-item23 .list-item:nth-child(5) .list-title:before{
	border: 2px solid #843C0B;
}
.info-item23 .list-item:nth-child(5) .list-title:after{
	background: #843C0B;
}
.info-item23 .list-item:nth-child(6) .list-title:before{
	border: 2px solid #BF9000;
}
.info-item23 .list-item:nth-child(6) .list-title:after{
	background: #BF9000;
}

.info-item24{
	width: 100%;
	height: auto;
}
.info-item24>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -15px;
}
.info-item24>.row:before{
	content: none;
}
.info-item24>.row:after{
	content: none;
}
.info-item24>.row>div{
    padding: 0px 15px;
	margin-bottom: 25px;
}
.info-item24 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    border: 1px solid #C55A11;
}
.info-item24 .list-item .pic{
	width: 100%;
	height: auto;
	padding: 15px 0px;
	display: flex;
	justify-content: center;
	background: #C55A11;
}
.info-item24 .list-item .pic img{
	width: auto;
	height: 60px;
}
.info-item24 .list-item .text{
	width: 100%;
	padding: 20px 15px 5px;
}
.info-item24>.row>div:nth-child(2) .list-item{
    border: 1px solid #FFC000;
}
.info-item24>.row>div:nth-child(2) .list-item .pic{
    background: #FFC000;
}
.info-item24>.row>div:nth-child(3) .list-item{
    border: 1px solid #548235;
}
.info-item24>.row>div:nth-child(3) .list-item .pic{
    background: #548235;
}
.info-item25{
	width: 100%;
	height: auto;
}
.info-item25>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item25>.row:before{
	content: none;
}
.info-item25>.row:after{
	content: none;
}
.info-item25>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item25 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    border: 2px dashed var(--main-color);
    border-radius: 15px;
    padding: 20px 20px 5px;
}
.info-item25 .list-item .style1{
	font-weight: bold;
    padding-left: 25px;
    color: var(--main-color);
    position: relative;
}
.info-item25 .list-item .style1:before{
	content: '';
	width: 19px;
	height: 19px;
	background: url(../images/arrow6.png) no-repeat center center/contain;
	position: absolute;
	left: 0px;
	top: 4px;
}
.buycar{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0px;
	top: 60%;
	background: var(--main-color);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 999;
}
.buycar .icon-shopping-cart{
	font-size: 20px;
	color: #fff;
}
.buycar:hover{
	background: var(--blue-color);
}
.buycar .shoppingbasketnum{
	font-size: 12px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #ff2f2f;
	position: absolute;
	right: 0px;
	line-height: 12px;
	top: -10px;
}
.sidecart{
	width: 400px;
	max-width: 100%;
	height: 100vh;
	position: fixed;
	top: 0px;
	right: 0px;
	background: #f9f9f9;
	z-index: 2220;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	display: none;
}
.sidecart .sidecart-title{
	width: 100%;
	height: auto;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #e9e9e9;
}
.sidecart .sidecart-num{
    position: relative;
}
.sidecart .sidecart-num .icon-shopping-cart{
	font-size: 20px;
    color: var(--main-color);
}
.sidecart .sidecart-num .shoppingbasketnum{
	font-size: 15px;
	font-weight: bold;
	color: #ff2f2f;
	position: absolute;
	left: calc(100% + 3px);
	line-height: 12px;
	top: -1px;
}
.sidecart .sidecart-title .sidecart-colse{
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
.sidecart .sidecart-title .sidecart-colse:before{
	content: '\2716';
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
.sidecart .sidecart-title .sidecart-colse:hover{
	color: var(--main-color);
}
.sidecart .sidecart-list{
	width: 100%;
	height: auto;
	padding: 15px 15px;
}
.sidecart .CarList{
	max-height: calc(100vh - 160px);
	overflow: auto;
}
.sidecart .CarList::-webkit-scrollbar {
        width: 4px;     
       background: #1e1e1e;
    }
.sidecart .CarList::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #ccc;
        width: 4px;     
        height: 4px;
    }
.sidecart .CarList::-webkit-scrollbar-track {
        background: #fff;
        border: 1px solid #dedede;
    }

.sidecart .CarList table{
	border: 1px solid #ddd;
	border-bottom: none;
}    
.sidecart .CarList tr td{
	border: none;
	font-size: 15px;
	line-height: 1.3;
	border-bottom: 1px solid #ddd;
	padding: 8px 8px 8px 8px;
	vertical-align: top;
}
.sidecart .CarList tr td:nth-child(2){
	padding-left: 0px;
}
.sidecart .CarList tr td .list-url{
	margin-bottom: 0px;
	line-height: 1.3;
}
.sidecart .CarList tr td .list-text{
	font-size: 14px;
}
.sidecart .CarList tr td a{
	color: #0c6329;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 5px;
}
.sidecart .CarList tr td a:hover{
	color: var(--blue-color);
}
.sidecart .CarList tr td input{
	margin-top: 2px;
}
.sidecart .CarList .td_price{
	display: none;
}
.sidecart .sidecart-btn{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 30px;
	margin-top: 10px;
}
.sidecart .sidecart-btn a{
	display: inline-block;
	padding: 10px 20px;
	padding: 5px 15px;
	background: var(--main-color);
	font-family: 'Quicksand-Bold';
	color: #fff;
	border-radius: 5px;
}
.sidecart .sidecart-btn a:hover{
	background: var(--blue-color);
	color: #fff;
}
.cart-icon{
	width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50px;
    margin-left: 30px;
    background-image: url(../images/cart-icon2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% auto;
    background-color: var(--main-color);
    position: relative;
}
.cart-list-item .price-item{
	display: none;
}
.cart-list-item .price-totle{
	display: none;
}
.services-container .inquiry-btn{
	padding:7px 12px;
	line-height: 20px;
	color: #fff;
	background-color:var(--main-color);
	border-radius:5px;
	font-size:15px;
	display:inline-block;
}
.services-container .inquiry-btn:hover{
	color: #fff;
	background-color:var(--blue-color);
}
.pages{
	text-align: center;
	margin: 30px 0px;
}
.pagination li{
	list-style: none !important;
}
.pagination>li>a, .pagination>li>span{
	margin:0px 8px 10px 0px !important;
	color: #666666 !important;
	border: 1px solid #666 !important;
	padding: 4px 14px !important;
	font-size: 16px !important;
	display: inline-block !important;
}
.pages .pagination{
	margin-top: 0px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-left: 0px !important;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    color: #fff !important;
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
	color: #fff !important;
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}
.product-list table{
	border: none;
	border-bottom: 1px solid var(--main-color);
}
.product-list table tr th{
	border: none;
	background: var(--main-color);
	color: #fff;
	font-weight: bold;
	text-align: left;
}
.product-list table tr td{
	border: none;
}
.product-list table tbody tr td{
	border: none;
}
.product-list table tbody tr:nth-child(2n) td{
	background: var(--light-bg-color-2);
}
.product-list table tbody tr td a{
	color: var(--main-color);
}
.product-list table tbody tr td a:hover{
	color: var(--blue-color);
}
.product-list table .text-center{
	text-align: center;
}
.product-list .add-cart-btn{
	line-height: 22px;
	color: var(--main-color);
	font-size:22px;
}
.product-list .add-cart-btn:after{
	font-family: 'icomoon' !important;
	content: "\e92f";
}
.product-list .add-cart-btn:hover{
	color: var(--blue-color);
}
.add-cart-item{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	width: 200px;
}
.add-cart-item-box{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 5px;
}
.add-cart-item-box span{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	background: var(--main-color);
}
.add-cart-item-box span:hover{
	background: var(--blue-color);
}
.add-cart-item-box input{
	width: 60px;
	height: 30px;
	border: 1px solid var(--main-color);
	box-shadow: none;
	background: none;
	outline: none;
	text-align: center;
	padding: 0px 5px;
}

#filterForm{
	width: 540px;
	max-width: 100%;
	height: 46px;
	margin-bottom: 20px;
	margin-top: 10px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
#filterForm input{
	width: calc(100% - 60px);
	height: 100%;
	border: 1px solid var(--main-color);
	border-right: none;
	box-shadow: none;
	background: none;
	outline: none;
	padding: 0px 10px;
	color: #000;
	font-size: 16px;
}
#filterForm button{
	width: 60px;
	height: 100%;
	border: none;
	box-shadow: none;
	background: var(--main-color);
	outline: none;
	color: #fff;
	font-size: 16px;
}
#filterForm button:hover{
	background: var(--blue-color);
}
#filterForm button:after{
	content: '\e99a';
    font-family: 'icomoon';
}
.services-container .info-title1{
	color: var(--main-color);
	padding-left: 20px;
	position: relative;
}
.services-container .info-title1:before{
	content: '';
	width: 11px;
	height: 11px;
	background: var(--main-color);
	position: absolute;
	left: 0px;
	top: 9px;
}
.services-container .info-title2{
	color: var(--main-color);
	padding: 10px 10px 10px 35px;
	position: relative;
	background: #F2F2F2;
	margin-bottom: 25px;
}
.services-container .info-title2:before{
	content: '';
	width: 11px;
	height: 11px;
	background: var(--main-color);
	position: absolute;
	left: 14px;
	top: 19px;
	border-radius: 11px;
}
.services-container .table-style1{
	border: none;
	/* border-top: 2px solid rgb(117,189,66);
	border-bottom: 2px solid rgb(117,189,66); */
}
.services-container .table-style1 tr td{
	border: none;
	background: #fff;
}
.services-container .table-style1 tr:nth-child(2n-1) td{
	background:var(--light-bg-color-2);
} 

.product-detail-section1{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 30px;
}
.product-detail-section1 .pic{
	flex-shrink: 0;
	max-width: 100%;
	width: 200px;
}
.product-detail-section1 .pic img{
	max-width: 100%;
	height: auto;
}
.product-detail-section1 .text{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 50px;
	padding-top: 10px;
}
.product-detail-section1 .text p{
	padding-bottom: 10px;
}
.product-detail-section1 .text .info-title1{
	margin-bottom: 5px;
}
.product-detail-section1 .text .text-link{
	flex-shrink: 0;
}
.product-detail-section1 .text .text-link .pd-link-btn{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 8px;
	font-weight: bold;
	color: var(--main-color);
}
.product-detail-section1 .text .text-link .pd-link-btn:hover{
	color: var(--blue-color);
}
.product-detail-section1 .text .text-link .pd-link-btn:before{
	content: '\e993';
    font-family: 'icomoon';
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 2px;
}
.product-detail-section1 .text .text-link .inquiry-btn{
	min-width: 100px;
	text-align: center;
	margin-top: 5px;
}
.product-detail-section2{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.product-detail-section2 .text{
	width: 100%;
	height: auto;
	padding: 0px 10px;
}
.get-info{
	width: 100%;
	height: auto;
	padding: 40px 300px 25px;
	background:var(--light-bg-color);
	/* background: rgb(249,252,247); */
	margin-bottom: 40px;
	text-align: center;
}
.get-info .inquiry-btn{
	padding: 10px 25px;
}
.get-info h2{
	color: var(--main-color);
}
.cart-list-box{
	width: 100%;
	height: auto;
	padding: 60px 0px;
}
.cart-list-item{
	width: 100%;
	height: auto;
	overflow: auto;
}
.cart-list-item table{
	border-left: 1px solid #bed1c4;
	border-top: 1px solid #bed1c4;
}
.cart-list-item table tr td{
	border-right: 1px solid #bed1c4;
	border-bottom: 1px solid #bed1c4;
}
.cart-list-item table tr th{
	background: var(--main-color);
	color: #fff;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #bed1c4;
}
.cart-list-item table tr .text-center{
	text-align: center;
}
.cart-list-item table a{
	color: var(--main-color);
}
.cart-list-item table a:hover{
	color: var(--blue-color);
}
.cart-list-item .delete-btn{font-size:18px;color:var(--main-color);cursor: pointer;}
.cart-list-item .delete-btn:hover{color:var(--blue-color);}
.cart-list-item .delete-btn:before{content: '\e99d';font-family: 'icomoon';}
.cart-list-item .add-cart-item-box{
	justify-content: center;
}
.cart-list-item .add-cart-item-box span{
	cursor: pointer;
}
.cart-list-item .delete-selected-btn{font-size:16px;color:var(--main-color);cursor: pointer;column-gap: 5px;display: inline-flex;align-items: center;justify-content: flex-start;}
.cart-list-item .delete-selected-btn:hover{color:var(--blue-color);}
.cart-list-item .delete-selected-btn:before{content: '\e99d';font-family: 'icomoon';line-height: 22px;margin-bottom: 2px;}
.pricing_btn{
	display: inline-block;
	padding: 6px 15px;
	background: var(--main-color);
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.pricing_btn:hover{
	background: var(--blue-color);
	color: #fff;
}
.cart-form{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.cart-form .forms .form_control{
	border: 1px solid #ccc;
}
.cart-form .forms textarea.title{
	height: 120px;
}
.cart-form .col-address{
	width: 100%;
}
.cart-form .col-service{
	width: 100%;
}
.info-item26{
	width: 100%;
	height: auto;
}
.info-item26>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item26>.row:before{
	content: none;
}
.info-item26>.row:after{
	content: none;
}
.info-item26>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
	margin-top: 40px;
}
.info-item26 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #BFBFBF;
    position: relative;
    padding: 55px 15px 5px;
}
.info-item26 .list-item .style1{
	width: 90%;
	min-height: 70px;
	padding: 5px 10px;
	text-align: center;
	background: #806000;
	color: #fff;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -35px;
	left: 5%;
	border-radius: 10px;
}
.info-item26 .list-item .text{
	width: 100%;
}
.info-item26>.row>div:nth-child(2n) .list-item .style1{
	background: #1F4E79;
}
.info-item26>.row>div:nth-child(3n) .list-item .style1{
	background: #C55A11;
}
.info-item27{
	width: 100%;
	height: auto;
}
.info-item27>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -5px;
}
.info-item27>.row:before{
	content: none;
}
.info-item27>.row:after{
	content: none;
}
.info-item27>.row>div{
    padding: 0px 5px;
	margin-bottom: 25px;
}
.info-item27 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    background: rgb(246,250,244);
    border-radius: 20px;
    border: 1px dashed #385724;
    padding: 20px 15px 5px;
}
.info-item27 .list-item .style1{
	color: #385724;
}
.info-item28{
	width: 100%;
	height: auto;
}
.info-item28>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item28>.row:before{
	content: none;
}
.info-item28>.row:after{
	content: none;
}
.info-item28>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item28 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    border: 1px dashed #A6A6A6;
    padding: 15px 15px 1px;
}
.info-item29{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 100%;
	margin: auto;
}
.info-item29 .list-item{
	width: calc(50% - 10px);
	margin-bottom: 20px;
	padding: 30px 25px 15px 60px;
	position: relative;
}
.info-item29 .list-item:nth-child(2n){
	padding: 30px 60px 15px 25px;
	position: relative;
}
.info-item29 .list-item:before{
	content: '';
	width: 100%;
	height: 100%;
	border: 3px solid #595959;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}
.info-item29 .list-item:after{
	content: '';
	width: 70px;
	height: 70px;
	background: #C55A11;
	position: absolute;
	left: 0px;
	top: 0px;
	clip-path: polygon(0% 0%,100% 0%,0% 100%);
	z-index: 3;
}
.info-item29 .list-item:nth-child(2):after{
	clip-path: polygon(0% 0%,100% 0%,100% 100%);
	left: auto;
	right: 0px;
	background: #2F5597;
}
.info-item29 .list-item:nth-child(3):after{
	clip-path: polygon(0% 0%,100% 100%,0% 100%);
	bottom: 0px;
	top: auto;
	background: #A5A5A5;
}
.info-item29 .list-item:nth-child(4):after{
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
	left: auto;
	right: 0px;
	bottom: 0px;
	top: auto;
	background: #BF9000;
}
.services-container .popular-products-btn{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 5px;
	padding: 6px 15px;
	border: 1px solid var(--main-color);
	color: var(--main-color);
	min-width: 320px;
	margin-bottom: 6px;
	transition: all 0s;
}
.services-container .popular-products-btn:before{
	content: "+";
    color: var(--main-color);
    margin-top: 2px;
    font-size: 17px;
    line-height: 1.2;
}
.services-container .popular-products-btn:hover{
	background: var(--main-color);
	color: #fff;
}
.services-container .popular-products-btn:hover:before{
    color: #fff;
}
.info-item30{
	width: 100%;
	height: auto;
	margin-bottom:25px;
}
.info-item30>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item30>.row:before{
	content: none;
}
.info-item30>.row:after{
	content: none;
}
.info-item30>.row>div{
    padding: 0px 10px;
	margin-bottom: 20px;
}
.info-item30 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    /* border-top: 5px solid var(--main-color); */
    padding: 20px 15px 5px;
    /* background: var(--light-bg-color); */
	background: linear-gradient(to bottom, rgb(241, 249, 251) 40%, var(--light-bg-color));
}
.info-item30 .list-item:before {
    content: '';
    width: 52px;
    height: 52px;
    background: url(../images/arrow13.png) no-repeat center center / contain;
    position: absolute;
    left: 25px;
    top: 10px;
}
.info-item30 .list-item h3{
	padding-left:58px;
}
.info-item30 .list-item2{
	width: 100%;
	height: 100%;
	display: block;
    border: 1px solid var(--main-color);
    padding: 20px 15px 5px;
    background: var(--light-bg-color);
	border-radius: 15px;
}
.info-item31{
	width: 100%;
	height: auto;
}
.info-item31>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item31>.row:before{
	content: none;
}
.info-item31>.row:after{
	content: none;
}
.info-item31>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item31 .list-item{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.info-item31 .list-item .pic{
	width: 130px;
	height: auto;
	position: relative;
	z-index: 3;
}
.info-item31 .list-item .pic img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.info-item31 .list-item .text{
	width: calc(100% - 65px);
	height: 100%;
	margin-left: -65px;
	background: rgb(248,248,248);
	box-shadow: 0px 0px 8px rgba(0,0,0,.2);
	border-radius: 0px 20px 20px 0px;
	padding: 20px 15px 5px 80px;
}
.info-item32{
	width: 100%;
	height: auto;
}
.info-item32>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item32>.row:before{
	content: none;
}
.info-item32>.row:after{
	content: none;
}
.info-item32>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item32 .list-item{
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #ccc;
}
.info-item32 .list-item .pic{
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
	clip-path: polygon(0% 0%,100% 0%,100% 80%,50% 100%,0% 80%);
	margin-bottom: 10px;
}
.info-item32 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item32 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item32 .list-item .text{
	width: 100%;
	padding: 0px 15px;
}
.info-item32 .list-item .text h3{
	margin-bottom: 10px;
}
.info-item33{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	box-shadow: 0px 0px 12px rgba(0,0,0,.15);
}
.info-item33 .pic{
	width: 200px;
	overflow: hidden;
	position: relative;
}
.info-item33 .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item33 .text{
	width: calc(100% - 200px);
	padding: 20px 20px 5px;
	background: #F2F2F2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.info-item34{
	width: 100%;
	height: auto;
}
.info-item34>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item34>.row:before{
	content: none;
}
.info-item34>.row:after{
	content: none;
}
.info-item34>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item34 .list-item{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,.15);
	padding: 5px;
}
.info-item34 .list-item .pic{
	width: 140px;
	position: relative;
	overflow: hidden;
	border-radius: 17px;
}
.info-item34 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item34 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item34 .list-item .text{
	width: calc(100% - 140px);
	padding: 15px 15px 5px;
	min-height: 240px;
}
.info-item34 .list-item .text p{
	padding-bottom: 10px;
}
.info-item35{
	width: 100%;
	height: auto;
}
.info-item35>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item35>.row:before{
	content: none;
}
.info-item35>.row:after{
	content: none;
}
.info-item35>.row>div{
    padding: 0px 10px;
	margin-bottom: 20px;
}
.info-item35 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    padding: 20px 15px 5px;
    background: linear-gradient(to bottom,rgb(215,228,189),rgb(247,250,250));
}
.research-title-list-box{
	width: 100%;
	height: auto;
	background: #fff;
	position: sticky;
	top: 80px;
	z-index: 33;
}
.research-title-list{
	width: 100%;
	height: auto;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid var(--main-color);
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 25px;
}
.research-title-list .list-item{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 8px 20px;
	min-height: 42px;
	background: var(--main-color);
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	cursor: pointer;
	border-radius: 6px;
	margin-bottom: 5px;
}
.research-title-list .list-item:hover{
	background: var(--blue-color);
	color: #fff;
}
.research-title-list .list-item.shows{
	background: var(--blue-color);
	color: #fff;
}
.research-section8{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.research-section8 .section-title{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	margin-top: 10px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 20px;
}
.research-section8 .section-title p{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 5px 20px;
	background:var(--blue-color);
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
	min-height: 44px;
	border-radius: 6px;
	margin-bottom: 10px;
	cursor: pointer;
}
.research-section8 .section-title p.shows{
	background: var(--main-color);
	color: #fff;
}
.research-section8 .section-title p:hover{
	background: var(--main-color);
	color: #fff;
}
.research-section8 .section-list{
	width: 100%;
	height: auto;
}
.research-section8 .section-list .list-content{
	width: 100%;
	height: auto;
	display: none;
}
.research-section8 .section-list .list-content:first-child{
	display: block;
}
.info-item36{
	width: 100%;
	height: auto;
}
.info-item36>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item36>.row:before{
	content: none;
}
.info-item36>.row:after{
	content: none;
}
.info-item36>.row>div{
    padding: 0px 10px;
	margin-bottom: 10px;
}
.info-item36 .list-item{
	width: 100%;
	height: 100%;
	display: block;
}
.info-item36 .list-item .pic{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.info-item36 .list-item .pic-box{
	width: 200px;
	height: 200px;
	max-width: 100%;
	border-radius: 50%;
	overflow: hidden;
	border: 10px solid var(--main-color);
}
.info-item36 .list-item .pic-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.info-item36 .list-item .pic-box:hover  img{
	transform: scale(1.2) rotate(45deg); 
}
.info-item36 .list-item p{
	padding-bottom: 10px;
}
.page-box22 h3{
  border-bottom:1px dashed var(--v);padding-bottom:15px;
}


@media screen and (min-width:2000px){
.maincon{
	padding: 0px 240px;
}	
}

@media screen and (max-width:1700px){



.info-item17 .text:last-child {
    margin-top: -70px;
}
.info-item17 .pic {
    margin-top: -70px;
}
.navs>ul>li{
	margin-left: 40px;
}
	
}

@media screen and (max-width:1580px){


.navs>ul>li{
	margin-left: 30px;
}
.maincon{
	padding: 0px 5%;
}
	
}

@media screen and (max-width:1400px){



.get-info{
	padding: 40px 150px 25px;
}
.mainsection7-info .text{
	width: calc(100% - 620px);
	visibility: hidden;
}
.mainsection7-info .mainsection7-form{
	width: 580px;
	padding: 30px 20px;
}
.info-item17 .text:last-child{
	margin-top: -90px;
}
.info-item17 .pic{
	margin-top: -90px;
}
.pagebanner .pagebanner-title{
	font-size: 40px;
}
.info-item3>.row>div{
    width: 33.33%;
}
.leftnav{
	width: 300px;
}
.rightcon{
	width: calc(100% - 330px);
}
.page_title .titles{
	font-size: 25px;
}
.swiper-button-prev{
	left: -30px !important;
}
.swiper-button-next{
	right: -30px !important;
}
.mainsection2-list{
	column-gap: 20px;
}
.mainsection2-list .list-item{
	width: calc(25% - 15px);
	margin: 10px 0px;
}
.mainsection1-info .pic{
	width: 48%;
}
.mainsection1-info .text{
	width: 48%;
}
.titles{
	font-size: 30px;
}
.foot-nav{
	width: auto;
}
.navs>ul>li{
	margin-left: 20px;
}
.logos img{
	height: 50px;
}
.maincon{
	padding: 0px 30px;
}
	
}

@media screen and (min-width:1200px){



.navs{
	position: static;
}
.navs>ul>li.spread-nav{
	position: static;
}
.navs>ul>li.spread-nav:after{
	content: none;
}
.navs>ul>li.spread-nav>ul{
	width: 1200px;
	max-width: 100%;
	max-height: calc(100vh - 140px);
	overflow-y: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 20px 20px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	flex-wrap: wrap;
	top: 70px;
	align-items: stretch;
}
.navs>ul>li.spread-nav>ul::-webkit-scrollbar {
        width: 5px;     
       background: #1e1e1e;
    }
.navs>ul>li.spread-nav>ul::-webkit-scrollbar-thumb {
        border-radius: 0px;
        -webkit-box-shadow: inset 0 0 0px #ab7525;
        background: var(--main-color);
        width: 5px;     
        height: 5px;
    }
.navs>ul>li.spread-nav>ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0px #1e1e1e;
        border-radius: 0px;
        background: #fff;
    } 
    
.navs>ul>li.spread-nav>ul .navbox-level1{
	width: 300px;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li{
	float: none;
	border-bottom: none;
	padding: 10px 10px;
	position: relative;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li>a{
	font-weight: bold;
	color: #000;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li>span:before {
    color: #000;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li.act {
    background: #F4F8FD;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li.act>a {
    color: var(--main-color);
}
.navs>ul>li.spread-nav>ul .navbox-level1>li.act>span:before {
    color: var(--main-color);
    font-weight: bold;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li:after{
	content: '';
	width: 3px;
	height: 0px;
	background: var(--main-color);
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li.act:after{
	height: 100%;
}

.navs>ul>li.spread-nav>ul .navbox-level2{
	width: calc(100% - 300px);
	border-left: 1px solid #d2d7da;
	padding-left: 40px;
	display: block;   
}
.navs>ul>li.spread-nav>ul .navbox-level2>li{
	display: none;
	float: none;
	border-bottom: none;
	padding: 0px 0px;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li.shows{
	display: block;
}
.navs>ul>li.spread-nav>ul .navbox-level2 ul{
	display: none;
	position: static;
	box-shadow: none;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul{
	display: flex;
	flex-wrap: wrap;
	column-gap: 4%;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li{
	width: 48%;
	float: none;
	border-bottom: none;
	padding: 2px 0px;
	margin-bottom: 12px;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>a{
	color: #000;
	font-weight: bold;
	width: calc(100% - 16px);
}
.navs>ul>li.spread-nav>ul .navbox-level2 a:hover{
	color: var(--blue-color);
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0px;
	top: 8px;
	cursor: pointer;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li span:before{
	position: static;
	transform: none;
	line-height: 12px;
	font-weight: bold;
	font-size: 14px;
	transition: all .2s;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li span.down:before{
	transform: rotate(90deg);
	transition: all .2s;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul{
	padding-left: 5px;
	padding-top: 5px;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li{
	padding: 4px 0px;
	border-bottom: none;
	float: none;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li ul{
	padding-left: 10px;
	padding-top: 5px;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li ul li {
    padding: 4px 0px;
    border-bottom: none;
    float: none;
}


}

@media screen and (max-width:1200px){



.research-title-list{
	column-gap: 5px;
	padding-top: 10px;
}
.research-title-list .list-item{
	padding: 8px 10px;
	margin-bottom: 5px;
}
.research-title-list-box{
	top: 70px;
}
.get-info{
	padding: 40px 50px 25px;
}
.product-detail-section2 .text{
	padding: 0px 0px;
}
.mainsection7-info{
	flex-wrap: wrap;
}
.mainsection7-info .text{
	width: 100%;
	margin-bottom: 40px;
}
.mainsection7-info .mainsection7-form{
	width: 100%;
}
.info-item9 .row>div{
	width: 33.33%;
}
.pagebanner .pagebanner-title{
	font-size: 30px;
}
.careers-titles2{
	font-size: 20px;
}
.careers-titles{
	font-size: 20px;
}
.careers-section1-list .list-item{
	width: 49%;
}
.about-section2-list .list-item .pic{
	padding-bottom: 120%;
}
.about-section2-list .list-item .text .text-content{
	padding: 0px 10px 20px;
}
.about-section2-list .list-item .text h3{
	padding: 10px 10px;
}
.solutions-section1-list{
	column-gap: 2%;
}
.solutions-section1-list .list-item{
	width: 32%;
}
.pagetitle .pagetitle-info{
	font-size: 22px;
}
.service-content{
	flex-direction: column-reverse;
	flex-wrap: wrap;
}
.rightcon {
    width: 100%;
    margin-bottom: 30px;
}
.leftnav {
    width: 100%;
}
.side-form{
	position: static;
}
.services-section1-list .list-item{
	width: 49%;
}
.page_title .titles{
	font-size: 22px;
}
.mainsection4-info .mainsection4-list{
	width: 54%;
}
.mainsection4-info .text{
	width: 42%;
}
.mainsection2-list{
	column-gap: 30px;
}
.mainsection2-list .list-item{
	width: calc(50% - 15px);
	margin: 15px 0px;
}
.mainsection1-info .pic{
	width: 49%;
}
.mainsection1-info .text{
	width: 49%;
}
.foot-nav{
	width: 100%;
	margin-bottom: 20px;
}
.foot-logo p {
    max-width: 100%;
}
.foot-logo{
	width: 100%;
	margin-bottom: 20px;
}
.foot-info{
	flex-wrap: wrap;
}
.foot-subscribe{
	max-width: 450px;
}
.titles{
	font-size: 26px;
}
/* .toper{
    padding: 5px 0px;
} */
.toper-content{
	position: static;
}
.sp_nav {
    display: block;
    margin-top: 0px;
}	
.navs {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    margin-top: 0px;
    right: 0px;
    bottom: auto;
    background: #000000;
    padding-top: 0px;
    padding-left: 0px;
    z-index: 99;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    max-height: calc(100vh - 120px);
    overflow: auto;
}
.navs a{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d8d8d8;
    line-height: 50px;
    line-height: 50px;
    display: block;
    margin-left: 0px;
    z-index: 999;
    padding: 0px 20px;
    float: left;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.navs.visible{transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); opacity: 1; visibility: visible;}
.navs>ul{
	width: 100%;
	height: auto;
}
.navs ul li a{
	font-size: 15px;
	line-height: 40px;
    color: #fff !important;
    display: inline-block;
    width: auto;
    text-align: left;
    border-bottom: none;
    padding: 0px 0px;
    font-weight: normal;
}
.navs ul{
	margin-top: 0px;
}
.navs ul li{
	width: 100%;
    height: auto;
    padding: 0px 0px 0px 15px;
    margin-bottom: 0px;
    position: relative;
    margin-left: 0px;
    line-height: 40px;
    border-bottom: 1px solid #404040;
    display: inline-block;
}
.navs ul li:last-child{
    margin-bottom: 0px;
}
.navs>ul>li:last-child{
	border-bottom: 1px solid #404040;
    margin-bottom: 0px;
}
.navs ul li img{
	height: 8px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 15px;
    position: absolute;
    right: 20px;
}
.navs ul li ul li img{
	height: 8px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 20px;
    position: absolute;
    right: 20px;
}
.navs ul li img.down{
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-o-transform:rotate(-90deg); 
}
.navs ul li ul{
	display: none;
	padding-left: 10px;
	overflow: hidden;
}
.navs ul li ul li{
	padding: 0px 0px;
}
.navs ul li ul li:last-child{
	border-bottom: none;
}
.navs ul li ul li a{
	line-height: 22px;
	padding: 10px 0px;
	font-weight: normal;
}
.navs>ul>li>ul{
	position: static;
	width: 100%;
	padding-left: 10px;
	background: none;
}
.navs ul li ul li ul{
	position: static;
}
.navs ul li ul li ul {
    position: static;
    width: 100%;
}
.navs>ul>li:hover{
	padding-bottom: 0px;
}
.navs>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul li span{
	float: right;
	margin-right: 15px;
	font-weight: bold;
	font-size: 18px;
}
.navs ul li span::before{
	color: #fff;
    content: "+";
    font-weight: bold;
    font-size: 18px;
}
.navs ul li span.down::before{
	color: #fff;
    content: "-";
    font-weight: bold;
}
.navs>ul>li:hover {
    background: none;
    border-bottom: 1px solid #404040;
}
.navs ul li ul li span::before{
	color: #fff;
	content: "+";
}
.navs ul li ul li span.down::before{
	content: "-";
}
.navs ul li ul li:hover>span::before{
	color: #fff;
}
.navs ul li ul li{
	border-bottom: 1px solid #404040;
}
.navs ul li ul li:hover {
    background: none;
    border-bottom: 1px solid #404040;
}
.navs>ul>li:after{
	content: none;
}
.navs ul li ul li ul{
	background: none;
	padding-left: 10px;
}
.navs ul li ul li a{
	max-width: calc(100% - 32px);
}
.navs ul li ul li span{
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 10px;
	right: 0px;
}
.navs ul li ul li span::before{
	position: static;
	font-size: 18px;
	transform: none;
}
.navs a:hover{
	color: #fff;
}
.navs>ul>li:hover>a{
	color: #fff;
}
.navs ul li ul li:hover>a{
	color: #fff;
}
.navs>ul>li>a{
	line-height: 22px;
	margin: 8px 0px;
	max-width: calc(100% - 40px);
}	
}



@media screen and (max-width:1000px){





.research-title-list-box{
	position: static;
}
.info-item36>.row>div{
    width: 100%;
}
.info-item35>.row>div{
    width: 100%;
}
.info-item34>.row>div{
    width: 100%;
}
.info-item33{
	flex-wrap: wrap;
}
.info-item33 .pic{
	width: 100%;
	height: 200px;
}
.info-item33 .text{
	width: 100%;
	padding: 20px 15px 5px;
}
.info-item32>.row>div{
    width: 50%;
}
.info-item31>.row>div{
    width: 100%;
}
.services-container .info-box2{
    padding: 20px 15px 5px;
}
.services-container .info-box3{
    padding: 20px 15px 5px;
    border-radius: 15px;
}
.info-item30>.row>div{
    width: 100%;
}
.info-item28>.row>div{
    width: 100%;
}
.info-item27>.row>div{
    width: 50%;
}
.info-item26>.row>div{
    width: 100%;
}
.product-detail-section1{
	flex-wrap: wrap;
}
.product-detail-section1 .pic{
	flex-shrink: 0;
	max-width: 100%;
}
.product-detail-section1 .text{
	width: 100%;
	column-gap: 30px;
}
.add-cart-item{
	width: 100%;
	justify-content: flex-start;
	margin-top: 10px;
}
.tablebox table tr th{
	display: none;
}
.tablebox table tr{
    border-bottom: 1px solid #ccc;
    padding: 20px 0px 15px;
    display: block;
    width: 100%;
}
.tablebox table thead{
	display: none;
}
.tablebox table tr td{
	display: block;
	height: auto;
	width: auto !important;
    text-align: left;
    border: 0px solid #ccc;
    padding: 0px 0px 10px !important;
    background: none !important;
    text-align: left !important;
}
.tablebox table tr td .table-inquiry{
	display: inline;
}
.tablebox table tr td a{
	display: inline !important;
	    word-break: break-all;
}
.detail-table tr:first-child th{
	padding: 15px 10px;
}
.detail-table tr th{
	display: block;
	width: 100% !important;
    text-align: left;
    padding: 15px 10px 5px !important;
    border: none !important;
    background: none !important;
    color: #000 !important;
}
.detail-table tbody tr{
	padding: 10px 0px 15px;
	border-top: none;
	border-bottom: 1px solid #dee2e6;
	display: block;
}
.detail-table tr td{
	display: block;
	border: none !important;
	width: 100% !important;
	padding: 0px 0px 5px !important;
	background: none !important;
}
.info-item25>.row>div{
    width: 100%;
}
.info-item24>.row>div{
    width: 100%;
}
.info-item23 .list-item{
	width: 49%;
}
.info-item22>.row>div{
    width: 50%;
}
.info-item19{
	flex-wrap: wrap;
	justify-content: center;
}
.info-item19 .text{
	width: 100%;
}
.info-item19 .pic{
	width: 300px;
	max-width: 100%;
	margin: 20px 0px;
	display: none;
}
.info-item19 .text .list-item{
	padding: 0px !important;
	width: 100%;
}
.info-item19 .text .list-item:after{
	content: none;
}
.info-item17 .text{
	flex-wrap: wrap;
}
.info-item17 .text .text-list{
	width: 100%;
	margin-bottom: 10px;
}
.info-item17 .text:last-child{
	margin-top: 0px;
}
.info-item17 .pic img{
	width: 400px;
	max-width: 100%;
}
.info-item17 .pic{
	margin-top: 0px;
	width: 100%;
	margin-bottom: 20px;
}
.info-item16>.row>div{
    width: 50%;
}
.info-item21>.row>div{
    width: 50%;
}
.info-item13 .list-item .text{
	height: auto;
}
.info-item13>.row>div{
    width: 100%;
}
.info-item10 .list-item{
	width: 100%;
}
.info-item9 .row>div{
	width: 100%;
}
.pagebanner .pagebanner-title{
	font-size: 24px;
}
.info-item5>.row>div{
    width: 50%;
}
.info-item2 .list-item{
	width: 100%;
}
.careers-section1-list .list-item{
	width: 100%;
}
.about-section2-list .list-item .pic {
    padding-bottom: 100%;
}
.about-section2-list .list-item{
	width: 48%;
}
.about-section2-list{
	justify-content: space-between;
	column-gap: 0px;
}
.services-section2-list .list-item:after{
	content: none;
}
.services-section2-list .list-item{
	width: 50%;
}
.mainsection7-info{
	flex-wrap: wrap;
}
.mainsection7-info .text{
	width: 100%;
	margin-bottom: 45px;
}
.mainsection7-info .mainsection7-form{
	width: 100%;
}
.mainsection4-info{
	flex-wrap: wrap;
}
.mainsection4-info .mainsection4-list{
	width: 100%;
}
.mainsection4-info .text{
	width: 100%;
	margin-bottom: 40px;
}
.swiper-button-prev{
	left: -10px !important;
}
.swiper-button-next{
	right: -10px !important;
}
.mainsection1-info .pic1 .pic-box{
	margin-bottom: 10px;
}
.mainsection1-info .pic2 .pic-box:first-child{
	margin-bottom: 10px;
}
.mainsection1-info .pic .pic2 {
    width: calc(50% - 5px);
}
.mainsection1-info .pic .pic1 {
    width: calc(50% - 5px);
}
.mainsection1-info .pic{
	padding-right: 0px;
	padding-top: 0px;
}
.mainsection1-info .pic1 .pic-text .text-contet{
	padding: 10px 10px;
}
.mainsection1-info .pic1 .pic-text .text-contet:before{
	width: 50px;
	height: 50px;
	margin-bottom: 5px;
}
.mainsection1-info .pic1 .pic-text .text-contet p{
	font-size: 14px;
	font-family: inherit;
}
.mainsection1-info{
	flex-wrap: wrap;
	justify-content: center;
}
.mainsection1-info .pic{
	width: 450px;
	max-width: 100%;
}
.mainsection1-list{
	margin-bottom: 30px;
}
.mainsection1-info .text{
	width: 100%;
	margin-bottom: 40px;
}
.maintitle .style1{
	font-size: 16px;
}
.titles{
	font-size: 22px;
}
.foot-logo img{
	height: 45px;
}
.foot-logo p {
    max-width: 100%;
}
.foot-nav {
    width: 100%;
}
.foot-contact{
	width: 100%;
	margin-bottom: 30px;
}
.foot-logo{
	width: 100%;
	margin-bottom: 30px;
}
.foot-info{
	flex-wrap: wrap;
}
.maincon{
	padding: 0px 30px;
}
	
}

@media screen and (max-width:800px){



.services-container .popular-products-btn{
	max-width: 100%;
	min-width: auto;
}
.info-item29 .list-item{
	width: 100%;
}
.get-info{
	padding: 30px 15px 15px;
}
.product-detail-section1 .text .text-info{
	width: 100%;
	margin-bottom: 10px;
}
.product-detail-section1 .text{
	flex-wrap: wrap;
}
.info-item23 .list-item{
	width: 100%;
}
.info-item20 .list-item{
	width: 100%;
}
.info-item18 .list-item{
	width: 100%;
}
.info-item14 .list-item{
	width: 100%;
}
.info-item12 .list-item{
	width: 100%;
}
.info-item7{
	flex-wrap: wrap;
}
.info-item7 .pic{
	width: 100%;
	height: 200px;
}
.info-item7 .text{
	width: 100%;
}
.info-item6{
	padding-left: 0px;
}
.info-item6-box .style1:before{
	content: none;
}
.info-item6.info-style2 .info-item6-box .style1:before {
    content: '';
}
.info-item4-box .list-content{
	width: 100%;
}
.info-item4 .list-item{
	width: 100%;
}
.info-item3>.row>div{
    width: 50%;
}
.careers-deatil-box .text:before{
	height: calc(100% - 85px);
}
.careers-deatil-box{
	flex-wrap: wrap;
	justify-content: center;
}
.careers-deatil-box .pic{
	width: 100px;
	margin-bottom: 20px;
}
.careers-deatil-box .text{
	width: 100%;
	border-radius: 0px 20px 0px 0px;
	padding: 20px 20px 65px 50px;
}
.careers-application{
	padding: 30px 15px;
}
.about-section2-list{
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.about-section2-list .list-item{
	max-width: 100%;
	width: 400px;
}
.solutions-section2{
	padding: 0px 0px 65px;
}
.solutions-section2-info{
	padding-top: 0px;
}
.solutions-section2-info .text p{
	width: 100%;
	margin: 0px 0px 15px !important;
}
.solutions-section2-info .text{
	display: block;
}
.solutions-section2-info .pic{
	display: none;
}
.solutions-section1-list{
	column-gap: 0%;
	justify-content: space-between;
}
.solutions-section1-list .list-item{
	width: 48%;
}
.related-box .related-list a{
	width: 100%;
}
.mainsection6-list .list-item .list-title .list-arrow{
	margin-left: 20px;
}
.mainsection6-list .list-item .list-title{
	padding: 20px 10px 20px 65px;
}
.mainsection6-list .list-item .list-title .list-number{
	left: 10px;
	width: 40px;
    height: 40px;
    font-size: 16px;
    top: 10px;
}
.mainsection2-list .list-item .pic .number{
	font-size: 40px;
}
.mainsection2-list .list-item .pic-box{
	width: 110px;
	padding-bottom: 110px;
}
.logos img {
    height: 40px;
}
.maincon{
	padding: 0px 15px;
}	
}

@media screen and (max-width:600px){


.info-item34 .list-item{
	flex-wrap: wrap;
}
.info-item34 .list-item .pic{
	width: 100%;
	height: 200px;
}
.info-item34 .list-item .text{
	width: 100%;
	min-height: auto;
}
.info-item32>.row>div{
    width: 100%;
}
.info-item31 .list-item .pic{
	width: 90px;
}
.info-item31 .list-item .text{
	width: calc(100% - 45px);
	margin-left: -45px;
	padding: 20px 10px 5px 50px;
}
.info-item27>.row>div{
    width: 100%;
}
.info-item22>.row>div{
    width: 100%;
}
.info-item18 .list-item{
	flex-wrap: wrap;
	justify-content: center;
}
.info-item18 .list-item .pic{
	margin-bottom: 15px;
}
.info-item18 .list-item .text{
	width: 100%;
	height: auto;
}
.info-item16>.row>div{
    width: 100%;
}
.info-item15>.row>div{
    width: 100%;
}
.info-item14 .list-item{
	padding-top: 45px;
	padding-left: 0px;
}
.info-item14 .list-item .pic{
	width: 90px;
	height: 90px;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.info-item14 .list-item .text{
	padding: 55px 10px 5px 10px;
	border-radius: 10px;
	height: auto;
}
.info-item12 .list-item{
	flex-wrap: wrap;
}
.info-item12 .list-item .pic{
	width: 100%;
	height: 200px;
}
.info-item12 .list-item .text{
	width: 100%;
}
.info-item5 .list-item{
    border-radius: 20px;
}
.info-item5 .list-item-box{
    border-radius: 20px 20px 10px 10px;
}
.info-item5>.row>div{
    width: 100%;
}
.info-item3>.row>div{
    width: 100%;
}
.careers-section1-list .list-item .text{
	width: 100%;
	height: auto;
	border-radius: 0px 20px 0px 0px;
}
.careers-section1-list .list-item .pic{
	margin-bottom: 20px;
}
.careers-section1-list .list-item{
	flex-wrap: wrap;
	justify-content: center;
}
.solutions-section1-list .list-item{
	width: 100%;
}
.services-section3-info{
	padding: 30px 15px;
}
.services-section2-list .list-item{
	width: 100%;
}
.services-section1-list .list-item{
	width: 100%;
}
.mainsection7-info .mainsection7-form{
	padding: 30px 15px;
}
.mainsection4-list .list-item{
	width: 100%;
}
.mainsection2-list .list-item{
	width: 100%;
}
.nav-right{
	column-gap: 15px;
}
.search-info{
	width: 100%;
}
	
}

.page-tab{
	position: sticky;
  /*  top: 165px;*/
	background-color: #fff;
	padding: 15px 0px 5px 0px;
	/* border-bottom: 1px solid var(--main-color); */
	margin-bottom: 20px;
	z-index: 100;
  
  }
  
  .page-tab span,.page-tab a{
	padding: 7px 10px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom:10px;
	background-color: #f5f5f5;
	cursor: pointer;
	font-weight:bold;
	font-size:15px;
  }
  
  .page-tab span:hover,.page-tab a:hover,.page-tab-choose{
	background-color: var(--main-color) !important;
	color: #fff !important;
  }
  
  .page-tab .navs-top-click {
	  display: none;
	  font-size: 14px; 
	  cursor: pointer;
	  margin-bottom: 7px;
	  position: relative;
	  background-color: #f2f2f2;
	  padding:8px;
	  /* font-weight:bold; */
  }
  
  .page-tab .navs-top-click i {
	  position: absolute;
	  top:25%;
	  right:0px;
	  /* border:1px solid #ff0000; */
	  width:30px;
	  height:30px;
	  transform: rotate(45deg);
  }
  .page-tab .navs-top-click i::after{
	content:"";
	width:8px;
	height:8px;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
	position: absolute;
	top:5px;
	left:5px;
  }
  .page-tab .navs-top-click i.iconturn{
	  top:-10%;
	  transform: rotate(225deg);
  }
  

  
  @media(min-width:992px){
	  .page-tab .page-tab-nav{display: none;}
  }
  @media(max-width:993px){
	  .page-tab .page-tab-nav{display: block;}
	  .page-tab .navs-top-click {
		  display: block;
	  }
	  .page-tab{height:56px;overflow: hidden;}
	  .page-tab.active-add-new-detail {
	 /* display: inline-block !important;*/
	  height:auto !important;
		  overflow:auto;
  }
  }

  .sticky-label{
	font-size:24px;
	font-weight:bold;
	margin-bottom:25px;
  }

  .faq-list {
	position: relative;
	padding: 0 1em 1em 0;
	border-radius: 4px;
	margin-bottom: 1em;
  }
  .faq-list > dt {
	position: relative;
	margin-bottom: 1em;
  }
  .faq-list .title {
	position: relative;
	transition: all ease-in-out 0.3s;
	cursor: pointer;
	padding-right: 1em;
	font-weight: bold;
	padding: 5px 30px 5px 10px;
	background: #f8f8f8;
  }
  .faq-list .title:hover {
	color: var(--purple-color);
  }
  .faq-list .title::after {
	position: absolute;
	content: "+";
	right: 0.8em;
	top: 0.3em;
	transition: all ease-in-out 0.3s;
  }
  .faq-list .title.active::after {
	content: "-";
  }
  .faq-list .content {
	position: relative;
	display: none;
	padding: 0.6em 0.8em;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ccc;
	position: relative;
	margin-top: 1.5em;
  }
  .faq-list .content::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 1em;
	aspect-ratio: 1;
	background: #fff;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	border: 1px solid #ccc;
	transform: rotateZ(45deg) translate3d(1em, -1.7em, 0);
  }
.box1{
	background-color: var(--main-color);
}
.box1{
	display: flex;
	background-color: var(--light-bg-color);
	border-radius: 35px;
	margin:20px auto; 
}
.box1 .info-pic-left{
	margin-bottom:0px;
}
.box1 .pic img{
	border-radius: 35px;
}
.btn{
   background-color: var(--main-color);
   color:#fff;
   padding:8px 15px;
   border-radius: 8px;
}
.btn:hover{
	background-color: var(--blue-color);
	color:#fff;
}
.box2{
	background-color: var(--light-bg-color);
	border-radius: 20px;
	margin:20px auto; 
	padding:15px 30px;
}
.box3,.box4{
	margin:20px auto; 
	display: flex;
	flex-wrap: wrap;

}
.box3 .boxunit,.box4 .boxunit{
	padding:15px 30px;
	border-radius: 20px;
	height:100%;
}
.box3 .boxunit ul li,.box4 .boxunit ul li{
  list-style:disc;
}
.box4 .boxunit{
	border:1px dashed var(--main-color);
}
.box3 .boxunit{
	border:1px solid var(--main-color);
}
.box3 .boxunit .show-center{
	width:100px;
	height:100px;
	/* overflow: hidden; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin:auto;
}
.box3 .boxunit .show-center img{
	width:100%;
	height:100%;
	object-fit: cover;
	border-radius: 100%;
	margin:0px;
}
.box5{
	background-color: var(--light-bg-color-2);
	border-radius:40px;
	margin-bottom:20px;
	display: flex;
	align-items: center;
	gap: 15px;
	min-height:80px;
	flex-wrap: nowrap;
}
.box5 .boxcont{
 position: relative;
 padding:8px 40px 8px 0px;
}
.box5 .boxcont strong{
	font-size:1.5rem;
	margin-bottom:5px;
}
.box5 .boxcont p{
	margin:0px;
}
.box5 .boximg{
 flex: 0 0 80px; 
 width:80px !important;
 height:80px !important;
 background-color:var(--main-color);
 border-radius: 100%;
 position: relative;
}
.box5 .boximg::after{
	content:"";
	width:70px !important;
	height:70px !important;
	background-image: url(../img/list-icon-1.png);
	position: absolute;
	top:5px;
	left:5px;
	background-repeat: no-repeat;
	background-size: contain;
}
/* .box5 .boximg img{
	object-fit: contain;
	width:100%;
	height:100%;
} */
