@charset "UTF-8";
@import url("mobile_nav.css");

@font-face {
	font-family: "DINCond-Bold";
	src: url("../fonts/DINCond-Bold.woff2") format("woff2"),
		url("../fonts/DINCond-Bold.woff") format("woff"),
		url("../fonts/DINCond-Bold.ttf") format("truetype"),
		url("../fonts/DINCond-Bold.eot") format("embedded-opentype"),
		url("../fonts/DINCond-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	background: none;
	font-size: 16px;
	font-family: Helvetica, "PingFang SC", "Microsoft Yahei", "WenQuanYi Micro Hei", Arial, Verdana, sans-serif;
}

body {
	overflow-x: hidden;
	transition: transform .2s;
	-webkit-transition: -webkit-transform .2s;
}

ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}


* {
	outline: none;
}

a {}

a:hover {
	text-decoration: none;
}

.img, img {
    max-width: 100%;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}


.btn-primary {
	color: #FABB22;
	background-color: #fff;
	border-color: #bfbfbf;
}

.btn-primary:hover {
	background: #FABB22;
}

.pc-block {
	display: block;
}

.app-block {
	display: none;
}

.clear:after {
	content: "";
	float: none;
	clear: both;
	display: block;
	height: 0;
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
}

.mb-20{
	margin-bottom:20px;
}

/**/
main {
	background-color: #fff;
	position: relative;
	top: 106px;
}



/*网站顶部*/
header {
	transition: ease-in-out 0.5s;
	-webkit-box-shadow: 0 2px 4px 0 rgba(40, 40, 40, 0.2);
	box-shadow: 0 2px 4px 0 rgba(40, 40, 40, 0.2);
}
header .container{
	max-width: 94%;
}

header.page-header {
	position: fixed;
	z-index: 120;
	width: 100%;
	padding: 0px;
}

header .headnav {
	background-color: #fff;
	border-bottom: 1px solid #ececec;
}

header .navbar-brand {
	padding: 0px;
	margin: 0px;
	margin-right:1.75rem;
}

header .navbar-brand img {
	max-height: 60px;
	margin-right: 1.25rem;
	transition: all 0.5s ease;
}

header ul.nav{
	margin:0 auto;
}

header .nav-item{

}

header .nav-link {
color: #000;
    padding: 32px 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 6px;
    transition: all 0.5s ease;
}

header .nav-item:hover .nav-link {
	text-decoration: none;
}
header .nav-item.active a.nav-link{
	color:#049645;
}

header .dropdown {
	position: relative;
	display: inline-block;
}

header .dropdown-content .nav-title{
	padding: 0px;
	text-transform: uppercase;
}
header .dropdown-content ul{
	 padding: 0px;
}
header .dropdown-content {
	display: none;
	position: absolute;
	background-color: #00498E;
	min-width:210px;
	box-shadow: none;
	padding: 12px 0px;
	top:90%;
	z-index: 999;
	border: none;
	border-radius: 0px;
}
.dropdown-divider{
	border-top: 1px solid #447099;
}
header .dropdown-content li {
    padding: 0px;
    position: relative;
}

header .dropdown-content a {
    color: #fff;
    display: block;
    width: 100%;
    position: relative;
    font-size: 0.9375rem;
	transition: padding-left 0.2s ease;
    padding: 12px 12px 12px 24px;
}
header .dropdown-content li a{
	line-height: 18px;
	font-size: 17px;
	padding:8px 12px 8px 30px;
}
header .dropdown-content a:hover{
	color:#fff;
	padding-left:20px;
}

header .dropdown:hover .dropdown-content {
	display: block;
}

.headnav .search-form {
	position: relative;
	width: 10rem;
	margin: 0px !important;
}

.headnav .form-inline .form-control {
	width: 100%;
	border-radius: 0px;
	height: 2.5rem;
	color: #454545;
	font-size: 15px;
}

.headnav .search-form .btn {
	position: absolute;
	background: url(../images/topnav_search.png) no-repeat center center;
	right: 0px;
	border: 0px;
	font-size: 0px;
	width: 40px;
	line-height: 24px;
	background-size: 20px 20px;
}

