@charset "utf-8";

@font-face {
	font-family: 'HeroicCondensed-Light';

	src: url('../font/HeroicCondensed-Light.woff2') format('woff2'),
		url('../font/HeroicCondensed-Light.woff') format('woff'),
		url('../font/HeroicCondensed-Light.ttf') format('truetype'),
		url('../font/HeroicCondensed-Light.eot') format('embedded-opentype'),
		url('../font/HeroicCondensed-Light.svg') format('svg');
}

@font-face {
	font-family: 'RobotoCondensed';

	src: url('../font/RobotoCondensed.woff2') format('woff2'),
		url('../font/RobotoCondensed.woff') format('woff'),
		url('../font/RobotoCondensed.ttf') format('truetype'),
		url('../font/RobotoCondensed.eot') format('embedded-opentype'),
		url('../font/RobotoCondensed.svg') format('svg');

	font-weight: normal;

	font-style: normal;
}

@font-face {
	font-family: '354-cai978';

	src: url('../font/354-cai978-webfont.eot');

	src: url('../font/354-cai978-webfont.eot?#iefix') format('embedded-opentype'),
		url('../font/354-cai978-webfont.woff2') format('woff2'),
		url('../font/354-cai978-webfont.woff') format('woff'),
		url('../font/354-cai978-webfont.ttf') format('truetype'),
		url('../font/354-cai978-webfont.svg#354-cai978354-cai978') format('svg');

	font-weight: normal;

	font-style: normal;
}

@font-face {
	font-family: '809-CAI978';

	src: url('../font/809-CAI978.woff2') format('woff2'),
		url('../font/809-CAI978.woff') format('woff'),
		url('../font/809-CAI978.ttf') format('truetype'),
		url('../font/809-CAI978.eot') format('embedded-opentype'),
		url('../font/809-CAI978.svg') format('svg');

	font-weight: normal;

	font-style: normal;
}

@font-face {
	font-family: 'Poppins';

	src: url('../font/Poppins.woff2') format('woff2'),
		url('../font/Poppins.woff') format('woff'),
		url('../font/Poppins.ttf') format('truetype'),
		url('../font/Poppins.eot') format('embedded-opentype'),
		url('../font/Poppins.svg') format('svg');

	font-weight: normal;

	font-style: normal;
}

@font-face {
	font-family: 'Poppins-Bold';

	src: url('../font/Poppins-Bold.woff2') format('woff2'),
		url('../font/Poppins-Bold.woff') format('woff'),
		url('../font/Poppins-Bold.ttf') format('truetype'),
		url('../font/Poppins-Bold.eot') format('embedded-opentype'),
		url('../font/Poppins-Bold.svg') format('svg');

	font-weight: normal;

	font-style: normal;
}

/*全局设置*/

* {
	padding: 0;
	margin: 0;
}

html {
	overflow: -moz-scrollbars-none;
}

html::-webkit-scrollbar {
	width: 0px;
	background: none;
}

html,
body {
	color: #434343;
	font-family: 'RobotoCondensed', Arial, sans-serif, FontAwesome, 'Glyphicons Halflings' !important;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	background-color: #fff;
}

body {
	padding-right: 0px !important;
}

*.modal-open {
	overflow-y: scroll;
	padding-right: 0 !important;
}

div,
li {
	font-weight: normal;

	font-style: normal;

	transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;

	font-weight: normal;

	transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;
}

table {
	border-collapse: collapse;

	border-spacing: 0;
}

img {
	border: none;

	display: block;

	max-width: 100%;

	transition: all 0.5s ease;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;
}

div,
p,
span,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	transition: all 0.5s ease;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	font-size: 1.2rem;
}

a,
input {
	outline: none;
}

a {
	text-decoration: none;

	transition: all 0.1s ease;

	-webkit-transition: all 0.1s ease;

	-moz-transition: all 0.1s ease;

	-o-transition: all 0.1s ease;

	border: none;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

	-webkit-tap-highlight-color: transparent;

	outline: none;
}

i {
	transition: all 0.1s ease;

	-webkit-transition: all 0.1s ease;

	-moz-transition: all 0.1s ease;

	-o-transition: all 0.1s ease;
}

a:hover {
	text-decoration: none;
}

a:visited,
a:focus {
	outline: none;
}

ul,
li {
	list-style: none;
}

.clear {
	clear: both;
	font-size: 0;
}

.bold {
	font-weight: bold;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

@media (min-width: 1360px) {
	.container {
		width: 1200px;
	}
}

@media (min-width: 1600px) {
	.container {
		width: 1420px;
	}
}

@media (min-width: 1920px) {
	.container {
		width: 1450px;
	}
}

@media (min-width: 2560px) {
	.container {
		width: 1680px;
	}
}

@media (min-width: 3840px) {
	.container {
		width: 2540px;
	}
}

/*index*/

#pagediv nav {
	display: none;
}

.topnav {
	width: 100%;
	height: 160px;
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}

.logodiv {
	width: 200px;
	height: 100%;
}

.logodiv a {
	margin-top: 58px;
	display: block;
	width: 100%;
	height: 45px;
	box-sizing: border-box;
}

.logodiv a img {
	height: 100%;
	width: auto;
}

.tophead {
	padding: 50px 0;
	min-height: 520px;
	background-color: darkolivegreen;
}

.maindiv {
	padding: 50px 0;
	min-height: 520px;
	background-color: brown;
}

.downfooter {
	padding: 50px 0;
	min-height: 520px;
	background-color: #ccc;
}

#header {
	display: none;
}

#header a {
	background: url('../menuModal/fonts/icons.svg') no-repeat -21px -303px;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 10px;
}

