


:root {
	--title--size: 40px;
	--font-bold: 600;
	--font-bolder: 700;
}

a {
	cursor: pointer;
}

.global-title {
	color: var(--title-text-color);
	font-size: var(--title--size)!important;
	font-family: var(--title-font-family)!important;
	font-weight: var(--font-bold)!important;
	position: relative;
	text-transform: capitalize!important;
	line-height: 1.4!important;
}


body section {
	margin: 70px auto!important;
	padding: 0!important;
}

body section.inner {
	margin: 0 auto!important;
	padding: 60px 0!important;
}

body section.head-top-guanxiang, body section.cookie-policy, body section.crumbs-guanxiang, body section.small-banner-guanxiang,body section.section-item,body section.san-small-banner,body section.san-crumbs,body section.custom-pop-inquiry,.pro_text section,.pro-scroll section {
	margin: 0!important;
}

body section.cookie-policy {
	padding: 32px 24px 16px!important;
}

body section.crumbs-guanxiang {
	padding: 18px 0!important;
}

.nans-sidebanner h1, .nans-sidebanner h2 {
	margin-top: 80px!important;
}

.nans-sidebanner p {
	margin: 10px 0 0!important;
}

.crumbs-guanxiang .container {
	width: initial!important;
}

.small-banner-guanxiang {
	height: auto!important;
	max-height: 320px;
}

.small-banner-guanxiang img {
	height: 100%!important;
}

.bobo-inquiry .inqury_title_box {
	padding: 0!important;
}

@media(max-width: 1440px) {
	:root {
		--title--size: 32px!important;
	}

	body section {
		margin: 70px auto!important;
	}

	body section.inner {
		padding: 50px 0!important;
	}
}

@media(max-width: 992px) {
	body section.main {
		padding: 0 15px!important;
	}
	body section {
		margin: 50px auto!important;
	}
	:root {
		--title--size: 28px!important;
	}
}

@media(max-width: 767px) {
	:root {
		--title--size: 20px!important;
	}

	.nans-sidebanner h1, .nans-sidebanner h2 {
		margin-top: 10px!important;
	}

	body section {
		margin: 30px auto!important;
	}

	body section.main,body section.container {
		padding: 0 15px!important;
	}

	body section.inner {
		padding: 30px 0!important;
	}

	
}


body .crmForm-error{
	z-index:1!important;
}



	/*给新闻及产品详情页的文字字体限制*/
.myart p , .myart span,.myart table,.myart td,
	 .myart div,.myart strong, .myart b {
	font-family: var(--font-family)!important;
}

	/*给全局字号做限制*/

body p:not(.count-title),
	body .global-p {
	font-size: 16px!important;
}

body .global-h {
	font-size: 20px!important;
}

.global-btn,.btn.btn-lg,.search-page-wrap .more-btn {
	font-size: 16px!important;
	font-family: var(--font-family)!important;
	border-radius: var(--button-radius)!important;
	text-align: center!important;
	/*font-weight: 700!important;*/
	background: var(--color-primary)!important;
	color: #fff!important;
	text-transform: capitalize!important;
}

.global-btn:hover {
	background: var(--btn-hover)!important;
	color: var(--color-primary)!important;
	border: 1px solid var(--color-primary)!important;
}

@media(max-width:1024px) {
	body p:not(.count-title),
  	body .global-p {
		font-size: 14px!important;
	}

	body .global-h {
		font-size: 18px!important;
	}

.global-btn,.btn.btn-lg,.search-page-wrap .more-btn {
		font-size: 14px!important;
	}
}

@media(max-width:767px) {
	body p:not(.count-title),
  body .global-p {
		font-size: 13px!important;
	}

.global-btn,.btn.btn-lg,.search-page-wrap .more-btn {
		font-size: 13px!important;
		width: 100%!important;
	}

	body .global-h {
		font-size: 16px!important;
	}
}

.taskoit_head .taskoit_menu ul .sub-menu li a,
.taskoit_head .taskoit_menu>ul>li>a {
	font-family: var(--font-family), sans-serif;
}


