.maincon{
	width: 100%;
	margin: auto;
	height: auto;
	padding: 0px 12%;
	max-width: 2000px;
}
p{
    color: #1A1A1A;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;	
}
p a{
	font-size: inherit;
	font-family: inherit;
	color: inherit;
}
.successtable table tr td{
	font-size: 16px;
	background: #fff;
	color: #000;
}
.successinfo .tit{
	font-size: 20px;
	display: block;
	font-weight: bold;
}
.successinfo {padding-left: 2px;line-height: 30px;color: #888888;padding-right: 2px;padding-bottom: 0px;}
.successinfo .iconarea .iconunit {text-align: center;display: block;width: 40px;height: 40px;border-radius: 40px;background-color: #233CA1;color: #ffffff;line-height: 40px;font-weight: bolder;font-size: 22px;position: relative;z-index: 9;}
.successtable table{
	border: 1px solid #dcdcdc;
}
.successinfo table{
	border: 1px solid #dcdcdc;
	margin-bottom: 0px;
}
.successinfo table tr td{
	font-size: 16px;
	background: #fff;
    border: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.product-tags {
	background-color: #fff;
	padding: 0px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
}
.product-tags .row:before{
	content: none;
}
.product-tags .row:after{
	content: none;
}
.product-tags .row {
	padding: 0px 0px;
	margin: 0px 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.product-tags .row div[class*="col-md"] {
	padding: 0 15px;
	margin-bottom: 10px;
}
.product-tags .row div[class*="col-md"] a {
	padding-left: 5px;
	height: 100%;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: left;
	color: #000;
	background-color: #F4F8FC; 
	padding: 6px 15px;
	width: 100%;
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 22px;
	transition: all 0s;
	text-align: left;
}
.product-tags .row div[class*="col-md"]:hover a {
	color: #ffffff;
	background-color: #233CA1;
}
.push{
	margin-top: 125px;
}
.toper{
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	background: #fff;
}
.nav-right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.searchicon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.searchicon img{
	width: 30px;
	height: auto;
}
.searchicon:hover{
	background: #ebebeb;
}
.toper-content{
	width: 100%;
	height: auto;
}
.toper-right{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.top-logo{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 10px 0px 0px;
}
.logos{
	position: relative;
	top: 25px;
}
.logos img{
	height: 65px;
	width: auto;
}
.sp_nav{width:25px;position:relative;cursor:pointer;height:22px;margin-top:9px;display: none;}
.sp_nav span{display:block;background:#000;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)}
.navs{
	width: auto;
	height: 100%;
	position: relative;
	margin-top: 0;
}
.navs a{
	font-size: 16px;
	color: #1a1a1a;
}
.navs a:first-child{
	margin-left: 0px;
}
.navs a:hover{
	color: #ffc000;
}
.navs a.shows{
	color: #fcc10e;
}
.navs>ul>li{
	width: auto;
	height: 50px;
	line-height: 50px;
	float: left;
	margin-left: 30px;
	position: relative;
	padding: 0px 10px 0px;
}
.navs>ul>li:first-child{
	margin-left: 0px;
}
.navs>ul>li>a{
	color: #1A1A1A;
	font-family: 'Montserrat-Bold';
}
.navs>ul>li:after{
	/*content: '';*/
	position: absolute;
	width: 0%;
	height: 2px;
	background: #1A1A1A;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.navs>ul>li>span{
    float: right;
    margin-left: 5px;
    color: #1A1A1A;
    font-size: 14px;
    transition: all 0s;
}
.navs>ul>li>span::before{
	content: '\e973';
	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{
	background: #233CA1;
}
.navs>ul>li:hover>a{
	color: #fff;
}
.navs>ul>li:hover>span{
	color: #fff;
}
.navs>ul>li:hover:after{
	background: #fff;
}
.navs ul li ul li{
	width: 100%;
    height: auto;
    padding: 10px 10px;
    border-bottom: 1px solid #d2d7da;
    margin-bottom: 0px;
    position: relative;
    line-height: 25px;
    float: left;
}
.navs ul li ul li span::before{
	content: '\e96d';
	font-family: 'icomoon';
	color: #062134;
	position: absolute;
	top: 50%;
    right: 15px;
    position: absolute;
    transform: translateY(-50%);
}
.navs ul li ul li a{
	font-size: 15px;
	line-height: 20px;
    color: #000;
    display: inline-block;
    max-width: calc(100% - 18px);
    transition: all .1s ease-out;
}
.navs ul li ul li:hover{
	/*background: #062134;*/
	/*border-bottom: 1px solid #062134;*/
}
.navs ul li ul li:hover>a{
	color: #233CA1;
}
.navs ul li ul li:hover>span::before{
	color: #233CA1;
}
.navs ul li ul li a.shows{
	color: #233CA1;
}
.navs ul li ul li img{
	height: 7px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 50%;
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
}
.navs ul li 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{
	position: absolute;
	left: 0px;
	top: 100%;
	background: #fff;
	width: 280px;
	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;
}
.top-search-box{
	width: auto;
	height: auto;
	margin-top: 0px;
}
.top-search-box form{
	width: 440px;
	height: 42px;
	background: none;
	border-radius: 100px;
	overflow: hidden;
	border: 1px solid #000;
	position: relative;
}
.top-search-box form input{
	width: calc(100% - 70px);
	height: 100%;
	border: none;
	background: none;
	padding: 0px 15px;
	color: #000;
	background: #fff;
	font-weight: bold;
}
.top-search-box form button{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 70px;
	height: 100%;
	background: #000;
	border: none;
	color: #BAFB54;
}
.top-search-box form button:hover{
    background: #233CA1;
    color: #fff;
}
.top-search-box form button:before{
	content: '\e99a';
    font-family: 'icomoon';
    font-size: 18px;
}
.toper.fixed{
    box-shadow: 1px 2px 10px rgba(0,0,0,.3);
}
.toper .maincon{
	width: 1460px;
	padding: 0px 0px;
}
.footer{
	width: 100%;
	height: auto;
	background: #4C6CC0;
	position: relative;
}
.footer p{
	color: #fff;
	margin-bottom: 10px;
}
.footer a{
	color: #fff;
}
.footer a:hover{
	color: #BAFB54;
}
.footer .foottitle{
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	display: block;
	font-family: 'Montserrat-Bold';
}
.foot-info{
	width: 100%;
	margin: auto;
	height: auto;
	padding: 50px 0px 40px;
	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: 65px;
	max-width: 100%;
	margin-bottom: 30px;
}
.foot-logo p{
	max-width: 450px;
}
.foot-contact{
	flex-shrink: 0;
}
.foot-contact-list p{
	padding-left: 32px;
}
.foot-contact-list p:nth-child(1){
	background: url(../images/icon-address.svg) no-repeat 0px 1px/24px;
}
.foot-contact-list p:nth-child(2){
	background: url(../images/icon-phone.svg) no-repeat 0px 1px/24px;
}
.foot-contact-list p:nth-child(3){
	background: url(../images/icon-fax.svg) no-repeat 0px 1px/24px;
}
.foot-contact-list p:nth-child(4){
	background: url(../images/icon-email.svg) no-repeat 0px 1px/24px;
}
.foot-nav{
	width: auto;
	flex-shrink: 0;
}
.foot-nav-list{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	column-gap: 80px;
}
.foot-nav p {
    padding-left: 22px;
    position: relative;
}
.foot-nav p:before{
	position: absolute;
    left: 0px;
    top: -1px;
    font-family: 'icomoon' !important;
    content: '\e96d';
}
.foot-certification{
	width: auto;
	max-width: 420px;
}
.foot-certification img{
	width: 320px;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.foot-link-icon{
	margin-top: 10px;
	display: flex;
	column-gap: 20px;
	justify-content: center;
}
.foot-link-icon a{
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	background: #BAFB54;
	color: #233CA1;
}
.foot-link-icon a:hover{
	background: #fff;
	color: #233CA1;
}
.foot-follow{
	max-width: 300px;
}
.copyright{
	width: 100%;
	height: auto;
	position: relative;
	background: #122884;
}
.foot-share-box{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #5267B0;
	padding: 30px 0px;
}
.foot-share-box .foottitle{
	font-size: 18px;
	margin-bottom: 10px;
}
.foot-share-box p{
	margin-bottom: 15px;
}
.copyright-text{
	padding: 10px 0px;
}
.copyright p{
	text-align: center;
	font-size: 15px;
}
.go_top{
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background-color: #1A1A1A;
	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: #1A1A1A !important;
	background-color: #BAFB54;
}
.maintitle{
	margin-bottom: 35px;
	text-align: left;
}
.maintitle p{
	margin-top: 20px;
	margin-bottom: 0px;
}
.titles{
	font-size: 32px;
	line-height: 1.3;
	color: #000;
	font-family: 'Montserrat-Bold';
}
.titles a{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-family: inherit;
}
.titles a:hover{
	color: #233CA1;
}
.maintitle.center{
	text-align: center;
}
.maintitle.center p{
	text-align: center;
	max-width: 1000px;
	margin: 20px auto 0px;
}
.more-btn{
	padding: 11px 30px;
	border-radius: 6px;
	color: #1A1A1A;
	background: #BAFB54;
	text-align: center;
	font-size: 15px;
	margin-top: 0px;
	position: relative;
    transition: 400ms;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    align-items: center;
    transition: all .3s;
    font-family: 'Montserrat-Bold';
}
.more-btn:hover{
	color: #fff;
	background: #233CA1;
}
.more-btn.style2:hover{
	color: #233CA1;
	background: #fff;
}
.mainsection1{
	width: 100%;
	height: auto;
	padding: 80px 0px 80px;
	position: relative;
	background-image: url(../images/index-pic4.jpg);
    background-image: -webkit-image-set(url(../images/index-pic4.webp) 1x);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
	
}
.mainsection1:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: linear-gradient(to bottom,#fff,#fff 30%,rgba(255,255,255,.5) 100%);
}
.mainsection1 .maincon{
	position: relative;
	z-index: 3;
}
.mainsection1-text{
	margin-bottom: 35px;
	width: 100%;
}
.mainsection1-text h3{
	font-size: 21px;
	line-height: 1.3;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.mainsection1-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainsection1-list .list-item{
	width: 31%;
	padding: 50px 20px 35px;
	background: rgba(206,223,252,.4);
	border-radius: 10px;
	margin-bottom: 30px;
	transition: all .2s;
}
.mainsection1-list .list-item:hover{
	transform: translateY(-6px);
	background: rgba(255,255,255,.6);
	box-shadow: 0px 0px 6px rgba(0,0,0,.15);
}
.mainsection1-list .list-item .pic{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.mainsection1-list .list-item .pic img{
	width: 65px;
	height: 65px;
	object-fit: contain;
}
.mainsection1-list .list-item .text p{
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}
.mainsection1-list .list-item:hover .text p{
	color: #233CA1;
}
.mainsection1-btn{
	text-align: center;
	padding-top: 20px;
}
.mainsection2{
	width: 100%;
	height: auto;
	padding: 80px 0px 0px;
	position: relative;
}
.mainsection2:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/index-pic5.jpg);
    background-image: -webkit-image-set(url(../images/index-pic5.webp) 1x);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
	background-attachment: fixed;
	opacity: .64;
}
.mainsection2:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(208,223,253,.56);
	z-index: 2;
}
.mainsection2 .maincon{
	position: relative;
	z-index: 4;
}
.mainsection2 .text-info1{
	width: 100%;
	margin-bottom: 40px;
	display: flex;
	justify-content: flex-end;
}
.mainsection2 .text-info1 p{
	width: 650px;
	max-width: 100%;
	font-weight: bold;
}
.mainsection2 .text-info2{
	margin-bottom: 80px;
}
.mainsection2 .text-info2 p{
	font-family: 'Montserrat-Bold';
	color: #333;
	margin-top: 10px;
}
.mainsection2 .pic{
	width: 100%;
	height: auto;
}
.mainsection2 .pic img{
	width: 100%;
	height: auto;
}
.mainsection3{
	width: 100%;
	height: auto;
	padding: 80px 0px 80px;
}
.mainsection3-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 50px;
}
.mainsection3-info .text{
	width: 48%;
}
.mainsection3-info .pic{
	width: 48%;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.mainsection3-info .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
	display: none;
}
.mainsection3-info .pic img:first-child{
	display: block;
}
.mainsection3-info .pic:hover img{
	transform: scale(1.1); 
}
.mainsection3-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 20px;
}
.mainsection3-list .list-item{
	width: 31%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}
.mainsection3-list .list-item .icon{
	line-height: 1;
	margin-bottom: 15px;
}
.mainsection3-list .list-item .icon:before{
	content: '\e9aa';
    font-family: 'icomoon';
    font-size: 60px;
    color: #B3B3B3;
    margin-bottom: 15px;
}
.mainsection3-list .list-item:nth-child(2) .icon:before{
	content: '\e9ab';
}
.mainsection3-list .list-item:nth-child(3) .icon:before{
	content: '\e9ac';
}
.mainsection3-list .list-item p{
	text-align: center;
	 color: #B3B3B3;
	 font-size: 14px;
	 line-height: 1.4;
	 font-weight: bold;
}
.mainsection3-list .list-item.shows .icon:before{
    color: #233CA1;
}
.mainsection3-list .list-item.shows p{
	 color: #233CA1;
}
.mainsection3-list-text{
	width: 100%;
	height: auto;
}
.mainsection3-list-text .list-content{
	width: 100%;
	height: auto;
	display: none;
}
.mainsection3-list-text .list-content:first-child{
	display: block;
}
.mainsection3-list-text .list-content h3{
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.mainsection3-list-text .list-content p:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.mainsection4{
	width: 100%;
	height: auto;
	padding: 80px 0px 80px;
	background: rgba(208,223,253,.15);
}
.mainsection4-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
}
.mainsection4-info .text{
	width: 47%;
}
.mainsection4-info .pic{
	width: 47%;
	position: relative;
	padding-right: 70px;
	padding-bottom: 70px;
}
.mainsection4-info .pic .pic-box{
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.mainsection4-info .pic .pic-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.mainsection4-info .pic:hover .pic-box img{
	transform: scale(1.1); 
}
.mainsection4-info .pic .pic-text{
	width: 60%;
	height: auto;
	background: #CEDFFC;
	border-radius: 20px;
	padding: 30px 30px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.mainsection4-info .pic .pic-text h3{
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
}
.mainsection4-info .pic .pic-text p{
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.mainsection4-info .text p:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.mainsection5{
	width: 100%;
	height: auto;
	padding: 80px 0px 80px;
	position: relative;
}
.mainsection5:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/index-pic13.jpg) no-repeat center bottom/cover;
	background-attachment: fixed;
	opacity: .41;
}
.mainsection5:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(208,223,253,.56);
	z-index: 2;
}
.mainsection5 .maincon{
	position: relative;
	z-index: 5;
}
.mainsection5-info{
	width: 900px;
	max-width: 100%;
	margin: auto;
	padding-top: 20px;
}
.mainsection5-title{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.mainsection5-title h3{
	font-size: 18px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 11px 20px;
	width: 48%;
	background: #fff;
	color: #000;
	border-radius: 8px;
	cursor: pointer;
}
.mainsection5-title h3.shows{
	background: #BAFB54;
	color: #1a1a1a;
}
.mainsection5-list{
	width: 100%;
	height: auto;
}
.mainsection5-list .list-content{
	width: 100%;
	height: auto;
	display: none;
}
.mainsection5-list .list-content:first-child{
	display: block;
}
.mainsection5-list .main-blogs-list{
	width: 100%;
	height: auto;
}
.mainsection5-list .main-blogs-list span{
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
	font-family: 'Montserrat-Bold';
	color: #000;
}
.mainsection5-list .main-blogs-list p{
	color: #000;
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-left: 18px;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.12);
}
.mainsection5-list .main-blogs-list p:before{
	content: '\2022';
	position: absolute;
	left: 0px;
	top: 7px;
	font-size: 20px;
	line-height: 10px;
	font-family: 'Montserrat-Bold';
}
.mainsection5-list .main-blogs-list p a{
	color: inherit;
}
.mainsection5-list .main-blogs-list p a:hover{
	color: #233CA1;
}
.mainsection5-list .main-blogs-list .list-btn{
	text-align: center;
	padding-top: 25px;
}
.mainsection6{
	width: 100%;
	height: auto;
	padding: 80px 0px 50px;
	position: relative;
}
.mainsection6:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/index-pic13.jpg);
    background-image: -webkit-image-set(url(../images/index-pic13.webp) 1x);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
	background-attachment: fixed;
	opacity: .41;
}
.mainsection6:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(208,223,253,.56);
	z-index: 2;
}
.mainsection6 .maincon{
	position: relative;
	z-index: 5;
}
.mainsection6-list{
	width: 900px;
	max-width: 100%;
	margin: auto;
	padding-top: 0px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainsection6-list .list-item{
	width: 48%;
	position: relative;
	margin-bottom: 30px;
}
.mainsection6-list .list-item .pic{
	width: 100%;
	padding-bottom: 70%;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.mainsection6-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.mainsection6-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.mainsection6-list .list-item h3{
	width: 100%;
	height: auto;
	padding: 10px 10px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(186,251,84,.6);
	color: #000;
	font-size: 18px;
}
.mainsection6-list .list-item:hover h3{
	background: rgba(35,60,161,.8);
	color: #fff;
}


.pagebanner{
	width: 100%;
	height: 500px;
	position: relative;
}
.pagebanner:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	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: left;
	margin-bottom: 0px;
	font-family: 'Montserrat-Bold';
	padding-top: 20px;
	position: relative;
}
.pagebanner .pagebanner-title:before{
	content: '';
	display: inline-block;
    width: 30px;
    height: 10px;
    background-image: url(../images/home-icon-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 0px;
}
.pagebanner p{
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
.crumbnav{
	width: 100%;
	height: auto;
	padding: 15px 0px 15px;
	text-align: left;
	margin-top: 0px;
}
.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: #BAFB54;
}
.crumbnav ul li::before{
	content: "/";
	color: #fff;
	margin-right: 7px
}
.crumbnav ul li:first-child::before{
	content: "";
	margin-right: 0px;
}
.contact-content{
	width: 100%;
	height: auto;
	padding: 80px 0px 50px;
}
.contact-section1{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.contact-section1 .maps{
	width: 35%;
}
.contact-section1 .maps iframe{
	width: 100%;
	height: 100%;
}
.contact-section1 .contact-form-box{
	width: 60%;
	padding: 20px 0px 20px;
}
.forms .form_control {
    width: 100%;
    height: 48px;
    border: 1px solid #d4d4d4;
    padding: 0px 10px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
    box-shadow: none;
    border-radius: 0px;
    outline: none;
}
.forms .form_group{
	margin-bottom: 15px;
}
.forms textarea.form_control{
	height: 120px;
	padding: 10px 10px;
	line-height: 22px;
	display: inherit;
}
.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: 10px 50px;
	background: #BAFB54;
	color: #1A1A1A;
	border: none;
	outline: none;
	border-radius: 5px;
	font-family: 'Montserrat-Bold';
}
.forms .submit-btn:hover{
	background: #233CA1;
	color: #fff;
}
.forms .verification-code{
	position: relative;
}
.forms .verification-code input {
	width: 100%;
}
.forms .verification-code img{
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100px;
}
.forms .verification-code i{
	position: absolute;
	right: 120px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
}
.formError .formErrorContent{
	white-space: nowrap;
}
.icon-x:before{
	content: '\2716';
}

.contact-form-box .forms textarea.form_control{
	height: 80px;
}

.contact-section2{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 100px;
}
.contact-section2 .list-item{
	width: 31%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	margin-bottom: 30px;
}
.contact-section2 .list-item img{
	width: auto;
	height: 70px;
	margin-bottom: 20px;
}
.contact-section2 .list-item p{
	margin-bottom: 5px;
}
.contact-section2 .list-item p a:hover{
	color: #233ca1;
}
.contact-section2 .list-item .style1{
	font-family: 'Montserrat-Bold';
	color: #233ca1;
}
.pagecontent{
	width: 100%;
	height: auto;
	padding: 60px 0px;
}
.page-title-text{
	width: 100%;
	margin-bottom: 35px;
	padding-bottom: 15px;
	color: #233ca1;
	font-family: 'Montserrat-Bold';
	font-size: 32px;
	line-height: 1.3;
	position: relative;
	text-align: center;
}
.page-title-text:after {
    content: '';
    width: 70px;
    height: 5px;
    background: linear-gradient(to right,#233ca1,#0e92c6);
    border-radius: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    z-index: 3;
}
.services-section1{
	width: 100%;
	height: auto;
	background: #f2f2f2;
	margin-bottom: 60px;
	padding: 50px 0px 20px;
	margin-top: 25px;
}
.services-section1-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.services-section1 .list-item{
	width: 48%;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 30px;
	border: 1px solid #fceee4;
	padding: 40px 30px 80px;
	position: relative;
	transition: all .2s;
}
.services-section1 .list-item:hover{
	border: 1px solid #233CA1;
	transform: translateY(-6px);
}
.services-section1 .list-item .list-title{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 12px;
	margin-bottom: 20px;
}
.services-section1 .list-item .list-title img{
	width: 38px;
	height: 38px;
	object-fit: contain;
}
.services-section1 .list-item .list-title h3{
	margin-bottom: 0px;
}
.services-section1 .list-item:hover .list-title h3{
	color: #233CA1;
}
.services-section1 .list-item .list-btn{
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	position: absolute;
	left: 0px;
	bottom: 35px;
	color: #233CA1;
	font-family: 'Montserrat-Bold';
	font-size: 16px;
}
.services-section1 .list-item .list-btn:after{
	content: '\279C';
	font-size: 20px;
	margin-bottom: 2px;
}
.services-section1 .list-item .list-btn:hover{
	color: #1a1a1a;
}
.services-section2{
	width: 100%;
	height: auto;
}
.services-section2 .list-item{
	width: 100%;
	margin-bottom: 40px;
	background: #deeaf6;
	border-radius: 30px;
	border: 2px dashed #a6a6a6;
	padding: 40px 30px 80px;
	position: relative;
	transition: all .2s;
	display: block;
}
.services-section2 .list-item:hover{
	border: 2px dashed #233CA1;
	transform: translateY(-6px);
	background: #fafdff;
}
.services-section2 .list-item .list-title{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 12px;
	margin-bottom: 20px;
}
.services-section2 .list-item .list-title img{
	width: 38px;
	height: 38px;
	object-fit: contain;
}
.services-section2 .list-item .list-title h3{
	margin-bottom: 0px;
}
.services-section2 .list-item:hover .list-title h3{
	color: #233CA1;
}
.services-section2 .list-item .list-btn{
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	position: absolute;
	left: 0px;
	bottom: 35px;
	color: #233CA1;
	font-family: 'Montserrat-Bold';
	font-size: 16px;
}
.services-section2 .list-item .list-btn:after{
	content: '\279C';
	font-size: 20px;
	margin-bottom: 2px;
}
.services-section2 .list-item .list-btn:hover{
	color: #1a1a1a;
}
.services-section3{
	width: 1000px;
	max-width: 100%;
	margin: 50px auto 30px;
	background: #fff;
	border: 2px solid #fff2cc;
	border-radius: 40px;
	padding: 40px 40px 25px;
	position: relative;
}
.services-section3:before{
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 40px;
	background: #deeaf6;
	position: absolute;
	left: -13px;
	bottom: -13px;
	z-index: -1;
}
.about-title{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 12px;
	margin-bottom: 25px;
}
.about-title img{
	width: 42px;
	height: 42px;
	object-fit: contain;
	flex-shrink: 0;
}
.about-title h2{
	margin-bottom: 0px;
	color: #233CA1;
	padding-bottom: 7px;
	position: relative;
}
.about-title h2:after{
	content: '';
    width: 70px;
    height: 3px;
    background: #f5d545;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}
.about-title.center{
	justify-content: center;
}
.about-section1{
	width: 100%;
	height: auto;
	background: #f2f2f2;
	margin-bottom: 70px;
	padding: 50px 0px 50px;
	margin-top: 45px;
}
.about-section1-info{
	width: 100%;
	background: #deeaf6;
	border-radius: 40px;
	border: 2px solid #f5d545;
	padding: 40px 40px 15px;
	position: relative;
	transition: all .2s;
}
.about-section2{
	width: 100%;
	height: auto;
	margin-bottom: 70px;
}
.about-section2 .pic{
	width: 100%;
	height: 400px;
	border-radius: 40px;
	overflow: hidden;
}
.about-section2 .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-section2-info{
	width: 80%;
	margin-left: 10%;
	height: auto;
	margin-top: -150px;
	z-index: 3;
	position: relative;
}
.about-section2-info .text{
	position: relative;
	z-index: 3;
	width: 100%;
	height: auto;
	background: #fff;
	border: 2px solid #fff2cc;
	border-radius: 40px;
	padding: 30px 20px 15px;
}
.about-section2-info:before{
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 40px;
	background: #deeaf6;
	position: absolute;
	left: -13px;
	bottom: -13px;
	z-index: 1;
}
.about-section3{
	width: 100%;
	height: auto;
	background: #f2f2f2;
	margin-bottom: 70px;
	padding: 70px 0px 55px;
}
.about-section4{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-section4 .list-item{
	width: calc(50% - 10px);
	margin-bottom: 20px;
	background: #fff2cc;
	border-radius: 10px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 60px;
}
.about-section4 .list-item:nth-child(4n - 1){
	background: #deeaf6;
}
.about-section4 .list-item:nth-child(4n - 2){
	background: #deeaf6;
}
.about-section4 .list-item ul{
	margin-bottom: 0px;
}
.about-section4 .list-item ul li{
	line-height: 1.3;
}
.about-section5{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 30px;
	margin-top: 20px;
	background: #f2f2f2;
}
.about-section5 .pic{
	width: 40%;
	overflow: hidden;
	position: relative;
}
.about-section5 .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.about-section5:hover .pic img{
	transform: scale(1.1); 
}
.about-section5 .text{
	width: 60%;
	padding: 60px 30px 45px;
	text-align: center;
}
.platforms-bg{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	background: #f2f2f2;
	padding: 40px 0px 15px;
}
.service-content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.leftnav{
	width: 340px;
}
.rightcon{
	width: calc(100% - 390px);
}
.sidenav{
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
	background: #f6faff;
	padding: 0px 0px 0px;
}
.leftnav .side-title{
	font-size: 20px;
	display: block;
    line-height: 1.2;
    color: #fff;
    padding: 16px 15px;
    font-family: 'Montserrat-Bold';
    background: #233CA1;
}
.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: 10px 15px;
	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: #233CA1;
}
.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: #233CA1;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	transform: rotate(-90deg);
	transition: all .2s;
}
.leftnavli ul li span.down::before{
	content: '\e96b';
	color: #233CA1;
	transform: rotate(0deg);
}
.leftnavli ul li ul{
	display: none;
	padding-left: 12px;
	margin-top: 5px;
}
.leftnavli>ul>li{
    width: 100%;
	height: auto;
	margin-bottom: 5px;
	padding: 10px 0px;
	border-bottom: 1px solid #e7e7e7;
}
.leftnavli>ul>li.shows>a{
	color: #222;
	font-weight: bold;
}
.leftnavli ul li ul li{
	padding: 8px 0px 8px;
	margin-bottom: 0px;
	border-bottom: 1px solid #e7e7e7;
}
.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 #233CA1;
	padding: 10px 20px 10px 56px !important;
	margin-bottom: 30px !important;
	margin-top: 20px !important;
	color: #fff !important;
}
.notice span{
	margin-right: 10px;
}
.side-form{
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
	background: #f6faff;
	padding: 0px 0px 20px;
}
.side-form .forms{
	width: 100%;
	padding: 40px 15px 15px;
}
.side-form .forms label{
	display: none;
}
.side-form .forms .form_control{
	border: none;
}
.side-form .forms .main-btn{
	width: 100%;
}
.side-form .forms .inquiry-quantity{
	width: 100%;
}
.side-form .forms .inquiry-quantity input.form_control {
    width: calc(100% - 110px);
}
.side-form .row>div{
	width: 100%;
}
.side-form .forms textarea{
	height: 120px;
}
.side-form .forms textarea.title {
    height: 120px;
}
.pagetitle{
	margin-bottom: 25px;
	padding-bottom: 0px;
	padding-top: 0px;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px dashed #233CA1;
}
.pagetitle .pagetitle-info{
    padding-bottom: 10px;
    padding-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
    margin-top: 0px;
    text-align: left;
    color: #233CA1;
    position: relative;
    font-family: 'Montserrat-Bold';
    width: 100%;
}
.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 .font-color1{
	color: #233ca1;
}
.services-container strong a{
	font-weight: bold;
}
.services-container .list-icon1{
	padding-left: 0px;
}
.services-container .list-icon1>li{
	padding-left: 22px !important;
	position: relative;
	list-style:none;
}
.services-container .list-icon1>li:before{
	content: '\2714';
	position: absolute;
	top: 7px;
	left: -0px;
	color: #233ca1;
	font-size: 18px;
	line-height: 14px;
} 
.services-container .list-icon2{
	padding-left: 0px;
}
.services-container .list-icon2>li{
	padding-left: 24px;
	position: relative;
	list-style: none;
}
.services-container .list-icon2>li:before{
	content: '';
    position: absolute;
    top: 4px;
    left: 0px;
    width: 17px;
    height: 17px;
    background: url(../images/list-icon2.png) no-repeat 0px center/contain;
}
.services-container .list-icon3{
	padding-left: 0px;
}
.services-container .list-icon3>li{
	padding-left: 24px;
	position: relative;
	list-style: none;
}
.services-container .list-icon3>li:before{
	content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url(../images/list-icon3.png) no-repeat 0px center/contain;
}
.services-container .contact-btn{
	padding: 8px 25px;
	background: #233ca1;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	display: inline-block;
}
.services-container .contact-btn:hover{
	background: #BAFB54;
	color: #1a1a1a;
}
.services-container .info-box1{
	width: 100%;
	height: auto;
	padding: 16px 15px 1px;
	border: 2px dashed #afafaf;
	margin-bottom: 25px;
	border-radius: 10px;
	background: #fff;
}
.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;
	padding: 16px 15px 1px;
	border: 2px dashed #afafaf;
	margin-bottom: 25px;
	border-radius: 10px;
	background: #f2f2f2;
}
.services-container .info-box2 .info-pic-left{
	margin-bottom: 15px;
}
.services-container .info-box2 .info-pic-right{
	margin-bottom: 15px;
}
.services-container .info-box3{
	width: 100%;
	height: auto;
	padding: 16px 15px 1px;
	margin-bottom: 25px;
	border-radius: 0px;
	background: #f2f2f2;
}
.services-container .info-box3 .info-pic-left{
	margin-bottom: 15px;
}
.services-container .info-box3 .info-pic-right{
	margin-bottom: 15px;
}
.services-container .info-box4{
	width: 100%;
	height: auto;
	padding: 16px 15px 1px;
	margin-bottom: 25px;
	border-radius: 15px;
	background: #f2f2f2;
	border: 2px dashed #afafaf;
}
.services-container .info-box4 .info-pic-left{
	margin-bottom: 15px;
}
.services-container .info-box4 .info-pic-right{
	margin-bottom: 15px;
}
.services-container .info-box5{
	width: 100%;
	height: auto;
	padding: 16px 15px 1px;
	margin-bottom: 25px;
	border-radius: 15px;
	border: 2px dashed #233ca1;
}
.services-container .info-box5 .info-pic-left{
	margin-bottom: 15px;
}
.services-container .info-box5 .info-pic-right{
	margin-bottom: 15px;
}
.services-container .table-style1{
	border-bottom: 2px solid #000;
}
.services-container .table-style1 tr:nth-child(2n) td{
	background: #ccc;
}
.services-container .table-style1 tr:first-child td{
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.info-item1{
	width: 100%;
	height: auto;
	padding: 60px 0px 0px;
	border: 1px dashed #A6A6A6;
	background: #f2f2f2;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.info-item1-info{
	width: 100%;
	height: auto;
	padding: 0px 15px 5px;
}
.info-item1 h2{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	column-gap: 15px;
	background: #2D548B;
	color: #fff;
	padding: 10px 15px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -25px;
	margin: 0px;
	white-space: nowrap;
}
.info-item1 h2:before{
	content: '';
    width: 50px;
    height: 14px;
    background: url(../images/arrow1.png) no-repeat center center/contain;
}
.info-item1 h2:after{
	content: '';
    width: 50px;
    height: 14px;
    background: url(../images/arrow2.png) no-repeat center center/contain;
}
.info-item1-list{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item1-list .list-item{
	width: 49%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 0px;
}
.info-item1-list .list-item img{
	width: 60px;
	height: 60px;
	object-fit: contain;
	flex-shrink: 0;
	margin-top: 3px;
}
.info-item1-info2{
	width: 100%;
	height: auto;
	padding: 0px 30px 0px 20px;
	background: #F5D545;
	border-radius: 20px;
	position: relative;
}
.info-item1-info2:after{
	content: '';
    width: 14px;
    height: 90px;
    background: url(../images/arrow3.png) no-repeat center center/contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.info-item1-info2 .info-pic-left{
	margin-bottom: 0px;
}
.info-item1-info2-list{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 0px;
}
.info-item1-info2-list img{
	width: 60px;
	height: 60px;
	object-fit: contain;
	flex-shrink: 0;
	margin-top: 3px;
}
.info-item2{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 15px;
}
.info-item2 .info-pic{
	width: 40px;
	flex-shrink: 0;
}
.info-item2 .info-pic img{
	width: 100%;
	height: auto;
}
.info-item3{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 25px;
	background: #f2f2f2;
}
.info-item3 .pic{
	width: 30%;
	overflow: hidden;
	position: relative;
}
.info-item3 .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item3:hover .pic img{
	transform: scale(1.1); 
}
.info-item3 .text{
	width: 70%;
	padding: 20px 20px 1px;
}
.info-item4-box{
	width: 100%;
	height: auto;
	padding: 0px 15px 15px;
}
.info-item4{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.info-item4 .list-item{
	width: 33.33%;
	padding: 0px 15px;
	border-right: 1px dashed #BFBFBF;
}
.info-item4 .list-item:last-child{
	border-right: none;
}
.info-item4 .list-item .pic{
	width: 100%;
	padding-bottom: 70%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.info-item4 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item4 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item4 .list-item .pic p{
	width: 100%;
	padding: 5px 10px;
	position: absolute;
	text-align: center;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background: #f2f2f2;
	font-weight: bold;
}
.info-item4 .list-item .list-text{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.info-item4 .list-item .list-text img{
	flex-shrink: 0;
}
.info-item4 .list-item .list-text a{
	font-weight: bold;
	line-height: 1.3;
}
.info-item5{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item5 .list-item{
	width: 49%;
	padding: 20px 15px 5px;
	border: 1px dashed #333F50;
	border-radius: 20px;
	margin-bottom: 30px;
}
.info-item5 .list-item .list-item-box{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 10px;
}
.info-item5 .list-item .pic{
	width: 50px;
	flex-shrink: 0;
	margin-top: 40px;
}
.info-item5 .list-item .pic img{
	width: 100%;
	height: auto;
}
.info-item5 .list-item .text ul{
	margin-bottom: 10px;
}
.info-item6{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 25px;
}
.info-item6 .pic{
	width: 25%;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
}
.info-item6 .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item6 .pic img.cover{
	object-fit: cover;
}
.info-item6:hover .pic img{
	transform: scale(1.1); 
}
.info-item6 .text{
	width: 75%;
	padding: 16px 15px 5px;
	background: #deeaf6;
}
.info-item6 .text p{
	padding-bottom: 10px;
}
.info-item6.info-bg2 .text{
	background: #fff2cc;
}
.info-item6.info-bg3 .text{
	background: #f2f2f2;
}
.faq-list{
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 25px;
}
.faq-list .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.faq-list .list-title{
	width: 100%;
	height: auto;
	background: #f8f8f8;
	padding: 6px 15px 6px 15px;
	min-height: 54px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.faq-list .list-title p{
	padding: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 1.3;
}
.faq-list .list-title:hover p{
	color: #233CA1;
}
.faq-list .list-title.shows p{
	color: #233CA1;
}
.faq-list .list-title:after{
	content: '+';
	font-size: 24px;
	color: #000;
	font-weight: bold;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 20px;
}
.faq-list .list-title.shows:after{
	content: '-';
}
.faq-list .list-text{
	width: 100%;
	height: auto;
	padding: 20px 15px 5px;
	border: 1px solid #ccc;
	background: #fff;
	position: relative;
	display: none;
	margin-top: 30px;
}
.faq-list .list-text:before,.faq-list .list-text:after{
    bottom: 100%;
    left: 6%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.faq-list .list-text:before{
	border-color: transparent;
    border-bottom-color: #ccc;
    border-width: 17px;
    margin-left: -17px;
}
.faq-list .list-text:after{
	border-color: transparent;
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -16px;
}
.info-item7{
	width: 100%;
	position: relative;
	margin-bottom: 25px;
}
.info-item7 .pic{
	position: relative;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.info-item7 .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.info-item7:hover .pic img{
	transform: scale(1.1); 
}
.info-item7 .text{
	width: 100%;
	padding: 40px 20px 25px;
	background: rgba(0,0,0,.2);
	position: relative;
	z-index: 2;
}
.info-item7 .text p{
	color: #fff;
}
.info-item7 .text .style1{
	font-size: 20px;
}
.info-item8{
	width: 100%;
	height: auto;
	padding: 60px 20px 5px;
	border: 1px dashed #A6A6A6;
	background: #f2f2f2;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 20px;
}
.info-item8 h2{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	column-gap: 15px;
	background: #2D548B;
	color: #fff;
	padding: 10px 30px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -25px;
	margin: 0px;
	white-space: nowrap;
}
.info-item8 .info-pic-left{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #1f3763;
}
.info-item8 .info-pic-left:last-child{
	padding-bottom: 0px;
	border-bottom: none;
}
.info-item9-box{
	width: 100%;
	overflow: auto;
	margin-bottom: 20px;
}
.info-item9{
	width: 550px;
	margin: auto;
	position: relative;
}
.info-item9 .pic{
	width: 100%;
	height: auto;
}
.info-item9 .pic img{
	width: 100%;
	height: auto;
}
.info-item9 .pic-text p{
	width: 20%;
	padding-bottom: 0px;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	text-align: center;
}
.info-item9 .pic-text p:hover{
	color: #BAFB54;
}
.info-item9 .pic-text p.shows{
	color: #BAFB54;
}
.info-item9 .pic-text p:nth-child(1){
	left: 40%;
    top: 11%;
}
.info-item9 .pic-text p:nth-child(2){
	left: 74%;
    top: 38%;
}
.info-item9 .pic-text p:nth-child(3){
	left: 58%;
    top: 76%;
}
.info-item9 .pic-text p:nth-child(4){
	left: 21%;
    top: 76%;
}
.info-item9 .pic-text p:nth-child(5){
	left: 4%;
    top: 34%;
    width: 25%;
    min-height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-item9-list{
	width: 100%;
	height: auto;
}
.info-item9-list .list-item{
	width: 100%;
	height: auto;
	display: none;
}
.info-item9-list .list-item:first-child{
	display: block;
}
.info-item10{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item10 .list-item{
	width: calc(50% - 120px);
	background: #f2f2f2;
	padding: 20px 15px 5px;
	margin-bottom: 20px;
	position: relative;
}
.info-item10 .pic{
	width: 220px;
	height: 220px;
	position: absolute;
	right: -230px;
    bottom: -115px;
}
.info-item10 .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}


@media screen and (min-width:2000px){
.maincon{
	padding: 0px 240px;
}	
}


@media screen and (max-width:1580px){
	
	
.pagebanner .pagebanner-title{
	font-size: 40px;
}
.titles{
	font-size: 30px;
}
.foot-logo p {
    max-width: 380px;
}
.foot-logo img{
	height: 60px;
}
.toper .maincon{
	width: 100%;
	padding: 0px 30px;
}
.maincon{
	padding: 0px 9%;
}
	
}


@media screen and (max-width:1400px){


.leftnav{
	width: 300px;
}
.rightcon{
	width: calc(100% - 330px);
}
.pagebanner .pagebanner-title{
	font-size: 35px;
}
.mainsection4-info .pic .pic-text{
	width: 70%;
	padding: 20px 15px;
}
.titles{
	font-size: 28px;
}
.foot-nav{
	max-width: 260px;
}
.footer .maincon{
	width: 100%;
	padding: 0px 15px;
}
.navs>ul>li{
	margin-left: 10px;
}
.toper .maincon{
	width: 100%;
	padding: 0px 15px;
}
.maincon{
	padding: 0px 5%;
}	
	
}


@media screen and (min-width:1200px){



.navs>ul>li.spread-nav ul li ul li ul li ul{
	left: 30%;
	top: 95%;
	box-shadow: 1px 3px 6px #b0b0b0;
	z-index: 33;
}	
.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: 1400px;
	max-width: 100%;
	height: auto;
	max-height: calc(100vh - 150px);
	overflow-y: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 10px 20px 25px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	flex-wrap: wrap;
	top: calc(100% - 6px);
}
.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: #233ca1;
        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>li{
	width: 33%;
	padding: 8px 15px 0px;
	border-bottom: none;
}
.navs>ul>li.spread-nav>ul>li>a{
	color: #000;
	font-weight: bold;
}
.navs>ul>li.spread-nav>ul>li>a:hover{
	color: #233ca1;
}
.navs>ul>li.spread-nav>ul>li>span:before{
	content: none;
}
.navs>ul>li.spread-nav>ul>li>ul{
	display: inline-block !important;
	position: static;
	margin-top: 0px;
	background: none;
	padding-top: 10px;
	margin-top: 5px;
	border-top: 1px solid #d6d6d6;
	border-radius: 0px;
	overflow: inherit;
    max-height: inherit;
        padding-left: 4px;
}
.navs>ul>li.spread-nav>ul>li>ul>li{
	padding: 2px 0px;
	border-bottom: none;
}
.navs>ul>li.spread-nav>ul>li>ul>li a{
	color: #333;
	font-weight: normal;
}
.navs>ul>li.spread-nav>ul>li>ul>li a:hover{
	color: #233ca1;
}
.navs>ul>li.spread-nav>ul>li>ul>li>span{
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #666;
    position: absolute;
    right: 0px;
    top: 11px;
}
.navs>ul>li.spread-nav>ul>li>ul>li>span:before{
	content: none;
}
.navs>ul>li.spread-nav>ul>li>ul>li>ul{
	left: 5%;
	z-index: 22;
	display: none;
	width: 100%;
	top: 95%;
	box-shadow: 0 6px 12px rgb(0,0,0,.18);
	padding: 10px 0px;
	background: #fff;
}
.navs>ul>li.spread-nav>ul>li>ul>li>ul>li{
	border-bottom: none;
	padding: 3px 10px;
}
.navs>ul>li.spread-nav>ul>li>ul>li>ul a{
	color: #777;
	line-height: 22px;
}


}


@media screen and (max-width:1200px){




.pagetitle .pagetitle-info{
	font-size: 22px;
}
.service-content{
	flex-direction: column-reverse;
	flex-wrap: wrap;
}
.rightcon {
    width: 100%;
    margin-bottom: 30px;
}
.leftnav {
    width: 100%;
}
.services-section1 .list-item{
	width: 49%;
}
.contact-section1 .contact-form-box{
	width: 100%;
}
.contact-section1 .maps{
	width: 100%;
	height: 400px;
	margin-bottom: 10px;
}
.contact-section1{
	flex-wrap: wrap;
}
.pagebanner .pagebanner-title{
	font-size: 30px;
}
.mainsection3-info{
	flex-wrap: wrap;
}
.mainsection3-info .text{
	width: 100%;
	margin-bottom: 40px;
}
.mainsection3-info .pic{
	width: 100%;
	height: 300px;
}
.push{
	margin-top: 60px;
}
.logos{
	position: static;
}
.titles{
	font-size: 24px;
}
.foot-logo{
	margin-bottom: 25px;
}
.foot-logo img {
    height: 55px;
    margin-bottom: 15px;
}
.top-search-box form{
	width: 350px;
	height: 40px;
}
.foot-contact{
	width: 100%;
	margin-bottom: 30px;
}
.foot-certification{
	width: 100%;
	max-width: 100%;
}
.foot-nav {
    margin-bottom: 25px;
    max-width: 100%;
	width: 100%;
}
.foot-logo p {
    max-width: 100%;
}
.foot-logo{
	width: 100%;
}
.foot-info{
	flex-wrap: wrap;
}
.top-logo{
	padding: 0px 0px;
}
.toper-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.toper {
    padding: 10px 0px;
}
.logos img{
	height: 40px;
}
.top-search-box{
	margin-top: 0px;
}
.toper-right {
    flex-shrink: 0;
}
.sp_nav {
    display: block;
    margin-left: 30px;
    margin-top: 0px;
}	
.navs {
    width: 100%;
    height: auto;
    position: absolute;
    top: calc(100% - 2px);
    margin-top: 0px;
    right: 0px;
    bottom: auto;
    background: #152e94;
    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: 16px;
    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;
    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 #3451c5;
    display: inline-block;
}
.navs ul li:last-child{
    margin-bottom: 0px;
}
.navs>ul>li:last-child{
	border-bottom: 1px solid #3451c5;
    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: 8px 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;
}
.navs ul li span.down::before{
	color: #fff;
    content: "-";
    font-weight: bold;
}
.navs>ul>li:hover {
    background: none;
    border-bottom: 1px solid #3451c5;
}
.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 #3451c5;
}
.navs ul li ul li:hover {
    background: none;
    border-bottom: 1px solid #3451c5;
}
.navs>ul>li:after{
	content: none;
}
.navs ul li ul li ul{
	background: none;
	padding-left: 10px;
}
.navs ul li ul li span::before{
	top: 18px;
}
.navs a:hover{
	color: #fff;
}
.navs>ul>li:hover>a{
	color: #fff;
}
.navs ul li ul li:hover>a{
	color: #fff;
}
	
}


@media screen and (max-width:1000px){



.info-item4{
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.info-item4 .list-item{
	width: 400px;
	max-width: 100%;
	border-right: none;
	margin-bottom: 20px;
	padding: 0px;
}
.product-tags .row div[class*="col-md"]{
	width: 50%;
}
.about-section5{
	flex-wrap: wrap;
}
.about-section5 .pic{
	width: 100%;
	height: 250px;
}
.about-section5 .text{
	width: 100%;
	padding: 30px 10px 25px;
}
.about-section2-info{
	width: 100%;
	margin-left: 0%;
}
.services-section1 .list-item{
	width: 100%;
}
.pagebanner .pagebanner-title{
	font-size: 24px;
}
.mainsection4-info{
	flex-wrap: wrap;
	justify-content: center;
}
.mainsection4-info .text{
	width: 100%;
}
.mainsection4-info .pic{
	width: 500px;
	max-width: 100%;
	margin-bottom: 30px;
}
.more-btn{
	font-size: 14px;
	padding: 10px 25px;
}
.titles{
	font-size: 22px;
}
.maincon{
	padding: 0px 30px;
}	
	
}


@media screen and (max-width:800px){


.info-item10 .pic{
	right: auto;
	left: 50%;
	transform: translateX(-50%);
    bottom: 0px;
}
.info-item10{
	position: relative;
	padding-bottom: 230px;
	margin-bottom: 20px;
}
.info-item10 .list-item{
	width: 100%;
	position: static;
}
.info-item8{
	padding: 60px 15px 5px;
}
.info-item7 .text{
	padding: 30px 15px 15px;
}
.info-item6{
	flex-wrap: wrap;
}
.info-item6 .pic{
	width: 100%;
	height: 200px;
}
.info-item6 .text{
	width: 100%;
	padding: 16px 10px 1px;
}
.info-item5 .list-item .pic {
    margin-top: 0px;
}
.info-item5 .list-item .list-item-box{
	align-items: center;
}
.info-item5 .list-item{
	width: 100%;
}
.info-item3{
	flex-wrap: wrap;
}
.info-item3 .pic{
	width: 100%;
	height: 200px;
}
.info-item3 .text{
	width: 100%;
	padding: 20px 15px 1px;
}
.info-item1-list .list-item{
	width: 100%;
}
.info-item1-info2:after{
	content: none;
}
.info-item1-info2 {
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
}
.info-item1-info {
    padding: 0px 10px 5px;
}
.info-item1 h2{
	column-gap: 5px;
}
.product-tags .row div[class*="col-md"]{
	width: 100%;
}
.about-section4 .list-item{
	width: 100%;
	padding: 10px 15px;
}
.about-section2-info .text{
	border-radius: 20px;
	padding: 20px 10px 5px;
}
.about-section1-info{
	padding: 30px 15px 5px;
}
.services-section3:before{
	border-radius: 20px;
}
.services-section3{
	border-radius: 20px;
	padding: 30px 10px 15px;
}
.contact-section2 .list-item{
	width: 100%;
	margin-bottom: 30px;
}
.contact-section2{
	flex-wrap: wrap;
}
.mainsection3-list{
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.mainsection3-list .list-item{
	width: 100%;
	margin-bottom: 20px;
}
.mainsection1-text h3{
	font-size: 18px;
}
.mainsection1{
	background-size: cover;
}
.mainsection1-list .list-item{
	width: 100%;
}
.push{
	margin-top: 120px;
}
.foot-certification img{
	width: 280px;
	max-width: 100%;
}
.foot-certification{
	max-width: 100%;
}
.toper .top-search-box{
    background: #fff;
}
.top-search-box {
	width: 100%;
    right: 0px;
    top: calc(100% - 2px);
    transform: translateY(0%);
    padding: 10px 15px;
    position: absolute;
}
.top-search-box form input{
	padding: 0px 15px 0px 15px;
}
.top-search-box form{
	width: 100%;
}
.maincon{
	padding: 0px 15px;
}	
	
}


@media screen and (max-width:600px){


.mainsection6-list .list-item{
	width: 100%;
}
.info-item2{
	flex-direction: column;
}
.info-item2 .info-pic{
	margin-bottom: 15px;
}
.services-section1 .list-item{
	padding: 30px 15px 70px;
}
.mainsection4-info{
	padding-top: 0px;
}
.mainsection5-info{
	padding-top: 0px;
}
.mainsection5-title{
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.mainsection5-title h3{
	width: 100%;
	margin-bottom: 15px;
}
.mainsection4-info .pic{
	width: 100%;
	padding: 0px;
}
.mainsection4-info .pic .pic-text{
	width: 100%;
	position: static;
	border-radius: 0px 0px 10px 10px;
}
.mainsection4-info .pic .pic-box{
	border-radius: 10px 10px 0px 0px;
}	

	
}