@import "bootstrap.css";
@import "animate.min.css";
@import "swiper.min.css";
@import "mobile_nav.css";
@import "../fonts/iconfont.css";
@import "../layui/css/layui.css";


/***

====================================================================
	Reset
====================================================================

 ***/
:root {
	--brand-color: #05c3de;
}

:root {
	--brand-blue: #3a7179;
}

:root {
	--brand-orange: #d74500;
}

:root {
	--brand-yellow: #f7f6ed;
}

:root {
	--brand-gray: rgba(245, 245, 245, 1);
}

* {
	margin: 0;
	padding: 0;
	text-size-adjust: inherit;
	text-size-adjust: initial;
	text-size-adjust: unset;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

@font-face {
	font-family: Rubik;
	src: url(../fonts/Rubik-Regular.eot?#iefix);
	src: url(../fonts/Rubik-Regular.eot?#iefix) format("eot"), url(../fonts/Rubik-Regular.woff) format("woff"), url(../fonts/Rubik-Regular.woff2) format("woff2"), url(../fonts/Rubik-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Rubik-Light;
	src: url(../fonts/Rubik-Light.eot?#iefix);
	src: url(../fonts/Rubik-Light.eot?#iefix) format("eot"), url(../fonts/Rubik-Light.woff) format("woff"), url(../fonts/Rubik-Light.woff2) format("woff2"), url(../fonts/Rubik-Light.ttf) format("truetype");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: Rubik-LightItalic;
	src: url(../fonts/Rubik-LightItalic.eot?#iefix);
	src: url(../fonts/Rubik-LightItalic.eot?#iefix) format("eot"), url(../fonts/Rubik-LightItalic.woff) format("woff"), url(../fonts/Rubik-LightItalic.woff2) format("woff2"), url(../fonts/Rubik-LightItalic.ttf) format("truetype");
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: Rubik-bold;
	src: url(../fonts/Rubik-Bold.eot?#iefix);
	src: url(../fonts/Rubik-Bold.eot?#iefix) format("eot"), url(../fonts/Rubik-Bold.woff) format("woff"), url(../fonts/Rubik-Bold.woff2) format("woff2"), url(../fonts/Rubik-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal
}


html,
body {
	position: relative;
	color: #000;
	font-size: 14px;
	text-size-adjust: inherit;
	text-size-adjust: initial;
	text-size-adjust: unset;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	height: 100%;
	font-family: Rubik;
}



a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
	display: inline-block;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	margin: 0;
	background: none;
}

input,
button,
select,
textarea {
	font-weight: normal;
}

input:focus {
	outline: none;
}


ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

input::-webkit-input-placeholder {
	color: #999;
}

img {
	max-width: 100%;
}



.text-right {
	text-align: right;
}

.clearfix {
	clear: both;
	*zoom: 1
}

.clearfix:after {
	display: block;
	content: '';
	clear: both;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font24 {
	font-size: 24px;
}

.font30 {
	font-size: 30px;
}

.font32 {
	font-size: 32px;
}

.font36 {
	font-size: 36px;
}

.blank10 {
	height: 10px;
}

.blank15 {
	height: 15px;
}

.blank20 {
	height: 20px;
}

.blank30 {
	height: 30px;
}

.blank40 {
	height: 40px;
}

.blank50 {
	height: 50px;
}

.blank60 {
	height: 60px;
}

.blank70 {
	height: 70px;
}

.blank80 {
	height: 80px;
}

.blank90 {
	height: 90px;
}

.blank100 {
	height: 100px;
}





.animated-element {
	opacity: 0;
	transition: opacity 1s, transform 1s;
}




/* web style sheets */
.header-transparent {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999;
	border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.header-transparent:hover {
	background: rgba(255, 255, 255, 1)
}

.header-transparent:hover .navigation a {
	color: #000;
}


.header-transparent:hover .logo-black {
	display: block;
}

.header-transparent:hover .logo-white {
	display: none;
}

.header-transparent:hover .language {
	color: #000;
}

.header-transparent:hover .language img {
	filter: invert();
}


.header-sticky {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.header-sticky.sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	background-color: #fff;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	display: block;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}





.header-main {
	padding: 0 100px;
}

.techtop-logo {
	padding: 15px 0;
}

.techtop-logo .logo-black {
	display: none;
}

.sticky .logo-black {
	display: block;
}

.sticky .logo-white {
	display: none;
}

.navigation {
	padding: 30px 0 0 0;
	text-align: center;
}

.navigation a {
	margin: 0 20px;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.navigation a:hover,
.sticky .navigation a:hover {
	color: var(--brand-orange);
}

.sticky .navigation a {
	color: #333;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}


.language {
	padding: 30px 0 0 0;
	color: #fff;
	font-size: 18px;
	position:relative;
	cursor: pointer;
	
}
.language>div{
	height:50px;
}

.language:hover {
	color: #fff;
}

.language img {
	width: 25px
}

.sticky .language {
	color: #333;
}

.sticky .language img {
	filter: invert();
}

.language ul {
	position: absolute;
	display: none !important;
	background: #fff;
	width: 100px;
	right: -30px;
	top: 60px;
	text-align: center;
}

.language:hover ul {
	display: block !important;
	border-bottom-right-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
	background: #fff !important;
}

.language:hover ul a {
	padding: 0 10px;
	display: block;
	border-top: 1px #eaeaea solid;
	line-height: 40px;
	color: #000;
}

.sticky .language:hover ul {
	background: #eaeaea !important;
}

.sticky .language:hover ul a {
	border-top: 1px #ccc solid !important;
}




.flex-pack {
	display: -webkit-flex;
	display: flex;
	height: 100%;
	width: 100%;
	justify-items: center;
}

.flex-auto {
	margin: auto !important;
}

.flex-row {
	margin: 0 auto !important;
}

.flex-column {
	margin: auto 0 !important;
}


.flex-container {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	height: 100%;
}

.flex-container-direction {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
}


.nav-up-selected a {
	color: #cb5219 !important;
}


.navigation-down {
	position: fixed;
	top: 80px;
	left: 0px;
	width: 100%;
	z-index: 10000000;
}

.navigation-down .nav-down-menu {
	border-top: 1px #fff solid;
	width: 100%;
	margin: 0;
	padding: 50px 0;
	background: var(--brand-gray);
	position: absolute;
	top: 0px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.current-menu {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: var(--brand-orange);
	font-weight: 100;
}

.current-slogin {
	padding: 0 50px 0 0;
	font-size: 24px;
	font-weight: 100;
	color: var(--brand-blue);
}

.current-menu span {
	margin: 0 10px 0 0;
	display: inline-block;
	font-size: 24px;
}

.sub-menu {
	display: block;
}

.sub-menu a,
.sub-menu a:visited {
	position: relative;
	margin: 10px;
	display: inline-block;
	padding: 15px 20px;
	border-radius: 10px;
	color: #000 !important;
	background: #eaeaea;
	width: 200px;
}

.sub-menu a:hover {
	background: var(--brand-blue);
	color: #fff !important;
}

.sub-menu a span {
	position: absolute;
	right: 18%;
	top: 38%;
	opacity: 0;
	color: #fff !important;
}

.sub-menu a:hover span {
	position: absolute;
	right: 8%;
	top: 38%;
	opacity: 1;
}

.products-menu {
	display: block;
}

.products-menu h2 {
	font-size: 20px;
	font-weight: 100;
	border-bottom: 2px solid #000;
	line-height: 35px;
	font-weight: bold;
	color: #000;
}

.products-menu h2 a,
.products-menu h2 a:visited {
	color: #000 !important;
	display: block;
}

.products-menu h2 a:hover {
	color: var(--brand-orange) !important;
}

.products-menu ul {
	position: relative;
	padding: 10px 0;
}

.products-menu ul li {
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.products-menu ul li>a,
.products-menu ul li>a:visited {
	display: block;
	color: #000 !important;
}

.products-menu ul li>a:hover {
	display: block;
	color: var(--brand-orange) !important;
}

.products-menu ul li>a span {
	float: right;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: var(--brand-orange);
	color: #fff;
	text-align: center;
	line-height: 25px;
	overflow: hidden;
	font-size: 20px;
}

.sub-category {
	padding: 10px 0 0 0;
	display: none;
}

.sub-category>a {
	position: relative;
	padding: 5px 10px 5px 15px;
	display: block;
	color: #666 !important;
	line-height: 16px;
	font-weight: 300 !important;
}

.sub-category>a:before {
	position: absolute;
	left: 0;
	top: 6px;
	content: '■';
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 10px;
	vertical-align: top;
}

.sub-category>a:hover {
	color: var(--brand-orange) !important;
}

.ProCategory {
	margin: 10px 0;
}

.ProCategory h2 {
	padding: 15px 0;
	font-size: 18px !important;
	font-weight: 100;
	border-bottom: 2px solid #000;
	color: #000;
	text-align: left;
	cursor: pointer;
}

.ProCategory .active {
	border-bottom: 2px solid var(--brand-orange);
	color: var(--brand-orange) !important
}

.ProCategory h2 span {
	float: right;
	width: 25px;
	height: 25px;
	background: var(--brand-orange);
	color: #fff;
	text-align: center;
	line-height: 25px;
	overflow: hidden;
	font-size: 20px;
}

.category-list {
	padding: 30px 0;
	display: none;
}

.category-list a {
	padding: 10px 0;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.category-list-img {
	display: inline-block;
	width: 120px;
	margin: 0 30px 0 0;
	float: left;
}

.category-list-name {
	margin: 10px 0 0 0;
	font-size: 16px;
	color: #666;
}

.category-list-btn {
	margin: 10px 0 0 0;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 30px;
	border: 1px solid var(--brand-orange);
	color: var(--brand-orange) !important
}

.category-list a:hover .category-list-btn {
	background: var(--brand-orange);
	border: 1px solid var(--brand-orange);
	color: #fff !important
}







.bannerVideo {
	position: relative;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100%;
	background: #000;
	overflow: hidden;
	z-index: 100;
}

.bannerVideo video {
	position: relative;
	width: 100% !important;
	height: 100%;
	object-fit: cover !important;
	z-index: 120;
}

.bannerVideo .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 57, 65, .6);
	z-index: 200;
}

.bannerVideo .mask h2 {
	font-size: 72px;
	color: #fff;
	font-weight: bolder;
}

.bannerVideo .mask h4 {
	font-size: 42px;
	color: #fff;
	font-weight: 500;
}


.bannerVideo .sroll {
	margin-left: -30px;
	position: absolute;
	left: 50%;
	bottom: 40px;
	width: 60px;
	height: 60px;
	z-index: 210;
	animation: scroll-down-animation 1.5s infinite;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.mouse-pointer {
	width: 20px;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.mouse-pointer::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@keyframes scroll-down-animation {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(15px);
	}

	100% {
		transform: translateY(0);
	}
}



.btn-border {
	display: inline-block;
	padding: 10px 50px;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 50px;
	color: #fff;
}

.btn-border:hover {
	color: #fff;
	background: var(--brand-orange);
	border: 1px solid var(--brand-orange);
}

.title-big {
	font-size: 48px;
}

.home-sort {
	font-size: 14px;
	line-height: 50px;
}

.home-sort a:link,
.home-sort a:visited {
	color: #666;
}

.home-sort a:hover,
.home-sort .active {
	text-decoration: underline;
	color: #e6a42a !important;
}

.homePro {
	width: 100%;
	overflow-x: hidden;
}

.homePro .product-name {
	padding: 10px 0;
	font-size: 14px;
}

.btn-more,
.btn-more:visited {
	display: inline-block;
	padding: 10px 40px;
	color: #fff;
	font-size: 14px;
	background: #e6a42a;
}

.btn-more:hover {
	background: #31717a;
}

.transition {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.bg-grey {
	background: #f6f6f6;
}



.aboutBar {
	position: relative;
	height: 1080px;
}

.aboutBar video {
	position: absolute;
	width: 100% !important;
	height: 100%;
	object-fit: cover !important;
	z-index: 120;
}

.aboutBar .techtop-info {
	position: absolute;
	width: 100% !important;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 150;
	color: #fff;
}

.aboutBar .techtop-info .flex-auto {
	opacity: 0;
}

.techtop-name {
	font-size: 60px;
	font-family: Rubik-Light;
}

.techtop-text {
	font-size: 24px;
	padding: 20px 0 0 0;
	font-family: Rubik-Light;
}





.aboutBar .logo_transparent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	z-index: 200;
}

.aboutBar .logo_transparent img {
	width: 100%;
}

.home-pro-sort {
	line-height: 50px;
	color: #999;
}

.home-pro-sort a:link,
.home-pro-sort a:visited {
	margin: 0 10px;
	display: inline-block;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.home-pro-sort a:hover {
	color: var(--brand-orange);
}




.certificate {
	width: 100%;
	overflow: hidden;
}

.techtop {
	opacity: 0;
}

.movecertificate {
	height: 130px;
	position: relative;
	background: url(../images/certificate.jpg) repeat-x 0 50%;
	background-size: 2800px auto;
	animation-name: moveBg;
	animation-duration: 50s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes moveBg {
	from {
		background-position: 0 50%;
	}

	to {
		background-position: -2800px 50%;
	}
}


.videoBar>div {
	float: left;
}

.videoBar .videoBox {
	position: relative;
	height: 660px;
	width: 45%;
}

.videoBar .videoBox .about-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/video-bg.jpg) no-repeat center center;
	background-size: cover;
	filter: blur(3px);
}

.videoBar .videoBox .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
}

.videoBar .videoBox .mask a {
	font-size: 16px;
	color: #fff;
	line-height: 48px;
}

.videoBar .videoBox .mask a span {
	margin: 0 15px;
	position: relative;
	display: inline-block;
	font-size: 48px;
	color: #fff;
	vertical-align: middle;
}

.mask a span::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	border: 1px solid currentColor;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	animation: pulse_border_2 1500ms ease-out infinite;
}

@keyframes pulse_border_2 {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.videoAbout {
	padding: 80px 100px;
	width: 55%;
	height: 660px;
	background: url(../images/about-tecthop.png) no-repeat center bottom;
}



.videoAbutDec {
	padding: 30px 0;
	color: #666;
	line-height: 24px;
}

.videoNumber {
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
}

.videoNumber h3 {
	font-size: 60px;
	color: var(--brand-orange);
}



.news-swiper {
	background: #fafafa;
}

.news-item {
	padding: 0 0 20px 0;
	margin: 30px 0;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.news-item .news-item-img {
	min-height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 8px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	position: relative;
}

.news-item .news-item-img a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

.news-item-name {
	padding: 15px 30px 0 30px;
	font-size: 20px;
	height: 66px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-item-btn,
.news-item-date {
	padding: 10px 30px;
	color: #999;
}

.news-item-date span {
	color: #000;
	font-size: 20px;
	vertical-align: middle;
}


.news-content {
	min-height: 800px;
	padding: 60px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.news-content-info {
	padding: 50px 0;
	color: #666;
	line-height: 30px;
	font-size: 18px;
	font-family: Rubik-Light;
}

.news-content-info p {
	margin: 10px 0;
}

.newBox {
	padding: 100px 0;
	background: url(../images/news-bg.jpg);
	background-size: cover;
	min-height: 760px;
}

.newThum {
	position: relative;
	background-size: cover;
	min-height: 400px;
	border-radius: 10px;
	overflow: hidden;
}

.newThum .title {
	position: absolute;
	padding: 10px 20px;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.newThum .title a {
	color: #fff;
}

.newsList {
	list-style: none;
}

.newsList li {
	background: #fff;
	padding: 35px;
	border-radius: 10px;
}

.newsList li a {
	color: #333;
}

.newsList li a h2 {
	margin: 0 0 10px 0;
	font-size: 20px;
}

.newsList li:nth-child(2) {
	margin: 20px 0;
}


.footer {
	color: #fff;
	padding: 80px 0 10px 0;
	background: #222222;
	font-family: Rubik-Light;
}

.footer .brand {
	background: url(../images/logo-white.png) no-repeat;
	background-size: 140px auto;
	padding: 60px 100px 0 0;
	font-size: 12px;
	color: rgba(255, 255, 255, .7);
	line-height: 20px;
	text-align: justify;
}

.footmenu h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
}

.footmenu a,
.footmenu a:visited {
	display: block;
	padding: 10px 0;
	color: rgba(255, 255, 255, .7) !important;
	font-size: 12px;
}

.footmenu a:hover {
	color: rgba(255, 255, 255, 1) !important;
}

.footer .copyright {
	margin: 80px 0 0 0;
	padding: 25px 0;
	border-top: 1px solid rgba(255, 255, 255, .3);
	color: #fff;
	font-size: 12px;
}

.footer a:link,
.footer a:visited {
	color: #fff;
}

.logo-color {
	color: #0A5D66;
}



.banner-inner {
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
}

.banner-inner h2 {
	margin: 10px auto !important;
	font-size: 48px;
	text-align: center;
}

.banner-inner h3 {
	margin: 0 auto !important;
	font-weight: 100;
	font-size: 32px;
	font-family: Rubik-Light;
}

.crumbs {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #666;
	font-family: Rubik-Light;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.crumbs a:link,
.crumbs a:visited {
	position: relative;
	color: #333;
}

.crumbs a:hover {
	color: #16baaa;
}

.crumbs a::after {
	display: inline-block;
	content: ">";
	color: #666;
	margin: 0 15px;
}

.maintext {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	font-family: Rubik;
	font-weight: 100;
}

.maintext p {
	margin: 15px 0;
	text-align: justify;
}


.aboutbg {
	/* padding: 0 700px 0 0;
	background: url(../images/about-pic.jpg) no-repeat right 70px;
	background-size: 600px auto; */
}

.product-total {
	background: url(../images/drawing.jpg) no-repeat;
	background-size: cover;
}

.product-info {
	color: #999;
}

.product-info p {
	margin: 10px 0;
	font-weight: 100;
}

.products-sort {
	height: 400px;
	text-align: center;
}

.products-sort img {
	max-width: 80%;
	max-height: 80%;
}

.products-name {
	height: 400px;
}

.products-name h2 {
	font-size: 36px;
}

.power_frame {
	border-left: 4px #333 solid;
	padding: 10px 30px;
	font-size: 20px;
	color: #333;
}

.power_frame h3 {
	font-weight: bold;
}

.products_list {
	display: block;
}

.products_list li {
	border-bottom: 1px #ccc solid;
	padding: 25px 0;
	cursor: pointer;
}

.products_list li .active {
	color: #0A5D66;
	font-weight: bold;
}

.products_list li .sort-name {
	font-size: 18px;
}

.products_list li .sort-name span {
	float: right;
	display: inline-block;
	font-size: 24px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.products_show {
	margin-top: 10px;
	display: none;
}

.products_show_thumb {
	position: relative;
	background: #f0f0f0;
	text-align: center;
}

.products_show_thumb a {
	height: 260px;
	padding: 30px;
	display: block;
	background: url(../images/products_icon.png) no-repeat right bottom;
}

.products_show_thumb a:hover {
	background: url(../images/products_icon.png) no-repeat center bottom;
}



.products_show_thumb img {
	max-width: 100%;
	max-height: 100%;
}

.products_nametext {
	padding: 15px 0;
	text-align: center;
}

.products_more_btn a,
.products_more_btn a:visited {
	display: inline-block;
	border: 1px #e6a42a solid;
	padding: 10px 50px;
	border-radius: 50px;
	color: #e6a42a;
}

.products_more_btn a:hover {
	background: #e6a42a;
	color: #fff;
}

.products-tag {
	padding: 25px 0 0 0;
	border-top: 1px #ccc solid;
	background: #f0f0f0;
	text-align: center;
}

.products-tag a:link,
.products-tag a:visited {
	margin: 0 40px;
	display: inline-block;
	padding: 0 0 25px 0;
	font-size: 16px;
	color: #333;
}

.products-tag a span {
	padding: 0 0 10px 0;
	display: block;
	font-size: 50px;
}

.products-tag a:nth-child(1) span {
	font-size: 60px;
}

.products-tag a:hover,
.products-tag .active {
	color: var(--brand-orange) !important;
}

.product_con {
	position: relative;
	padding: 80px 60px;
	background: #fff;
}

.product_con>div {
	font-size: 16px;
	color: #333;
}

.product_con>div p {
	margin: 20px 0;
}

.product-tag-title {
	position: relative;
	padding: 25px 0;
	font-size: 32px;
	font-weight: bold;
	color: var(--brand-blue);
	text-transform: uppercase;
}

.product-tag-title:before {
	position: absolute;
	left: 0;
	top: 0;
	content: ' ';
	width: 100px;
	height: 3px;
	background: var(--brand-blue);
}

.list-disc {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 20px 100px 20px 20px;
	font-family: Rubik-light;
}

.list-disc li {
	padding: 8px 0;
	list-style-type: disc;
	color: #666;
}

.product-btn-pdf,
.product-btn-pdf:visited {
	display: block;
	padding: 10px 0;
	color: #0A5D66;
}

.product-btn-pdf:hover {
	color: #0A5D66;
	text-decoration: underline;
}

.product-btn-pdf span {
	color: #0A5D66;
	font-size: 20px;
}


.tab-main {
	background: rgba(245, 245, 245, 1)
}

.tab-title {
	height: 250px;
	background: url(../images/tab-bg.jpg) no-repeat right center;
	background-size: cover;
}

.tab-title h2 {
	margin: 0;
	font-size: 30px;
	color: rgba(255, 255, 255, 1);
	line-height: 138px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab-title h2 span {
	color: #ff5722;
}

.tab-item {
	list-style: none;
	display: block;
	height: 112px;
	overflow: hidden;
}

.tab-item li {
	padding: 20px 40px;
	float: left;
	background: #333;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-family: Rubik-Light;
	border-right: 1px solid rgba(255, 255, 255, .1);
	cursor: pointer;
}

.tab-item li:last-child {
	border: None;
}

.tab-item li span {
	display: block;
	font-size: 48px;
	height: 55px;
	font-weight: 100 !important;
	font-family: Rubik-Light;
	text-align: center !important;
}

.tab-item .active {
	background: #fff;
	color: var(--brand-orange);
}

.searchSelect {
	padding: 0;
	background: #fff;
	height: 60px;
}

.models .layui-table td,
.models .layui-table th {
	position: relative;
	padding: 9px 5px !important;
	font-size: 14px
}

.models .layui-table tbody tr:nth-child(even) {
	background: rgba(245, 245, 245, 1)
}

.models .layui-table tbody tr:hover {
	background: var(--brand-blue) !important;
	color: #fff !important;
	cursor: pointer;
}

.models .layui-table tbody tr:hover .layui-btn-primary {
	background: #fff !important;
}

.home-pro-sort .active {
	color: var(--brand-orange) !important;
}

.tab-content {
	position: relative;
	display: none;
}

.tab-content.active {
	display: block;
}

.tab-content .pre-btn,
.tab-content .next-btn {
	position: absolute;
	top: 210px;
	width: 50px;
	height: 50px;
	background: #ccc;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.tab-content .pre-btn span {
	display: inline-block;
	transform: rotate(90deg);
	font-size: 24px;
	user-select: none;
}

.tab-content .next-btn span {
	display: inline-block;
	transform: rotate(-90deg);
	font-size: 24px;
	user-select: none;
}

.tab-content .pre-btn:hover,
.tab-content .next-btn:hover {
	background: var(--brand-blue);
	color: #fff;
}

.tab-content .pre-btn:hover span,
.tab-content .next-btn:hover span {
	color: #fff;
}

.tab-content .pre-btn {
	left: -80px;
}

.tab-content .next-btn {
	right: -80px;
}

.table-sheet .title {
	background: var(--brand-blue);
	color: #fff !important;
	font-size: 18px;
}

.table-sheet td {
	padding: 5px 10px !important;
	color: #333 !important;
	border: 1px #333 solid !important;
}


.table-sheet td img {
	max-width: 300px !important;
}

.searchSelect ul {
	list-style: none;
	padding: 10px 0 0 0;
}

.searchSelect ul li {
	margin: 0 0.33% 0 0;
	float: left;
	width: 13%;
}


.searchSelect .layui-input {
	border: 1px #ccc solid !important;
	color: #000 !important;
	font-size: 14px;
}


.searchSelect select option {
	color: #000 !important;
	font-size: 14px;
}


.searchSelect .layui-form-select dl dd {
	color: #000 !important;
	font-size: 14px;
}

.searchSelect input::placeholder {
	color: #000 !important;
}

.layui-table th {
	text-align: center;
	font-weight: 100;
	color: #333;
}


.products-pre,
.products-next,
.products-pre:hover,
.products-next:hover {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 140px;
	color: var(--brand-orange);
}

.products-pre {
	left: 50px;
	transform: rotate(180deg);
}

.products-next {
	right: 100px;
}

.products-pre span,
.products-next span {
	font-size: 32px;
}

.searchLeft {
	padding: 15px;
	background: #fff;
}





.products-details-pic,
.products-details-info {
	position: relative;
	height: 450px;
}

.products-details-pic img {
	max-width: 100%;
	max-height: 100%;
}

.products-details-info h2 {
	font-size: 50px;
	line-height: 70px;
}

.cations-tag {
	padding: 30px 0;
}

.cations-tag a:link,
.cations-tag a:visited {
	margin: 0 5px;
	padding: 8px 20px;
	display: inline-block;
	background: rgba(230, 164, 42, .2);
	border-radius: 20px;
	font-size: 18px;
	color: #cd5217;
}

.cations-tag a:hover,
.cations-tag .active {
	color: #fff !important;
	background: #0A5D66 !important;
}

.cations-thumb {
	height: 500px;
	border: 1px #eaeaea solid;
}

.cations-thumb img {
	max-width: 90%;
	max-height: 90%;
}

.cations-name {
	padding: 20px 0 40px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.contact-name {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.contact-company {
	position: relative;
	padding: 10px 0;
	font-size: 18px;
	color: #cd5217;
	border-bottom: 1px #ccc solid;
}

.contact-company::after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 150px;
	background: #cd5217;
	content: ' ';
}

.contact-info {
	padding: 20px 0;
}

.contact-info li {
	padding: 10px 0 10px 30px;
	color: #444;
}

.contact-info li:nth-child(1) {
	background: url(../images/contact-icon1.png) no-repeat 0 8px;
	background-size: 25px auto;
}

.contact-info li:nth-child(2) {
	background: url(../images/contact-icon2.png) no-repeat 0 8px;
	background-size: 20px auto;
}

.contact-info li:nth-child(3) {
	background: url(../images/contact-icon3.png) no-repeat 0 8px;
	background-size: 18px auto;
}

.news-list {
	list-style: none;
	display: block;
}

.news-list li {
	margin: 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 1px #eaeaea solid;
}

.news-list li>div {
	float: left;
}

.news-list li .news-thumb {
	position: relative;
	width: 400px;
	height: 260px;
	background-size: cover;
	background-position: center center;
}

.news-list li .news-thumb a {
	display: block;
	height: 100%;
}

.news-list li .news-thumb .date {
	margin-top: -70px;
	position: absolute;
	width: 140px;
	height: 140px;
	right: -70px;
	top: 50%;
	background: #fff;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
}

.news-list li .news-thumb .date .d,
.news-list li .news-thumb .date .m {
	text-align: center;
}

.news-list li .news-thumb .date .d {
	font-size: 56px;
	color: #0A5D66;
}

.news-list li .news-thumb .date .m {
	font-size: 24px;
	color: #999;
	font-family: Rubik-Light;
}

.news-list li .news-intro {
	margin-left: 130px;
	width: calc(100% - 530px);
	height: 260px;
}

.news-intro-title {
	padding: 15px 0;
}

.news-intro-title a {
	font-size: 26px;
	color: #0A5D66;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0 86%/0 0.18rem no-repeat;
	background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 86%/0 0.18rem no-repeat;
}

.news-intro-title a:hover {
	background-size: 100% 0.18rem;
}

.news-intro-info {
	font-size: 18px;
	color: #333;
	font-weight: 100;
}

.news-jiantou span {
	font-size: 42px;
	color: #666;
}



.news-list li:hover .news-jiantou span {
	margin-left: 50px;
	color: #0A5D66;
}

.news-list li:hover .news-thumb .date {
	background: #0A5D66;
}

.news-list li:hover .news-thumb .date .d,
.news-list li:hover .news-thumb .date .m {
	color: #fff;
}


.visionBox {
	padding: 100px 0;
	text-align: center;
	/* background: #333; */
	background: linear-gradient(#fff, #fff7e8);
}

.visionBox h3 {
	font-size: 32px;
	font-weight: 100;
}

.visionMap {
	position: relative;
	margin: 0 auto;
	width: 1310px;
	height: 600px;
	background: url(../images/vision-map.png) no-repeat;
}


div[class*="position"] {
	position: absolute;
	z-index: 10;
	user-select: none;
}


.position-1 {
	left: 590px;
	top: 224px;
}

.position-2 {
	left: 320px;
	top: 290px;
}

.position-3 {
	left: 524px;
	top: 370px;
}

.position-4 {
	left: 680px;
	top: 500px;
}

.position-4 {
	left: 680px;
	top: 500px;
}


.position-5 {
	left: 990px;
	top: 218px;
}

.position-6 {
	left: 940px;
	top: 130px;
}

.position-7 {
	left: 55px;
	top: 110px;
	z-index: 110 !important;
}


.position-8 {
	left: 110px;
	top: 135px;
	z-index: 100 !important;
}

.position-9 {
	left: 154px;
	top: 112px;
}

.position-10 {
	left: 132px;
	top: 170px;
}

.position-11 {
	left: 60px;
	top: 175px;
}

.position-12 {
	left: 100px;
	top: 105px;
	z-index: 105 !important;
}

.position-13 {
	left: 780px;
	top: 565px;
}

.position-14 {
	left: 970px;
	top: 330px;
}


div[class*="position"] .dot {
	position: relative;
	z-index: 1;
	width: 15px;
	height: 15px;
	border: 2px solid #ff5300;
	box-shadow: 0 0 5px 3px rgba(254, 196, 45, 0.2);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: block;
	cursor: pointer;
	background-color: #ff5300;
	animation: pulseOne 5s linear infinite;
	-webkit-animation: pulseOne 5s linear infinite;
	-moz-animation: pulseOne 5s linear infinite
}

div[class*="position"] .dot::before,
div[class*="position"] .dot::after {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 50%;
	background-color: #cd5217;
	opacity: 1
}

div[class*="position"] .dot::before {
	-webkit-animation: inner-ripple 2000ms linear infinite;
	-moz-animation: inner-ripple 2000ms linear infinite;
	animation: inner-ripple 2000ms linear infinite
}

div[class*="position"] .dot::after {
	-webkit-animation: outer-ripple 2000ms linear infinite;
	-moz-animation: outer-ripple 2000ms linear infinite;
	animation: outer-ripple 2000ms linear infinite
}

div[class*="position"] .details {
	position: relative;
	padding: 15px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	margin-top: 10px;
	opacity: 0;
	display: none;
	border-radius: 5px;
	text-align: left;
	font-size: 18px;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}

div[class*="position"] .details img {
	margin-bottom: 10px;
	max-height: 40px;
}


div[class*="position"] .details h2 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: 600;
	color: var(--brand-orange);
	text-transform: uppercase;
}

div[class*="position"]:hover .details {
	opacity: 1;
	display: block;
}

.position-1 .details {
	opacity: 1 !important;
	display: block !important;
}

.position-4 .details {
	margin-left: -240px;
}

.position-13 .details {
	margin: -80px 0 0 20px !important;
}




@keyframes pulseOne {
	0% {
		box-shadow: 0 0 0 0 rgba(150, 50, 0, 0.851), 0 0 0 0 rgba(150, 50, 0, 0.851);
		-webkit-box-shadow: 0 0 0 0 rgba(150, 50, 0, 0.851), 0 0 0 0 rgba(150, 50, 0, 0.851);
		-moz-box-shadow: 0 0 0 0 rgba(150, 50, 0, 0.851), 0 0 0 0 rgba(150, 50, 0, 0.851)
	}

	40% {
		box-shadow: 0 0 0 20px rgba(150, 50, 0, 0), 0 0 0 0 rgba(150, 50, 0, 0.851);
		-webkit-box-shadow: 0 0 0 20px rgba(150, 50, 0, 0), 0 0 0 0 rgba(150, 50, 0, 0.851);
		-moz-box-shadow: 0 0 0 20px rgba(150, 50, 0, 0), 0 0 0 0 rgba(150, 50, 0, 0.851)
	}

	80% {
		box-shadow: 0 0 0 20px rgba(150, 50, 0, 0), 0 0 0 20px rgba(150, 50, 0, 0);
		-webkit-box-shadow: 0 0 0 20px rgba(150, 50, 0, 0), 0 0 0 20px rgba(150, 50, 0, 0);
		-moz-box-shadow: 0 0 0 20px rgba(150, 50, 0, 0), 0 0 0 20px rgba(150, 50, 0, 0)
	}

	100% {
		box-shadow: 0 0 0 0 rgba(150, 50, 0, 0), 0 0 0 0 rgba(150, 50, 0, 0);
		-webkit-box-shadow: 0 0 0 0 rgba(150, 50, 0, 0), 0 0 0 0 rgba(150, 50, 0, 0);
		-moz-box-shadow: 0 0 0 0 rgba(150, 50, 0, 0), 0 0 0 0 rgba(150, 50, 0, 0)
	}
}

@-webkit-keyframes pulseOne {
	0% {
		box-shadow: 0 0 0 0 rgba(150, 50, 0, 0.851), 0 0 0 0 rgba(150, 50, 0, 0.851);
		-webkit-box-shadow: 0 0 0 0 rgba(150, 50, 0, 0.851), 0 0 0 0 rgba(150, 50, 0, 0.851);
		-moz-box-shadow: 0 0 0 0 rgba(150, 50, 0, 0.851), 0 0 0 0 rgba(150, 50, 0, 0.851)
	}

	40% {
		box-shadow: 0 0 0 20px rgba(150, 50, 0, 0), 0 0 0 0 rgba(150, 50, 0, 0.851);
		-webkit-box-shadow: 0 0 0 20px rgba(150, 50, 0, 0), 0 0 0 0 rgba(150, 50, 0, 0.851);
		-moz-box-shadow: 0 0 0 20px rgba(150, 50, 0, 0), 0 0 0 0 rgba(150, 50, 0, 0.851)
	}

	80% {
		box-shadow: 0 0 0 20px rgba(150, 50, 0, 0), 0 0 0 20px rgba(150, 50, 0, 0);
		-webkit-box-shadow: 0 0 0 20px rgba(150, 50, 0, 0), 0 0 0 20px rgba(150, 50, 0, 0);
		-moz-box-shadow: 0 0 0 20px rgba(150, 50, 0, 0), 0 0 0 20px rgba(150, 50, 0, 0)
	}

	100% {
		box-shadow: 0 0 0 0 rgba(150, 50, 0, 0), 0 0 0 0 rgba(150, 50, 0, 0);
		-webkit-box-shadow: 0 0 0 0 rgba(150, 50, 0, 0), 0 0 0 0 rgba(150, 50, 0, 0);
		-moz-box-shadow: 0 0 0 0 rgba(150, 50, 0, 0), 0 0 0 0 rgba(150, 50, 0, 0)
	}
}

@-moz-keyframes pulseOne {
	0% {
		box-shadow: 0 0 0 0 rgba(150, 50, 0, 0.851), 0 0 0 0 rgba(150, 50, 0, 0.851);
		-webkit-box-shadow: 0 0 0 0 rgba(150, 50, 0, 0.851), 0 0 0 0 rgba(150, 50, 0, 0.851);
		-moz-box-shadow: 0 0 0 0 rgba(150, 50, 0, 0.851), 0 0 0 0 rgba(150, 50, 0, 0.851)
	}

	40% {
		box-shadow: 0 0 0 20px rgba(150, 50, 0, 0), 0 0 0 0 rgba(150, 50, 0, 0.851);
		-webkit-box-shadow: 0 0 0 20px rgba(150, 50, 0, 0), 0 0 0 0 rgba(150, 50, 0, 0.851);
		-moz-box-shadow: 0 0 0 20px rgba(150, 50, 0, 0), 0 0 0 0 rgba(150, 50, 0, 0.851)
	}

	80% {
		box-shadow: 0 0 0 20px rgba(150, 50, 0, 0), 0 0 0 20px rgba(150, 50, 0, 0);
		-webkit-box-shadow: 0 0 0 20px rgba(150, 50, 0, 0), 0 0 0 20px rgba(150, 50, 0, 0);
		-moz-box-shadow: 0 0 0 20px rgba(150, 50, 0, 0), 0 0 0 20px rgba(150, 50, 0, 0)
	}

	100% {
		box-shadow: 0 0 0 0 rgba(150, 50, 0, 0), 0 0 0 0 rgba(150, 50, 0, 0);
		-webkit-box-shadow: 0 0 0 0 rgba(150, 50, 0, 0), 0 0 0 0 rgba(150, 50, 0, 0);
		-moz-box-shadow: 0 0 0 0 rgba(150, 50, 0, 0), 0 0 0 0 rgba(150, 50, 0, 0)
	}
}

@keyframes inner-ripple {
	0% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: .5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1)
	}

	30% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: .5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1)
	}

	100% {
		transform: scale(1.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5)
	}
}

@-webkit-keyframes inner-ripple {
	0% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: .5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1)
	}

	30% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: .5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1)
	}

	100% {
		transform: scale(1.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5)
	}
}

@-moz-keyframes inner-ripple {
	0% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: .5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1)
	}

	30% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: .5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1)
	}

	100% {
		transform: scale(1.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5)
	}
}

@keyframes outer-ripple {
	0% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: .5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-webkit-filter: alpha(opacity=50)
	}

	80% {
		transform: scale(1.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5)
	}

	100% {
		transform: scale(2.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5)
	}
}

@-webkit-keyframes outer-ripple {
	0% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: .5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1)
	}

	80% {
		transform: scale(2.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5)
	}

	100% {
		transform: scale(3.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(3.5);
		-moz-transform: scale(3.5);
		-ms-transform: scale(3.5);
		-o-transform: scale(3.5)
	}
}

@-moz-keyframes outer-ripple {
	0% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: .5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1)
	}

	80% {
		transform: scale(2.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5)
	}

	100% {
		transform: scale(3.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(3.5);
		-moz-transform: scale(3.5);
		-ms-transform: scale(3.5);
		-o-transform: scale(3.5)
	}
}

.no-scroll {
	overflow: hidden;
	/* 禁止滚动条 */
}

.maskSearch {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 8000;
	display: none;
}

.fixed-search {
	position: fixed;
	right: 10px;
	bottom: 50%;
	margin-bottom: -185px;
	width: 72px;
	height: 72px;
	border-radius: 4px;
	background: #fff;
	z-index: 1000000;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
	cursor: pointer;
}

.fixed-search-close {
	position: fixed;
	right: 10px;
	bottom: 50%;
	margin-bottom: -185px;
	width: 72px;
	height: 72px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #fff;
	z-index: 10000001;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	cursor: pointer;
	display: none;
}

.fixed-search-close>div {
	line-height: 72px;
	text-align: center;
}

.fixed-search-icon {
	color: rgba(255, 76, 0, 1);
	font-size: 32px;
	user-select: none;
}

.fixed-search-box {
	position: fixed;
	right: 10px;
	bottom: 50%;
	margin-bottom: -185px;
	width: 72px;
	height: 72px;
	border-radius: 5px;
	padding: 15px;
	background: #fff;
	z-index: 900000;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	overflow: hidden;
}

.select-item li {
	display: block;
	padding: 0 0;
	color: #999;
}

.select-two>li {
	color: #999;
	flex: 1;
}

.select-two li {
	width: 50%;
	float: left;
}

.select-two li:nth-child(1) {
	padding-right: 10px;
}

.select-two li:nth-child(2) {
	padding-left: 10px;
}

.select-item select,
.select-two select {
	padding: 5px;
	width: 100%;
	color: #333;
	border: 1px #666 solid;
}

.search-relative {
	position: relative;
}

.search-btn {
	position: absolute;
	left: -15px;
	right: -15px;
	bottom: -74px;
	height: 72px;
	border: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	width: 100%;
	background: rgba(255, 76, 0, 1);
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 72px;
	user-select: none;
}

.search-btn:hover {
	color: #fff;
}

.search-btn:hover span {
	margin: 0 0 0 20px;
}

.search-btn span {
	vertical-align: middle;
	font-size: 28px !important;
	user-select: none;
}

.fixed-bar {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 1000000;
}

.fixed-bar .searchBar {
	padding: 10px 0;
	;
	background: #333;
	width: 64px;
	height: 64px;
	color: rgba(255, 255, 255, 1);
}

.fixed-bar .searchBar a,
.fixed-bar .searchBar a:visited {
	position: relative;
	color: rgba(255, 255, 255, .5);
	padding: 0 20px;
	display: block;
	line-height: 44px;
	border-right: 2px solid #333;
}

.fixed-bar .searchBar a:hover {
	border-right: 2px solid #fff;
	background: #0A5D66;
	color: #fff;
}

.fixed-bar .searchBar span {
	position: absolute;
	right: 15px;
	top: 18px;
	font-size: 24px;
}

.fixed-bar .searchBar label {
	display: none;
}

.fixed-bar:hover .searchBar label {
	display: block;
}

.fixed-bar:hover .searchBar {
	width: 200px;
}


.fixed-menu {
	margin-bottom: -103px;
	position: fixed;
	right: 10px;
	bottom: 50%;
	width: 72px;
	z-index: 800000;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
	cursor: pointer;
	text-align: center;
}

.fixed-menu a,
.fixed-menu a:visited {
	display: block;
	background: var(--brand-orange);
	color: rgba(255, 255, 255, 1);
	padding: 15px 0;
	font-size: 11px;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.fixed-menu a:hover {
	background: var(--brand-blue);
	color: rgba(255, 255, 255, 1);
}

.fixed-menu a:nth-child(1) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.fixed-menu a:nth-child(3) {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.fixed-menu a span {
	display: block;
	font-size: 26px;
	font-weight: 100;
}



.classify {
	display: none;
	padding: 0;
	background: #ff4c00;
}

.classify ul li {
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	font-weight: 100;
	color: rgba(255, 255, 255, 1)
}

.classify ul li:last-child {
	border: none !important;
}

.classify ul li span {
	font-size: 24px;
	color: rgba(255, 255, 255, 1);
	font-weight: 100;
}


.search-left {
	position: relative;
	background: #fff;
}

.search-left .search-result-title {
	padding: 15px;
	background: var(--brand-blue);
	color: #fff;
	font-size: 20px;
}

.search-filter {}

.search-filter li {
	position: relative;
	padding: 15px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.search-filter li label {
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	right: 15px;
	top: 12px;
	font-size: 18px;
}

.filter-item {
	padding: 10px 0;
	display: none;
}

.filter-item>div {
	padding: 5px 0;
}

.search-sort {
	cursor: pointer;
}

.filter-selected {
	padding: 15px 0;
}

.filter-selected span {
	margin: 0 10px 0 0;
	display: inline-block;
	background: #fff;
	padding: 8px 35px 8px 15px;
	position: relative;
	border: 1px solid var(--brand-blue);
	color: var(--brand-blue);
}

.filter-selected span label {
	position: absolute;
	right: 15px;
	top: 6px;
	cursor: pointer;
	font-size: 18px;
}

.filter-selected a,
.filter-selected a:visited,
.filter-selected a:hover {
	color: var(--brand-orange);
}

.about-padd {
	padding: 0 80px 0 0;
}

.operate-btngroup {
	width: 290px
}

.operate-btngroup a {
	margin: 0 !important;
}

.operate-btngroup .layui-btn-primary {
	background: #fff !important;
}


.exploded,
.exploded-right {
	width: 90%;
}

.exploded-right {
	margin-left: 10%;
}

.exploded h2 {
	padding: 0 0 0 20px;
	position: relative;
	line-height: 30px;
	font-size: 18px;
	border-bottom: 1px #183084 solid;
	color: #183084;
	font-weight: bold;
}

.exploded h2::before,
.exploded h2::after {
	position: absolute;
}

.exploded h2::before {
	top: 0;
	left: 10px;
	content: " ";
	width: 20px;
	height: 20px;
	background: rgba(24, 48, 132, .5);
	z-index: 80;
}

.exploded h2::after {
	top: -5px;
	left: 5px;
	content: " ";
	width: 10px;
	height: 10px;
	background: rgba(24, 48, 132, 1);
	z-index: 90;
}


.exploded-right h2 {
	padding: 0 0 0 20px;
	position: relative;
	line-height: 30px;
	font-size: 18px;
	border-bottom: 1px #ff7900 solid;
	color: #ff7900;
	font-weight: bold;
}

.exploded-right h2::before,
.exploded-right h2::after {
	position: absolute;
}

.exploded-right h2::before {
	top: 0;
	left: 10px;
	content: " ";
	width: 20px;
	height: 20px;
	background: rgba(255, 121, 0, .5);
	z-index: 80;
}

.exploded-right h2::after {
	top: -5px;
	left: 5px;
	content: " ";
	width: 10px;
	height: 10px;
	background: rgba(255, 121, 0, 1);
	z-index: 90;
}

.list-number {
	padding: 0 0 0 18px;
	margin: 0;
}

.list-number li {
	margin: 3px 0;
	list-style: disc;
}


.title-pdf {
	padding: 0 50px;
	height: 110px;
	background: url(../images/title-pdf.jpg) no-repeat right center;
	background-size: cover;
	position: relative;
}

.title-pdf h2 {
	padding: 0 0 0 32px;
	position: relative;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	z-index: 10;
}

.title-pdf h2::before,
.title-pdf h2::after {
	position: absolute;
}

.title-pdf h2::before {
	top: 0;
	left: -5px;
	content: " ";
	width: 25px;
	height: 25px;
	background: rgba(255, 120, 0, .5);
}

.title-pdf h2::after {
	top: -7px;
	left: -15px;
	content: " ";
	width: 15px;
	height: 15px;
	background: rgba(255, 120, 0, 1);
}


.title-pdf h3 {
	padding: 0 0 0 40px;
	color: #ffcfa4;
	font-size: 18px;
	z-index: 10;
}

.news-downlist {
	margin: 5px 10px;
	padding: 10px 0;
	border-bottom: 1px #ccc solid;
	line-height: 38px;
	font-size: 18px;
}







.swiper-techtop {
	margin: 0 auto;
	width: 100%;
}

.title-pdf {
	padding: 0 50px;
	height: 110px;
	background: url(../images/title-pdf.jpg) no-repeat right center;
	background-size: cover;
	position: relative;
}

.title-pdf h2 {
	padding: 0 0 0 32px;
	position: relative;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	z-index: 10;
}

.title-pdf h2::before,
.title-pdf h2::after {
	position: absolute;
}

.title-pdf h2::before {
	top: 0;
	left: -5px;
	content: " ";
	width: 25px;
	height: 25px;
	background: rgba(255, 120, 0, .5);
}

.title-pdf h2::after {
	top: -7px;
	left: -15px;
	content: " ";
	width: 15px;
	height: 15px;
	background: rgba(255, 120, 0, 1);
}


.title-pdf h3 {
	padding: 0 0 0 40px;
	color: #ffcfa4;
	font-size: 18px;
	z-index: 10;
}

.flex-container-vertical {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}

.main-pdf {
	padding: 30px 30px;
	overflow: hidden;
	height: 970px;
}

.product-image {
	position: relative;
	width: 95%;
	background: #adadad;
	height: 500px;
}

.product-image:before {
	position: absolute;
	top: -10px;
	left: -10px;
	content: " ";
	width: 20px;
	height: 20px;
	background: rgba(255, 120, 0, 1);
}

.product-image img {
	max-width: 80%;
}

.product-image .product-info {
	padding: 0 20px;
	text-align: left;
	position: absolute;
	right: -30px;
	bottom: -100px;
	width: 200px;
	height: 220px;
	background: #ff7900;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	font-weight: 100;
}

.product-image .product-info h2 {
	font-size: 20px;
	font-weight: bold;
}

.product-image .product-line {
	margin: 0 0 20px 0;
	height: 20px;
	border-bottom: 2px #fff dashed;
}


.techtop-logo1 {
	padding: 50px 0;
}

.techtop-logo1 img {
	height: 20px;
}

.certification-logo {
	padding: 30px 0 0 0;
}

.product-text {
	padding: 0 0 0 10%;
}

.product-title-big {
	position: relative;
	font-size: 24px;
	border-bottom: 1px #ccc solid;
	font-weight: bold;
	color: #1d5b61;
	line-height: 60px;
}

.product-title-big:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 30%;
	content: '';
	background: #1d5b61;
}



.page-title {
	padding: 0 0 0 20px;
	position: relative;
	font-size: 24px;
	border-bottom: 1px #ccc solid;
	font-weight: bold;
	color: #1d5b61;
	line-height: 60px;
	background: url(../images/techtop-logo.png) no-repeat right center;
	background-size: auto 50%;
}

.page-title:before,
.page-title::after {
	position: absolute;
}


.page-title:before {
	top: 15px;
	left: 10px;
	content: " ";
	width: 20px;
	height: 20px;
	background: rgba(30, 90, 100, .5);
	z-index: 80;
}

.page-title::after {
	top: 10px;
	left: 5px;
	content: " ";
	width: 10px;
	height: 10px;
	background: rgba(30, 90, 100, 1);
	z-index: 90;
}

.product-dec {
	padding: 50px 0 50px 10%;
}

.product-dec h2 {
	padding: 0 0 0 25px;
	position: relative;
	color: #1d5b61;
	font-size: 20px;
	font-weight: bold;
	z-index: 100;
}

.product-dec h2::before,
.product-dec h2::after {
	position: absolute;
}

.product-dec h2::before {
	top: 0;
	left: 10px;
	content: " ";
	width: 20px;
	height: 20px;
	background: rgba(30, 90, 100, .5);
	z-index: 80;
}

.product-dec h2::after {
	top: -5px;
	left: 5px;
	content: " ";
	width: 10px;
	height: 10px;
	background: rgba(30, 90, 100, 1);
	z-index: 90;
}

.list-dots {
	margin: 0;
	padding: 0 0 0 30px;
	font-size: 12px;
	color: #333;
}

.list-dots li {
	margin: 5px 0;
	list-style: disc;
	letter-spacing: 0;
	text-align: justify;
}




.footer-pdf {
	padding: 0 30px;
	background: #333;
	color: #fff;
	font-size: 12px;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
}

.footer-pdf span {
	display: inline-block;
	margin: 0 0 0 20px;
}

.footer-pdf span a,
.footer-pdf span a:visited {
	color: #fff;
	text-decoration: none;
}



.pdf-table table td {
	padding: 0 5px;
	border: 1px #eaeaea solid;
	letter-spacing: 0 !important;
	font-size: 11px;
}

.pdf-table .title {
	padding: 2px 0;
	background: #45757e;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	border: 1px #45757e solid !important;
	letter-spacing: 1px;
}

.pdf-table .title2 {
	background: #cc5218;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.pdf-table .title3 {
	background: #333;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.pdf-table .title1 {
	background: #6aa4aa;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}

.pdf-table .div_half {
	float: left;
	width: 50%;
	text-align: center;
}

.pdf-table .div_half em {
	display: block;
	color: #999;
}

.characteristic img {
	max-width: 75%;
}

.efficiency img {
	max-width: 65%;
}

.drawing img {
	max-width: 80%;
}

.nameplate {
	padding: 20px 0;
}

.exploded,
.exploded-right {
	width: 90%;
}

.exploded-right {
	margin-left: 10%;
}

.exploded h2 {
	padding: 0 0 5px 20px;
	position: relative;
	line-height: 20px;
	font-size: 16px;
	border-bottom: 1px #183084 solid;
	color: #183084;
	font-weight: bold;
}

.exploded h2::before,
.exploded h2::after {
	position: absolute;
}

.exploded h2::before {
	top: 0;
	left: 10px;
	content: " ";
	width: 20px;
	height: 20px;
	background: rgba(24, 48, 132, .5);
	z-index: 80;
}

.exploded h2::after {
	top: -5px;
	left: 5px;
	content: " ";
	width: 10px;
	height: 10px;
	background: rgba(24, 48, 132, 1);
	z-index: 90;
}


.exploded-right h2 {
	padding: 0 0 5px 20px;
	position: relative;
	line-height: 20px;
	font-size: 16px;
	border-bottom: 1px #ff7900 solid;
	color: #ff7900;
	font-weight: bold;
}

.exploded-right h2::before,
.exploded-right h2::after {
	position: absolute;
}

.exploded-right h2::before {
	top: 0;
	left: 10px;
	content: " ";
	width: 20px;
	height: 20px;
	background: rgba(255, 121, 0, .5);
	z-index: 80;
}

.exploded-right h2::after {
	top: -5px;
	left: 5px;
	content: " ";
	width: 10px;
	height: 10px;
	background: rgba(255, 121, 0, 1);
	z-index: 90;
}

.list-number {
	padding: 0 0 0 18px;
	margin: 0;
}

.list-number li {
	margin: 3px 0;
	list-style: disc;
}


.text-center {
	text-align: center !important;
}


.fixed-table-container {
	position: relative;
	width: 100%;
	overflow-x: scroll;
}

.fixed-table {
	width: auto;
	min-width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.fixed-table th,
.fixed-table td {
	padding: 8px 12px;
	border: 1px solid #ddd;
	white-space: nowrap;
}

.fixed-table tr:nth-child(odd) {
	background: #fafafa;
}

.fixed-table tr:hover {
	background: #ffdece;
}

.fixed-col {
	position: sticky;
	right: 0;
	z-index: 1;
	box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
}


.fixed-col-header {
	z-index: 2;
}

#copper,
#steel,
#aluminum, #silicon {
	height: 400px;
}


#techtoptip {
	position: absolute;
	background-color: #333;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 12px;
	display: none;
	z-index: 10000000000;
	opacity: 1;
	text-align: center;
}

#page1,
#page2,
#page3,
#page4,
#page5,
#page6 {
	position: relative;
	top: 0;
	left: 0;
	margin: -705px 0 0 0 !important;
	padding: 0;
}


@media (max-width: 720px) {
	body {
		padding-top: 60px;
	}

	.head_fixed {
		max-height: 60px;
		z-index: 1800;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		background: #fff;
	}

	.logo {
		margin: 15px 0;
		width: 121px;
		height: 30px;
		background: url(../images/techtop-logo.png) no-repeat;
		background-size: 121px 30px;
		overflow: hidden;
		text-indent: -999px;
	}

	.m_menu {
		margin: 15px 0;
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/menu_2x.png) no-repeat;
		background-size: 30px;
	}

	.app-hide-list i {
		margin-top: 5px;
		margin-right: 10px;
		font-size: 11px;
	}

	.app-hide-list {
		background: #f5f5f5;
		margin: 5px 0;
		color: #000;
	}

	.app-slide-menu .mdui-list-item-content {
		text-align: left;
		padding-left: .8em;
	}

	.app-collapse-menu {
		margin: 0 16px;
	}

	.app-list-home {
		padding: 0;
		margin: 5px 0 10px;
		background: var(--brand-orange);
	}

	.app-list-home:hover {
		background: var(--brand-orange);
	}

	.app-list-home i {
		margin-top: -3px;
		margin-right: 5px;
		color: #fff;
	}

	.app-list-home a {
		color: #fff;
	}

	.app-list-item-link {
		color: #fff;
		display: block;
		width: 100%;
		text-align: left;
	}

	.mdui-collapse-item-body .app-sub-list {
		padding: 0;
		margin: 8px;
		height: 30px;
		line-height: 30px;
		background: #fff;
	}

	.mdui-collapse-item-body .app-sub-list a {
		padding-left: 23px;
	}

	.app-collapse-list {
		margin: 10px 0;
	}

	.bannerPart {
		height: 280px;
	}

	.pagination {
		margin: 0 !important;
	}

	.bannerVideo {
		position: relative;
		left: 0;
		top: 0;
		width: 100% !important;
		height: 300px;
		background: #000;
		overflow: hidden;
		z-index: 100;
	}

	.bannerVideo .mask h2 {
		font-size: 24px;
		color: #fff;
		font-weight: bolder;
	}

	.bannerVideo .mask h4 {
		font-size: 16px;
		color: #fff;
		font-weight: 500;
	}

	.btn-border {
		display: inline-block;
		padding: 8px 20px;
		border: 1px solid rgba(255, 255, 255, .8);
		border-radius: 50px;
		color: #fff;
	}

	.aboutBar {
		position: relative;
		height: 220px;
	}

	.techtop-name {
		font-size: 24px;
		font-family: Rubik-Light;
	}

	.techtop-text {
		font-size: 10px;
		padding: 10px 0 0 0;
		font-family: Rubik-Light;
	}

	.techtop-info img {
		width: 150px;
	}

	.title-big {
		font-size: 24px;
	}


	.videoBar>div {
		float: auto;
	}

	.videoBar .videoBox {
		position: relative;
		height: 260px;
		width: 100%;
	}

	.videoBar .videoBox .about-bg {
		position: absolute;
		width: 100%;
		height: 100%;
		background: url(../images/video-bg.jpg) no-repeat center center;
		background-size: cover;
		filter: blur(3px);
	}

	.videoBar .videoBox .mask {
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
		cursor: pointer;
	}

	.videoAbout {
		padding: 40px 20px;
		width: 100%;
		height: auto !important;
		background: url(../images/about-tecthop.png) no-repeat center bottom;
	}






	.videoAbutDec {
		padding: 30px 0;
		color: #666;
		line-height: 24px;
	}

	.videoNumber {
		font-size: 14px;
		color: #333;
		text-transform: uppercase;
	}

	.videoNumber h3 {
		font-size: 24px;
		color: var(--brand-orange);
	}

	.visionBox {
		padding: 30px 0;
		text-align: center;
		/* background: #333; */
		background: linear-gradient(#fff, #fff7e8);
	}

	.visionMap {
		position: relative;
		margin: 0 auto;
		width: 100%;
		height: 200px;
		background: url(../images/vision-map.png) no-repeat;
		background-size: 100% auto;
	}

	.newBox {
		padding: 30px 0;
		background: url(../images/news-bg.jpg);
		background-size: cover;
		min-height: auto;
	}

	.newBox h2 {
		font-size: 24px;
	}

	.newBox h3 {
		margin: 10px 0 0 0;
		font-size: 14px;
	}


	.newsList li {
		background: #fff;
		padding: 20px;
		border-radius: 10px;
	}

	.newsList li a {
		color: #333;
	}

	.newsList li a h2 {
		margin: 0 0 10px 0;
		font-size: 18px;
	}

	.newsList li:nth-child(2) {
		margin: 20px 0;
	}

	.footer {
		padding: 40px 0 10px 0;
	}

	.footer .brand {
		background: url(../images/logo-white.png) no-repeat;
		background-size: 140px auto;
		padding: 60px 0 0 0;
		font-size: 12px;
		color: rgba(255, 255, 255, .7);
		line-height: 20px;
		text-align: justify;
	}

	.footer .copyright {
		margin: 30px 0 0 0;
		padding: 25px 0;
		border-top: 1px solid rgba(255, 255, 255, .3);
		color: #fff;
		font-size: 12px;
	}

	.banner-inner {
		height: 150px;
	}

	.banner-inner h2 {
		margin: 10px auto !important;
		font-size: 24px;
		text-align: center;
	}

	.banner-inner h3 {
		margin: 0 auto !important;
		font-weight: 100;
		font-size: 16px;
		font-family: Rubik-Light;
	}

	.maintext {
		font-size: 14px;
		line-height: 20px;
	}

	.maintext h2 {
		font-size: 20px !important;
	}

	.about-padd {
		padding: 0 0 0 0;
	}

	.news-item {
		margin: 15px 0;
	}

	.news-item-name {
		padding: 15px 15px 0 15px;
		font-size: 18px;
		height: 60px;
		line-height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.news-item-btn,
	.news-item-date {
		padding: 10px 15px;
		color: #999;
	}

	.news-downlist {
		margin: 5px 10px;
		padding: 10px 0;
		border-bottom: 1px #ccc solid;
		line-height: 34px;
		font-size: 14px;
	}

	.exploded-right {
		margin: 20px 0 0 0;
		margin-left: 0 !important;
		width: 100%;
	}

	.product-tag-title {
		position: relative;
		padding: 12px 0;
		font-size: 20px;
		font-weight: bold;
		color: var(--brand-blue);
		text-transform: uppercase;
	}

	.product-tag-title:before {
		position: absolute;
		left: 0;
		top: 0;
		content: ' ';
		width: 100px;
		height: 3px;
		background: var(--brand-blue);
	}

	.category-list-name {
		margin: 0 0 0 0;
		font-size: 14px;
		color: #666;
		line-height: 18px;
	}

	.category-list-btn {
		margin: 10px 0 0 0;
		display: inline-block;
		padding: 3px 15px;
		border-radius: 30px;
		border: 1px solid var(--brand-orange);
		color: var(--brand-orange) !important;
		font-size: 14px;
	}

	.products-details-pic,
	.products-details-info {
		position: relative;
		height: auto !important;
	}

	.products-details-info h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.tab-title {
		padding: 20px 0 0 0;
		height: auto;
		background: url(../images/tab-bg.jpg) no-repeat right center;
		background-size: cover;
	}

	.tab-title h4 {
		padding: 20px 0;
		color: #fff;
		height: 103px;
		overflow: hidden;
	}

	.tab-item {
		list-style: none;
		display: block;
		height: auto;
		overflow: hidden;
	}

	.tab-item li {
		padding: 10px 10px !important;
		float: left;
		background: #333;
		text-align: center;
		color: #fff;
		font-size: 8px;
		font-family: Rubik-Light;
		border-right: 1px solid rgba(255, 255, 255, .1);
		cursor: pointer;
	}

	.tab-item li:last-child {
		border: None;
	}

	.tab-item li span {
		display: block;
		font-size: 24px;
		height: 30px;
		font-weight: 100 !important;
		font-family: Rubik-Light;
		text-align: center !important;
	}

	.tab-item .active {
		background: #fff;
		color: var(--brand-orange);
	}

	.product_con {
		padding: 40px 10px;
		background: #fff;
	}

	.searchSelect ul {
		list-style: none;
		padding: 10px 0 0 0;
	}

	.searchSelect ul li {
		margin: 0 1% 5px 0;
		float: left;
		width: 30%;
	}

	.searchSelect ul li:last-child {
		width: 100% !important;
		text-align: center;
	}

	.products-pre,
	.products-next,
	.products-pre:hover,
	.products-next:hover {
		position: absolute;
		width: 32px;
		height: 32px;
		top: -15px;
		color: var(--brand-orange);
	}

	.products-pre {
		left: 0;
		top: 5px;
		transform: rotate(180deg);
	}

	.products-next {
		right: 0;
	}

	.table-sheet {
		position: relative;
		width: 100%;
	}

	.movecertificate {
		height: 100px;
		position: relative;
		background: url(../images/certificate.jpg) repeat-x 0 50%;
		background-size: 2164px auto;
		animation-name: moveBg;
		animation-duration: 50s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}

	@keyframes moveBg {
		from {
			background-position: 0 50%;
		}

		to {
			background-position: -2164px 50%;
		}
	}

	.newThum {
		position: relative;
		background-size: cover;
		min-height: 200px;
		border-radius: 10px;
		overflow: hidden;
	}

	.operate-btngroup .layui-btn-sm {
		padding: 0 2px !important;
		font-size: 8px !important;
		height: 22px !important;
		line-height: 22px !important;
	}

	.fixed-table th,
	.fixed-table td {
		padding: 4px 5px !important;
		font-size: 10px !important;
	}

	.searchSelect .layui-input {
		border: 1px #ccc solid !important;
		color: #000 !important;
		font-size: 10px;
	}

	.product_con .layui-input,
	.product_con .layui-select,
	.product_con .layui-textarea {
		height: 28px !important;
	}


	.list-disc {
		margin: 0;
		padding: 0;
		list-style: none;
		padding: 20px;
		font-family: Rubik-light;
	}

	.list-number li {
		margin: 3px 0;
		list-style: disc;
		line-height: 16px;
	}

	.techtoptip {
		display: none !important;
	}


	.page-content .list-disc {
		padding: 20px !important;
	}

	.page-content .list-disc li {
		padding: 5px 0;
	}

	.page-content .list-disc .blank50 {
		height: 20px !important;
	}

	#page1,
	#page2,
	#page3,
	#page4,
	#page5,
	#page6 {
		position: relative;
		top: 0;
		left: 0;
		margin: 0 0 0 0 !important;
		padding: 0;
	}

	#page3 img,
	#page4 img,
	#page5 img {
		max-height: 320px;
		width: auto;
	}
	
	
	.news-content {
		min-height: 800px;
		padding: 14px;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	}
	
	.news-content-info {
		padding: 20px 0;
		color: #666;
		line-height: 30px;
		font-size: 15px;
		font-family: Rubik-Light;
	}
	
	.bannerVideo .sroll {
	display:none !important;
	}
	
	
	.mobile-language{
		margin:0;
		position:absolute;
		top:0;
		right:70px;
		width:100px;
		padding:0;
		display:inline-block;
		line-height:60px;
		color:#999;
	}
	.mobile-language a{
		display:inline-block;
		margin:0 8px;
		color:#000;
	}
}



@media (min-width: 721px) and (max-width: 960px) {
	body {
		padding-top: 60px;
	}
	
	.head_fixed {
		max-height: 60px;
		z-index: 1800;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		background: #fff;
	}
	
	.logo {
		margin: 15px 0;
		width: 121px;
		height: 30px;
		background: url(../images/techtop-logo.png) no-repeat;
		background-size: 121px 30px;
		overflow: hidden;
		text-indent: -999px;
	}
	
	.m_menu {
		margin: 15px 0;
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/menu_2x.png) no-repeat;
		background-size: 30px;
	}
	
	.app-hide-list i {
		margin-top: 5px;
		margin-right: 10px;
		font-size: 11px;
	}
	
	.app-hide-list {
		background: #f5f5f5;
		margin: 5px 0;
		color: #000;
	}
	
	.app-slide-menu .mdui-list-item-content {
		text-align: left;
		padding-left: .8em;
	}
	
	.app-collapse-menu {
		margin: 0 16px;
	}
	
	.app-list-home {
		padding: 0;
		margin: 5px 0 10px;
		background: var(--brand-orange);
	}
	
	.app-list-home:hover {
		background: var(--brand-orange);
	}
	
	.app-list-home i {
		margin-top: -3px;
		margin-right: 5px;
		color: #fff;
	}
	
	.app-list-home a {
		color: #fff;
	}
	
	.app-list-item-link {
		color: #fff;
		display: block;
		width: 100%;
		text-align: left;
	}
	
	.mdui-collapse-item-body .app-sub-list {
		padding: 0;
		margin: 8px;
		height: 30px;
		line-height: 30px;
		background: #fff;
	}
	
	.mdui-collapse-item-body .app-sub-list a {
		padding-left: 23px;
	}
	
	.app-collapse-list {
		margin: 10px 0;
	}
	
	.bannerPart {
		height: 280px;
	}
	
	.pagination {
		margin: 0 !important;
	}
	
	.bannerVideo {
		position: relative;
		left: 0;
		top: 0;
		width: 100% !important;
		height: 300px;
		background: #000;
		overflow: hidden;
		z-index: 100;
	}
	
	.bannerVideo .mask h2 {
		font-size: 24px;
		color: #fff;
		font-weight: bolder;
	}
	
	.bannerVideo .mask h4 {
		font-size: 16px;
		color: #fff;
		font-weight: 500;
	}
	
	.btn-border {
		display: inline-block;
		padding: 8px 20px;
		border: 1px solid rgba(255, 255, 255, .8);
		border-radius: 50px;
		color: #fff;
	}
	
	.aboutBar {
		position: relative;
		height: 220px;
	}
	
	.techtop-name {
		font-size: 24px;
		font-family: Rubik-Light;
	}
	
	.techtop-text {
		font-size: 10px;
		padding: 10px 0 0 0;
		font-family: Rubik-Light;
	}
	
	.techtop-info img {
		width: 150px;
	}
	
	.title-big {
		font-size: 24px;
	}
	
	
	.videoBar>div {
		float: auto;
	}
	
	.videoBar .videoBox {
		position: relative;
		height: 260px;
		width: 100%;
	}
	
	.videoBar .videoBox .about-bg {
		position: absolute;
		width: 100%;
		height: 100%;
		background: url(../images/video-bg.jpg) no-repeat center center;
		background-size: cover;
		filter: blur(3px);
	}
	
	.videoBar .videoBox .mask {
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
		cursor: pointer;
	}
	
	.videoAbout {
		padding: 40px 20px;
		width: 100%;
		height: auto !important;
		background: url(../images/about-tecthop.png) no-repeat center bottom;
	}
	
	
	
	
	
	
	.videoAbutDec {
		padding: 30px 0;
		color: #666;
		line-height: 24px;
	}
	
	.videoNumber {
		font-size: 14px;
		color: #333;
		text-transform: uppercase;
	}
	
	.videoNumber h3 {
		font-size: 24px;
		color: var(--brand-orange);
	}
	
	.visionBox {
		padding: 30px 0;
		text-align: center;
		/* background: #333; */
		background: linear-gradient(#fff, #fff7e8);
	}
	
	.visionMap {
		position: relative;
		margin: 0 auto;
		width: 100%;
		height: 200px;
		background: url(../images/vision-map.png) no-repeat;
		background-size: 100% auto;
	}
	
	.newBox {
		padding: 30px 0;
		background: url(../images/news-bg.jpg);
		background-size: cover;
		min-height: auto;
	}
	
	.newBox h2 {
		font-size: 24px;
	}
	
	.newBox h3 {
		margin: 10px 0 0 0;
		font-size: 14px;
	}
	
	
	.newsList li {
		background: #fff;
		padding: 20px;
		border-radius: 10px;
	}
	
	.newsList li a {
		color: #333;
	}
	
	.newsList li a h2 {
		margin: 0 0 10px 0;
		font-size: 18px;
	}
	
	.newsList li:nth-child(2) {
		margin: 20px 0;
	}
	
	.footer {
		padding: 40px 0 10px 0;
	}
	
	.footer .brand {
		background: url(../images/logo-white.png) no-repeat;
		background-size: 140px auto;
		padding: 60px 0 0 0;
		font-size: 12px;
		color: rgba(255, 255, 255, .7);
		line-height: 20px;
		text-align: justify;
	}
	
	.footer .copyright {
		margin: 30px 0 0 0;
		padding: 25px 0;
		border-top: 1px solid rgba(255, 255, 255, .3);
		color: #fff;
		font-size: 12px;
	}
	
	.banner-inner {
		height: 150px;
	}
	
	.banner-inner h2 {
		margin: 10px auto !important;
		font-size: 24px;
		text-align: center;
	}
	
	.banner-inner h3 {
		margin: 0 auto !important;
		font-weight: 100;
		font-size: 16px;
		font-family: Rubik-Light;
	}
	
	.maintext {
		font-size: 14px;
		line-height: 20px;
	}
	
	.maintext h2 {
		font-size: 20px !important;
	}
	
	.about-padd {
		padding: 0 0 0 0;
	}
	
	.news-item {
		margin: 15px 0;
	}
	
	.news-item-name {
		padding: 15px 15px 0 15px;
		font-size: 18px;
		height: 60px;
		line-height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.news-item-btn,
	.news-item-date {
		padding: 10px 15px;
		color: #999;
	}
	
	.news-downlist {
		margin: 5px 10px;
		padding: 10px 0;
		border-bottom: 1px #ccc solid;
		line-height: 34px;
		font-size: 14px;
	}
	
	.exploded-right {
		margin: 20px 0 0 0;
		margin-left: 0 !important;
		width: 100%;
	}
	
	.product-tag-title {
		position: relative;
		padding: 12px 0;
		font-size: 20px;
		font-weight: bold;
		color: var(--brand-blue);
		text-transform: uppercase;
	}
	
	.product-tag-title:before {
		position: absolute;
		left: 0;
		top: 0;
		content: ' ';
		width: 100px;
		height: 3px;
		background: var(--brand-blue);
	}
	
	.category-list-name {
		margin: 0 0 0 0;
		font-size: 14px;
		color: #666;
		line-height: 18px;
	}
	
	.category-list-btn {
		margin: 10px 0 0 0;
		display: inline-block;
		padding: 3px 15px;
		border-radius: 30px;
		border: 1px solid var(--brand-orange);
		color: var(--brand-orange) !important;
		font-size: 14px;
	}
	
	.products-details-pic,
	.products-details-info {
		position: relative;
		height: auto !important;
	}
	
	.products-details-info h2 {
		font-size: 20px;
		line-height: 30px;
	}
	
	.tab-title {
		padding: 20px 0 0 0;
		height: auto;
		background: url(../images/tab-bg.jpg) no-repeat right center;
		background-size: cover;
	}
	
	.tab-title h4 {
		padding: 20px 0;
		color: #fff;
		height: 103px;
		overflow: hidden;
	}
	
	.tab-item {
		list-style: none;
		display: block;
		height: auto;
		overflow: hidden;
	}
	
	.tab-item li {
		padding: 10px 10px !important;
		float: left;
		background: #333;
		text-align: center;
		color: #fff;
		font-size: 8px;
		font-family: Rubik-Light;
		border-right: 1px solid rgba(255, 255, 255, .1);
		cursor: pointer;
	}
	
	.tab-item li:last-child {
		border: None;
	}
	
	.tab-item li span {
		display: block;
		font-size: 24px;
		height: 30px;
		font-weight: 100 !important;
		font-family: Rubik-Light;
		text-align: center !important;
	}
	
	.tab-item .active {
		background: #fff;
		color: var(--brand-orange);
	}
	
	.product_con {
		padding: 40px 10px;
		background: #fff;
	}
	
	.searchSelect ul {
		list-style: none;
		padding: 10px 0 0 0;
	}
	
	.searchSelect ul li {
		margin: 0 1% 5px 0;
		float: left;
		width: 30%;
	}
	
	.searchSelect ul li:last-child {
		width: 100% !important;
		text-align: center;
	}
	
	.products-pre,
	.products-next,
	.products-pre:hover,
	.products-next:hover {
		position: absolute;
		width: 32px;
		height: 32px;
		top: -15px;
		color: var(--brand-orange);
	}
	
	.products-pre {
		left: 0;
		top: 5px;
		transform: rotate(180deg);
	}
	
	.products-next {
		right: 0;
	}
	
	.table-sheet {
		position: relative;
		width: 100%;
	}
	
	.movecertificate {
		height: 100px;
		position: relative;
		background: url(../images/certificate.jpg) repeat-x 0 50%;
		background-size: 2164px auto;
		animation-name: moveBg;
		animation-duration: 50s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
	
	@keyframes moveBg {
		from {
			background-position: 0 50%;
		}
	
		to {
			background-position: -2164px 50%;
		}
	}
	
	.newThum {
		position: relative;
		background-size: cover;
		min-height: 200px;
		border-radius: 10px;
		overflow: hidden;
	}
	
	.operate-btngroup .layui-btn-sm {
		padding: 0 2px !important;
		font-size: 8px !important;
		height: 22px !important;
		line-height: 22px !important;
	}
	
	.fixed-table th,
	.fixed-table td {
		padding: 4px 5px !important;
		font-size: 10px !important;
	}
	
	.searchSelect .layui-input {
		border: 1px #ccc solid !important;
		color: #000 !important;
		font-size: 10px;
	}
	
	.product_con .layui-input,
	.product_con .layui-select,
	.product_con .layui-textarea {
		height: 28px !important;
	}
	
	
	.list-disc {
		margin: 0;
		padding: 0;
		list-style: none;
		padding: 20px;
		font-family: Rubik-light;
	}
	
	.list-number li {
		margin: 3px 0;
		list-style: disc;
		line-height: 16px;
	}
	
	.techtoptip {
		display: none !important;
	}
	
	
	.page-content .list-disc {
		padding: 20px !important;
	}
	
	.page-content .list-disc li {
		padding: 5px 0;
	}
	
	.page-content .list-disc .blank50 {
		height: 20px !important;
	}
	
	#page1,
	#page2,
	#page3,
	#page4,
	#page5,
	#page6 {
		position: relative;
		top: 0;
		left: 0;
		margin: 0 0 0 0 !important;
		padding: 0;
	}
	
	#page3 img,
	#page4 img,
	#page5 img {
		max-height: 320px;
		width: auto;
	}
	
	
	.news-content {
		min-height: 800px;
		padding: 14px;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	}
	
	.news-content-info {
		padding: 20px 0;
		color: #666;
		line-height: 30px;
		font-size: 15px;
		font-family: Rubik-Light;
	}
	
	.bannerVideo .sroll {
	display:none !important;
	}
}

@media (min-width: 961px) and (max-width: 1280px) {
	.videoNumber h3 {
		font-size: 42px;
	}

	.tab-content .pre-btn,
	.tab-content .next-btn {
		top: 155px;
	}

	.about-padd {
		padding: 0 30px 0 0;
	}

	.navigation {
		padding: 20px 0 0 0;
		text-align: center;
	}

	.navigation a {
		margin: 0 5px;
		font-size: 16px;
	}
}

@media (min-width: 1281px) and (max-width: 1440px) {
	.videoNumber h3 {
		font-size: 48px;
	}

	.tab-content .pre-btn,
	.tab-content .next-btn {
		top: 155px;
	}

	.about-padd {
		padding: 0 50px 0 0;
	}
}

@media (min-width: 1441px) and (max-width: 1600px) {
	.videoNumber h3 {
		font-size: 48px;
	}

	.tab-content .pre-btn,
	.tab-content .next-btn {
		top: 155px;
	}
}