/* logo sticky */

.taskoit_head .taskoit-main-menu .logo a.main_sticky_main_l {
	display: block;
}

.taskoit_head .taskoit-main-menu .logo a.main_sticky_main_l img {
	width: 160px;
	height: 36px;
	object-fit: contain;
}

.taskoit_head .taskoit-main-menu .logo a.main_sticky_l {
	display: none;
}

.taskoit_head .taskoit-main-menu .prefix .logo a.main_sticky_main_l {
	display: none;
}

.taskoit_head .taskoit-main-menu .prefix .logo a.main_sticky_l {
	display: block;
}

.taskoit_head .taskoit-main-menu .prefix .logo a.main_sticky_l img {
	width: 160px;
	height: 36px;
	object-fit: contain;
}

/* mobile logo   */

.taskoit_head .mobile_menu_logo.text-center {
	padding: 20px 0;
}

/* ============== 
	taskoit menu css 
	================= */

.taskoit_head .taskoit_menu ul {
	text-align: right;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
}

.taskoit_head .taskoit_menu>ul>li {
	display: inline-block;
	position: relative;
}

.taskoit_head .taskoit_menu>ul>li>a {
	display: block;
	margin: 35px 12px;
	transition: 0.2s;
	position: relative;
	font-size: 18px;
	font-weight: 600;
}

.taskoit_head .taskoit_menu>ul>li>a:before,
.taskoit_head .taskoit_menu>ul>li.current>a:before {
	bottom: -7px;
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	right: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 15%;
	display: none;
}

.taskoit_head .taskoit_menu ul li:last-child a {
	margin-right: 0px;
}

.taskoit_head .taskoit_menu>ul>li.current>a,
.taskoit_head .taskoit_menu>ul>li:hover>a,
.taskoit_head .taskoit_menu>ul>li:hover>a:before,
.taskoit_head .taskoit_menu>ul>li.current>a:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.taskoit_head .taskoit_menu>ul>li.current>a,
.taskoit_head .taskoit_menu>ul>li:hover>a {
	background: transparent;
}

/* sub menu style */

.taskoit_head .taskoit_menu ul .sub-menu {
	position: absolute;
	left: 0;
	top: 130%;
	width: 240px;
	text-align: left;
	margin: 0;
	padding: 15px 5px 14px;
	z-index: 9999;
	box-shadow: 0 0 30px rgb(0 0 0 / 9%);
	display: none;
	background: #fff;
}

.taskoit_head .taskoit_menu ul li:hover>.sub-menu {
	transition: 0.5s;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 100%;
	z-index: 9;
}

.taskoit_head .taskoit_menu ul .sub-menu li {
	position: relative;
	transition: 0.5s;
}

.taskoit_head .taskoit_menu ul .sub-menu li:before {
	opacity: 0;
	-webkit-transition: 0.1s;
	transition: 0.1s;
	position: absolute;
	top: 50%;
	content: "";
	transform: translateY(-50%);
}

.taskoit_head .taskoit_menu ul .sub-menu li:hover:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.taskoit_head .taskoit_menu ul .sub-menu li:hover {
	margin-left: 15px;
}

.taskoit_head .taskoit_menu ul .sub-menu li a {
	display: block;
	margin: 0;
	letter-spacing: normal;
	font-size: 15px;
	font-weight: 600;
	transition: 0.5s;
	padding: 7px 17px;
	visibility: inherit !important;
}

/* sub menu 2 */

.taskoit_head .taskoit_menu ul .sub-menu .sub-menu {
	left: 100%;
	top: 130%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	display: none;
}

.taskoit_head .taskoit_menu ul .sub-menu li:hover>.sub-menu {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 0%;
	display: block;
}

/* sub menu 3 */

.taskoit_head .taskoit_menu ul .sub-menu .sub-menu li {
	position: relative;
}

.taskoit_head .taskoit_menu ul .sub-menu .sub-menu .sub-menu {
	right: 100%;
	left: auto;
	top: 130%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	display: none;
}

.taskoit_head .taskoit_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 0%;
	display: block;
}