header .formcon {
	margin-left: .5rem;
}

header .toggle {
	/* position: absolute; */
	z-index: 9980;
	min-height: 20px;
	top: auto;
	left: auto;
	float: left;
	cursor: pointer;
	box-sizing: content-box;
	font-size: 16px;
	padding-left: 30px;
	line-height: 20px;
	margin-right: 20px;
	display: none;
}

header.scrolled {
	position: fixed;
}

header.scrolled li a {}

header.scrolled .topbar {}




/*è¯­è¨€åˆ‡æ¢*/
.atoken_locale_selector {
	width: 150px;
	height: 40px;
	line-height: 2.1;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.5s ease-in-out 0s;
	z-index: 300;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
	.atoken_locale_selector {
		top: 24px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.atoken_locale_selector {
		top: 14px;
		right: 2%;
		height: 36px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.atoken_locale_selector {
		top: 12px;
		right: 10%;
		height: 36px;
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.atoken_locale_selector {
		width: auto;
		top: 14px;
		right: 10%;
		height: 36px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.atoken_locale_selector {
		top: 14px;
		right: 60px;
	}
}

.atoken_locale_selector>.current_locale {
	align-items: center;
	width: 100%;
	text-align: center;
	justify-content: space-between;
	padding: 4px 0px;
	padding-left: 50px;
	border: none;
	background: url(../images/langbg.svg) 15% center no-repeat;
	float: left;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: ease-in-out 0.5s;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
	.atoken_locale_selector>.current_locale {
		/* padding: 3px 8px; */
		/* height: 33px; */
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.atoken_locale_selector>.current_locale {
		/* padding: 2px 8px; */
		/* height: 33px; */
	}
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.atoken_locale_selector>.current_locale {
		/* padding: 2px 8px; */
		/* top: 14px; */
	}
}

.atoken_locale_selector>.current_locale .bottom_arrow {
	margin-top: -2px;
}

.atoken_locale_selector .current_locale span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	
	.toplink-btn,.atoken_locale_selector,.toplink-btn>.buynow, .toplink-btn>.connect{
		height: 36px;
	}
	.atoken_locale_selector .current_locale span {
		font-size: 14px;
	}
	.toplink-btn .buynow span, .toplink-btn .connect span{
		font-size:13px;
		 line-height: 36px;
	}
	
}

@media only screen and (min-width: 320px) and (max-width: 767px),
(max-width: 767px) {
	.atoken_locale_selector .current_locale span {
		color: #bbbbbb;
		text-shadow: none;
	}
}

.atoken_locale_selector .current_locale span i {
	font-style: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.atoken_locale_selector .current_locale span i {
		display: none;
	}
}

.atoken_locale_selector .current_locale .bottom_arrow {
	width: 10px;
	height: 8px;
	display: inline-block;
	background: url(../images/langselect.png) center center no-repeat;
}

@media (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.atoken_locale_selector .current_locale .bottom_arrow {
		background: url(../images/langselect_w.png) center center no-repeat;
	}
}

.atoken_locale_selector>div.selector_optons {
	width: 140px;
	height: 0px;
	background: #049645;
	overflow: hidden;
	overflow: hidden;
	transition: .2s;
	right: 0px;
	top: 6px;
	position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.atoken_locale_selector>div.selector_optons {
		z-index: 888;
		width: 130px;
	}
}

.atoken_locale_selector>div.selector_optons>div.locale_item:hover{
    background: #00498E;
}

.atoken_locale_selector>div.selector_optons>div.locale_item a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding-left: 8px;
	display: block;
	width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.atoken_locale_selector>div.selector_optons>div.locale_item a {
		padding-left: 5px;
	}
}

.atoken_locale_selector img.flag {
	width: 20px;
	margin-left: 10px;
	margin-right: 10px;
	/* border-radius: 30px; */
	display: inline-block;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.atoken_locale_selector img.flag {
		margin-right: 5px;
	}
}

.atoken_locale_selector>div.selector_optons>div.locale_item {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
	font-weight: 400;
	color: #a03faf;
	line-height: 1.4;
    height: 34px;
    margin-top: 4px;
	transition: .3s;
}

.atoken_locale_selector:hover>div.selector_optons {
	height:240px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.atoken_locale_selector:hover>div.selector_optons {
		right: 0%;
	}
}

.atoken_locale_selector>.current_locale:hover {
	color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	header .night-no {
	    width: 30px;
	    height: 30px;
	    background-size: auto;
	}
	header .toggle {
	    top: 18px;
	}
	.toplink-btn {
	   display: flex;
	   position: absolute;
	   right: 10px;
	   height: 64px;
	   top: 0px;
	   align-items: center;
	}
	
	.atoken_locale_selector .current_locale span{
		display: none;
	}
	.atoken_locale_selector {
		right: 0px;
		top:0px;
	}
	.atoken_locale_selector>.current_locale {
	    padding-left: 10px;
	    width: 40px;
	    padding: 0px;
	    background: url(../images/langbg.svg) center center no-repeat;
	    background-size: auto;
	}
	
	.atoken_locale_selector>div.selector_optons {
		right: 8%;
		position: absolute;
		top: 30px;
	}
	
	.atoken_locale_selector>.current_locale span img {
		padding-right: 5px;
	}
	
}


.atoken_locale_selector>.current_locale:hover .bottom_arrow {
	background: url(../images/langselect_h.png) center center no-repeat;
}

@media only screen and (max-width: 640px) {
	
	
}


/*首页内容*/
.home-banner {
	
}

.home-banner .swiper-wrapper {
	position: relative;
	height: 76vh;
}

.home-banner .swiper-slide {
	height: 100%;
	top: 0;
	width: 100%;
}

.home-banner .swiper-slide a,
.home-banner .swiper-slide img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.home-banner .swiper-slide a:after {
	/* content: ''; */
	background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(9, 9, 9, 0.75)), color-stop(49%, rgba(9, 9, 9, 0.5)), color-stop(69%, rgba(9, 9, 9, 0)));
	background: linear-gradient(90deg, rgba(9, 9, 9, 0.75) 8%, rgba(9, 9, 9, 0.5) 49%, rgba(9, 9, 9, 0) 69%);
	width: 100%;
	height: 100%;
	max-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.swiper-pagination-bullet {
	width: 30px;
	height: 3px;
	border-radius: 0px;
	background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}


/*主体内容*/
.pagetitle {
	margin-bottom: 40px;
}

.pagetitle h2 {
	font-size: 2rem;
	line-height:1.5;
	text-align: left;
	font-weight: bold;
	margin-bottom:20px;
	text-transform: uppercase;
}

.pagetitle p{
	font-size:1rem;
	line-height:1.5;
}

/**/

.home-slogan{
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	margin: 0 auto;
}
.full-width-banner{
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    height: 23.875rem;
	    text-align: center;
	    position: relative;
}
.full-width-banner-text {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	position: relative
}
.full-width-banner__overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	z-index: 1;
}
.full-width-banner__image {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.full-width-banner__image img, .full-width-banner__image picture {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.home-slogan h2{
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	margin-bottom: .9375rem;
}
.home-slogan p{
	font-size: 1.25rem;
	line-height: 1.5625rem;
	margin-bottom: 2rem;
	    color: #fff;
}
.home-slogan a.linkbtn{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.25rem;
	padding: .96875rem 1.5rem;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	transition: all 0.2s ease;
	background-color: #049645;
	color: #fff;
	border-radius: 1.625rem;
}
.home-slogan a.linkbtn:hover{
	background-color: #055699;
}
.home-slogan a.linkbtn span {
   display: block;
   font-size: .875rem;
   margin-left: .5625rem;
   background: url(../images/icon-arrow-right.png) center center no-repeat;
   width: 20px;
   height: 20px;
   background-size: 100%;
}



/*首页产品*/
.home-prolist {
	margin:2% 0px 6%;
	padding:20px 0px;
}
.home-prolist .container{
	max-width: 72%;
}

.home-prolist .proContent{
	position: relative;
	border: 1px solid #d4d4d4;
}

.home-prolist .proContent .innerBox{
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	background-size: 90%;
	background-position: center right;
	background-repeat: no-repeat;
}

.home-prolist .proContent .innerBox .innerlink:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.home-prolist .proContent .innerBox .innerlink{
	display: inline-block;
	height: 200px;
}

.home-prolist .proContent .innerBox .innerlink .wrap{
	display: inline-block;
	vertical-align: middle;
	max-width: 170px;
	margin-left: 15px;
}

.home-prolist .proContent .innerBox .innerlink .title{
	display: block;
	color: #137abd;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
}

.home-prolist .proContent .innerBox .innerlink .text {
    font-size: 17px;
    color: #1a1d20;
}



/*工厂展示*/

.factory-display{
	padding: 0% 0px 6% 0px;
}

.factory-display .container{
	max-width: 72%;
}

.factory-display .innerImg{
	margin: 11px 0px;
}

.factory-display .innerImg img{
	width: 100%;
	object-fit: cover;
	height: 448px;
}

.factory-display .imgWrap{
	display: flex;
	flex-wrap: wrap;
}
.factory-display .imgWrap .innerImg{
	width: calc(50% - 10px);
    margin: 10px 5px;
}
.factory-display .imgWrap .innerImg img{
    width: 100%;
    object-fit: cover;
    height: 214px;
}



/*荣誉logo*/
.certificateList{
	background: #f1f1f1;
	margin-bottom:-70px;
	padding:4% 0px 5% 0px;
}

.certificateList .container{
	max-width: 72%;
}

.certificateList .certificateWrap{
	display: flex;
}

.certificateList .certificateWrap .innerImg{
	background: #fff;
	padding:10px 0px;
	text-align: center;
}

.certificateList .certificateWrap .innerImg img{
	height:80px;
	width:auto;
	max-width: 100%;
}

.certificateList .certificateWrap .innerImg p{
	margin:0px;
	padding-top:18px;
	opacity: .6;
	font-size: 15px;
}

.certificateList .swiper-pagination-bullet {
    background: #131313;
}

.certificateList .swiper-pagination{
	left:50%;
	transform: translate(-50%, 0%); 
}
.certificateList .swiper-pagination-bullet {
    width: 16px;
	height: 3px;
    margin: 0px 4px;
}
.certificateList a.linkbtn{
	margin:0 auto;
	width:180px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.5;
	padding: .96875rem 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	background-color: #049645;
	color: #fff;
	border-radius: 1.625rem;
	margin-top:6%;
}
.certificateList a.linkbtn:hover{
	background-color: #055699;
}
.certificateList a.linkbtn span {
   display: block;
   font-size: .875rem;
   margin-left: .5625rem;
   background: url(../images/icon-arrow-right.png) center center no-repeat;
   width: 20px;
   height: 20px;
   background-size: 100%;
}




/*新闻推荐*/

.latest-news{
	padding: 6% 0px 4% 0px;
}
.latest-news .container{
	max-width: 72%;
}
.latest-news .card{
	transition: all 0.2s ease;
	margin-bottom: 3rem;
}
.latest-news .card-pic img {
    border: 4px solid #f4f4f4;
    border-bottom: 0;
    position: relative;
}
.latest-news .card-pic img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 240px;
}
.latest-news .card-body{
	text-align: left;
	background-color: #f4f4f4;
	padding: 20px 15px;
}
.latest-news .card-body h3{
	color: #181818;
	font-weight: bold;
	line-height: 1.5;
	font-size:18px;
	margin: auto;
	height:50px;
	margin-bottom:30px;
}
.latest-news .card-body p{
	color:#666;
}
.latest-news .card:hover{
	-webkit-box-shadow: 0 2px 8px 0 rgba(26, 26, 26, 0.16);
	box-shadow: 0 2px 8px 0 rgba(26, 26, 26, 0.16);
}
.latest-news .card:hover h3{
	color:#055699;
}

.latest-news a.linkbtn{
	margin:0 auto;
	width:180px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.5;
	padding: .96875rem 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	transition: all 0.2s ease;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	background-color: #049645;
	color: #fff;
	border-radius: 1.625rem;
	margin-top:20px;
	justify-content: center;
}
.latest-newsa.linkbtn:hover{
	background-color: #055699;
}
.latest-news a.linkbtn span {
   display: block;
   font-size: .875rem;
   margin-left: .5625rem;
   background: url(../images/icon-arrow-right.png) center center no-repeat;
   width: 20px;
   height: 20px;
   background-size: 100%;
}



/*网站底部导航*/
footer {
	background: #3D3D41;
	color: white;
	position: relative;
	top: 180px;
	z-index: 50;
	padding-top: 50px;
	padding-bottom: 60px;
}

footer .container {
	max-width: 84%;
}

.footer-nav-con {
	margin-bottom: 30px;
	color: #fff;
}

.footer-nav-con .wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 15rem;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-nav {
	margin-bottom: 1.75rem;
	padding: 0rem 1.5rem;
}

.footer-logo{
	margin-bottom:30px;
}


.footer-nav-title {
	display: inline-block;
	padding-right:10%;
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: bold;
	padding-bottom:12px;
	border-bottom:1px solid #009FE3;
	opacity: 1!important;
}

.footer-nav-link-list {
	font-size: 13px;
}

.footer-nav-link {
	flex: 0 1 auto;
	margin-bottom: 10px;
}

.footer-intro{
	font-size:16px;
	color:#ffff;
	opacity: .8;
}

.footer-nav-link span {
	padding-bottom: 5px;
	display: block;
}

.footer-nav-link a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	color: #fff;
	opacity: .6;
}

.footer-nav-link a:hover {
	
}

.footer-contact ul,.footer-contact h4{
	opacity: .6;
}

.footer-contact h4 {
	font-size: 16px;
	font-weight: bold;
}

.footer-contact li {
	line-height: 1.6;
	margin-bottom:6px;
	font-size: 15px;
}

.footer-contact li a {}

.footer-contact li b{
	color:#00b7ff;
}
.socialLink{
	margin-top:30px;
}
.socialLink a{
	padding:6px 8px;
	 margin-right:10px;
	background: #009FE3;
	border-radius: 4px;
}

.socialLink a i{
	color:#fff;
}

.copyright {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	padding: 0;
	padding-top: 2rem;
	color: #fff;
}

.copyright a {
	color: #fff;
}

.footer-nav-link a:hover {
	color: #fff;
}


.coly-side-right {
    padding: 2px 2px 0;
    position: fixed;
    right: 20px;
    top: 63%;
    transition: all .5s;
    border-radius: 4px;
    z-index: 999999;
}

.quote-text .coly-menu-float {
    width: auto;
    height: 40px;
    padding: 0 6px;
    border-radius: 8px;
    margin-bottom: 26px;
   background-color: #a8cd09;
}
.coly-right>a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    line-height: 40px;
    color: #fff;
}