#header a.backBtn {
	background: url('../menuModal/fonts/icons.svg') no-repeat -97px -303px;

	display: block;

	width: 40px;

	height: 40px;

	position: absolute;

	top: 5px;

	right: 0px;

	left: inherit;
}

@media only screen and (max-width: 1024px) {
	#header {
		display: inline-block;
	}

	.topnav {
		width: 100%;
		height: 60px;
	}
}

/*nav style*/

.xydropdowns {
	margin: 47px auto;
	padding-left: 300px;
}

.xynavScroll {
	background-color: rgba(0, 0, 0, 0.9);
	background-color: #0c0f13;
}

@media only screen and (max-width: 1024px) {
	.xydropdowns {
		display: none !important;
	}

	.xynavScroll {
		background-color: rgba(0, 0, 0, 0.9);
		height: 50px;
	}
}

@media only screen and (min-width: 1025px) {
	.xydropdowns {
		padding-left: 224px;
	}
}

@media only screen and (min-width: 1280px) {
	.xydropdowns {
		padding-left: 284px;
	}
}

.xydropdowns .xynav,
.xydropdowns ul,
.xydropdowns li,
.xydropdowns a {
	margin: 0;
	padding: 0;
}

.xydropdowns a {
	text-decoration: none;
	text-transform: uppercase;
}

.xynav {
	list-style: none;
	*zoom: 1;
}

.xynav:before,
.xynav:after {
	content: ' ';
	display: table;
}

.xynav:after {
	clear: both;
}

.xynav ul {
	list-style: none;
}

.xynav a {
	padding: 20px 25px;
	font-size: 1.6rem;
}

.xynav li {
	position: relative;
}

.xynav>li {
	float: left;
}

.xynav>li>.parent {
	/*background-image: url("../images/downArrow.png"); background-repeat: no-repeat; background-position: right;*/
}

.xynav>li>a {
	display: block;
	padding: 20px 21px;
}

.xynav li ul {
	position: absolute;
	left: -9999px;
	top: 60px;
}

.xynav>li.hover>ul {
	left: 0;
}

.xynav li li.hover ul {
	left: 100%;
	top: 0;
}

.xynav li li li.hover ul {
	left: 100%;
	top: 0;
}

.xynav li li a {
	display: block;
	position: relative;
	font-size: 1.4rem;
	padding: 10px 25px;
	z-index: 100;
}

.xynav li li li a {
	display: block;
	position: relative;
	font-size: 1.4rem;
	padding: 10px 25px;
	z-index: 200;
}

.xynav li li li li a {
	display: block;
	position: relative;
	font-size: 1.4rem;
	padding: 10px 25px;
	z-index: 300;
}

/* fonts */

.xynav {
	background-color: transparent;
}

.xynav a {
	color: #fff;
}

.xynav>li {}

.xynav a:hover {
	/*background-color: #fd5f00;*/
}

.xynav li li a {
	color: #ffffff;
	/*background: #454545; background: #13334c;*/
	background-color: rgba(32, 36, 68, 0.98);
	background-color: #297dbb;
	border-bottom: 1px solid #000;
	font-family: Arial;
	text-transform: capitalize;
}

.xynav li li li a {
	background: #757575;
	border-bottom: 1px solid #000000;
}

.xynav li li li li a {
	background: #b7b7b7;
	color: #333333;
	border-bottom: 1px solid #000000;
}

.xydropdowns {
	width: auto;
}

a.toggleMenu {
	float: right;
	position: absolute;
	top: -48px;
	right: 10px;
	width: 100%;
	width: 42px;
	padding: 5px 0;
	border-radius: 5px;
	text-align: center;
}

.xynav ul {
	width: 22em;
	width: 17em;
}

.xynav a {
	padding: 5px 10px;
}

.xynav>li>.parent {
	background-position: 95% 50%;
}

.xynav>li>a::after {
	content: '';
	display: block;
	margin: 0 auto;
	width: 0px;
	height: 2px;
	background-color: #fff;
	transition: all 0.3s;
}

.xynav>li>a:hover::after {
	width: 100%;
}

.xynav li li a:hover {
	background-color: rgba(0, 0, 0, 0.95);
	color: #297dbb;
}

.searchlanguage {
	z-index: 20;
	margin-top: 55px;
}

.searchlanguage li {
	line-height: 100px;
}

.searchlanguage li a {
	color: #fff;
	background-color: transparent !important;
}

.searchlanguage li a:hover {
	color: #ea5304;
}

.searchlanguage li i {
	font-size: 1.8rem;
}

.searchlanguage li li a {
	color: #000000;
}

.searchlanguage #searchform {
	height: 50px;
	width: 280px;
	padding: 5px;
	border-radius: 4px;
	margin: 0;
	left: auto;
	right: 0;
	border-color: #48c7ec;
	top: 45px;
}

.searchlanguage #searchform input {
	font-family: Arial, sans-serif;
	font-weight: normal;
	width: 100%;
	height: 100%;
	background: transparent;
	color: #9e9e9e;
	border: 1px solid #f7f7f7;
	padding: 0 47px 0 10px;

	font-size: 15px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 48px;
}

.searchlanguage #searchform button {
	display: block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 5px;
	color: #48c7ec;
	border: none;
	outline: none;
	box-shadow: none;

	padding: 0;
	background: transparent;
}

.rightLanguage {}

.rightLanguage a {
	font-size: 1.6rem;
	background: url(../images/spanline.jpg) left center no-repeat;
}

.rightLanguage:last-child a {
	font-size: 1.4rem;
}

.indexbanner {
	position: relative;
	z-index: 1;
}

