﻿@charset "utf-8";

.maincon{
	width: 1200px;
    height: auto;
    margin: auto;
}
.service-content .tablebox{
	margin-top: 40px;
}
.service-content .tablebox table th{
	background: #004b8d;
	text-transform: none;
	font-weight: normal;
}
.service-content .tablebox table tr, .service-content .tablebox table th, .service-content .tablebox table td{
	font-size: 15px;
}

.prolist{
	display: flex;
	justify-content: flex-start;
	column-gap: 2%;
	align-items: stretch;
	margin-bottom: 15px;
	flex-wrap: wrap;
	margin-top: 35px;
}
.prolist span{
	width: 49%;
	margin-bottom: 20px;
}
.prolist span a{
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 20px;
	display: inline-flex;
	align-items: center;
	padding: 10px 15px;
	background: #004b8d;
	color: #fff;
}
.prolist span a:hover{
	background: #ffcb05;
	color: #fff;
}
.addicon{
	background: url(../images/address.svg) no-repeat 0px center/20px;
}
.telicon{
	background: url(../images/tell.svg) no-repeat 0px center/18px;
}
.faxicon{
	background: url(../images/fax.svg) no-repeat 0px center/18px;
}
.emailicon{
	background: url(../images/email.svg) no-repeat 0px center/18px;
}
#xload-f{
	font-size: 15px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 15px;
}
#xload-f1{
	font-size: 15px;
    line-height: 26px;
    color: #1873c2;
    margin-bottom: 15px;
}
.bannerbox{
	width: 100%;
	height: 100vh;
}
#banners {
	position: absolute;
	height: 100%;
	width: 100%;
}
#output {
	width: 100%;
	height: 100%;
}
.toper{
	width: 100%;
	height: 100px;
	background: #004b8d;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
}
.logos{
	width: auto;
	height: 100%;
	background: #ffcb05;
	padding: 22px 50px;
	z-index: 33;
	position: relative;
}
.logos img{
	width: auto;
	height: 100%;
}
.sp_nav{width:25px;position:relative;cursor:pointer;height:30px;margin-top:28px;display: none;}
.sp_nav span{display:block;background:#fff;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;
}
.navs a{
	font-size: 16px;
	color: #fff;
	font-family: "Avenir";
	font-weight: bold;
}
.navs a:first-child{
	margin-left: 0px;
}
.navs a:hover{
	color: #fcc10e;
}
.navs a.shows{
	color: #fcc10e;
}
.navs>ul>li{
	width: auto;
	height: 100px;
	float: left;
	margin-right: 40px;
	position: relative;
	line-height: 100px;
	padding: 0px 15px;
}
.navs>ul>li>span{
	transition:all ease 0.35s
}
.navs>ul>li>span::before{
	content: "+";
	margin-left: 8px;
	color: #fff;
	font-weight: bold;
}
.navs>ul>li>a{
	text-transform: uppercase;
}
.navs>ul>li>a.actives{
	color: #ffcb05;
}
.navs>ul>li>span.act::before{
	color: #ffcb05;
}
.navs>ul>li:hover{
	background: #062134;
	border-bottom: 3px solid #ffcb05;
}
.navs>ul>li:hover>a{
	color: #ffcb05;
}
.navs>ul>li:hover>span::before{
	color: #ffcb05;
	content: ">";
}
.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: ">";
	color: #062134;
	font-weight: bold;
	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: 90%;
    font-weight: 100;
    transition: all .1s ease-out;
    font-weight: bold;
}
.navs ul li ul li:hover{
	background: #062134;
	border-bottom: 1px solid #062134;
}
.navs ul li ul li:hover>a{
	color: #ffcb05;
}
.navs ul li ul li:hover>span::before{
	color: #ffcb05;
}
.navs ul li ul li a.shows{
	color: #fcc10e;
}
.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: 100px;
	background: #fff;
	width: 350px;
	height: auto;
	display: none;
}
.navs ul li ul li ul{
	position: absolute;
	left: 240px;
	top: 0px;
	background: #fff;
	width: 240px;
	height: auto;
	display: none;
}
.searchbtn{
	width: 40px;
	height: 40px;
	background: url(../images/search.svg) center center/50% no-repeat;
	background-color: #ffcb05;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 40px;
}
.searchbtn:hover{
	background-color: #d7aa00;
}
.searchbox{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background: #062134;
	display: none;
}
.searchs{
	width: 60%;
	height: 100%;
	float: right;
	background: #004b8d;
	position: relative;
}
.sinput{
	width: 60%;
	height: 100px;
	background: none;
	border: none;
	color: #d1e0eb;
	font-size: 15px;
	padding: 0px 15px;
	float: left;
}
.submit{
	width: 40px;
	height: 40px;
	background: url(../images/search.svg) center center/50% no-repeat;
	background-color: #ffcb05;
	border-radius: 50%;
	cursor: pointer;
	margin-top: 30px;
	margin-right: 40px;
	border: none;
	float: left;
}
.submit:hover{
	background-color: #d7aa00;
}
.select{
	width: auto;
	height: 30px;
	background: none;
	border: none;
	color: #d1e0eb;
	float: left;
	margin-top: 35px;
	outline: none;
    border-radius: 4px;
    padding: 0px 5px;
    margin-right: 40px;
}
.select option{
	background: #062134;
	border: none;
	line-height: 30px;
}
.closesearch{
	width: 16px;
	height: 16px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin-top: 42px;
}
.closesearch::before{
	content: "";
	width: 2px;
	height: 15px;
	position: absolute;
	top: 0px;
	left: 7px;
	transform:rotate(45deg);
	background: #d1e0eb;
}
.closesearch::after{
	content: "";
	width: 2px;
	height: 15px;
	position: absolute;
	top: 0px;
	left: 7px;
	transform:rotate(-45deg);
	background: #d1e0eb;
}
.searchlist{
	position: absolute;
	top: 100px;
	left: 0px;
	background: #fff;
	width: 60%;
	height: auto;
}
.searchlist a{
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all; 
    border-bottom: 1px solid #d4d8dc;
    float: left;
}
.searchlist a:hover{
	background: #004b8d;
    border-bottom: 1px solid #d1e0eb;
    color: #fff;
}
.searchlist a:last-child{
    border-bottom: 0px solid #d4d8dc;
}
.bannertitle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0px 12%;
	width: 100%;
}
.bannertitle h1{
	font-family: 'Avenir';
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	color: #fff;
}
.bannertitle p{
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.arrow{
	text-align: center;
	margin-top: 5px;
}
.bannertitle span{
	position: relative;
}
.bannertitle span::before{
	content: "";
	width: 3px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 18px;
	transform:rotate(50deg);
	background: #d1e0eb;
}
.bannertitle span::after{
	content: "";
	width: 3px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: -18px;
	transform:rotate(-50deg);
	background: #d1e0eb;
}
.bannercover{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 20px 0;
	width: 1200px;
	height: auto;
	margin: 0px auto;
}
.bannercover h3{
	font-family: 'Avenir';
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	color: #004b8d;
}
.bannercover p{
	text-align: center;
	font-size: 20px;
	color: #004b8d;
	line-height: 1.5;
}
.bannercover p span{
	margin: 0px 25px;
	font-weight: bold;
}
.mainpart1{
	width: 1200px;
	height: auto;
	padding: 60px 0px;
	margin: auto;
}
.mainpart1 ul{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainpart1 ul li{
	width: 30%;
	height: auto;
	background: #d1e0eb;
	margin-bottom: 40px;
}
.part1pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.part1pic img{
	width: 100%;
	height: auto;
	transition: all 0.8s;
}
.part1title{
	width: 100%;
	height: auto;
	padding: 30px 20px 25px;
}
.part1title h3{
	font-family: 'Avenir';
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #004b8d;
    text-transform: uppercase;
}
.part1title p{
    font-size: 17px;
    text-align: left;
    color: #004b8d;
    line-height: 25px;
}
.mainpart1 ul li:hover{
	box-shadow: 0px 0px 20px #c8c7c7;
}
.mainpart1 ul li:hover .part1pic img{
	transform: scale(1.2); 
}
.mainpart2{
	width: 100%;
	height: auto;
	background: #DFE9F1;
}
.mainpart2 .bannercover{
	position: static;
}
.mainpart3{
	width: 1200px;
	height: auto;
	padding: 0px 0px 50px;
	margin: auto;
}
.mainpart3 ul{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainpart3 ul li{
	width: 48%;
	height: auto;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}
.mainpart3 ul li img{
	width: 100%;
	height: auto;
	transition: all 0.8s;
}
.mainpart3 ul li p{
	font-size: 25px;
	color: #fff;
	font-family: 'Avenir';
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0px 15px;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
}
.mainpart3 ul li:hover{
	box-shadow: 0px 0px 20px rgba(0,75,141,0.5);
}
.mainpart3 ul li:hover img{
	transform: scale(1.1); 
}
.footer{
	width: 100%;
	height: auto;
	background: #004b8d;
}
.footers{
	width: 1200px;
    height: auto;
    padding: 70px 0px 18px;
    margin: auto;
    position: relative;
}
.gotop{
	top: 0px;
	right: 0px;
	width: 45px;
	height: auto;
	position: absolute;
}
.gotop img{
	width: 100%;
	cursor: pointer;
	transition: box-shadow .2s,-webkit-transform .2s;
    transition: box-shadow .2s,transform .2s;
    transition: box-shadow .2s,transform .2s,-webkit-transform .2s;
}
.gotop:hover img{
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
}
.footcontent{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footcontact{
	width: auto;
	height: auto;
}
.footer .title{
	font-size: 22px;
	line-height: 1.3;
	color: #fff;
	font-family: 'Avenir';
	font-weight: bold;
	margin-bottom: 25px;
	display: block;
}
.footcontact em{
	display: block;
	height: auto;
	font-size: 15px;
	font-style: normal;
	line-height: 22px;
	color: #fff;
	margin-bottom: 5px;
	padding-left: 22px;
}
.footer p{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 15px;
}
.footer p a{
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 15px;
}
.footer p a:hover{
	color: #ffcb05;
}
.links{
	width: auto;
	height: auto;
	margin-top: 25px;
}
.links a{
	width: 40px;
	height: 40px;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
	border-radius: 60px;
	transition: all 0.2s;
}
.links img{
	width: auto;
	height: 19px;
}
.links a:hover{
	background: #062134;
}
.footform{
	width: 280px;
	height: auto;
	float: left;
	padding-top: 0px;
}
.footform label{
	font-size: 15px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 5px;
    display: block;
    font-weight: 300;
}
.footform input{
	width: 100%;
	height: 28px;
	background: #d1e0eb;
	border: 1px solid #87abca;
	padding: 0px 12px;
	font-size: 15px;
	color: #004b8d;
	margin-bottom: 15px;
}
.footform input:focus{
	border: 1px solid #1c95ef;
}
.footform textarea{
	width: 100%;
	height: 65px;
	background: #d1e0eb;
	border: 1px solid #87abca;
	padding: 5px 12px;
	font-size: 15px;
	color: #004b8d;
	margin-bottom: 5px;
	resize: none;
}
.footform textarea:focus{
	border: 1px solid #1c95ef;
}
.footform .form-btn{
	text-align: right;
}
.footform button{
	width: 100px;
	height: 32px;
	text-align: center;
	background: #ffcb05;
	color: #fff;
	font-size: 16px;
	border: none;
	padding: 0px 0px;
	margin-top: 10px;
	border-radius: 0px;
}
.footform button:hover{
	background: #062134;
	color: #ffcb05;
}
.footlogo{
	width: 25%;
	height: auto;
	margin-top: 200px;
}
.footlogo img{
	width: 100%;
	height: auto;
}
.foot-nav{
	width: auto;
	margin: 0px 60px;
}
.copyright p{
	font-size: 15px;
    line-height: 22px;
    color: #fff;
}
.copyright p a{
	font-size: 15px;
    line-height: 22px;
    color: #fff;
}
.copyright p a:hover{
	color: #ffcb05;
}
.pagebanner{
	width: 100%;
	height: auto;
	position: relative;
}
.pagebanner:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.pagebannerpic{
	width: 100%;
	height: 400px;
}
.pagebanner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-banner-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1200px;
	height: auto;
	margin-top: 30px;
	z-index: 3;
}
.page-banner-text h1,.page-banner-text .page-banner-title{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}
.crumbnav{
	width: 100%;
	padding: 15px 0px 0px;
}
.crumbnav ul{
	width: 1200px;
	height: auto;
	margin: auto;
	font-size: 15px;
	color: #fff;
	margin-bottom: 20px;
}
.crumbnav ul li{
	font-size: 15px;
	color: #ffcb05;
	font-weight: bold;
	font-family: 'Avenir';
	display: inline-block;
	text-transform: uppercase;
	margin-right: 5px;
}
.crumbnav ul li a{
	font-size: 15px;
	color: #000;
	font-weight: bold;
	font-family: 'Avenir';
	display: inline-block;
	text-transform: uppercase;
}
.crumbnav ul li a:hover{
	color: #ffcb05;
}
.crumbnav ul li::before{
	content: ">";
	color: #000;
	margin-right: 7px
}
.crumbnav ul li:first-child::before{
	content: "";
	margin-right: 0px;
}
.pagecontent{
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 10px 0px 50px;
}
.pagetitle{
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}
.pagetitle h2{
	font-size: 30px;
	color: #004b8d;
	font-weight: bold;
	font-family: 'Avenir';
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
.pagetitle h2::after{
	content: "";
	width: 85px;
	height: 5px;
	background: #004b8d;
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
}
.pagetitle h1{
	font-size: 30px;
	color: #004b8d;
	font-weight: bold;
	font-family: 'Avenir';
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
.pagetitle h1::after{
	content: "";
	width: 85px;
	height: 5px;
	background: #004b8d;
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
}
.aboutli{
	width: 100%;
	height: auto;
}
.aboutli ul li{
	width: 100%;
	height: auto;
	position: relative;
}
.aboutlititle{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 100%;
	background: #d1e0eb;
	padding: 15px 15px;
}
.coverborder{
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	padding: 10px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
}
.coverborder h3{
	font-size: 30px;
	color: #004b8d;
	font-weight: bold;
	font-family: 'Avenir';
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.coverborder p{
	font-size: 18px;
	color: #004b8d;
	line-height: 30px;
	text-align: center;
}
.aboutlipic{
	width: 50%;
	margin-left: 50%;
}
.aboutlipic img{
	width: 100%;
	height: auto;
}
.aboutli ul li:nth-child(2n) .aboutlititle{
	left: auto;
	right: 0px;
}
.aboutli ul li:nth-child(2n) .aboutlipic{
	margin-left: 0px;
}
.contactpart1{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.contactpart1 iframe{
	width: 100%;
	height: 380px;
}
.contactpart2{
	width: 100%;
	height: auto;
	margin-bottom: 35px;
	padding: 0px 15% 0px;
}
.contactpart2 .leftform{
	width: 40%;
	height: auto;
}
.contactpart2 .title{
	font-size: 22px;
    line-height: 30px;
    color: #004b8d;
    font-family: 'Avenir';
    font-weight: bold;
	margin-top: 20px;
    margin-bottom: 25px;
    text-align: left;
    text-transform: uppercase;
}
.contactpart2 .footform{
	padding-top: 0px;
	width: 100%;
}
.contactpart2 .footform label{
	color: #004b8d;
}
.contactpart2 .footform input{
	border: 1px solid #eff4f8;
	background: #eff4f8;
	height: 35px;
}
.contactpart2 .footform input:focus{
	border: 1px solid #1c95ef;
}
.contactpart2 .footform textarea{
	border: 1px solid #eff4f8;
	background: #eff4f8;
	height: 80px;
}
.contactpart2 .footform textarea:focus{
	border: 1px solid #1c95ef;
}
.contactpart2 .rightcontact{
	width: 40%;
	height: auto;
}
.rightcontact .footcontact p a.email-info{
	color: #1873c2;
}
.rightcontact .footcontact p a.email-info:hover{
	color: #ffcb05;
}
.contactpart2 .rightcontact .footcontact{
	width: 100%;
	height: auto;
	margin-right: 0px;
}
.contactpart2 .rightcontact .footcontact em{
	color: #004b8d;
}
.contactpart2 .rightcontact .footcontact p{
	color: #004b8d;
}
.contactpart3{
	width: 100%;
	height: 120px;
	background: #99bfda;
	position: absolute;
	left: 0px;
	padding: 25px 15px;
	text-align: center;margin-top: -68px;
}
.contactpart3 h3{
	font-size: 32px;
    color: #fff;
    font-family: 'Avenir';
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 0px;
}
.contactpart3 p{
	font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}
.contactpart3 p img{
	height: 20px;
	margin-right: 5px;
	margin-bottom: 3px;
}

.contact-section2{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 20px 0px 0px;
}
.contact-section2 .contact-form{
	width: 48%;
}
.contact-section2 .contact-map{
	width: 48%;
	position: relative;
}
.contact-section2 .contact-form .footform{
	width: 100%;
	padding-top: 0px;
}
.contact-section2 .footform label{
	color: #004b8d;
}
.contact-section2 .footform input{
	border: 1px solid #eff4f8;
	background: #eff4f8;
	height: 40px;
}
.contact-section2 .footform input:focus{
	border: 1px solid #1c95ef;
}
.contact-section2 .footform textarea{
	border: 1px solid #eff4f8;
	background: #eff4f8;
	height: 80px;
}
.contact-section2 .footform textarea:focus{
	border: 1px solid #1c95ef;
}
.contact-section2 .footform .quantity-select{
	height: 40px;
	border: 1px solid #eff4f8;
    background: #eff4f8;
    outline: none;
}
.contact-section2 .title{
	font-size: 20px;
    line-height: 1.4;
    color: #004b8d;
    font-family: 'Avenir';
    font-weight: bold;
	margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
}
.contact-section2 .contact-map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.contact-section2 .contact-map .contact-info{
	width: auto;
	height: auto;
	background: #fff;
	padding: 20px 20px;
	position: absolute;
	left: 10px;
	top: 120px;
	z-index: 2;
}
.contact-section2 .contact-map .contact-info em{
	color: #004b8d;
}
.contact-section2 .contact-map .contact-info p{
	color: #004b8d;
	font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}
.contact-section2 .contact-map .contact-info p a{
	color: #004b8d;
}
.contact-section2 .contact-map .contact-info p a:hover{
	color: #ffcb05;
}
.contact-section2 .links{
	margin-top: 0px;
}

.productcontent{
	width: 100%;
	height: auto;
}
.leftnav{
	width: 24%;
	height: auto;
}
.leftnav h3{
	font-size: 22px;
	color: #000;
	margin-bottom: 15px;
	font-weight: bold;
	padding: 8px 10px;
    background: #004b8d;
}
.leftnav h3 a{
	color: #fff;
}
.leftnavli{
	width: 100%;
	height: auto;
}
.leftnavli>ul{
	width: 100%;
	height: auto;
}
.leftnavli ul li a{
	font-size: 16px;
	line-height: 22px;
    color: #2f2725;
    display: inline-block;
    max-width: 90%;
    padding-right: 10px;
}
.leftnavli ul{
	margin-top: 5px;
	margin-bottom: 7px;
}
.leftnavli ul li{
	width: 100%;
    height: auto;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #d2d7da;
    margin-bottom: 10px;
    position: relative;
}
.leftnavli ul li ul li:last-child{
	border-bottom: 0px solid #e2e2e2;
    margin-bottom: 0px;
    padding: 10px 0px 0px;
}
.leftnavli>ul>li:last-child{
	border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
}
.leftnavli ul li span{
	float: right;
	position: relative;
}
.leftnavli ul li span::before{
	content: "+";
    color: #062134;
    font-weight: bold;
    position: absolute;
    right: 15px;
    position: absolute;
    cursor: pointer;
}
.leftnavli ul li span.down::before{
	content: "-";
    color: #004b8d;
}
.leftnavli ul li ul{
	display: none;
	padding-left: 14px;
}
.leftnavli>ul>li>a{
	/*font-weight: bold;*/
}
.leftnavli>ul>li>ul>li>a{
	color: #000000;
}
.leftnavli>ul>li>ul>li>ul>li>a{
	color: #000;
}
.leftnavli>ul>li>ul>li>ul>li>ul>li>a{
	color: #000000;
}
.leftnavli>ul>li>ul>li>ul>li>ul>li>ul>li>a{
	color: #000000;
}
.leftnavli ul li a.active,
.leftnavli ul li a:hover{
	/*text-decoration: underline;*/
	color: #004b8d;
}
.leftnavli>ul>li{
	padding: 15px 0px 15px 10px;
	margin-bottom: 0px;
}
.leftnavli ul li ul li{
	padding: 10px 0px;
	margin-bottom: 0px;
}
.rightli{
	width: 72%;
	height: auto;
}
.rightsearch{
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}
.rightsearch form{
	float: right;
	width: 260px;
	height: 48px;
	position: relative;
}
.rightsearch input{
	width: 100%;
	height: 100%;
	background: none;
	border: 1px solid #ffcb05;
	border-radius: 60px;
	padding-left: 68px;
}
.probutton{
	width: 25px;
	height: 25px;
	background: url(../images/productSearch.png) no-repeat center center/19px;
	position: absolute;
	top: 50%;
	left: 14px;
	transform: translateY(-50%);
	border: none;
}
.rightlist{
	width: 100%;
	height: auto;
}
.rightlist ul li{
	width: 24%;
	height: auto;
	float: left;
	margin-bottom: 35px;
	margin-right: 1.33%;
	transition: box-shadow .2s,-webkit-transform .2s;
    transition: box-shadow .2s,transform .2s;
    transition: box-shadow .2s,transform .2s,-webkit-transform .2s;
}
.rightlist ul li:nth-child(4n){
	margin-right: 0px;
}
.rightlist ul li img{
	width: 100%;
	height: auto;;
}
.rightlist ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0px 5px;
	overflow : hidden;
	font-size: 16px;
	color: #000;
	background: #fff;
}
.rightlist ul li:hover{
	box-shadow: 0px 0px 20px #eceaea;
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
}
.serviceli{
	width: 100%;
	height: auto;
}
.serviceli ul li{
	width: 31%;
	height: auto;
	float: left;
	margin-right: 3%;
	margin-bottom: 35px;
	background: #eff4f8;
	text-align: center;
	padding-bottom: 20px;
	transition: box-shadow .2s,-webkit-transform .2s;
    transition: box-shadow .2s,transform .2s;
    transition: box-shadow .2s,transform .2s,-webkit-transform .2s;
}
.serviceli ul li:nth-child(3n){
	margin-right: 0%;
}
.serviceli ul li img{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.serviceli ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0px 5px;
	overflow : hidden;
	font-size: 22px;
	color: #004b8d;
	font-weight: bold;
	font-family: 'Avenir';
	text-transform: uppercase;
	margin-bottom: 5px;
}
.serviceli ul li span{
	width: 120px;
	height: 30px;
	background: #779fc2;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.serviceli ul li span:hover{
	background: #004b8d;
}
.serviceli ul li:hover{
	box-shadow: 0px 0px 10px #edebeb;
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
}
.servicestitle{
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	border-bottom: 2px solid #004b8d;
	margin-bottom: 25px;
}
/*.servicestitle h1{*/
/*	font-size: 24px;*/
/*	line-height: 38px;*/
/*	color: #004b8d;*/
/*	font-weight: bold;*/
/*}*/
.servicestitle h1{
	font-size: 29px;
	line-height: 30px;
	color: #004b8d;
	font-weight: bold;
	letter-spacing: 1.5px;
}
.rightli .services-container p{
	text-align: justify;
}
.rightli .services-container p.small{
	font-size: 15px;
	margin-top: 36px;
}
.rightli .ServiceShowPic, .rightli .ServiceShowrightPic, .rightli .ServiceShowleftPic{
	text-align: center !important;
}
.bgcolor{
	background: #eff4f8;
	padding: 15px 15px;
	margin-bottom: 15px;
}
.related{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.related h3{
	font-size: 28px;
    line-height: 30px;
    color: #004b8d;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 30px;
}
.pagedetail{
	width: 100%;
	height: auto;
}
.pagedetail .servicestitle h1{
	text-align: center;
}
.pageform{
	width: 100%;
	height: auto;
	padding: 30px 12%;
	box-shadow: 0px 0px 18px #e3e1e2;
}
.pageform .footform{
	width: 100%;
	padding-top: 0px;
}
.pageform .footform label{
	color: #004b8d;
}
.pageform .footform input{
	border: 1px solid #eff4f8;
	background: #eff4f8;
	height: 35px;
}
.pageform .footform .quantity-select{
	border: 1px solid #eff4f8;
	background: #eff4f8;
	height: 35px;
}
.pageform .footform input:focus{
	border: 1px solid #1c95ef;
}
.pageform .footform textarea{
	border: 1px solid #eff4f8;
	background: #eff4f8;
	height: 80px;
}
.pageform .footform textarea:focus{
	border: 1px solid #1c95ef;
}
.pageform .footform .formmodul{
	width: 48%;
	height: auto;
	float: left;
}
.pageform .footform .formmodul:nth-child(2n){
	float: right;
}
.pageform .footform .formmodul:nth-child(3){
	width: 100%;
}
.pageform .footform .formmodul:nth-child(4){
	width: 100%;
}
.pageform .footform .formmodul.Verificatbox{
	width: 100%;
	margin-top: 10px;
}
.pageform .footform button{
	float: left;
}
.supportli{
	width: 100%;
	height: auto;
}
.supportli ul li{
	width: 48%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}
.supportli ul li:hover{
	box-shadow: 0px 0px 12px #dddddd;
}
.supportli ul li:nth-child(2n){
	float: right;
}
.supportlipic{
	width: 100%;
	height: auto;
}
.supportlipic img{
	width: 100%;
	height: auto;
}
.supportlitext{
	width: 100%;
	height: auto;
	background: #eff4f8;
	padding: 15px 5px;
	position: relative;
}
.lefticon{
	width: 26%;
	height: auto;
	border-right: 1px dashed #004b8d;
}
.lefticon img{
	width: 54px;
	height: 54px;
	padding: 8px 8px;
	background: #1c95ef;
	border-radius: 60px;
	display: block;
	margin: auto;
}
.lefticon h3{
	color: #004b8d;
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
	font-size: 16px;
	font-family: 'Avenir';
	text-transform: uppercase;
}
.righttitle{
	width: 70%;
	height: auto;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.righttitle p{
	font-size: 16px;
	color: #004b8d;
	line-height: 20px;
	font-weight: bold;
}
.righttitle a{
	width: 110px;
    height: 28px;
    background: #779fc2;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    float: right;
}
.righttitle a:hover{
	background: #004b8d;
}
.supportli ul li:nth-child(2) .lefticon img{
	background: #ffcb05;
}
.supportli ul li:nth-child(3) .lefticon img{
	background: #ffcb05;
}

.bantext{
	height: 120px;
}
.bantext p{
	display: none;
}
.bantext p:nth-child(1){
	display: block;
}
.searchcon .servicestitle{
	padding-bottom: 0px;
    border-bottom: 1px solid #004b8d;
    margin-bottom: 0px;
}
.searchcon .servicestitle h1 {
    font-size: 20px;
}

.searchcon .proli{
	margin-top: 10px;
}
.searchcon .proli span{
	background: #6187a7;
}
.searchcon .pages ul li a{
	font-size: 14px;
	padding: 5px 12px;
}
.searchcon .proli span a{
	font-size: 15px;
}
.main-title{
	margin-bottom: 20px;
	text-align: left;
}
.main-title .titles{
	color: #004b8d;
	margin-top: 0px;
}
.main-title .titles span{
	color: #000;
}
.titles{
	font-size: 32px;
	font-family: 'Avenir';
	font-weight: bold;
}
.mainsection1{
	width: 100%;
	height: auto;
	padding: 70px 0px 0px;
}
.mainsection1-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mainsection1-info .pic{
	width: 400px;
}
.mainsection1-info .pic img{
	width: 100%;
	height: auto;
}
.mainsection1-info .text{
	width: calc(100% - 480px);
}
.mainsection1-info .text p{
	font-size: 18px;
    line-height: 1.5;
    margin-bottom: 25px;
}
.mainsection2{
	width: 100%;
	height: auto;
	padding: 50px 0px;
	position: relative;
}
.mainsection2:before{
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	background-image: url(../images/pic14.jpg);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: .8;
}
.mainsection2-info{
	width: 800px;
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.mainsection2-info .main-title{
	margin-bottom: 30px;
}
.mainsection2-info .section2-lists{
	width: 100%;
	height: auto;
	border-top: 2px solid #004b8d;
}
.mainsection2-info .section2-list{
	margin-bottom: 0px;
	list-style: none;
	padding: 0px 0px;
	border: 2px solid #004b8d;
	border-top: none;
}
.mainsection2-info .section2-list .list-title{
	padding: 17px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mainsection2-info .section2-list .list-title span{
	width: 20px;
	height: 20px;
	display: inline-flex;
	margin-left: 25px;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	color: #004b8d;
	padding: 5px 0px;
}
.mainsection2-info .section2-list .list-title span:before{
	content: '+';
	font-size: 28px;
	font-weight: bold;
}
.mainsection2-info .section2-list .list-title span.shows:before{
	content: '-';
}
.mainsection2-info .section2-list .list-title h3{
	font-size: 18px;
    color: #004b8d;
    margin: 0px 0px;
    font-family: 'HelveticaNeue';
    font-weight: bold;
}
.mainsection2-info .section2-lists .list-text{
	display: none;
	padding: 0px 15px 15px;
}
.mainsection2-info .section2-lists .list-text p{
	color: #000;
	font-size: 16px;
	line-height: 1.6;
}
.blog-bg{
	width: 100%;
	height: 250px;
	position: relative;
	margin-bottom: 40px;
}
.blog-bg:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,.1);
}
.blog-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-bg p{
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	padding: 0px 20px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
	z-index: 2;
}
.blog-list{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.blog-list .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.blog-list .list-item .pic{
	width: 320px;
	position: relative;
	overflow: hidden;
}
.blog-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
}
.blog-list .list-item .text{
	width: calc(100% - 360px);
	padding: 20px 0px;
}
.blog-list .list-item .text h3{
	margin-bottom: 20px;
	margin-top: 0px;
}
.blog-list .list-item .text h3 a{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.blog-list .list-item .text h3 a:hover{
	color: #004b8d;
}
.blog-list .list-item .text .text-btn{
	margin-top: 5px;
	text-align: right;
	padding-bottom: 0px;
}
.blog-list .list-item .text .text-btn a{
	display: inline-block;
	background: #004b8d;
	color: #fff;
	padding: 5px 26px;
	border-radius: 50px;
	font-size: 16px;
}
.blog-list .list-item .text .text-btn a:hover{
	background: #ffcb05;
}
.ullist.list-icon1{
	padding-left: 28px;
}
.ullist.list-icon1>li{
	padding-left: 0px;
	position: relative;
	list-style: none;
}
.ullist.list-icon1>li:before{
	content: '';
    position: absolute;
    top: 6px;
    left: -28px;
    width: 18px;
    height: 18px;
    background: url(../images/list-icon1.png) no-repeat 0px center/15px;
}
.info-item1{
	width: 100%;
	height: auto;
	padding: 40px 30px 20px;
	margin-bottom: 25px;
	border: 8px solid #2E75B6;
	position: relative;
	border-radius: 20px;
	margin-top: 55px;
}
.info-item1:before{
	content: '';
	width: 110px;
	height: 70px;
	background: url(../images/arrow1.jpg) no-repeat center center/contain;
	position: absolute;
	left: 30px;
	top: -40px;
}
.info-item2{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	padding: 25px 25px 10px;
	background: #004b8d;
}
.info-item2 ul li{
	color: #fff;
	font-weight: bold;
	margin-bottom: 3px;
}
.info-item2 ul li a{
	color: inherit;
	font-weight: inherit;
}
.info-item2 ul li a:hover{
	color: #ffcb05;
}
.services-container .color-style1{
	color: #FF0000 !important;
}




@media screen and (max-width:1580px){



.maincon {
    width: 100%;
    padding: 0px 12%;
}
.bantext{
	height: 90px;
}
.lefticon img{
	width: 50px;
	height: 50px;
}
.lefticon h3{
	font-size: 15px;
}
.related h3{
	font-size: 25px;
}
.servicestitle h1{
	font-size: 26px;
}
.serviceli ul li p{
	font-size: 19px;
	margin-bottom: 0px;
}
.serviceli ul li span{
	width: 110px;
	height: 25px;
}
.leftnav {
    width: 24%;
}
.rightli{
	width: 72%;
}
.rightsearch form{
	width: 250px;
	height: 40px;
}
.rightlist ul li{
	margin-bottom: 25px;
}
.leftnavli ul li a{
	font-size: 15px;
}
.contactpart2{
    margin-bottom: 15px;
    padding: 0px 10% 120px;
}
.contactpart3 h3{
	font-size: 28px;
}
.pagecontent{
	width: 100%;
	padding: 10px 12% 50px;
}
.page-banner-text{
	width: 100%;
	padding: 0px 12%;
}
.pagetitle h2{
	font-size: 26px;
}
.pagetitle h2::after{
    width: 70px;
    height: 3px;
    top: 40px;
}
.pagetitle h1{
	font-size: 26px;
}
.pagetitle h1::after{
    width: 70px;
    height: 3px;
    top: 40px;
}
.coverborder h3{
	font-size: 26px;
}
.coverborder p{
	font-size: 16px;
	line-height: 28px;
}
.crumbnav ul{
	width: 100%;
    padding: 0px 12% 0px;
}
.gotop{
	right: 12%;
	width: 40px;
}
.footcontact .title{
	font-size: 22px;
}
.footers {
    width: 100%;
    padding: 50px 12% 18px;
}
.toper,.sinput{
	height: 80px;
}
.logos{
	padding: 18px 40px;
}
.navs a{
	font-size: 15px;
	margin-left: 30px;
}
.navs>ul>li{
	height: 80px;
	line-height: 80px;
}
.navs>ul>li>ul{
	top: 80px;
}
.searchbtn{
	width: 36px;
	height: 36px;
}
.submit{
	width: 36px;
	height: 36px;
	margin-top: 22px;
}
.select{
	margin-top: 25px;
}
.closesearch{
	margin-top: 32px;
}
.searchlist{
	top: 80px;
}
.navs>ul>li{
	margin-right: 20px;
}
.bannertitle h1{
	font-size: 32px;
	margin-bottom: 30px;
}
.bannertitle p {
    font-size: 17px;
    line-height: 30px;
}
.arrow {
    margin-top: 5px;
}
.bannertitle span::before{
	height: 40px;
	left: 14px;
}
.bannertitle span::after{
	height: 40px;
	left: -15px
}
.bannercover h3{
	font-size: 32px;
}
.bannercover p{
	font-size: 20px;
}
.mainpart2 .bannercover {
    width: 100%;
    padding: 20px 12%;
}
.mainpart1{
	width: 100%;
	padding: 50px 12%;
}
.part1title h3{
	font-size: 21px;
}
.part1title p{
	font-size: 16px;
}
.mainpart3{
    width: 100%;
    padding: 0px 12% 50px;
}
.mainpart3 p{
    font-size: 21px;
}

}


@media screen and (max-width:1400px){


.navs>ul>li {
    margin-right: 10px;
}
	
}

@media screen and (max-width:1300px){



.mainsection1-info .pic{
	width: 350px;
}
.mainsection1-info .text{
	width: calc(100% - 400px);
}
.titles{
	font-size: 26px;
}
.rightlist ul li {
    width: 31%;
    margin-right: 3%;
}
.rightlist ul li:nth-child(4n){
	margin-right: 3%;
}
.rightlist ul li:nth-child(3n){
	margin-right: 0px;
}
.righttitle a {
    width: 90px;
    height: 25px;
}
.rightsearch form {
    width: 230px;
    height: 36px;
}
.rightsearch input{
	padding-left: 50px;
}
.probutton{
	background: url(../images/productSearch.png) no-repeat center center/17px;
}
.contactpart2 {
    padding: 0px 0% 120px;
}
.mainpart3 ul li p{
    font-size: 19px;
}
.part1title h3{
	font-size: 19px;
}

.bannertitle h1{
	font-size: 26px;
	margin-bottom: 20px;
}
.bannertitle p {
    font-size: 16px;
    line-height: 25px;
}
.arrow {
    margin-top: 5px;
}
.bannertitle span::before{
	height: 30px;
	left: 10px;
}
.bannertitle span::after{
	height: 30px;
	left: -11px
}
.bannercover h3{
	font-size: 26px;
}
.bannercover p{
	font-size: 18px;
}
.bannercover p span{
	margin: 0px 15px;
}
.logos img{
	height: 44px;
    margin-top: 18px;
}
}

@media screen and (max-width:1200px){




.mainsection2{
	background-position: center center;
}
.logos {
    padding: 0px 10px 0px 30px;
}
.sp_nav {
    display: block;
    margin-right: 30px;
}
.navs {
    width: 100%;
    height: auto;
    position: absolute;
    top: 80px;
    right: 0px;
    background: #013d72;
    padding-top: 0px;
    padding-left: 0px;
    z-index: 999;
    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;
}
.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-weight: bold;
    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;
	max-height: calc(100vh - 100px);
	overflow: 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;
}
.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 #004b8d;
    display: inline-block;
}
.navs ul li:last-child{
    margin-bottom: 0px;
}
.navs>ul>li:last-child{
	border-bottom: 1px solid #004b8d;
    margin-bottom: 10px;
}
.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: 40px;
	padding: 0px 0px;
}
.navs>ul>li>a{
	font-weight: bold;
}
.navs>ul>li>ul{
	position: static;
	width: 100%;
	padding-left: 20px;
	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;
}
.navs>ul>li>span::before{
	color: #fff;
    content: "+";
}
.navs>ul>li.down>span::before{
	color: #ffcb05;
    content: "-";
}
.navs>ul>li:hover {
    background: none;
    border-bottom: 1px solid #004b8d;
}
.navs ul li ul li span::before{
	color: #fff;
}
.navs ul li ul li{
	border-bottom: 1px solid #004b8d;
}
.navs ul li ul li:hover {
    background: none;
    border-bottom: 1px solid #004b8d;
}
.navs ul li ul li ul{
	background: none;
	padding-left: 20px;
}
.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:1100px){
.searchs{
	width: 70%;
}
.logos {
    padding: 0px 10px;
}
.logos img{
	height: 44px;
	margin-top: 18px;
}
.footform{
	width: 250px;
}

}

@media screen and (max-width:1000px){




.blog-list .list-item .text .text-btn{
	text-align: left;
}
.blog-list .list-item .text{
	width: 100%;
	padding: 30px 0px 0px;
}
.blog-list .list-item .pic{
	height: 300px;
	margin-bottom: 0px;
	max-width: 100%;
}
.blog-list .list-item{
	flex-wrap: wrap;
}
.footform{
	width: 100%;
}
.foot-nav{
	width: 100%;
	margin: 0px 0px 30px;
}
.footcontact{
	width: 100%;
	margin-bottom: 30px;
}
.footcontent{
	flex-wrap: wrap;
}
.mainsection1-info{
	flex-wrap: wrap;
	justify-content: center;
}
.mainsection1-info .pic{
	width: 300px;
	max-width: 100%;
	margin-bottom: 25px;
}
.mainsection1-info .text{
	width: 100%;
}
.maincon {
    padding: 0px 30px;
}
.bannertitle{
	padding: 0px 30px;
}
.bannercover{
	padding: 20px 30px;
}
.related h3{
	font-size: 22px;
}
.servicestitle h1{
	font-size: 23px;
}
/*.servicestitle h1{*/
/*	font-size: 20px;*/
/*}*/
.contactpart3 h3 {
    font-size: 24px;
}
.pagecontent {
    padding: 10px 30px 40px;
}
.page-banner-text{
	padding: 0px 30px;
}
.pagetitle{
	margin-bottom: 50px;
}
.crumbnav ul{
    padding: 0px 30px 0px;
}
.gotop{
	right: 30px;
	width: 35px;
}
.footers {
    width: 100%;
    padding: 50px 30px 18px;
}
.mainpart2 .bannercover {
    padding: 20px 30px;
}
.mainpart3{
	padding: 0px 30px 50px;
}
.mainpart1{
	padding: 50px 30px;
}
.mainpart1 ul li{
	width: 48%;
}
.part1title h3 {
    font-size: 18px;
}
.part1title{
	padding: 20px 10px 15px;
}
.sp_nav{
	margin-top: 20px;
}
.navs {
	top: 64px;
}
.toper, .sinput {
    height: 64px;
}
.logos img{
	height: 40px;
	margin-top: 12px;
}
.searchbtn {
    width: 32px;
    height: 32px;
}
.submit {
    width: 32px;
    height: 32px;
    margin-top: 16px;
    margin-right: 15px;
}
.select {
    margin-top: 16px;
    margin-right: 15px;
}
.closesearch {
    margin-top: 24px;
}
.searchlist {
    top: 64px;
}
}
@media screen and (max-width:800px){


.info-item2{
	padding: 25px 15px 10px;
}
.titles{
	font-size: 22px;
}
.maincon {
    padding: 0px 15px;
}
.mainpart2 .bannercover {
    padding: 20px 15px;
}
.bannertitle{
	padding: 0px 15px;
}
.bannercover{
	padding: 20px 15px;
}
.toper{
	width: 100%;
}
.sinput{
	width: calc(100% - 80px);
}
.supportli ul li{
	width: 100%;
}
.pageform{
	padding: 30px 20px;
}
.serviceli ul li{
	width: 48%;
	height: auto;
	margin-right: 0px;
}
.serviceli ul li:nth-child(2n){
	float: right;
}
.leftnav h3{
	display: none;
}
.leftnav{
	width: 100%;
	margin-bottom: 25px;
}
.rightli{
	width: 100%;
}
.rightsearch form{
	width: 100%;
}
.rightsearch{
	margin-bottom: 20px;
}
.rightlist ul li{
	width: 48.5%;
	margin-right: 0px;
}
.rightlist ul li:nth-child(3n){
	margin-right: 0px;
}
.rightlist ul li:nth-child(2n){
	float: right;
}
.contactpart3{
	margin-top: -80px;
}
.contactpart2 .leftform{
	width: 48%;
}
.contactpart2 .rightcontact{
	width: 45%;
}
.pagecontent {
    padding: 10px 15px 40px;
}
.page-banner-text{
	padding: 0px 15px;
}
.pagetitle h2 {
    font-size: 22px;
}
.pagetitle h2::after {
    width: 60px;
    height: 3px;
    top: 30px;
}
.pagetitle h1 {
    font-size: 22px;
}
.pagetitle h1::after {
    width: 60px;
    height: 3px;
    top: 30px;
}
.pagetitle {
    margin-bottom: 40px;
}
.coverborder h3 {
    font-size: 22px;
}
.coverborder{
	padding: 10px 10px;
}
.crumbnav ul{
    padding: 0px 15px 0px;
    margin-bottom: 10px;
}
.pagebanner{
	margin-top: 60px;
}
.gotop{
	right: 15px;
	width: 35px;
}
.bannercover p {
    font-size: 16px;
    line-height: 22px;
}
.bannercover h3 {
    font-size: 22px;
}
.footers {
    width: 100%;
    padding: 50px 15px 18px;
}
.footcontact .title {
    font-size: 20px;
	margin-top: 20px;
}
.footcontact {
    width: 48%;
    margin-right: 4%;
}
.footlogo{
	float: left;
	margin-top: 25px;
	width: 100%;
}
.footlogo img{
	height: 35px;
	width: auto;
}
.mainpart3{
	padding: 0px 15px 50px;
}
.mainpart3 ul li{
    margin-bottom: 15px;
}
.mainpart3 ul li p{
    font-size: 18px;
    line-height: 25px;
}
.searchs {
    width: 100%;
    z-index: 99;
}
.select {
    width: auto;
}
.sp_nav {
    margin-right: 15px;
}
.searchbtn {
    margin-right: 20px;
}
.bannercover p span{
	margin: 0px 8px;
}
.mainpart1 ul li{
	width: 100%;
}
.mainpart1 {
    padding: 50px 15px 50px;
}
.part1title p {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
}
@media screen and (max-width:600px){


.info-item1{
	padding: 40px 15px 20px;
}
.mainpart3 ul li{
	width: 100%;
}
.mainpart3 ul li p{
	font-size: 16px;
	line-height: 20px;
}
.bantext{
	height: 125px;
}
.pageform .footform .formmodul{
	width: 100%;
}
.serviceli ul li p {
    font-size: 17px;
    margin-bottom: 0px;
    height: 30px;
    line-height: 30px;
}
.serviceli ul li span {
    width: 100px;
    height: 24px;
    font-size: 14px;
}
.serviceli ul li img{
	margin-bottom: 10px;
}
.contactpart2 .leftform{
	width: 100%;
	margin-bottom: 30px;
}
.contactpart2 .rightcontact{
	width: 100%;
}
.contactpart3 h3 {
    font-size: 20px;
}
.contactpart3 p{
	font-size: 15px;
}
.contactpart1{
	margin-bottom: 35px;
}
.contactpart2 .title{
	margin-bottom: 15px;
}
.aboutlititle{
	width: 100%;
	position: static;
}
.aboutlipic{
	width: 100%;
	margin-left: 0px;
}
.aboutli ul li{
	margin-bottom: 25px;
}
.coverborder {
    padding: 25px 20px;
}
.pagebanner{
	margin-top: 52px;
}
.footcontact {
    width: 100%;
    margin-right: 0%;
}
.footform input{
    height: 32px;
}
.links{
	margin-top: 10px;
}
.toper, .sinput {
    height: 56px;
}
.logos img {
    height: 34px;
    margin-top: 11px;
}
.sp_nav {
    margin-top: 16px;
    margin-right: 15px;
}
.navs {
    top: 56px;
}
.submit {
    margin-top: 12px;
}
.select {
    margin-top: 13px;
}
.closesearch{
	margin-top: 20px;
}
.logos {
    padding: 0px 15px 0px 15px;
}
.searchbtn{
	margin-right: 20px;
}
.searchlist {
    top: 56px;
}
.searchlist{
	width: 100%;
}
.searchs{
	z-index: 999;
}
}

.Verificatbox{
	position: relative;
}
.Verificatbox input{
	float: none;
	margin-bottom: 0px;
}
.successinfo>table>tbody>tr>td>div{
	padding-left: 0% !important;
	padding-bottom: 10px !important;
}
.successinfo .iconarea .iconunit {
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #7b9d3c;
    color: #ffffff;
    line-height: 40px;
    font-weight: bolder;
    font-size: 22px;
    position: relative;
    z-index: 9;
    margin: 0px auto 0px;
}


.texttitle{
	width: 100%;
	height: auto;
	border-bottom: 2px dashed #2e5495;
	text-align: center;
	padding-bottom: 11px;
	margin-bottom: 30px;
	margin-top: 5px;
	overflow: hidden;
}
.services-container .texttitle h3{
	display: inline-block;
	background: #fff;
	position: relative;
	padding: 0px 33px;
	color: #000000;
	font-family: cursive;
    font-weight: 100;
    font-size: 21px;
    margin-bottom: 0px;
}
.texttitle h3:before{
	content: '';
	width: 30px;
	height: 21px;
	position: absolute;
	left: 3px;
	background: url(../images/righticon.svg) no-repeat right center/25px;
	transform: rotate(180deg);
}
.texttitle h3:after{
	content: '';
	width: 30px;
	height: 21px;
	position: absolute;
	right: 3px;
	background: url(../images/righticon.svg) no-repeat right center/25px;
}
.services-container h3.bgblue{
	width: 100%;
	height: auto;
	background: url(../images/seticon.png) no-repeat 10px center/30px #2e75b6;
	padding: 9px 30px 9px 45px;
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}
.services-container .rowblue p{
	color: #2e75b6;
	text-align: left;
}
.services-container .rowblue{
	display: flex;
    align-items: center;
}
.services-container h3.arrow{
	background: url(../images/arrowicon.png) no-repeat 0pc 4px/16px;
	padding-left: 30px;
	text-align: left;
}
.whylist{
	overflow: hidden;
	margin-bottom: 20px;
}
.whylist span{
	min-width: 250px;
	display: inline-block;
    background: #2e75b6;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    text-align: center;
    border: none;
    margin-right: 2%;
    float: left;
    border-radius: 8px;
}
.whylist p{
	display: table;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 22px;
}
.whylist div{
	margin-bottom: 15px;
	    display: flex;
    justify-content: left;
    align-items: center;
}

.ullist li {
    list-style: disc;
    line-height: 28px;
    font-size: 16px;
    color: #000;
}

.product-tags {
	margin: 0px 0;
	background-color: #fff;
	padding: 0px;
}
.product-tags .row{
	margin-left: 0px;
	margin-right: 0px;
}
.product-tags .row div[class*="col-md"] {
	padding: 0 5px;
}

.product-tags .row div[class*="col-md"] span {
	display: block;
	cursor: pointer;
	color: #337ab7;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}

.product-tags .row div[class*="col-md"] a {
	padding-left: 5px;
	display: block;
	color: #337ab7;
	background-color: #f3f3f3;
	padding: 4px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	margin-bottom: 0;
	font-size: 13px;
	margin-bottom: 15px;
}

.product-tags .row div[class*="col-md"]:hover span {
	color: #ffffff;
	/*animation-name:myfirst;animation-duration:0.1s;*/
}

.product-tags .row div[class*="col-md"] span.cur {
	color: #ffffff;
	background-color: #337ab7 !important;
}

.product-tags .row div[class*="col-md"]:hover a {
	color: #ffffff;
	background-color: #337ab7 !important;
}

.product-tags .row div[class*="col-md"] a {
	padding-left: 5px;
	display: block;
	color: #337ab7;
	background-color: #f3f3f3;
	padding: 0px 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	font-size: 15px;
	line-height: 40px;
}

.product-tags .row div[class*="col-md"]:hover span {
	color: #ffffff;
	/*animation-name:myfirst;animation-duration:0.1s;*/
}

.product-tags .row div[class*="col-md"] span.cur {
	color: #ffffff;
	background-color: #337ab7 !important;
}

.product-tags .row div[class*="col-md"]:hover a {
	color: #fff;
	background: #0d58a4;
}

.ServiceShowleftPic{
	padding-right: 27px !important;
}
.ServiceShowrightPic{
	padding-left: 27px !important;
}
@media screen and (max-width: 800px){
.ServiceShowleftPic{
	padding-right: 0px !important;
}
.ServiceShowrightPic{
	padding-left: 0px !important;
}
.whylist div {
    display: inline-block;
    width: 100%;
}
.whylist p {
    display: inline-block;
    margin-top: 5px;
    width: 100%;
    float: left;
}
.whylist span{
	width: auto;
}
}


.product-tags{
	display: none;
}
.alltags{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.alltags a{
	width: 11%;
	height: 0;
	padding-bottom: 12.7%;
	margin-right: 0.11%;
	position: relative;
	float: left;
	background: url(../images/bg-Gray.svg) no-repeat center center/100%;
	cursor: default;
	transition: box-shadow 1s,-webkit-transform 1s;
    transition: box-shadow 1s,transform 1s;
    transition: box-shadow 1s,transform 1s,-webkit-transform 1s;
}
.alltags a div{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.alltags a span{
	display: block;
	margin:  0px auto;
	color: #4472c4;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	transform: scale(0.80);
	text-shadow: 1px 1px #e3e3e3;
}
.alltags a span.tags3{
	font-size: 18px;
	font-weight: bold;
	margin: 4px auto;
	color: #4472c4;
	text-shadow: 1px 1px #cacaca;
}
.alltags div a:last-child{
	margin-right: 0px;
}
.alltags .tagspart1 a:first-child{
	margin-left: 5.55%;
}
.alltags a.act{
	color: #e5e5e5;
	background: url(../images/bg-Blue.svg) no-repeat center center/100%;
	cursor: pointer;
}
.alltags a.act span{
	color: #e5e5e5;
	text-shadow: 1px 1px #333;
}
.alltags a.act span.tags3{
	color: #fff;
	text-shadow: 1px 1px #333;
}
.alltags a.shows{
	background: url(../images/bg-Yellow.svg) no-repeat center center/100%;
}
.alltags a.shows span{
	color: #2f5597;
	text-shadow: 0.5px 0.5px #ffffff;
}
.alltags a.shows span.tags3{
	color: #2f5597;
	text-shadow: 0.5px 0.5px #ffffff;
}
.alltags a:hover{
	background: url(../images/bg-Yellow.svg) no-repeat center center/100%;
}
.alltags a:hover span{
	color: #2f5597;
	text-shadow: 0.5px 0.5px #ffffff;
}
.alltags a:hover span.tags3{
	color: #2f5597;
	text-shadow: 0.5px 0.5px #ffffff;
}
.product-item{
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.product-item p.ServiceShowrightPic{
	flex-shrink: 0;
    padding-bottom: 15px !important;
    width: auto;
}
.product-item p.text{
    padding-bottom: 0px !important;
}
.product-title{
	position: relative;
	padding-bottom: 15px;
	display: inline-block;
	margin-bottom: 35px;
	font-size: 20px;
	font-weight: bold;
}
.product-title:after{
	content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 120%;
    height: 5px;
    background: linear-gradient(to bottom, #2e75b6 , #fff);
}
.line{
	display: block;
	height: 1px;
	width: 100%;
	border-bottom: 2px dashed #2e75b6;
	margin-bottom: 20px;
}
.product-content .product-tags .row {
	display: flex;
	justify-content: flex-start;
	column-gap: 2%;
	flex-wrap: wrap;
}
.product-content .product-tags .row:before {
	content: none;
}
.product-content .product-tags .row div[class*="col-md"]{
	padding: 0px 0px;
	width: 32%;
}

.quantitybox{
	display: flex;
	justify-content: space-between;
}
.quantity-select{
	width: 100px;
	margin-left: 20px;
	height: 28px;
    background: #d1e0eb;
    border: 1px solid #87abca;
}
.footer .footform label{
	display: none;
}
.contactpart2 .footform .quantity-select{
	height: 35px;
	border: 1px solid #eff4f8;
    background: #eff4f8;
}
.all-btn{
	display: inline-block;
	padding: 6px 35px;
	color: #fff !important;
	background: #ffcb05 !important;
}
.all-btn:hover{
	color: #fff !important;
	background: #004b8d !important;
}
.mainpart1 .all-btn-box{
	margin-top: 10px;
	text-align: center;
}
.mainpart2.style2{
	background: none;
	margin: 30px 0px;
}
.mainpart3 .all-btn-box{
	margin-top: 10px;
	text-align: center;
}


.forms .form_control {
    width: 100%;
    height: 48px;
    border: 1px solid #ddd !important;
    padding: 0px 10px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    box-shadow: none;
    border-radius: 6px;
}
.forms textarea.form_control{
	height: 140px;
	padding: 10px 10px;
	line-height: 22px;
	float: left;
}
.forms textarea.form_control.title{
	height: 80px;
}
.forms .inquiry-quantity{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.forms .inquiry-quantity select.form_control {
    width: 130px;
    font-size: 16px;
    outline: none;
    flex-shrink: 0;
}
.forms .inquiry-quantity input.form_control {
	width: 100%;
	margin-right: 10px;
	height: 48px !important;
}
.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 .inquiry-quantity #otherunit{
	margin-left: 10px;
	background: #fff;
	margin-right: 0px !important;
	width: 130px;
}
.forms label{
	margin-bottom: 6px;
	font-size: 16px;
	color: #212529;
}
.forms .main-btn{
	display: inline-block;
    padding: 12px 50px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    background: #004b8d;
    position: relative;
    overflow: hidden;
    border: none;
    font-weight: bold;
}
.forms .main-btn:hover{
	color: #fff;
    background: #ffcb05;
}
.forms .form_group{
	zoom: 1;
}
.forms .form_group:after{
	display: block;
	clear: both;
	content:"";
	height: 0;
}
.forms{
	width: 100%;
}
.form_button{
	text-align: right;
}
.forms .form-verifycode{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	position: relative;
}
.forms .form-verifycode input{
	margin-bottom: 0px;
}
.forms .form-verifycode img{
	width: 120px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
}
.forms .form-verifycode .glyphicon{
	position: absolute;
    top: 50%;
    right: 140px;
    transform: translateY(-50%);
}

.order-center-content{
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}
.order-center-content .main-title{
	margin-bottom: 20px;
}
.order-center-content .product-title{
	font-size: 25px;
}
.order-center-content .forms .row{
	margin-left: 0px;
	margin-right: 0px;
}
.order-center-info{
	margin-bottom: 15px;
}
.orderonline-form{
	width: 100%;
	height: auto;
}
.orderonline-form h3 {
	padding: 18px 15px;
	margin-bottom: 30px;
	background-color: #F2F2F2;
	font-size: 20px;
	font-weight: bold;
	color: #004b8d;
	float: left;
	width: 100%;
}
.fc-red {
    color: #ff0000;
}

.order-center-content .forms input::-webkit-input-placeholder {
  color: #afafaf;
}
.order-center-content .forms input:-moz-placeholder {
  color: #afafaf;
}
.order-center-content .forms input::-moz-placeholder {
  color: #afafaf;
}
.order-center-content .forms input::-ms-input-placeholder {
  color: #afafaf;
}
.order-center-content .forms textarea::-webkit-input-placeholder {
  color: #afafaf;
}
.order-center-content .forms textarea:-moz-placeholder {
  color: #afafaf;
}
.order-center-content .forms textarea::-moz-placeholder {
  color: #afafaf;
}
.order-center-content .forms textarea::-ms-input-placeholder {
  color: #afafaf;
}
.datepicker table th{
	background: #004b8d;
}
.datepicker table th:hover{
	background: #004b8d !important;
}


.cvv-box{
	width: 100%;
	height: auto;
	position: relative;
}
.ripple {
  position: absolute;
  width: 40px;
  height: 48px;
  z-index: 90;
  right: 0;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw;
  pointer-events: none;
  top: 0px;
  right: 0px;
}
.ripple.animate:before {
  -webkit-animation: clicked 0.4s forwards cubic-bezier(0.5, 0.61, 0.36, 1);
          animation: clicked 0.4s forwards cubic-bezier(0.5, 0.61, 0.36, 1);
}
.ripple:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  pointer-events: none;
}
@-webkit-keyframes clicked {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  10% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes clicked {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  10% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}
.toggle {
  position: absolute;
  width: 40px;
  height: 48px;
  background: transparent;
  z-index: 100;
  right: 0;
  top: 0;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  overflow: hidden;
  border-radius: 100vw;
  cursor: pointer;
  background: url(../images/icon-eye.svg) no-repeat center center/55%;
}
.toggle:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 2px;
  background: black;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotateZ(46deg) translate(-50%,-50%);
          transform: rotateZ(46deg) translate(-50%,-50%);
  transition: width 0.13s ease-out;
}
.toggle[data-state="visible"]:before {
  opacity: 1;
}
.toggle[data-state="hidden"]:before {
  opacity: 0;
}
.toggle .eye {
  fill: #000000;
  transition: -webkit-transform .13s linear;
  transition: transform .13s linear;
  transition: transform .13s linear, -webkit-transform .13s linear;
  stroke-width: 0;
  -webkit-transform: scale(1) rotateY(0);
          transform: scale(1) rotateY(0);
}
.toggle .eye path {
  fill: none;
  stroke-width: 1.5;
  stroke-miterlimit: 5;
  stroke: #000000;
}
.toggle:active {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.toggle:active + input {
  -webkit-transform: rotateY(1deg);
          transform: rotateY(1deg);
  letter-spacing: 1.5px;
  box-shadow: 3px 0px 15px 0px #c1e6d0;
  cursor: text;
}
.toggle:active .eye {
  -webkit-transform: scale(0.75) rotateY(5deg);
          transform: scale(0.75) rotateY(5deg);
}








@media screen and (min-width:1200px){


.navs{
	position: static
}
.navs>ul>li.show-nav{
	position: static;
}
.navs>ul>li.show-nav>ul{
	width: 100%;
	padding: 10px 20px !important;
	flex-wrap: wrap;
	align-items: center;
}
.navs>ul>li.show-nav>ul>li{
	width: 20%;
	border-bottom: 0px solid #fff;
	padding: 5px 10px;
}
.navs>ul>li.show-nav>ul>li:hover{
	border-bottom: 0px solid #fff;
	background: none;
}
.navs>ul>li.show-nav>ul>li>span{
	display: none;
}
.navs>ul>li.show-nav>ul>li>ul{
	display: none;
}
.navs>ul>li.spread-nav{
	position: static;
}
.navs>ul>li.spread-nav>ul{
	width: 100%;
	padding: 10px 20px !important;
}
.navs>ul>li.spread-nav>ul>li{
	width: 20%;
	border-bottom: 0px solid #fff;
	padding: 5px 10px;
}
.navs>ul>li.spread-nav>ul>li>a{
	font-weight: bold;
	color: #000;
}
.navs>ul>li.spread-nav>ul>li>a:hover{
	color: #ffcb05;
}
.navs>ul>li.spread-nav>ul>li>span:before{
	content: none;
}
.navs>ul>li.spread-nav>ul>li>ul{
	position: static;
	display: block !important;
	padding: 6px 0px;
}
.navs>ul>li.spread-nav>ul>li:hover{
	border-bottom: 0px solid #fff;
	background: none;
}
.navs>ul>li.spread-nav>ul>li>ul li{
	padding: 2px 0px;
	border-bottom: 0px solid #fff;
}
.navs>ul>li.spread-nav>ul>li>ul li a{
	color: #666;
	font-weight: inherit;
}
.navs>ul>li.spread-nav>ul>li>ul li:hover{
	background: none;
}
.navs>ul>li.spread-nav>ul>li>ul li a:hover{
	color: #ffcb05;
	background: none;
}

}
@media screen and (max-width:1200px){
.alltags a span {
    transform: scale(0.70);
    line-height: 10px;
}
.leftnav{
	width: 100%;
}
.rightli{
	width: 100%;
}
.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:last-child{
	border-bottom: 0px solid #ccc;
}
.tablebox table tr td{
	display: block;
	height: auto;
	width: auto !important;
    text-align: left;
    border: 0px solid #ccc;
    padding: 0px 10px 10px !important;
    background: none !important;
}
.tablebox table tr td .table-inquiry{
	display: inline;
}
.tablebox table tr td a{
	display: inline !important;
}

.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: 1px solid #dee2e6;
	border-bottom: none;
	display: block;
}
.detail-table tr td{
	display: block;
	border: none !important;
	width: 100% !important;
	padding: 0px 10px 5px !important;
	background: none !important;
	text-align: left;
}

}

@media screen and (max-width:1200px){
.proList ul li{
    width: 16%;
}
}

@media screen and (max-width:1000px){


.contact-section2{
	flex-wrap: wrap
}
.contact-section2 .contact-form{
	width: 100%;
	margin-bottom: 30px;
}
.contact-section2 .contact-map{
	width: 100%;
	height: auto;
}
.contact-section2 .contact-map iframe{
	height: 450px;
	margin-bottom: 30px;
	position: static;
}
.contact-section2 .contact-map .contact-info{
	position: static;
	width: 100%;
	padding: 0px 0px;
	height: auto;
}
.contact-section2 .contact-map .contact-info .footcontact{
	margin-bottom: 0px;
}

.product-title{
	margin-bottom: 20px;
	font-size: 22px;
}
.product-item {
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.product-content .product-tags .row div[class*="col-md"] {
    width: 49%;
}
.product-item p.ServiceShowrightPic{
	padding-left: 0px !important;
}
.pagebannerpic{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.alltags .tagspart1 a:first-child{
	margin-left: 0px;
}
.alltags a{
	width: 18%;
	padding-bottom: 20.6%;
	margin-bottom: 20px;
	margin-right: 4%;
}
.alltags a span {
    transform: scale(0.80);
    line-height: 14px;
}
}

@media screen and (max-width:500px){
.alltags a{
	width: 23%;
	padding-bottom: 26.5%;
	margin-bottom: 14px;
	margin-right: 2.66%;
}
.alltags a:nth-child(4n){
	margin-right: 0px;
}
.alltags a span {
    transform: scale(0.80);
    line-height: 13px;
}
.product-content .product-tags .row div[class*="col-md"] {
    width: 100%;
}


}


.product-detail {
	margin: 15px 0px 40px;
	border-top: 1px solid #bdcdd3;
}

.product-detail .unitContents {
	margin: 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #ededed;
	height: auto;
	overflow: hidden;
}

.product-detail .unitContents .leftTit {
	width: 24%;
	border-right: 0px solid #ededed;
	line-height: 23px;
	height: auto;
	float: left;
	padding: 5px 15px 5px 5px;
	font-weight: bold;
	text-align: right;
}

.product-detail .unitContents .leftName {
	width: 76%;
	padding-left: 10px;
	color: #908e8e;
	line-height: 24px;
	height: auto;
	float: left;
	padding: 5px;
}

.product-detail .border {
	border-bottom: 1px solid #ededed;
}

.product-detail h2 {
	border-bottom: 2px solid #999999;
	color: #2e6da4;
	font-size: 18px;
	line-height: 36px;
	margin-top: 10px;
}

.product-detail .row {
	margin-left: 0;
	margin-right: 0;
	border-bottom: 1px solid #bdcdd3;
	padding: 12px 5px;
	line-height: 20px;
}

.product-detail .row:last-child {
	margin-bottom: 0;
}

.product-detail .row .col-md-3 {
	font-weight: 100;
	text-align: right;
	color: #899499;
	font-size: 15px;
	width: 170px;
	font-family: 'HelveticaNeue';
	float: left;
}
.product-detail .row .col-md-9 {
	font-size: 15px;
	color: #333;
	width: calc(100% - 200px);
	line-height: 25px;
	padding-left: 0px;
	float: right;
	font-family: 'HelveticaNeue';
}
.smallfont {
	font-weight: bold;
	font-size: 15px;
	color: #333;
	display: block;
    margin-bottom: 30px;
}
.smallfont a{
	color: #0f658c;
	font-weight: bold;
}
.smallfont a:hover{
	color: #598adc;
}
.proList {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #bdcdd3;
}

.proList ul {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #bdcdd3;
	padding: 0px 0px;
}

.proList ul li {
	padding: 0px;
	margin: 0px;
	float: left;
	height: 50px;
	line-height: 20px;
    display: inline-flex;
    align-items: center;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	font-size: 15px;
	width: 17%;
	padding: 0px 8px;
}
.proList ul li:last-child{
	text-align: center;
	justify-content: center;
}

.proList ul .cat {
	width: 14%;
	margin-right: 2%
}
.proList ul .availability a{
	color: #337ab7;
}
.proList ul .availability a:hover{
	color: #eca400;
}

/*.proList ul .purity {
	width: 10%;
}

.proList ul .size {
	width: 10%;
}

.proList ul .price {
	width: 10%;
}*/
.proList ul .quantity input{
	border: none;
}
.proList ul .ordering {
	width: auto;
}

.proList ul .ordering a{
	background-color: #b0bfc5;
	color: #ffffff !important;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	line-height: normal;
	padding: 6px 18px !important;
	display: inline-block;
	margin: auto;
	font-size: 13px;
}
.proList ul .ordering a:hover{
	background: #eca400;
}

.proList ul .Quantity .product-quantity-number{
	border: none !important;
	column-gap: 6px;
}
.proList ul .Quantity .product-quantity-number span{
	height: 22px;
    line-height: 20px;
    font-size: 18px;
}
.proList ul .Quantity input {
	width: 40px !important;
	border: 1px solid #ccc;
	margin-top: 0px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
}

@media screen and (max-width:800px){
.proshowTit{
	margin-bottom: 10px;
}
.bd-line-2{
	font-size: 20px;
	margin-bottom: 15px;
}
.prolist table tr, .prolist table th, .prolist table td {
    font-size: 1.3rem;
}
.proshowTit .col-sm-9 h1{
	font-size: 18px;
	line-height: 25px;
}
.proshowTit .col-sm-9{
	margin-bottom: 15px;
}
.product-detail .row .col-md-3{
	width: 100%;
	display: inline-block;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}
.product-detail .row .col-md-9{
	padding-left: 0px;
	width: 100%;
}
.proList ul{
	width: 100%;
	height: auto;
	float: left;
}
.proList ul li.hidden-md.hidden-lg {
    width: 100% !important;
}
.proList ul li{
	width: 100% !important;
    height: 50px;
    display: inline-flex;
    border-bottom: 1px solid #e7e7e7;
}
.proList ul li:last-child{
    border-bottom: 0px solid #e7e7e7;
    justify-content: flex-start;
}
.proList ul li.ordering a{
	margin: 0px;
}
.proLists{
	width: 800px;
}
.order .contactform .quantitybox{
	width: 100%;
	height: 45px;
    margin-bottom: 12px;
}
.order .contactform input, .order .contactform textarea {
    width: 100%;
}
.order .contactform .verifi{
	width: 100%;
}
.order .contactform .verifi img {
     right: 2px;
     width: 20%;
}
.servicestitle{
	padding-bottom: 10px;
    border-bottom: 1px solid #004b8d;
}
.servicestitle h1 {
    font-size: 20px;
}
}


.proli{
	width: 100%;
	height: auto;
	margin-top: 50px;
	padding:10px 0px;
}
.proli span{
	padding: 0px 5px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 49%;
	font-size: 15px;
	line-height: 40px;
	height: 40px;
	float: left;
	margin-bottom: 15px;
	background: #b4b4b4;
    color: #fff;
}
.proli span:nth-child(2n){
	float: right;
}
.proli span a{
	width: 100%;
	height: 100%;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 0px 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.proli span:hover{
	background: #004b8d;
}
.proli span:hover a{
	color: #fff;
}
#iquantity{
	width: 100%;
    border-bottom: 1px solid #ccc;
    height: 60%;
    padding-left: 10px;
}

@media screen and (max-width:1000px){
.services-container .rowblue {
    align-items: flex-start;
    flex-direction: column;
}
}

@media screen and (max-width:800px){
.proli span{
	width: 100%;
}
.whylist p{
	line-height: 28px;
}
.prolist span{
	width: 100%;
}
.page-banner-text{
	margin-top: 0px;
}
.page-banner-text h1,.page-banner-text .page-banner-title{
	font-size: 22px;
}


}

.footcontact canvas{
	height: 16px;
}
.contactpart3 canvas{
	height: 20px;
}
#contactaddress{
	position: relative;
	top: 3px;
}
a:hover, a:focus{
	text-decoration:none;
}
@media screen and (max-width:600px){
#contactaddress{
	max-width: calc(100% - 30px);
	height: auto;
	top: 0px;
}
.lefticon{
	width: 100%;
	border-right:none;
	margin-bottom: 5px;
}
.righttitle{
	width: 100%;
	text-align: center;
	position: static;
	transform: none;
}

}

.inquiry-title{
	line-height: 30px;
	color: #004b8d;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 25px;
}
.side-title{
	font-size: 22px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	padding: 8px 10px;
	background: #004b8d;
}
.side-title a{ color:#fff;}