.floating-menu.fm-ready {
    visibility: visible;
}

.fm-bar{
	width:50px;
	height:200px;
	position: fixed;
	z-index: 10100;
	left:2px;
	top:50%;
	transform: translateY(-50%);
}
.fm-bar ul{
	margin: 0px;
}
.fm-bar .fm-inner{
	width:48px;
	height:48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	list-style: none;
	background: rgb(31,147,209);
    margin: 2px;
	font-size:24px;
}

.fm-bar .fm-inner a{
	position: relative;
}

.fm-bar .fm-inner i{
	color:#fff;
}

.fm-bar .fm-inner span{
	position: absolute;
	color:#fff;
	height:48px;
	top: -6px;
	left:20px;
	opacity: 0;
	visibility: hidden;
	justify-content: center;
	align-items: center;
	padding:8px 10px 8px 20px;
	font-size:16px;
	background: #1F93D1;
	display: flex;
	width:180px;
}

.fm-bar .fm-inner:nth-of-type(3) span{
	width:240px;
}



.fm-bar .fm-inner:hover span{
	opacity:1;
	visibility: visible;
}




@media only screen and (max-width: 2560px) {}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1660px) {
	header .nav-item {
	   
	}
	header .nav-link {
	    padding: 20px 6px;
	    font-size: 15px;
	}
	.headnav .search-form {
	    width: 15rem;
	}
	main {
        top: 79px;
    }
    .home-prolist .proContent .innerBox .innerlink .title{
	    font-size:24px;
	}
		.home-prolist .proContent .innerBox .innerlink .text {
        font-size: 14px;
        color: #1a1d20;
    }
}