/* sub menu 4 */

.taskoit_head .taskoit_menu ul .sub-menu .sub-menu .sub-menu li {
	position: relative;
}

.taskoit_head .taskoit_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 0%;
	display: block;
}

/* has menu icon */
.taskoit_head .taskoit-main-menu .menu-item-has-children>a:after {
	margin-left: 5px;
	content: "\e64c";
	font-family: "qico" !important;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	font-size: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	font-weight: 600;
	width: 13px;
	height: 13px;
}

.taskoit_head .taskoit_nav_area.postfix {
	transition: 0.3s;
	/* box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%); */
}

.taskoit_head .scroll-to-fixed-fixed .taskoit_nav_area.postfix {
	
	    background: rgba(0,0,0,.3);
}

.taskoit_head .tx_mmenu_together {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.taskoit_head .tx_mmenu_together .donate-btn-header {
	padding: 0;
}


.taskoit_head .tx_relative_m,
.taskoit_head .tx_top2_relative {
	position: relative;
}

.taskoit_head .tx_menu_together {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.taskoit_head .mainmenu_width_tx.container {
	padding: 0;
}

/* menu button */

.taskoit_head .donate-btn-header {
	display: inline-block;
}

.taskoit_head.em40_header_area_main .donate-btn-header a.dtbtn {
	border: none;
	display: block;
	font-size: 17px;
	margin-left: 20px;
	font-weight: 500;
	border-radius: 30px;
	padding: 11px 25px;
	background: var(--color-primary);
	font-family: var(--title-font-family);
}

.taskoit_head.em40_header_area_main .donate-btn-header a.dtbtn:hover {
	background: var(--color-second);
}


/*========================
   SCROLL TOP CSS
  =========================*/

	#scrollUp {
		bottom: 30px;
		height: 40px;
		line-height: 40px;
		right: 100px;
		text-align: center;
		border-radius: 5px;
		width: 40px;

		display: none!important;
	}

/*========= New Top Menu css ========*/

.em40_header_area_main.taskoit_head {
	--text-color: #fff;
	color: #fff;
}

.taskoit_head .top-right-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.taskoit_head .top-right-menu__item {
	padding: 0 10px;
}

.taskoit_head .top-right-menu .top-right-menu__divider {
	height: 14px;
	width: 1px;
	background-color: var(--text-color);
}

.taskoit_head .donate-btn-header .dtbtn {
	background-color: var(--color-primary);
	padding: 10px 20px;
	border-radius: var(--button-radius);
}
.taskoit_head .mean-container .mean-nav ul li a.mean-expand {
  width: 4%;
}

/*----------------------
   * SLICK SLIDER  AREA CSS
   -----------------------*/

/* small mobile :320px. */

@media (max-width: 479px) {
	.taskoit_head .taskoit-header-top p {
		font-family: var(--font-family);
	}

	.taskoit_head .top-right-menu ul.social-icons li {
		margin-left: 13px;
	}
}

/* ===============================================================================
  #HEADING TOP MENU CSS
  ============================================================================== */
/* LEFT RIGHT CSS */

.taskoit_head .taskoit-header-top {
	padding: 10px 0;
	background-color: var(--color-primary);
}

.taskoit_head .top-address p {
	margin-bottom: 0;
}

.taskoit_head .top-address p span,
.taskoit_head .top-address p a {
	margin-right: 20px;
}

.taskoit_head .top-address p a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* TOP RIGHT CSS */
.taskoit_head .top-address p a,
.taskoit_head .top-right-menu ul.social-icons li a,
.taskoit_head .top-address p span {
	font-size: 15px;
	font-weight: 500;
}

.taskoit_head .top-address p span i,
.taskoit_head .top-address p a i {
	font-size: 13px;
	margin-right: 5px;
}

.taskoit_head .top-address {
	display: inline-block;
}

/* top menu */
.taskoit_head .top-right-menu ul.social-icons {
	margin: 0;
	padding: 0;
}

.taskoit_head .top-right-menu ul.social-icons li {
	display: inline-block;
	margin-left: 15px;
	position: relative;
}

.taskoit_head .top-right-menu ul.social-icons li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	font-size: 15px;
}