.companyAdvantage {
	width: 100%;
	padding: 120px 0;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
}

.companyAdvantage_item {
	padding: 0 15px;
}

.companyAdvantage_item a {}

.companyAdvantage_item i {
	font-size: 48px;
	color: #000000;
}

.companyAdvantage_item h2 {
	font-size: 1.8rem;
	font-family: 'Poppins-Bold';
	color: #333;
}

.companyAdvantage_item p {
	font-size: 1.5rem;
	font-family: 'Poppins';
	color: #777;
}

.companyAdvantage_item:hover {
	transform: translateY(-30px);
}

.companyAdvantage_item:hover i {
	color: #000;
}

.iproducts {}

.iproductItem {
	width: 100%;
	padding: 80px 0 70px;
	padding: 0;
}

.iproductItem h2 a {
	font-size: 2.4rem;
	font-family: 'Poppins-Bold';
}

.iproductItem p {
	font-size: 16px;
	font-family: 'Poppins';
	line-height: 28px;
	margin: 10px 0 20px;
}

.iproductItem img {
	margin: 0 auto;
}

.iproductItem img:hover {
	transform: scale(0.85);
}

a.more {
	font-size: 1.5rem;
	color: #000000;
}

/*
.iproductItem:nth-child(odd) {
	background: url(../images/ipbg.png) no-repeat center #202444;
}

.iproductItem:nth-child(even) {
	background: #fff;
}

.iproductItem:nth-child(odd) h2 a {
	color: #fff;
}

.iproductItem:nth-child(odd) h2 a:hover {
	color: #000000;
}

.iproductItem:nth-child(odd) p {
	color: #fff;
}

.iproductItem:nth-child(even) h2 a {
	color: #333;
}

.iproductItem:nth-child(even) h2 a:hover {
	color: #000000;
}

.iproductItem:nth-child(even) p {
	color: #333;
}
*/
.inews {
	width: 100%;
	padding: 60px 0 90px;
	/*background-color: #f1f1f1;
	 border-top: 5px solid #000000; */
}

.inews h2 {
	margin-bottom: 40px;
	font-family: 'Poppins-Bold';
}

.inews h2 a:hover {
	color: #000
}

.inewsitem {
	/* padding: 10px; */
	background-color: transparent;
}

.inewsitem span {
	font-family: 'Poppins';
	font-size: 1.2rem;
	color: #888;
}

.inewsitem h2 {
	font-family: 'Poppins';
	margin: 10px 0 20px;
	line-height: 21px;
}

.inewsitem h2 a {
	font-family: 'Poppins';
	font-size: 1.6rem;
	font-weight: 500;
	color: #333;
}


.inewsitem p {
	font-size: 1.2rem;
	color: #afafaf;
	font-family: 'Poppins';
}

.inewsitem:hover {
	/* padding: 10px; */
	background-color: #fff;
	/* box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); */
}

.inewsitem:hover h2 a {
	color: #000;
}

.inewspic {
	width: 100%;
	height: 0;
	padding-bottom: 66.66%;
	position: relative;
	overflow: hidden;
}

.inewspic a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.inewspic a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.footer {
	width: 100%;
	padding: 70px 45px 90px;
	background-color: #202444;
	background-color: #000000;
}

.companyFooter {}

.companyFooter a img {
	width: 186px;
}

.companyFooter blockquote {
	color: #999999;
	font-size: 1.4rem;
	font-family: 'Poppins';
	padding: 20px 0;
	margin: 0;
	border: none;
}

.companyFooter ul {}

.companyFooter ul li {
	color: #999999;
	font-size: 1.4rem;
	font-family: 'Poppins';
}

.companyFooter ul li span {
	color: #000000;
}

.companyFooter ul li a {
	color: #999999;
	font-size: 1.4rem;
	font-family: 'Poppins';
}

.companyFooter ul li a:hover {
	color: #000000;
}

.copyright {
	margin-top: 25px;
	border-top: 1px solid #1f1f1f;
	padding-top: 25px;
}

.copyright p {
	color: #999999;
	font-size: 1.4rem;
	font-family: 'Poppins';
	text-align: center;
}

.quicklinks {}

.quicklinks h2 {
	font-size: 1.6rem;
	font-family: 'Poppins-Bold';
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.quicklinks ul {}

.quicklinks ul li {
	line-height: 30px;
}

.quicklinks ul li a {
	color: #999999;
	font-size: 1.4rem;
	font-family: 'Poppins';
}

.quicklinks ul li a:hover {
	color: #ffffff;
}

.followdiv {}

.followdiv h2 {
	font-size: 1.6rem;
	font-family: 'Poppins-Bold';
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.followdiv p {
	color: #999999;
	font-size: 1.4rem;
	font-family: 'Poppins';
}

#clientemail {
	background-color: transparent;
	border-color: #9c9c9c;
}

#emailbtn {
	background-color: transparent;
	border-color: #9c9c9c;
}

#emailbtn i {
	color: #999999;
}

#emailbtn:hover i {
	color: #fff;
}

.shareIcon {
	margin-top: 35px;
}

.shareIcon a {
	display: inline-block;
	float: left;
	width: 36px;
	height: 36px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	background-color: #7a8195;
	background-color: transparent;
	border-radius: 50%;
	margin-left: 8px;
}

.shareIcon a i {
	font-size: 2.5rem;
}

.shareIcon a:hover {
	background-color: #999999;
}

.qrcode {
	margin-top: 30px;
}

.qrcode span {
	display: inline-block;
	margin-right: 30px;
}

.qrcode span img {
	width: 90px;
	height: 90px;
	display: block;
}

.qrcode span em {
	display: block;
	padding-top: 4px;
	font-size: 12px;
}