@media only screen and (max-width: 1440px) {
    header .nav-link {
        padding: 20px 6px;
        font-size: 14px;
    }
    .headnav .search-form {
        width: 8rem;
    }
    .headnav .form-inline .form-control{
        font-size:12px;
    }
    .atoken_locale_selector .current_locale span {
        font-size: 13px;
    }
    .atoken_locale_selector {
        width: 140px;
    }
    .atoken_locale_selector>.current_locale {
        padding-left: 45px; 
    }
    .headnav .search-form .btn {
        width: 30px;
        background-size: 15px 15px;
    }
    .home-prolist .proContent .innerBox .innerlink .title{
	    font-size:21px;
	}
}

@media only screen and (max-width: 1360px) {
    header .container {
        max-width: 100%;
    } 
    header .navbar-brand {
            margin-right: 1.2rem;
    }
   header .navbar-brand img{    max-height: 40px;}
    header .nav-link {
        padding: 20px 4px;
        font-size: 14px;
    }
    .home-prolist .proContent .innerBox .innerlink .title{
	    font-size:18px;
	}
	.home-prolist .proContent .innerBox .innerlink .text {
        font-size: 14px;
        color: #1a1d20;
    }
}


@media only screen and (max-width: 1280px) {
	.headnav .search-form{
	    display: none;
	}
	.home-prolist .proContent .innerBox .innerlink .title{
	    font-size:18px;
	}
	
}