.taskoit_head .top-right-menu .menu-item-has-children>a:after {
	margin-left: 5px;
	content: "\e699";
	font-family: IcoFont;
	font-size: 15px;
	opacity: 0.7;
}

/* sub menu css */
.taskoit_head .top-right-menu ul .sub-menu {
	position: absolute;
	left: 0px;
	top: 100%;
	display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width: 150px;
	text-align: left;
	z-index: 1;
	transition: 0.5s;
	margin: 0;
	padding: 0;
}

.taskoit_head .top-right-menu ul.social-icons li:hover .sub-menu {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	display: block;
}

.taskoit_head .top-right-menu ul .sub-menu li {
	padding: 5px 0px 5px;
}

.taskoit_head .top-right-menu ul .sub-menu li a {
	font-size: 14px;
}

.taskoit_head .top-right-menu ul .sub-menu ul {
	display: none;
}

.taskoit_head .top-address.em-login a {
	margin-right: 10px;
}

.taskoit_head .top-address.em-login a+a {
	margin-right: 0;
}

.taskoit_head .top-address.em-login p a i,
.taskoit_head .top-address.em-login p a i {
	margin-right: 5px;
}

.taskoit_head .top-address.em-login a+a:before {
	content: "|";
	margin-right: 12px;
}


/* top opening */

.taskoit_head .top-address.menu_18 span {
	padding: 8px 15px 9px;
	display: inline-block;
}

.taskoit_head .top-right-menu ul.social-icons.menu_18,
.taskoit_head .top-right-menu ul.social-icons.menu_19 {
	padding: 7px 0;
}

/* address left right icon */

.taskoit_head .top-right-menu.litop {
	float: left;
}

/*=====================
  END taskoit HEADING TOP AREA CSS
  =========================*/

@media (min-width: 768px) and (max-width: 991px) {
	.taskoit_head .taskoit_nav_area.postfix {
		display: none;
	}

	.taskoit_head .top-right-menu ul.social-icons {
		text-align: center !important;
	}

	.taskoit_head .top-address {
		text-align: center !important;
		display: block;
	}

	/* single portfolio2 */
	#scrollUp {
		bottom: 60px;
		right: 30px;
	}
}

/*=======================
  taskoit mobile menu css
  ========================*/
.taskoit_head .mobile-menu {
	display: none !important;
}

.taskoit_head .mobile_logo_area {
	display: none !important;
}