#topup {
	position: fixed;
	right: 10px;
	bottom: 90px;
	z-index: 9999;
	cursor: pointer;
}

.ipboxContainer {
	width: 100%;
	margin: 45px 0px;
	padding: 0 15px;
}

.ipbox {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	padding: 20px;
	background-color: #f4f4f4;
}

.ipboxItem {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 100%;
}

.ipboxItem img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
}

.ipboxItem:hover img {
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}

/* 媒体查询 - 手机端，一行两个 */
@media only screen and (max-width: 767px) {
	.ipbox {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* 媒体查询 - iPad端，一行三个 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.ipbox {
		grid-template-columns: repeat(3, 1fr);
	}
}

/*about*/

.innerbanner {
	width: 100%;
	height: 350px;
	background-color: #fff;
}

.about_ban {
	background: url(../images/inner-about.jpg) center center no-repeat;
}

.article_ban {
	background: url(../images/inner-article.jpg) center center no-repeat;
}

.subNavMenu {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
}

.subNavMenuList {
	margin: 0 auto;
	text-align: center;
}

.subNavMenuList ul {
	margin-bottom: 0;
}

.subNavMenuList ul li {
	margin: 10px;
	display: inline-block;
}

.subNavMenuList ul li a {
	padding: 8px 25px;
	background-color: #7a8195;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 5px;
}

.subNavMenuList ul li a:hover,
.subNavMenuList ul li a.on {
	background-color: #000000;
}

.maincontentdiv {
	width: 100%;
	padding: 35px 0 70px;
	min-height: 420px;
}

.mainCon {
	width: 100%;
	font-family: 'Poppins';
}

.mainCon p,
.mainCon div,
.mainCon span,
.mainCon a {
	font-size: 16px;
	font-family: Times New Roman, '微软雅黑', 'Microsoft YaHei', serif;
}

.mainCon img {
	max-width: 100% !important;
	height: auto !important;
}

.mainCon h2 {
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 30px;
}

.Certificationlist {
	position: relative;
	padding: 0 9px;
	margin-top: 45px;
	margin-bottom: 20px;
	transition: all 0.3s ease;
	background-color: transparent;
}

.Certificationlist:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.45);
	background-color: #212545;
	background-color: #fff;
	padding: 0;
}

.Certificationlistwrap {
	max-width: 360px;
	margin: 0 auto;
	padding: 0px;
	/*background-color: #212545;*/
}

.Certificationlistpic {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
	font-size: 0;
	overflow: hidden;
}