@media only screen and (max-width:1024px) {
	main {
    top: 59px;
}
	.sol-column {
	    margin: 0;
	    -ms-flex-preferred-size: calc(100%);
	    flex-basis: calc(100%);
		margin-bottom: 2rem;
	}
header .toggle{
		display: block;
        top: 0px;
    }
	header .navbar-collapse{
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	main {
	    top: 57px;
	}
	header .container {
	    max-width: 98%;
	}
	
	.home-prolist .container,.certificateList .container,.factory-display .container,.latest-news .container{
	    max-width: 88%;
	}
	.certificateList,.factory-display,.latest-news {
	    padding: 12% 0px 12% 0px;
	}
	.certificateList .swiper-pagination-bullet {
	    width: 8px;
	    height: 3px;
	    margin: 0px 2px;
	}
	.pagetitle {
	    margin-bottom: 20px;
	}
	.pagetitle h2 {
	    font-size: 21px;
	    line-height: 1.5;
	    margin-bottom: 10px;
	}
	.sol-column {
	    -ms-flex-preferred-size: calc(100%);
	    flex-basis: calc(100%);
	}
	.home-banner .swiper-wrapper {
	    position: relative;
	    height: 210px;
	}
	.certificateList a.linkbtn,.latest-news a.linkbtn{
		margin-top:40px;
		font-size:13px;
	}
	.home-slogan h2 {
	    font-size: 21px;
	    line-height: 1.5;
	}
	.home-slogan p {
	    font-size: 14px;
	    line-height: 1.5;
	    margin-bottom: 2rem;
	    color: #fff;
	}
	.factory-display .innerImg img {
	    height: 348px;
	}
	.factory-display .imgWrap .innerImg img {
	    height: 154px;
	}
	.home-prolist .proContent .innerBox .innerlink .title{
	    font-size:1.2rem;
	    line-height: 1.2;
	}
	.home-prolist .proContent .innerBox .innerlink .text {
        font-size: 16px;
    }

}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 375px) {}