.taskoit_head .mobile_p {
	position: fixed;
	right: 0;
	width: 300px;
	padding: 80px 20px 0px;
	overflow-y: scroll;
	top: 0;
	height: 100%;
	z-index: 9999;
	display: block;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	box-shadow: 0 0 30px rgb(0 0 0 / 7%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	background: #ffffff;
}

.taskoit_head .tx-s-open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.taskoit_head .mobile_opicon {
	text-align: right;
	padding: 4px 0;
}

.taskoit_head .mobilemenu_con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.taskoit_head .mobile_menu_o i {
	font-size: 26px;
	color: #fff;
}

.taskoit_head .closeclass {
	color: #444 !important;
}

.taskoit_head .mobile_menu_content .mobile_menu_logo {
	margin-bottom: 20px;
}

.taskoit_head .mobile_menu_content .mobile_menu_logo img {
	max-height: 78px;
}

.taskoit_head .mobile_cicon {
	position: absolute;
	right: 30px;
	top: 50px;
}

.taskoit_head .mobile_overlay {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	visibility: hidden;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.taskoit_head .mobile_overlay.mactive {
	opacity: 1;
	visibility: visible;
}

/* color */
.taskoit_head .top-address p a,
.taskoit_head .top-right-menu ul.social-icons li a,
.taskoit_head .top-address p span {
	color: #fff;
}

.taskoit_head .taskoit_menu>ul>li>a {
	color: #272727;
}

.taskoit_head .taskoit_menu>ul>li.current>a,
.taskoit_head .taskoit_menu>ul>li:hover>a {
	color: var(--color-primary);
}

.taskoit_head .taskoit_menu ul .sub-menu li:before,
.taskoit_head .taskoit_menu ul .sub-menu li a {
	color: #272727;
}

.taskoit_head .taskoit_menu ul .sub-menu li:hover:before,
.taskoit_head .taskoit_menu ul .sub-menu li:hover>a,
.taskoit_head .taskoit_menu ul .sub-menu .sub-menu li:hover>a,
.taskoit_head .taskoit_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.taskoit_head .taskoit_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
	color: var(--color-primary);
}

.taskoit_head .taskoit_nav_area.prefix .taskoit_menu>ul>li>a {
	color: #fff;
}

.taskoit_head.em40_header_area_main .taskoit_menu>ul>li>a {
	/* font-family: var(--title-font-family); */
	color: var(--color-second);
}

.taskoit_head.em40_header_area_main .taskoit_menu>ul>li>a:hover {
	color: var(--color-primary);
}

.taskoit_head.em40_header_area_main .top-form-control input {
	font-family: var(--title-font-family);
}

.taskoit_head.em40_header_area_main .em-header-quearys-close .t-close {
	background-color: var(--color-primary);
}

.taskoit_head .taskoit_nav_area.prefix .taskoit_menu>ul>li.current>a {
	color: var(--color-primary);
}

.taskoit_head a.dtbtn,
.btn {
	color: #fff;
}

.taskoit_head .btn.btn-bordered {
	color: var(--btn-bg);
}

.taskoit_head .btn.btn-bordered:hover {
	color: #fff;
}

#scrollUp i {
	color: #fff;
}

.taskoit_head .top-address p a,
.taskoit_head .top-right-menu ul.social-icons li a,
.taskoit_head .top-address p span {
	color: #fff;
}

.taskoit_head .top-address p span i,
.taskoit_head .top-address p a i {
	color: #fff;
}

.taskoit_head .top-right-menu .social-icons li a:hover,
.taskoit_head .top-right-menu .social-icons li a i:hover {
	color: #17161a;
}

.taskoit_head .top-address.cr_top_addess p a,
.taskoit_head .top-address.cr_top_addess p span {
	color: #fff;
}

.taskoit_head .top-address.cr_top_addess p span i,
.taskoit_head top-address.cr_top_addess p a i {
	color: #fff;
}

.taskoit_head a.dtbtn {
	background: var(--btn-bg);
}

.taskoit_head a.dtbtn:hover {
	background: var(--color-second);
}

@media (min-width: 10px) and (max-width: 991px) {
	.taskoit_head .mobile_menu_logo img {
		height: 31px;
		width: 160px;
		object-fit: contain;
	}
}

/* menu and logo show & hide */
@media (min-width: 10px) and (max-width: 991px) {
	.taskoit_head .tx_top2_relative {
		display: none;
	}

	.taskoit_head .mobile-menu {
		display: block !important;
	}

	.taskoit_head .mobile_logo_area {
		display: block !important;
		background-color: #fff;
	}

	.taskoit_head .mobile_opicon i {
		color: #666 !important;
	}

	.taskoit_head .mobile_logo_area2 {
		background: #fff;
	}

	.taskoit_head .d_md_none {
		display: none !important;
	}

	.taskoit_head .taskoit-main-menu {
		display: none !important;
	}

	.taskoit_head .top-address p span {
		font-size: 13px;
		/* margin-right: 20px; */
	}

	.taskoit_head .top-right-menu ul.social-icons li {
		margin-left: 10px;
	}

	.taskoit_head .top-address {
		text-align: center !important;
	}

	.taskoit_head .top-right-menu .social-icons {
		text-align: center !important;
	}

	.taskoit_head .top-right-menu ul.social-icons li a {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	#scrollUp {
		display: none !important;
	}
	.taskoit_head .top-right-menu {
	  justify-content: center;
	}

	.taskoit_head .taskoit_nav_area.prefix,
	.taskoit_head .hbg2 {
		display: none;
	}
}