.Certificationlistpic img {
	transition: all 0.5s ease-in;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.Certificationlistpic:hover img {
	/*transform: scale(1.8);*/
}

/*products*/

.products_ban {
	background: url(../images/inner-products.jpg) center center no-repeat;
}

.productview_ban {
	background: url(../images/inner-productview.jpg) center center no-repeat;
}

.sideProductNav {
	width: 22%;
	margin-left: 3%;
	float: right;
	font-family: 'Poppins';
	/*background-color: #f5f5f5;*/
}

.sideProductNav h3 {
	background-color: #333;
	text-align: center;
	color: #fff;
	margin: 0px;
	padding: 15px;
	font-family: 'RobotoCondensed', Arial;
	font-size: 21px;
	text-transform: uppercase;
}

.sideProductNav ul {
	padding: 20px;
	background-color: #f5f5f5;
}

.sideProductNav ul li {
	/*border-bottom: 1px solid #ccc;*/
}

.sideProductNav ul li.on {
	border-bottom: 1px solid #000000;
}

.sideProductNav ul li a {
	display: block;
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	padding-left: 12px;
	background: url(../images/arrow_item.gif) left center no-repeat transparent;
	line-height: 36px;
}

.sideProductNav ul li a:hover,
.sideProductNav ul li.on a {
	color: #000000;
}

.sideProductNav ul li ul {
	padding: 0 12px;
	margin-bottom: 15px;
}

.sideProductNav ul li ul li {
	border-bottom: 1px solid #ccc;
}

.sideProductNav ul li ul li:last-child {
	/*border-bottom: none;*/
}

.sideProductNav ul li ul li a {
	color: #333;
	font-size: 1.5rem;
	font-weight: normal;
	padding-left: 15px;
	background: url(../images/arrow_item.gif) left center no-repeat transparent;
	line-height: 36px;
}

.sideProductNav ul li ul li a:hover,
.sideProductNav ul li.on a {
	color: #000000;
}

.panel {
	border-radius: 0px;
}

.panel-default>.panel-heading {
	color: #fff !important;
	border-radius: 0px;
	background-color: #297dbb;
	border-color: #297dbb;
	padding: 10px 30px;
}

.panel-default>.panel-heading a:hover {
	color: #f60;
	color: #fff;
}

.panel-default {
	border-color: #ddd;
	margin-bottom: 0px !important;
}

.panel-body ul li {
	list-style: disc inside;
	border-bottom: 1px dotted #ccc;
}

.panel-body ul li a {
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 2;
}

.panel-body ul li a.on {
	color: #000;
}

.currentPDFdownload {
	border-top: 30px solid #fff;
	width: 100%;
	background-color: #f5f5f5;
	padding: 20px;
	position: relative;
}

.currentPDFdownload a {
	font-size: 18px;
	color: #333;
	padding-left: 55px;
}

.currentPDFdownload a::before {
	display: block;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 20px;
	content: '\f1c1';
	font-family: FontAwesome;
	font-size: 42px;
	color: #000000;
	margin-right: 15px;
}

.currentPDFdownload a small {
	font-size: 12px;
	padding-left: 55px;
	color: #999;
}

.currentPDFdownload:hover {
	background-color: #000000;
}

.currentPDFdownload:hover a {
	color: #fff;
}

.currentPDFdownload:hover a::before {
	color: #333;
}

.currentPDFdownload:hover a small {
	color: #fff;
}

.productsDiv {
	width: 75%;
	float: left;
	font-family: 'Poppins';
}

.productsDiv h3.titleh3 {
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.productsDiv h3.titleh3::after {
	content: '';
	display: block;
	width: 125px;
	height: 3px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.locationdiv {
	padding-bottom: 15px;
	margin-bottom: 30px;
	color: #000;
	border-bottom: 1px solid #ccc;
	position: relative;
	font-size: 18px;
	margin-top: 20px;
}

.locationdiv::after {
	content: '';
	display: block;
	width: 125px;
	height: 3px;
	background-color: #000000;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.locationdiv a {
	font-size: 18px;
	color: #000;
	margin-left: 10px;
	margin-right: 10px;
}

.locationdiv a:first-child {
	margin-left: 0;
}

.locationdiv a:hover {
	color: #000000;
}

.prolist {
	position: relative;
	padding: 0px;
	margin-bottom: 30px;
	transition: all 0.3s ease;
	background-color: transparent;
	width: 30.3333%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	float: left;
}

.prolist:nth-of-type(1) {
	margin-left: 0%;
	margin-right: 3%;
}

.prolist:nth-of-type(2) {
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.prolist:nth-of-type(3) {
	margin-left: 3%;
	margin-right: 0%;
	float: right;
}

.prolist:nth-of-type(4) {
	margin-left: 0%;
	margin-right: 3%;
}

.prolist:nth-of-type(5) {
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.prolist:nth-of-type(6) {
	margin-left: 3%;
	margin-right: 0%;
	float: right;
}

.prolist:nth-of-type(7) {
	margin-left: 0%;
	margin-right: 3%;
}

.prolist:nth-of-type(8) {
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.prolist:nth-of-type(9) {
	margin-left: 3%;
	margin-right: 0%;
	float: right;
}

.prolist:nth-of-type(10) {
	margin-left: 0%;
	margin-right: 3%;
}

.prolist:nth-of-type(11) {
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.prolist:nth-of-type(12) {
	margin-left: 3%;
	margin-right: 0%;
	float: right;
}

.prolist:hover {
	/*box-shadow: 0px 0px 10px rgba(244,118,41,0.45);*/
	background-color: #fff;
	padding: 0;
}

.prolistwrap {
	max-width: 360px;
	margin: 0 auto;
	border: 1px solid #fff;
}

.prolistwrap:hover {
	border-color: #333;
}

.prolistpic {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 50%;
	padding-top: 100%;
	font-size: 0;
	background-color: #fff;
	overflow: hidden;
}

.prolistpic img {
	transition: all 0.5s ease-in;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.prolistpic:hover img {
	transform: rotate(0deg) scale(1.45);
}

.prolisttxt {
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #f1f1f1;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
}

.prolistname {
	line-height: 42px;
	height: 42px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 0px;
	font-size: 14px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
}

.prolistname a {
	text-align: center;
	color: #333;
}

.prolist:hover .prolisttxt {
	background-color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
}

.prolist:hover .prolisttxt .prolistname {
	line-height: 52px;
	height: 52px;
}

.prolist:hover .prolisttxt .prolistname a {
	color: #fff;
}

/*page style*/

.page {
	clear: both;
	margin: 20px 0px 0px 0px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.page a {
	display: inline-block;
	font-family: Arial;
	font-size: 15px;
	border: #e4e4e4 1px solid;
	padding: 10px 16px;
	margin: 2px;
	color: #000;
	text-decoration: none;
	background-color: #e4e4e4;
}

.page a:hover,
.page a:focus {
	font-family: Arial;
	font-size: 15px;
	border: #000000 1px solid;
	padding: 10px 16px;
	color: #fff;
	background-color: #000000;
}

.page .current,
.page .thisclass,
.page .pageinfo,
.page span {
	font-family: Arial;
	border: #000000 1px solid;
	font-size: 15px;
	padding: 10px 16px;
	color: #fff;
	margin: 2px;
	background-color: #000000;
	display: inline-block;
}

.page .pageinfo {
	background-color: #eeeeee;
	border: #eeeeee 1px solid;
	color: #333;
	font-size: 13px;
	padding: 12px 16px;
	vertical-align: top;
}

.productContainer {
	width: 100%;
}

.leftbigpic {
	width: 58%;
	float: left;
	margin-right: 2%;
	padding: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.leftbigpic:hover {
	border: 1px solid #000000;
}

.leftbigpic a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}

.leftbigpic a img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	margin: auto;
}

.leftbigpic:hover img {
	transform: scale(1.45);
}

.rightpiclist {
	width: 40%;
	float: right;
}

.rightpiclist ul {}

.rightpiclist ul::after {
	content: '';
	display: block;
	clear: both;
}

.rightpiclist ul li {
	float: left;
	display: block;
	width: 30.3333%;
	margin-right: 3%;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.rightpiclist ul li:hover {
	border: 1px solid #000000;
}

.rightpiclist ul li a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}

.rightpiclist ul li a img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	margin: auto;
}

.contact_btn {
	color: #fff;
	background-color: #000000;
	border-color: #c2530f;
}

.contact_btn:hover,
.contact_btn:focus,
.contact_btn:active {
	color: #fff !important;
	background-color: #ce4904 !important;
	border-color: #ce4904 !important;
}

.productDetails {
	margin-top: 50px;
}

.productDetails h4 {
	margin-top: 35px;
}

.productDetails div,
.productDetails p,
.productDetails span,
.productDetails ul li,
.productDetails a {
	font-size: 14px;
}

#productFeatureCon ul li {
	list-style: inside disc;
}

#productCertification {
	padding: 18px 10px;
	/*background-color: #2a1d48;*/
	margin-top: 25px;
}

#parametersTableCon table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #555;
}

#parametersTableCon table tr td {
	padding: 8px 5px 8px 10px;
	text-align: left;
	border: 1px solid #555;
}

/*#parametersTableCon table tr td:first-child{padding-left: 10px; text-align: left;}

#parametersTableCon table tr:first-child td{padding: 3px; text-align: center;}*/

.back_btn a {
	display: inline-block;
	padding: 5px 15px;
	background-color: #fff;
	color: #ff6600;
	font-size: 16px;
	border: 1px solid #ff6600;
	margin: 50px auto 100px;
	text-align: center;
	border-radius: 4px;
}

.back_btn a:hover {
	background-color: #ff6600;
	border: 1px solid #ff6600;
	color: #fff;
}

#productVideo {
	width: 100%;
}

#productVideoCon {
	width: 100%;
	height: 607px;
	max-width: 810px;
	overflow: hidden;
	padding: 0;
	margin: 0 !important;
}

#productVideoCon video {
	width: 100%;
	height: 100%;
}

/*news*/

.news_ban {
	background: url(../images/inner-news.jpg) center center no-repeat;
}

.newsDiv {
	width: 75%;
	float: left;
	font-family: 'Poppins';
}

.newsDiv h3.titleh3 {
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.newsDiv h3.titleh3::after {
	content: '';
	display: block;
	width: 125px;
	height: 3px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.newslist {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #000000;
}

.newslistno {
	border-bottom: none !important;
}

h3.detailh3 {
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2px;
}

.newslist h3 a {
	font-size: 2.1rem;
}

.newslist h3 a:hover {
	color: #000000;
}

p.date_p {
	font-size: 14px;
	text-align: center;
	color: #999;
}

p.date_p0 {
	color: #999;
}

p.short_p {
	font-size: 13px;
}

.newsContent {
	margin-top: 35px;
}

.newsContent div,
.newsContent p,
.newsContent span,
.newsContent a {
	font-size: 15px;
	line-height: 1.75;
}

.newsContent p {
	margin-bottom: 25px;
}

.newsContent img {
	max-width: 100%;
	height: auto !important;
}

a.read_btn {
	display: inline-block;
	padding: 5px 15px;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	border: 1px solid #000;
	margin: 15px auto;
	text-align: center;
	border-radius: 4px;
}

a.read_btn:hover {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

/*faq*/

.faq_ban {
	background: url(../images/inner-faq.jpg) center center no-repeat;
}

.faqCenter {
	width: 75%;
	float: left;
	font-family: 'Poppins';
}

.faqCenter h3.titleh3 {
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.faqCenter h3.titleh3::after {
	content: '';
	display: block;
	width: 125px;
	height: 3px;
	background-color: #000000;
	position: absolute;
	left: 0;
	bottom: -2px;
}

a.faq_a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #ccc;
	color: #333333;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 4px;
	text-decoration: none;
}

a.faq_a:hover {
	border: 1px solid #000000;
	color: #000000;
	text-decoration: none;
}

a.faq_a span i {
	font-size: 16px;
}

.well,
.well div,
.well p,
.well span {
	font-size: 18px;
}

.titlebold {
	font-size: 13px;
	height: 42px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	line-height: 42px;
}

.titlebold span {
	display: inline-block;
	padding: 0px 20px;
	margin: 0 15px;
	font-weight: bold;
	color: #d90708;
	font-size: 13px;
	border-bottom: 2px solid #d90708;
}

.faqul {}

.faqul li {
	clear: both;
	width: 100%;
	height: 32px;
	padding: 0px 10px;
	border-bottom: 1px dotted #ccc;
	line-height: 38px;
}

.faqul li a {
	color: #434343;
	font-size: 12px;
	font-weight: bold;
}

.faqul li a:hover {
	color: #c4261d;
	text-decoration: none;
}

.faqul li a i {
	padding-right: 10px;
}

/*contact*/

.contact_ban {
	background: url(../images/inner-contact.jpg) center center no-repeat;
}

.contactcontenttxt {
	font-family: 'Poppins';
}

.contactcontenttxt h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

.contactcontenttxt p {
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 1.2;
}

.contactcontenttxt ul li {
	list-style: none;
	font-size: 16px;
	color: #333;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

span.a_address {
	padding-left: 25px;
	font-size: 16px;
	color: #333;
	position: relative;
	display: block;
	line-height: 1.3;
}

span.a_address::before {
	content: '\f041';
	font-family: FontAwesome;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 0px;
	display: block;
	height: auto;
	color: #646464;
}

a.a_tel {
	padding-left: 25px;
	font-size: 16px;
	color: #333;
	position: relative;
	display: block;
	line-height: 1.3;
}

a.a_tel::before {
	content: '\f098';
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0px;
	display: block;
	height: auto;
	color: #646464;
}

a.a_mobile {
	padding-left: 25px;
	font-size: 16px;
	color: #333;
	position: relative;
	display: block;
	line-height: 1.3;
}

a.a_mobile::before {
	content: '\f232';
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0px;
	display: block;
	height: auto;
	color: #646464;
}

span.a_fax {
	padding-left: 25px;
	font-size: 16px;
	color: #333;
	position: relative;
	display: block;
	line-height: 1.3;
}

span.a_fax::before {
	content: '\f1ac';
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0px;
	display: block;
	height: auto;
	color: #646464;
}

a.a_email {
	padding-left: 25px;
	font-size: 16px;
	color: #333;
	position: relative;
	display: block;
	line-height: 1.3;
}

a.a_email::before {
	content: '\f0e0';
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0px;
	display: block;
	height: auto;
	color: #646464;
}

span.a_zipcode {
	padding-left: 25px;
	font-size: 16px;
	color: #333;
	position: relative;
	display: block;
	line-height: 1.3;
}

span.a_zipcode::before {
	content: '\f277';
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0px;
	display: block;
	height: auto;
	color: #646464;
}

a.a_web {
	padding-left: 25px;
	font-size: 16px;
	color: #333;
	position: relative;
	display: block;
	line-height: 1.3;
}

a.a_web::before {
	content: '\f0ac';
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0px;
	display: block;
	height: auto;
	color: #646464;
}

a.a_tel:hover,
a.a_mobile:hover,
a.a_email:hover,
a.a_web:hover {
	color: #000000;
}

a.a_tel:hover::before,
a.a_mobile:hover::before,
a.a_email:hover::before,
a.a_web:hover::before {
	color: #000000;
}

.contactpic {
	font-family: 'Poppins';
}

.contactpic p {
	color: #252525;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 1.6rem;
}

.formdiv {
	background-color: #fff;
	padding: 0px;
	border-radius: 12px;
}

.formdiv h2 {
	font-size: 18px;
}

.form-group {
	margin-bottom: 12px;
}

.form-control1 {
	display: block;
	padding: 0px;
	width: 100%;
	height: 30px;
	border: 1px solid #ccc;
	padding-left: 10px;
	font-size: 14px;
}

.submitbtn {
	color: #fff;
	background-color: #297dbb;
	border-color: #297dbb;
	padding: 10px 32px;
}

.submitbtn:hover,
.submitbtn:active,
.submitbtn.active,
.submitbtn:focus,
.submitbtn.focus {
	color: #fff;
	background-color: #ce4904;
	border-color: #ce4904;
	background-color: #000;
	border-color: #000;
}


span.input-group-addon {
	background-color: #fff;

	border: none;
}

.googlemap {
	width: 100%;
	height: 500px;
	background: url(../images/enmap.jpg) center center no-repeat;
	margin-top: 40px;
}

.baidumap {
	width: 100%;
	height: 500px;
	background: url(../images/baiduMap.jpg) center center no-repeat;
	margin-top: 40px;
}

.baidumap a {
	display: block;
	width: 100%;
	height: 100%;
}

.nopaddingbottom {
	padding-bottom: 0px;
}

.topicTitle {
	padding: 45px 0;
}

.topicTitle h3 {
	font-size: 3.2rem;
	font-family: 'Poppins-Bold';
	margin-bottom: 20px;
	text-align: center;
}

.topicTitle p {
	font-size: 1.8rem;
	color: #000;
	text-align: center;
	line-height: 1.8;
}

/* 首页网格 */
.grid-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-bottom: 80px;
}

.grid-item {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	background-color: #f0f0f0;
	cursor: pointer;
}

.grid-item:hover img {
	transform: scale(1.25);
}

.grid-item:hover p {
	bottom: 50%;
	opacity: 1;
	/*
	background-color: rgba(255, 255, 255, 0.70);
	color: #000;
	*/
	padding: 8% 12px;
	background-color: rgba(41, 125, 187, 0.90);
}

.grid-item a {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 75%;
	/* 4:3 aspect ratio */
}

.grid-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease;
}

.grid-item p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 10px 12px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 15px;
	opacity: 0.7;
	transition: bottom 0.3s ease, opacity 0.3s ease;
}

/*产品运用*/
.appSolution {
	width: 100%;
	padding: 0px 0px 90px;
	background-color: #f0f0f0;
}

.iproductItem {
	background-color: #fff;
	margin-bottom: 60px;
}

.toph3 {
	padding: 60px 0px 30px;
}

.toph3 h3 {
	font-size: 3.6rem;
	font-family: 'Poppins-Bold';
	color: #000;
	text-align: center;
}

.itemcontainerPic {
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	background-color: #fff;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.itemcontainerPic a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.itemcontainerPic a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.itemcontainerPic a:hover img {
	transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
}

.itemcontainerTxt {
	width: 100%;
	padding: 30px 30px 60px;
}

.itemcontainerTxt a {
	display: block;
	width: 100%;
	/* height: 42px; */
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #313e46;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1.2;
}

.itemcontainerTxt a:hover {
	text-decoration: underline;
}

.itemcontainerBtn {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
}

.itemcontainerBtn a {
	display: block;
	width: 100%;
	font-size: 1.8rem;
	font-weight: normal;
	color: #fff;
	color: #333;
	padding: 15px;
}

.itemcontainerBtn:hover {
	background-color: #297dbb;
}

.itemcontainerBtn:hover a {
	color: #fff;
}

.itemcontainerBtn p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}


@media (max-width: 320px) {
	.iproducts .container {
		width: 290px;
	}
}

@media (min-width: 321px) and (max-width: 360px) {
	.iproducts .container {
		width: 330px;
	}
}

@media (min-width: 361px) and (max-width: 414px) {
	.iproducts .container {
		width: 330px;
	}
}

@media (min-width: 415px) and (max-width: 600px) {
	.iproducts .container {
		width: 380px;
	}
}

@media (max-width: 767px) {
	h6 {
		font-size: 1.3rem !important;
	}

	h5 {
		font-size: 1.4rem !important;
	}

	h4 {
		font-size: 1.6rem !important;
	}

	h3 {
		font-size: 1.8rem !important;
	}

	h2 {
		font-size: 2.4rem !important;
	}

	h1 {
		font-size: 3rem !important;
	}

	p {
		font-size: 1.4rem !important;
	}

	.callbacks_nav {
		display: none;
	}

	.iproductItem:nth-child(odd) {
		background: #202444;
	}

	.quicklinks h2 {
		font-size: 1.6rem !important;
		font-family: 'Poppins-Bold';
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 24px;
	}

	.followdiv h2 {
		font-size: 1.6rem !important;
		font-family: 'Poppins-Bold';
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 24px;
	}

	.innerbanner {
		width: 100%;
		height: 160px;
		background-size: cover !important;
	}

	.contact_ban {
		background-position: left top;
	}

	.maincontentdiv {
		padding: 15px 0px 30px;
	}

	.mainCon a img {
		margin-bottom: 10px;
	}

	.productsDiv {
		width: 100%;
	}

	.prolist {
		width: 47%;
	}

	.leftbigpic {
		width: 100%;
		margin-right: 0;
	}

	.rightpiclist {
		width: 100%;
	}

	.rightpiclist h3 {
		font-weight: 700;
		color: #000;
	}

	.productDetails {
		margin-top: 0px;
	}

	.productDetails h4 {
		margin-top: 5px;
	}

	.name_h3 span {
		font-size: 18px;
	}

	.newsDiv {
		width: 100%;
	}

	.faqCenter {
		width: 100%;
	}

	.Certificationlist {
		margin-top: 20px;
		margin-bottom: 0;
	}

	.Certificationlistpic {
		padding-top: 150%;
	}

	.prolist:nth-of-type(1) {
		margin-left: 0%;
		margin-right: 3%;
		float: left;
	}

	.prolist:nth-of-type(2) {
		margin-left: 3%;
		margin-right: 0%;
		float: left;
	}

	.prolist:nth-of-type(3) {
		margin-left: 0%;
		margin-right: 3%;
		float: left;
	}

	.prolist:nth-of-type(4) {
		margin-left: 3%;
		margin-right: 0%;
		float: left;
	}

	.prolist:nth-of-type(5) {
		margin-left: 0%;
		margin-right: 3%;
		float: left;
	}

	.prolist:nth-of-type(6) {
		margin-left: 3%;
		margin-right: 0%;
		float: left;
	}

	.prolist:nth-of-type(7) {
		margin-left: 0%;
		margin-right: 3%;
		float: left;
	}

	.prolist:nth-of-type(8) {
		margin-left: 3%;
		margin-right: 0%;
		float: left;
	}

	.prolist:nth-of-type(9) {
		margin-left: 0%;
		margin-right: 3%;
		float: left;
	}

	.prolist:nth-of-type(10) {
		margin-left: 3%;
		margin-right: 0%;
		float: left;
	}

	.prolist:nth-of-type(11) {
		margin-left: 0%;
		margin-right: 3%;
		float: left;
	}

	.prolist:nth-of-type(12) {
		margin-left: 3%;
		margin-right: 0%;
		float: left;
	}

	a.faq_a {
		font-size: 15px;
	}

	.well div,
	.well p,
	.well span {
		font-size: 15px;
	}

	.contactcontenttxt {
		margin-top: 30px;
	}

	.mobileNavul {
		margin: auto;
	}

	.mobileNavul ul {
		padding-left: 15px;
	}

	.toph3 {
		padding: 20px 0px 20px;
	}

	.toph3 h3 {
		font-size: 1.8rem;
	}

	.itemcontainerBtn a {
		font-size: 13px;
		font-weight: normal;
	}

	.grid-container {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 30px;
	}

	.topicTitle {
		padding: 30px 0;
	}

	.appSolution {
		padding: 0px 0px 20px;
	}

	.inews {
		padding: 30px 0 50px;
	}

	.inewsitem h2 a {
		font-size: 13px;
		color: #000;
	}

	#inh2 a {
		font-size: 1.8rem;
	}
}

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

@media only screen and (max-width: 1024px) {
	.topnav {
		width: 100%;

		height: 60px;

		background-color: #000;

		position: relative;

		top: 0;

		left: 0;

		z-index: 20;
	}

	.xynavScroll- {
		background-color: rgba(0, 0, 0, 0.9);
		position: fixed;
	}

	.logodiv {
		width: 120px;

		height: 60px;

		transform: translateX(-30%);

		left: 30%;

		position: relative;

		float: none;

		display: inline-block;
	}

	.logodiv a {
		padding-top: 8px;
		margin-top: 0;
	}

	.searchlanguage {
		display: inline-block;
		float: right;
		margin: 0;
		position: relative;
	}

	.searchlanguage li {
		display: inline !important;
		float: left;
		line-height: 50px;
	}

	.searchlanguage li a {
		color: #fff;

		background-color: transparent !important;

		display: inline;

		padding: 0 6px;
	}

	.searchlanguage #searchform {
		height: 50px;

		width: 280px;

		padding: 5px;

		border-radius: 4px;

		margin: 0;

		right: -64px;

		border-color: #48c7ec;

		top: 48px;

		position: absolute;

		background-color: #fff;
	}

	.iproducts {
		margin-top: 9px;
		border-top: 1px solid #fff;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.logodiv {
		transform: translateX(-50%);

		left: 50%;
	}

	.searchlanguage li a {
		padding: 0 12px;
	}

	.footer {
		padding: 45px 30px;
	}
}

@media only screen and (width: 1024px) {}

@media (min-width: 1024px) and (max-width: 1365px) {}

@media (min-width: 1366px) {}

@media (min-width: 1440px) {}

@media (min-width: 1600px) {}

@media (min-width: 1920px) {}