/**
 * @author Jerek <luyufan1@163.com>
**/

:root {
	--blue: #0e6cf1;
	--darkblue: #012fa7;
	--red: #ef394b;
	--green: #09b918;
	--black: #000000;.industries-banner .item::before
	--white: #ffffff;
	--gray: #6c757d;
	--darkgray: #eeeeee;
	--dark: #343a40;
	--light: #f8f9fa;
	--darklight: #f6f6f6;.form-book .form-content
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
}

* {
	word-wrap: break-word !important;
}

body {
	font-size: 15px;
	overflow-x: hidden;
}

a {
	color: var(--dark);
}

a:hover {
	text-decoration: none;
}

:focus {
	outline: none !important;
	box-shadow: none !important;
}

@media (min-width: 1400px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1370px;
	}
}

@media (min-width: 1600px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1570px;
	}
}

.btn-light {
	background-color: var(--darkgray);
}

.layui-layer-border {
	box-shadow: 0px 10px 15px rgba(0, 0, 0, .15) !important;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: var(--blue) !important;
	background-color: var(--blue) !important;
	border-radius: 3px !important;
}

.layui-layer-btn .layui-layer-btn0:hover {
	color: var(--white) !important;
}

.overflow1 {
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.overflow2 {
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.imgauto {
	width: 100%;
	display: block;
	overflow: hidden;
}

img.grayscale {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.imgiframe {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-bottom: 50px;
}

.imgiframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.clearfix,
.clear {
	clear: both !important;
}

.br5 {
	border-radius: 5px;
	overflow: hidden;
}

.imgZoom {
	overflow: hidden;
}

.imgZoom img {
	transition: all 0.8s;
	cursor: pointer;
}

.imgZoom:hover img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.logo-icons {
	position: relative;
}

.logo-icons::after {
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	display: none;
	content: "";
	position: absolute;
	z-index: 10;
	width: 20px;
	height: 20px;
	background-size: 20px;
	right: 100px;
	top: -10px;
}

.line1 {
	border-top: 1px solid #eee;
}

.m-t10 {
	margin-top: 10px !important;
}

.m-t20 {
	margin-top: 20px !important;
}

.m-t30 {
	margin-top: 30px !important;
}

.m-t60 {
	margin-top: 60px !important;
}

.m-t120 {
	margin-top: 120px !important;
}

.f24 {
	font-size: 24px !important;
}

.f30 {
	font-size: 30px !important;
}

.f34 {
	font-size: 34px !important;
}

.f48 {
	font-size: 48px !important;
}

.p-b20 {
	padding-bottom: 20px !important;
}

.p-b30 {
	padding-bottom: 30px !important;
}

.p-b60 {
	padding-bottom: 60px !important;
}

.p-t20 {
	padding-top: 20px !important;
}

.p-t30 {
	padding-top: 30px !important;
}

.p-t60 {
	padding-top: 60px !important;
}

.p-t80 {
	padding-top: 80px !important;
}

.p-t100 {
	padding-top: 100px !important;
}

.p-t120 {
	padding-top: 120px !important;
}

.p-b80 {
	padding-bottom: 80px !important;
}

.p-b100 {
	padding-bottom: 100px !important;
}

.p-tb60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.p-tb80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.p-tb100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.p-tb130 {
	padding-top: 130px !important;
	padding-bottom: 130px !important;
}

.bgf {
	background-color: #FFFFFF !important;
}

.bg2 {
	background-color: var(--darklight) !important;
}

.bg3 {
	background-color: #111 !important;
}

.red {
	color: #ff0000;
}

.fw-bold {
	font-weight: 600;
}

.hide {
    display:none;
}

.white-text,
.white-text a,
.white-text p,
.white-text p a {
	color: #fff !important;
}

.darkblue {
	color: var(--darkblue);
}

.text-muted {
	color: var(--gray) !important;
}

.scrollbar::-webkit-scrollbar {
	width: 5px;
	height: 1px;
}

.scrollbar::-webkit-scrollbar-thumb {
	background-color: #ccc;
}

.scrollbar::-webkit-scrollbar-track {
	background: #ededed;
}

.no-bullets {
	list-style-type: none !important;
}

.no-style,
.no-style li,
.no-style ol {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.no-style2,
.no-style2 li,
.no-style2 ol {
	margin: 0 !important;
	padding: 0 !important;
}

.no-style2 li,
.no-style2 ol {
	margin-left: 5px !important;
	padding-left: 5px !important;
}

@keyframes scale-animation {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}
}

@keyframes blur-to-clear {
	0% {
		filter: blur(10px);
	}

	100% {
		filter: blur(0px);
	}
}

.wraper-auto {
	padding: 0 50px;
	max-width: 100%;
}

.btn-more-light {
	color: #343a40;
	border-color: #dddddd;
	background-color: #f3f3f3;
	padding: 5px 20px;
}

.btn-more-light:hover {
	background-color: var(--darkblue);
	border-color: var(--darkblue);
	color: #ffffff;
}

.item2 {
	padding: 15px;
	background: #FFFFFF;
	display: none;
	position: relative;
	z-index: 1999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

.item-close {
	cursor: pointer;
	right: 30px;
	top: 30px;
	position: absolute;
	z-index: 999;
	width: 18px;
	height: 18px;
	background-image: url('../images/close.png');
	background-repeat: no-repeat;
	background-position: center;
}

.search-box {
	padding: 20px 0;
	border-radius: 0px;
	position: fixed;
	z-index: 2200;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	top: 0px;
	left: 0px;
}

.search-box .container {
	max-width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.menu-mobile {
	padding: 20px 0;
	border-radius: 0px;
	position: fixed;
	z-index: 2200;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	top: 0px;
	left: 0px;
}

.footer-change-country .btn-language {
	text-transform: none !important;
}

.btn-language {
	text-transform: uppercase;
}

.btn-language img {
	margin-right: 2px;
	height: 14px;
	border: 1px #ccc solid;
}

.language-box {
	padding: 20px 0;
	border-radius: 0px;
	position: fixed;
	z-index: 2200;
	width: 960px;
	box-sizing: border-box;
	top: 50%;
	transform: translateY(-50%) !important;
	left: 480px;
}

.language-box h3 {
	font-size: 19px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
}

.language-box .container {
	padding-left: 30px;
	padding-right: 30px;
}

.item-language {
	margin-top: 15px;
	background-color: #f9f9f9;
	padding: 10px 15px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
}

.item-language img {
	margin-right: 15px;
}

.item-language:hover {
	background-color: #eeeeee;
}

/*header*/
.top-header {
	position: relative;
	z-index: 229;
}

.logo-default {
	height: 54px;
}

.latest-events-box {
	background-color: var(--darkblue);
	height: 48px;
	font-size: 14px;
	align-items: center !important;
}

.topad-btn a {
	padding: 2px 10px;
	border-radius: 3px;
	margin-left: 10px;
	text-decoration: underline;
	transition: all 0.3s;
}

.topad-btn a:hover {
	color: var(--white) !important;
	background-color: #0069d9;
	border-color: #0062cc
}

.fix-header {
	left: 0;
	position: fixed;
	right: 0;
	top: -48px;
	width: 100%;
	border-bottom: 1px solid var(--darkgray);
	-webkit-backdrop-filter: saturate(180%) blur(6px);
	backdrop-filter: saturate(180%) blur(6px);
	background: rgba(255, 255, 255, 0.9);
}

.nav-right .item {
	margin-left: 20px;
}

.nav-right .item:first-of-type {
	margin-left: 0px;
}

.box-quick-quote span {
    padding:0 5px;
}

.wraper-auto {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.head-logo {
    width: 240px;
    box-sizing: border-box;
    text-align: left;
}

.nav-right {
    box-sizing: border-box;
    text-align: right;
}    

.head-center {
    flex-grow: 1;
    box-sizing: border-box;
    text-align: center;
}


/*主导航菜单*/
.navBar {
	position: relative;
	z-index: 210;
}

.all-nav {
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.all-nav .m {
	position: relative;
	display: inline-block;
}

.all-nav h3 {
	margin: 0px;
	padding: 0px;
}

.all-nav h3 a {
	zoom: 1;
	display: block;
	color: var(--dark);
	font-size: 17px;
	padding: 0 20px;
	height: 94px;
	line-height: 94px;
	position: relative;
}

.all-nav h3 a::before {
	display: block;
	content: "";
	background-color: var(--darkblue);
	width: 0px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.all-nav .on h3 a {
	color: var(--darkblue);
}

.all-nav .on h3 a::before {
	width: 100%;
}

.all-nav .sub {
	display: none;
	width: 240px;
	padding: 15px;
	position: absolute;
	z-index: 220;
	left: -30px;
	top: 94px;
	background: #ffffff;
	border: 1px solid var(--darkgray);
}

.all-nav .sub li,
.all-nav .sub-menu2 dd {
	text-align: left;
	position: relative;
}

.all-nav .sub li .fa,
.all-nav .sub-menu2 dd .fa {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	transition: all 0.3s;
	display: none;
}

.all-nav .sub li a,
.all-nav .sub-menu2 dd a {
	color: #333;
	background-color: #ffffff;
	display: block;
	padding: 5px 15px;
	transition: all 0.3s;
	zoom: 1;
}

.all-nav .sub li a:hover,
.all-nav .sub-menu2 dd a:hover {
	background: var(--darkgray);
	color: var(--darkblue);
	border-radius: 5px !important;
}

.all-nav .sub li a:hover .fa,
.all-nav .sub-menu2 dd a:hover .fa {
	color: var(--darkblue);
	font-weight: bold;
	right: 15px;
}

.all-nav .sub-m1 .sub {
    width: 740px;
    left: 50%;
    transform: translateX(-50%);
}

.all-nav .sub-m2 .sub {
	/*position: fixed;*/
	width: auto;
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	/*top: 142px;*/
	padding: 0px;
	background-color: #ffffff;
}

.d-flex2 {
	display: flex;
}

.sub-box-left {
	padding: 50px 50px 70px 50px;
	flex-basis: 800px;
	box-sizing: border-box;
	text-align: left;
	background-color: #f4f4f4;
}

.sub-box-left .title {
	font-weight: bold;
	font-size: 19px;
	padding-bottom: 20px;
}

.sub-box-left .note {
	color: var(--gray);
	padding-bottom: 20px;
}

.sub-box-left .more a {
	position: relative;
	color: var(--darkblue);
}

.sub-box-left .more .bi {
	right: -30px;
	position: absolute;
	transition: all 0.3s;
}

.sub-box-left .more a:hover .bi {
	transform: rotateZ(45deg);
	right: -35px;
}

.sub-box-right {
	padding: 35px 20px;
	text-align: left;
	border-right: 1px solid var(--darkgray);
	display: flex;
}

.all-nav .sub dl {
	padding: 0px;
	width: 240px;
	margin-right: 50px;
}

.all-nav .sub dl:last-of-type {
	margin-right: 0px;
}

.all-nav .sub dl dt {
	font-weight: 600;
	padding: 0 15px 5px 15px;
	font-size: 12px;
}

.all-nav .sub dl dt,
.all-nav .sub dl dt a {
	color: #999;
}

.all-nav .sub dl dd {
	margin: 0px !important;
}

.all-nav .sub dl dd .bi {
	position: relative;
	color: var(--darkblue);
	margin-left: 10px;
	top: 1px;
}

.all-nav .bi-new {
    font-style: normal;
    padding: 0px 2px;
    border-radius: 3px;
    font-size: 13px;
    background-color: #E6F1FC;
}

.sub-box-right2 {
	text-align: left;
	display: flex;
	padding-top: 20px;
}

.all-nav .sub .sub-box-right2 dl {
    margin-right: 0px;
}

.all-nav .sub .sub-box-right2 dl:last-of-type {
    width:auto;
    padding-left: 20px !important;
    margin-left: 20px !important;
    border-left: 1px solid var(--darkgray);
}

.all-nav .sub .sub-box-right2 .sub-menu2 dd {
    display: block;
    width: 220px;
    float:left;
}

.all-nav .sub-menu2 {
	margin-top: 10px;
}

.sub-right-list {
	text-align: left;
	padding: 50px;
	flex-basis: 30%;
}

.sub-right-list dl {
	width: 100% !important;
}

.sub-right-list dd img {
	margin-right: 15px;
}

/*Home*/
.index-main-title {
	margin: 0 20rem;
	padding-bottom: 35px;
}

.index-main-title h2 {
	margin-bottom: 20px;
	font-weight: 600;
	color: var(--black);
}

.index-main-title p,
.main-title p {
	font-size: 17px;
	color: var(--dark);
	font-weight: normal;
	margin-bottom: 0;
}

.index-main-text {
	font-weight: normal;
	font-size: 17px;
	padding-top: 25px;
}

.index-main-text p {
	margin-bottom: 0;
}

.our-services-box {
	padding-top: 60px;
	padding-bottom: 20px;
}

.item-cnc-service {
	background: linear-gradient(to bottom, #f9f9f9, #f6f6f6);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.item-cnc-service .pic {
	overflow: hidden;
	transition: all 0.3s;
	position: relative;
}

.item-cnc-service .title {
	font-weight: bold;
	padding-top: 20px;
	font-size: 17px;
}

.item-cnc-service:hover {
	-webkit-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.1);
}

.item-cnc-service:hover .title a {
	color: var(--darkblue);
}

/*banner*/
.home-banner {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	position: relative;
	background: linear-gradient(to bottom, #ffffff, #e5ecfc);
}

.home-banner .bdvideo {
    width:100%;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	bottom: 0px;
	border: 0px;
}

.video-banner::before {
	display: block;
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, .5);
}

.video-banner .container {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
	position: relative;
	z-index: 3;
}

.video-banner .home-banner-text h2,
.video-banner .home-banner-note,
.video-banner .title,
.video-banner .iso-title,
.video-banner .home-banner-text span {
	color: var(--white) !important;
}

.video-banner .btn-outline-primary {
	border-color: var(--white) !important;
	color: var(--white) !important;
}

.video-banner .btn-outline-primary:hover {
	background-color: var(--black) !important;
	border-color: var(--black) !important;
}

.home-banner-text h2 {
	color: var(--black);
	font-weight: 600;
	line-height: 60px;
}

.home-banner-text .iso-title {
	font-size: 15px;
	margin: 50px 0;
}

.home-banner-text span {
	color: var(--darkblue);
}

.home-banner-note {
	font-size: 17px;
	color: var(--dark);
	padding: 30px 0 50px 0;
}

.home-banner .btn {
	padding: 15px 50px;
}

.swiper-trusted {
	overflow: hidden;
	max-width: 387px;
	position: relative;
}

.swiper-trusted .swiper-button-next {
	background-color: var(--white);
	right: 0;
	margin-top: -24px;
	width: 48px;
	height: 48px;
	border-radius: 13px;
	background-size: 20%;
	transition: all 0.3s;
}

.swiper-trusted .swiper-button-next::after {
	font-size: 16px;
}

.swiper-trusted .swiper-button-next:hover {
	background-color: var(--darkblue);
}

.swiper-trusted .swiper-slide {
	width: auto;
}

.trusted-list .swiper {
	margin-left: 0px !important;
}

.trusted-list .title {
	width: 100px;
}

.trusted-image img {
	padding: 2px;
	box-sizing: border-box;
	height: 48px;
	overflow: hidden;
}

.trusted-image2 img {
	background-color: #fff;
	padding: 2px;
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	border-radius: 13px;
	overflow: hidden;
}


.sub-m2 dl {
	width: 220px !important;
	margin: 0px !important;
}

.sub-m2 .sub-menu2 {
	border: 0px !important;
	padding: 0px !important;
}

.menu-item-box {
	padding: 35px 20px !important;
	flex-basis: 45% !important;
}

.menu-item-news {
	max-width: 360px;
	background-color: var(--darkgray);
	border-radius: 10px;
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.menu-item-news:last-of-type {
	margin-left: 30px;
}

.menu-item-news .text {
	padding: 20px;
}

.menu-item-news .text .title {
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	color: var(--dark);
}

.menu-item-news a .more {
	color: var(--darkblue);
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.menu-item-news .more .fa {
	transition: all 0.3s;
	opacity: 0;
}

.menu-item-news a:hover .more .fa {
	margin-left: 10px;
	opacity: 1;
}

/*home-industries*/
.slide-industries {
	position: relative;
}

.slide-industries .item-pic {
	border-radius: 10px;
	overflow: hidden;
}

.slide-industries .hd {
	position: relative;
	width: 40%;
	float: left;
}

.slide-industries .hd ul {
	margin: 0;
	padding: 0;
}

.slide-industries .hd ul li {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	list-style: none !important;
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

.slide-industries .hd ul li .bi {
	position: absolute;
	right: 0;
	top: 18px;
	border: 1px solid #ddd;
	width: 32px;
	height: 32px;
	border-radius: 20px;
	text-align: center;
}

.slide-industries .hd ul li .bi::before {
	top: 0px;
	position: relative;
	font-size: 13px;
	transition: all 0.3s;
}

.slide-industries .hd ul li .content {
	display: none;
	font-weight: normal;
	font-size: 15px;
	margin-top: 20px;
}

.slide-industries .hd ul li.on .content {
	display: block;
}

.slide-industries .hd ul li.on {
	border-top: 1px solid #ddd;
	border-bottom: 2px solid var(--darkblue);
}

.slide-industries .hd ul li.on .title {
	color: var(--darkblue);
}

.slide-industries .hd ul li.on .bi,
.slide-industries .hd ul li:hover .bi {
	border-color: var(--darkblue);
	background-color: var(--darkblue);
	color: #fff;
	font-size: 15px;
}

.slide-industries .hd ul li.on .bi::before {
	transform: rotate(180deg);
	top: 3px;
}

.slide-industries .bd {
	width: 60%;
	padding-left: 50px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.slide-industries .bd ul {
	position: sticky;
	top: 170px;
}

.slide-industries .more {
	margin-top: 20px;
	margin-bottom: 10px;
}


.working-list {
	margin-top: 20px;
}

.working-list .item .num {
	font-size: 34px;
	font-weight: 500;
	position: relative;
	justify-content: center;
	align-items: center;
	display: flex;
	margin: 0 auto;
	background-color: #ffffff;

	width: 80px;
	height: 80px;
	border-radius: 40px;
}

.working-list .item .num span {
	position: relative;
	z-index: 3;
	color: var(--gray);
}

.working-list .item .num::before {
	display: block;
	content: "";
	border: 2px dotted #ccc;
	background-color: #ffffff;
	position: absolute;
	z-index: -1;
	top: -2px;
	left: -2px;
	width: 84px;
	height: 84px;
	border-radius: 45px;
}

.working-list .item .num::after {
	display: block;
	content: "";
	background-color: rgb(246, 249, 255);
	position: absolute;
	z-index: 0;
	top: 7px;
	left: 7px;
	width: 66px;
	height: 66px;
	border-radius: 45px;
	transition: all 0.3s;
}

.working-list .item .title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	transition: all 0.3s;
}

.working-list .item .text {
	color: var(--gray);
}

.working-list .row {
	position: relative;
}

.working-list .row::before {
	height: 3px;
	border-top: 3px dotted #ccc;
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
	top: 40px;
	width: 80%;
	left: 10%;
}

.working-list .item.active .num span,
.working-list .item:hover .title {
	color: var(--darkblue);
}

.working-list .item:hover .num::after {
	background-color: var(--darkblue);

}

.working-list .item:hover .num span {
	color: var(--white);
}

/*home-about*/
.index-about {
	padding-top: 60px;
	padding-bottom: 80px;
	background-attachment: fixed;
}

.index-about .content {
	font-size: 17px;
	line-height: 26px;
	padding-right: 50px;
}

.index-about .content p {
	margin-bottom: 20px;
}

.index-about .about-pic {
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

.homeabout-btn {
    color:var(--darkblue);
    font-size:18px;
    font-weight: 600;
    padding-top:20px;
    display: block;
}

.btn-video-about {
	background-color: rgba(1, 47, 167, 0.8);
	width: 75px;
	height: 50px;
	border-radius: 10px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: absolute;
	z-index: 6;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	transition: all 0.3s;
}

.btn-video-about:hover {
	background-color: var(--darkblue);
}

.item-num {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	padding: 20px 20px 0 20px;
	height: 100%;
	margin-top: 20px;
}

.item-num .title {
	font-size: 30px;
	font-weight: bold;
	color: var(--darkblue);
	position: relative;
}

.item-num .title span {
	position: relative;
	font-size: 24px;
}

.item-num p {
	line-height: 16px;
	margin-bottom: 0 !important;
	margin-top: 10px;
	font-size: 14px;
	color: var(--gray);
}

.num-box .row {
	margin-left: -5px;
	margin-right: -5px;
}

.num-box .col-xl-3 {
	padding-right: 5px;
	padding-left: 5px;
}

.video-about {
	position: absolute;
	z-index: 20;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: var(--black);
	top: 0;
	left: 0;
	box-sizing: border-box;
	display: none;
}

.video-about .item-close {
	right: -50px;
	top: -50px;
	background-color: rgba(0, 0, 0, 0.15);
	background-image: url('../images/close2.png');
	width: 30px;
	height: 30px;
}

.video-about .item-close:hover {
	background-color: var(--darkblue);
}

/*home-case*/
.index-cases {
	background-repeat: no-repeat;
	background-size: cover;
}
.cases-left-cate {
	margin-top: 10px;
	margin-right: 20px;
	overflow: hidden;
	position: sticky;
	top: 130px;
}
.cases-left-cate h3 {
	background-color: var(--darkblue);
	color: var(--white);
	padding: 20px 30px;
	font-size: 18px;
	margin-bottom: 0px;
}

.cases-left-cate ul li a {
	background-color: #eee;
	padding: 10px 20px;
	border-radius: 5px;
	display: block;
	margin-top: 10px;
	font-weight: normal;
}
.cases-left-cate ul li a span {
	margin-left: 10px;
}
.cases-left-cate ul li a:hover,
.cases-left-cate ul li.active a {
	background-color: var(--darkblue);
	color: var(--white);
}
.cases-left {
	padding-right: 50px;
}
.cases-cate {
	padding-bottom: 0px;
}

.cases-cate a {
	color: #fff;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 10px 25px;
	border-radius: 30px;
	margin: 10px 10px 0 10px;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.3s;
}

.cases-cate a:hover {
	background-color: var(--darkblue);
	border-color: rgba(1, 47, 167, 0.8);
}

.item-cases {
	margin-top: 24px;
}

.item-cases p {
	padding: 20px 10px;
	margin-bottom: 0;
	transition: all 0.3s;
}

.item-cases:hover p {
	background-color: var(--darkblue);
}

.case-more {
	margin-top: 50px;
	padding-bottom: 30px;
}

.case-more .btn {
	padding: .7rem 2.8rem;
	font-size: 19px;
}

.cases-videobg {
	height: 100%;
	position: relative;
}

.cases-videobg img {
	position: relative;
	z-index: 1;
}

.cases-videobg video {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	background-color: #000000;
}

.cases-video-btn {
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cases-video-btn .bi {
	color:var(--white);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
}

.partners-list {
    padding:15px 20px;
    width:100%;
    box-sizing: box-sizing;
}

.partners-list .row {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.partners-list .col-sm-2 {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.partners-list img {
    width:100%;
}

/*footer*/
.scrolltop {
	background-color: var(--darkblue);
	color: #FFFFFF;
	border-radius: 30px;
	width: 50px;
	height: 50px;
	position: fixed;
	z-index: 199;
	right: 15px;
	bottom: 170px;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	display: flex;
	font-size: 24px;
}

.footbg {
	background-color: var(--black);
	color: #FFFFFF;
	padding-top: 70px;
	font-size: 14px;
}

.foot-menu li {
	float: left;
	width: 16%;
	box-sizing: border-box;
	padding-right: 30px !important;
}

.foot-menu li.li-contact {
	padding-right: 0px;
}

.foot-menu li.li2,
.foot-menu li.li6 {
	display: none;
}

.foot-menu li:last-of-type {
	padding-right: 0 !important;
	float: right;
	width: calc(17% + 30px);
}

.foot-menu li .title {
	font-size: 17px;
	font-weight: 500;
	color: var(--white);
}

.foot-menu li p,
.foot-menu li p a,
.footbg .copyright a {
	color: rgba(255, 255, 255, 0.6);
	transition: all 0.3s;
	margin-bottom: 10px;

}

.foot-menu li p a:hover,
.footbg .copyright a:hover,
.foot-link a:hover {
	color: var(--white) !important;
}

.footbg .li-contact a {
	color: var(--white);
}

.form-dingyue .btn {
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
}

.form-dingyue .email {
	font-size: 14px;
	margin-right: 5px;
	width: 76% !important;
}

.visit-list {
	margin-top: 20px;
}

.visit-list a {
	font-size: 20px;
	display: block;
	margin-right: 10px;
}

.visit-list a:last-of-type {
	margin-right: 0px !important;
}

.fa-tiktok {
	background-image: url('../images/tiktok.svg');
	background-repeat: no-repeat;
	filter: invert(100%);
	width: 20px;
	height: 20px;
	position: relative;
	top: 3px;
}

.visit-list-contact .fa-tiktok {
	filter: none !important;
}

.foot-link {
	color: var(--gray) !important;
	display: flex;
	margin-top: 20px;
}

.foot-link a {
	position: relative;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: rgba(255, 255, 255, 0.6) !important;
}

.foot-link a::before {
	content: "|";
	color: var(--dark);
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.foot-link a:last-of-type::before {
	display: none;
}

.footbg .copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.6);
	padding: 20px 0;
	margin-top: 30px;
}

.footer-change-country a {
	padding: 3px 5px;
	border-radius: 3px;
}

.footer-change-country .bi-globe {
	padding-right: 5px;
}

.footer-change-country a:hover {
	background-color: #343a40;
}


/*page-s*/
.breadcrumb {
	background: none;
	padding: 0px;
	margin: 0;
}

.breadcrumb-line {
	padding-top: 20px;
	position: relative;
	z-index: 5;
	height: 60px;
	border-top: 1px solid #f4f4f4;
	font-size: 13px;
}

.breadcrumb-line .breadcrumb-item+.breadcrumb-item::before {
	color: #dddddd !important;
}

/*category*/
.category-list {
	display: flex;
	padding-left: 0;
}

.category-list li {
	margin-right: 20px;
}

.category-list li.active a {
	color: var(--blue);
}

/*page-banner*/

.page-banner {
	padding: 50px 0;
	border-top: 1px solid #f4f4f4;
}

.page-banner p {
	color: var(--gray);
}

.list-banner p {
	font-size: 17px;
	margin-bottom: 0px;
}

.list-banner {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.list-banner::before {
	display: block;
	content: "";
	position: absolute;
	z-index: 0;
	background-color: rgba(0, 0, 0, .8);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/*Company*/
.page-title {
	padding-right: 50px;
}

.page-title h5 {
	font-weight: normal;
	line-height: 30px;
}

.page-about {
	padding-top: 40px;
	padding-bottom: 60px;
}

.page-about .item-num {
	background: none;
	padding: 0px;
}

.page-about .item-num .title {
	color: var(--white);
	font-size: 42px;
}

.page-about .item-num p {
	color: var(--white);
	font-size: 19px;
}

.about-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 2;
	top: -60px;
}

.about-video .isWX {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	display: none;
}

.about-video img {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	object-fit: cover
}

.about-video video {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	object-fit: cover
}

.about-video .text {
	position: absolute;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	max-width: 600px;
	color: #fff;
}

.material-banner {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 2;
	top: -60px;
}

.material-banner .text {
	width: 100%;
}

.material-banner .text .item {
	width: 50%;
	position: relative;
	float: left;
}

.material-banner .text .item .content {
	position: absolute;
	z-index: 2;
	width: 70%;
	padding: 50px 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}

.material-banner .btn {
	font-weight: 600;
	margin-top: 20px;
}

.lazy,
.material-swfload {
    background:#eee url(../images/zoomloader.gif) no-repeat center center;
}
.material-slider .swiper-slide p {
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	background-color: #fff;
	color: var(--black);
	font-weight: 600;
	padding: 3px 10px;
}

.material-slider-nav {
	bottom: 20px !important;
}

.material-slider-nav .swiper-pagination-bullet-active {
	background-color: var(--black) !important;
}

.btnslider .swiper-button-next,
.btnslider .swiper-button-prev {
	background-color: var(--black) !important;
	width: 44px;
	border-radius: 5px;
	transition: all 0.3s;
}

.btnslider .swiper-button-next {
	right: -100px;
}

.btnslider .swiper-button-prev {
	left: -100px;
}

.btnslider:hover .swiper-button-next {
	right: 30px;
}

.btnslider:hover .swiper-button-prev {
	left: 30px;
}

.btnslider .swiper-button-next:after,
.btnslider .swiper-button-prev:after {
	color: var(--white) !important;
	font-size: 20px;
}

.item-culture {
	background-color: var(--darklight);
	height: 100%;
	border-radius: 10px;
}

.item-culture .text {
	padding: 35px 30px;
}

.item-culture .text .title {
	font-size: 24px;
	margin-bottom: 15px;
}

.item-culture .text .note {
	font-size: 17px;
}

.pd-about {
	padding-top: 0px;
	padding-bottom: 80px;
}

.item-fzlc {
	background-color: var(--white);
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
}

.about-fzlc .item-fzlc:last-of-type {
	margin-bottom: 0px;
}

.item-fzlc:hover {
	background-color: #f9f9f9;
	border-color: var(--darkblue);
	box-shadow: 0 5px 15px rgba(1, 47, 167, .05);
}

.item-fzlc .years {
	width: 18%;
	margin-right: 6%;
	font-size: 24px;
	font-weight: bold;
	color: var(--darkblue);
	border-right: 1px solid #eee;
}

.item-fzlc .text {
	width: 74%;
}

.item-fzlc .text .title {
	font-size: 22px;
}

.item-fzlc .text .note {
	color: var(--dark);
	font-size: 17px;
}

.item-fzlc .name p {
	padding-top: 3px;
	margin-bottom: 0px;
	color: #999;
	font-size: 13px;
}

.item-kfpj {
	padding: 70px 30px 46px 30px;
}

.item-kfpj.logo-icons::after {
	top: auto;
	bottom: -10px;
}

.item-kfpj .image {
	width: 18%;
}

.item-kfpj .note {
	position: relative;
	z-index: 2;
}

.item-kfpj .text {
	width: 74%;
	position: relative;
}

.item-kfpj .text::before {
	display: block;
	font-family: FontAwesome;
	content: "\f10d";
	position: absolute;
	z-index: 0;
	top: -30px;
	left: -30px;
	font-size: 50px;
	color: #e5ecfc;
}

.item-kfpj .text .photo {
	margin-right: 10px;
}

.item-kfpj .text .photo img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: block;
	overflow: hidden;
}

.item-kfpj .image img {
	max-width: 100%;
}

.item-kfpj:hover .text .photo img {
	box-shadow: 0 5px 15px rgba(1, 47, 167, .15);
}

.about-team {
	background-color: #ccc;
	height: 500px;
	margin-top: 80px;
	border-radius: 15px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	position: relative;
}

.about-team::before {
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .55);
}

.about-team .text {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--white);
}

.about-team .text h2 {
	font-size: 19px;
	font-weight: normal;
}

.about-team .text p {
	font-size: 32px;
}

.btn-suj {
	display: inline-block;
	padding: 12px 30px;
	color: #ffffff !important;
	position: relative;
	font-size: 17px;
}

.btn-suj::before {
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background-color: var(--darkblue);
	transition: all 0.3s;
}

.btn-suj .fa {
	position: relative;
	transition: all 0.3s;
	right: -5px;
}

.btn-suj:hover::before {
	width: 50px;
	left: auto;
	right: 0;
}

.btn-suj:hover .fa {
	margin-left: 20px;
	right: -10px;
}

/*Equipment*/
.item-equipment {
	border-bottom: 1px solid #eee;
}

.item-equipment .text {
	padding-right: 50px;
}

.item-equipment .text h2 {
	margin-bottom: 20px;
}

.item-equipment .description {
	font-size: 17px;
	color: var(--dark);
}

.item-equipment .position {
	color: #999;
}

.item-equipment .text .photo {
	height: 80px;
	width: 80px;
	border-radius: 40px;
	margin-right: 15px;
	background-size: 100%;
	overflow: hidden;
}

.item-equipment .text .name {
	font-size: 22px;
}

.item-equipment .image {
	border-radius: 15px;
	overflow: hidden;
	position: sticky;
	top: 200px;
}

.item-equipment .description2 {
	color: var(--gray);
	position: relative;
	border-top: 1px solid #eee;
	padding-top: 30px;
	font-size: 16px;
}

.item-equipment .description2::before,
.tubiao-ico .description::before {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	position: absolute;
	left: 30px;
	top: -6px;
	background: #fff;
	transform: rotateZ(-45deg);
}

.tubiao-ico .description {
	position: relative;
}

.tubiao-ico .description::before {
	background-color: var(--darklight);
	top: auto;
	bottom: -6px;
}

.photo-box {
	margin-top: 20px;
	padding: 0 10px;
}

/*Photo show*/

.myPhoto {
	position: relative !important;
	overflow: hidden;
	top: 20px;
	left: 0px;
	right: 0px;
	width: 100%;
	box-sizing: border-box;
}

.myphoto-box {
	position: relative;
	padding-bottom: 20px;
}

.swiper-photo-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	opacity: 0;
	transition: all 0.3s;
}

.swiper-photo-nav .swiper-button-next,
.swiper-photo-nav .swiper-button-prev {
	width: 50px !important;
	height: 50px !important;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .15);
	color: #fff;
	background-size: 16px;
	left: 3%;
}

.swiper-photo-nav .swiper-button-next {
	right: 3%;
	left: auto;
}

.swiper-photo-nav .swiper-button-next:after,
.swiper-photo-nav .swiper-button-prev:after {
	font-size: 17px !important;
}

.swiper-photo-nav:hover .swiper-button-next,
.swiper-photo-nav:hover .swiper-button-prev {
	background-color: var(--darkblue);
}

.myPhoto .swiper-slide {
	width: auto;
	height: 100%;
	background-color: #333;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, .8);
	box-sizing: border-box;
}

.myPhoto .swiper-slide img {
	width: 100% !important;
	opacity: 0.8;
}

.myPhoto .swiper-slide-thumb-active {
	background-color: #ffffff;
	border: 1px solid var(--darkblue);
}

.myPhoto .swiper-slide-thumb-active img {
	opacity: 1;
}

.myPhoto2:hover .swiper-photo-nav {
	opacity: 1;
}

.myPhoto2 {
	position: relative;
	cursor: pointer;
	border-radius: 10px;
}

.myPhoto2 .swiper-slide .title,
.quality-title {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, .5);
	color: var(--black);
	font-weight: 600;
    padding: 3px 10px;
}

.photo-num {
	position: absolute;
	z-index: 100;
	right: 30px;
	top: 30px;
	padding: 0px 8px;
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-weight: 600;
	border-radius: 20px;
	color: #000;
}

/*Contact*/
.contact-box {
	border-radius: 15px;
	overflow: hidden;
}

.contact-left {
	font-size: 17px;
	padding: 50px 70px;
}

.contact-left h2 {
	font-weight: 600;
	font-size: 36px;
	text-transform: capitalize;
}

.contact-left h3 {
	font-size: 36px;
	font-weight: normal;
}

.contact-left h4 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.contact-left .bi {
	background-color: #212529;
	color: var(--white);
	display: inline-block;
	width: 30px;
	text-align: center;
	border-radius: 5px;
	font-size: 15px;
}

.contact-left p {
	color: var(--dark);
	font-size: 15px;
}

.contact-left .f24 {
	font-size: 20px !important;
	margin-bottom: 5px;
}

.contact-thumb {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.contact-faq .bg2 {
	padding: 70px;
	border-radius: 15px;
}

.contact-faq .title {
	font-size: 24px;
}

.contact-faq h5 {
	padding-bottom: 15px;
	margin-top: 50px;
}

.what_about a {
	color: var(--darkblue);
}

.what_about i {
	padding-left: 5px;
}

.faqs-content {
	font-size: 15px !important;
}

.faqs-content .tubiao {
	background-color: #ddd;
	padding: 8px 20px;
	border-radius: 50px;
	margin-top: 10px;
	display: inline-block;
}

.faqs-content .tubiao img {
	max-width: 40px;
	display: inline-block;
}

.grayimg img {
	filter: grayscale(100%);
}

/*Message*/
.form-book {
	background-color: var(--darklight);
	border-radius: 15px;
	padding: 50px 70px;
}

#dr_zixunleixing {
	cursor: pointer;
}

.form-book .form-group {
	display: flex;
}

.form-book .form-control {
	border: 0px;
	margin-top: 20px;
	height: calc(1.5em + 0.75rem + 10px) !important;
}

.form-book .form-content {
	height: calc(100% - 85px) !important;
	padding-top: 13px;
}

.form-book .form-upload {
	background: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23007bff' stroke-width='2' stroke-dasharray='4 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e") rgb(246, 249, 255);
	margin-top: 20px;
	border-radius: .25rem;
	padding: 20px;
}

.form-book .form-upload h3 {
	font-size: 19px;
	padding-top: 15px;
}

.form-book .finecms-file-ts {
	margin-bottom: 0px;
	color: var(--gray);
}

.form-falock {
	display: inline-block;
	font-size: 13px;
	color: var(--gray);
	position: relative;
	padding-left: 20px;
}

.form-falock .fa {
	font-size: 19px;
	position: absolute;
	left: 0;
	top: 1px;
}

.form-book .form-actions .btn {
	padding-left: 30px;
	padding-right: 30px;
}

.form-book .form-actions .btn-outline-primary {
	margin-left: 30px;
}

.btn-lg,
.btn-group-lg>.btn {
	font-size: 1.15rem !important;
}

/*pagination*/

.pagination a {
	border: 1px solid #eee;
	padding: 5px 20px;
	border-radius: 5px;
	margin-right: 10px;
	display: inline-block;
}

.pagination li.active a {
    border-color: var(--darkblue);
    background-color: var(--darkblue);
    color: var(--white);
}

.pagination li:last-of-type a {
	margin-right: 0px;
}

.tag-green {
	margin-top: 20px;
	display: inline-flex;
}

.tags-list li {
	margin-bottom: 30px !important;
}

.tags-list .pic {
	margin-right: 30px;
	flex:0 0 200px;
}

.tags-list .text .title {
	font-size: 19px;
	padding-bottom: 5px;
}

.list-num2 span {
   display: inline-flex;
   width:30px;
   text-align: center;
   flex: 0 0 30px;
}

.list-num2 a {
   background: linear-gradient(to left, #ffffff, #eeeeee);
   transition: all 0.3s;
}

.list-num2 i {
    font-size:13px;
    color:#999;
}

.list-num2 a:hover {
    color:#ffffff !important;
    background: linear-gradient(to left, #ffffff, #012fa7);
}

.numbgs1 a {
   background: linear-gradient(to left, #ffffff, #f29494);
}

.numbgs2 a {
   background: linear-gradient(to left, #ffffff, #ffe1cb);
}

.numbgs3 a {
   background: linear-gradient(to left, #ffffff, #e5ecfc);
}

/*news-list*/
.col-list .row {
	margin-right: -20px;
	margin-left: -20px;
}

.col-list .col-xl-3,
.col-list .col-xl-4 {
	padding-left: 20px;
	padding-right: 20px;
}

.help-list {
    margin-top:20px;
}

.help-list .col-xl-4 {
    margin-bottom: 20px;
}

.item-help {
    padding: 20px 30px;
    border-radius: 5px;
    height: 100%;
}

.item-help .title {
    font-weight: 600;
	font-size: 19px;
	line-height: 26px;
	color: var(--black);
}

.item-help .note {
    padding: 15px 0;
    color: #999;
}

.item-article {
	margin-top: 60px;
}

.item-article .article-image {
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

.item-article .article-image img {
	position: relative;
	z-index: 1;
}

.item-article .article-image .fa-play {
	position: absolute;
	z-index: 5;
	right: 30px;
	bottom: 30px;
	padding: 12px 20px;
	border-radius: 5px;
	overflow: hidden;
	color: #ffffff;
	background-color: rgba(255, 255, 255, .35);
}

.item-article .article-image:hover .fa-play {
	background-color: rgba(1, 47, 167, 0.9);
}

.item-article .update-time {
	color: var(--gray);
	padding: 15px 0;
	font-size: 13px;
}

.item-article .article-title {
	font-weight: 600;
	font-size: 19px;
	line-height: 26px;
	color: var(--black);
}

.article-title2 {
	font-size: 22px !important;
}

.item-article .article-description {
	padding-top: 15px;
	color: var(--gray);
	font-size: 15px;
}

.item-article:hover .article-title {
	color: var(--darkblue);
}

.item-article .btn-more-light {
	font-weight: bold;
	color: var(--black);
	margin-top: 10px;
}

.item-article .btn-more-light:hover {
	color: #ffffff;
}

.item-case {
    margin-top: 20px;
}

.article-tag a {
	background-color: #eee;
	color: var(--dark);
	padding: 0 10px;
	border-radius: 3px;
	font-size: 14px;
	margin-top: 5px;
	display: inline-block;
}

.article-tag a:hover {
	color: var(--darkblue);
	background-color: rgba(1, 47, 167, 0.1);
}

/*news-show*/
.article-content-h1 {
	border-bottom: 1px solid #eee;
	padding-bottom: 60px;
}

.article-content-h1 h1 {
	font-size: 2rem;
}

.pages-navs {
    background-color: #eee;
    width:100%;
    padding:10px;
}

.pageshow-title {
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.pageshow-title span {
	padding-bottom: 20px;
	display: inline-block;
	border-bottom: 2px solid var(--darkblue);
}

.show-content {
	font-size: 17px;
	line-height: 28px;
	position: sticky;
    top: 130px;
}

.show-content h2 {
	margin-top: 30px;
}

.show-content img {
	max-width: 100%;
	display: block;
	overflow: hidden;
}

.show-content p {
	margin-bottom: 1.5rem;
}

.article-date {
	color: var(--gray);
	margin-top: 20px;
}

.article-date b {
	color: var(--darkblue);
}

.show-content .note,
.show-description {
	margin: 20px 0px;
	overflow: hidden;
}

.show-description {
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 50px;
	font-size: 19px;
	line-height: 34px;
	position: relative;
}

.show-description .pic {
	margin-bottom: 20px;
}

.show-description .text {
	padding: 20px;
    font-size: 16px;
    line-height: 28px;
	border: 1px solid #eee;
	background-color: rgb(247, 247, 248);
}

.show-content .note p:last-of-type,
.show-description p {
	margin-bottom: 0px;
}

.previous-next {
	border-top: 1px solid #eee;
	padding-top: 30px;
	font-size: 15px;
}

.previous-next p {
	margin-bottom: 0;
}

.previous-next span {
	color: #999;
}

.show-article-right {
	position: sticky;
	top: 170px;
	padding-left: 100px;
}

.show-article-right h3 {
	margin-bottom: 30px;
}

.item-related-article {
	display: flex;
	border-bottom: 1px solid #eee;
	margin-top: 15px;
	padding-bottom: 15px;
}

.item-related-article img {
	height: 80px;
}

.item-related-article .title {
	margin-left: 15px;
	font-weight: 500;
}

.list-thumb2 {
	margin-top: 15px;
	font-weight: 500;
}

.list-thumb2 span {
	background-color: var(--dark);
	color: #fff;
	display: inline-block;
	width: 26px;
	margin-right: 8px;
	text-align: center;
}

/*search-index*/
.w-100px {
	width: 100px;
}

.search-input {
	border: 0px;
	border-radius: 0px;
	border-bottom: 2px solid #eeeeee;
	font-size: 24px;
}

.search-box-main {
	border: 1px solid #eee;
	padding: 2rem 3rem;
}

.search-box-main .btn {
	margin-right: 5px;
}

.left-search-box {
	padding-top: 20px;
}

.item-search-list {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.item-search-list .image {
	margin-right: 20px;
}

.item-search-list .article-title {
	font-size: 17px;
	font-weight: 600;
}

.item-search-list .article-title strong {
	font-weight: 600;
}

.item-search-list .article-cate a {
    color:var(--darkblue);
    padding:0 5px;
    background-color: rgba(1, 47, 167, .1);
    margin-right:10px;
}

.item-search-list .article-tag {
	margin-top: 10px;
}

.tag3 a {
    padding:5px 10px;
    font-size:16px;
}

/*MSG*/
.card-msg {
	padding: 3rem;
}

.card-msg .fc-msg-icon {
	background-color: var(--darklight);
	color: var(--darkblue);
	padding: 20px;
	margin-bottom: 20px;
	font-size: 30px;
	border-radius: 50%;
}

.item-quality {
	gap: 60px;
	margin-top: 60px;
}

.item-quality .image {
	width: 50%;
	border-radius: 5px;
	overflow: hidden;
}

.item-quality .text {
	width: 50%;
	box-sizing: border-box;
}

.item-quality .text .more a {
	font-weight: bold;
	font-size: 17px;
	color: var(--darkblue);
}

.quality-list {
	padding-top: 60px;
	padding-bottom: 100px;
}

.quality-list .item-quality:nth-child(even) {
	flex-direction: row-reverse;
}

.quality-image {
	position: relative;
}

.swiper-quality .swiper-slide,
.quality-image img {
	border-radius: 10px;
	overflow: hidden;
}

.quality-title {
	position: absolute;
	z-index: 3;
	bottom: 30px;
	background-color: #fff;
}

.quality-left h3 {
	padding-bottom: 10px;
}

.quality-left p {
	font-size: 17px;
}

.swiper-quality-nav .swiper-pagination-bullet {
	width: 20px;
	height: 3px;
	border-radius: 0px;
	background-color: var(--white);
	opacity: 1;
}

.swiper-quality-nav .swiper-pagination-bullet-active {
	background-color: var(--darkblue);
}

.list-nth-child .col-xl-9:nth-child(even) .item-quality {
	flex-direction: row-reverse;
}

.item-quality .text h2 {
	margin-bottom: 20px;
	font-size: 26px;
}

.item-quality .note {
	font-size: 16px;
	color: var(--dark);
	line-height: 28px;
}

.item-quality .note p a {
	color: var(--darkblue);
}

.item-quality .note p a:hover {
	color: var(--black);
}

.quality-fuwu .item-culture {
	padding: 40px;
}

.quality-fuwu .item-culture .text {
	padding: 0px;
}

.quality-fuwu .item-culture .image {
	width: 160px;
}

.quality-fuwu .item-culture .image img {
	width: 100%;
}

.quality-fuwu .item-culture .title {
	margin-top: 15px;
	margin-bottom: 20px;
}

.quality-fuwu .item-culture .note p {
	font-weight: 600;
	margin-bottom: 10px;
}

.quality-fuwu .item-culture .note p a {
	color: var(--darkblue);
}

.quality-fuwu .item-culture .note p a:hover {
	color: var(--blue);
}

.ul-style ul {
	padding-left: 20px !important;
}


.get-quick-quote {
	border-radius: 10px;
	margin-bottom: 80px;
	overflow: hidden;
	background-color: #eee;
	position: relative;
}

.get-quick-quote .text {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 100px;
	transform: translateY(-50%);
}

.faqs-swiper .swiper-slide {
	width: auto;
	cursor: pointer;
	padding: 10px 20px;
	font-size: 19px;
	font-weight: 600;
	position: relative;
}

.faqs-swiper .swiper-slide-thumb-active {
	color: var(--darkblue);
}

.faqs-swiper .swiper-slide-thumb-active::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--darkblue);
	width: 100%;
	height: 2px;
}

.faqs-swiper {
	border-bottom: 1px solid #ddd;
}

.faqs-swiper2 .swiper-slide .title,
.slide-faqs .hd ul li .title {
	font-size: 19px;
	font-weight: bold;
}

.slide-faqs {
	position: relative;
}

.slide-faqs .hd {
	position: relative;
	width: 100%;
}

.slide-faqs .hd ul {
	margin: 0;
	padding: 0;
}

.slide-faqs .hd ul li {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	list-style: none !important;
	margin: 0;
	padding: 26px 0;
	border-bottom: 1px solid #ddd;
}

.post_code b {
    flex:none;
    line-height:40px;
}

.post_code .fc-code img {
    margin-top:5px;
}

.contact-faqs .hd ul li {
	border: 0px;
	border-top: 1px solid #ddd;
}

.slide-faqs .hd ul li .bi {
	position: absolute;
	right: 0;
	top: 25px;
	width: 32px;
	text-align: center;
}

.slide-faqs .hd ul li .content {
	display: none;
	font-weight: normal;
	font-size: 15px;
	margin-top: 25px;
	padding-bottom: 30px;
}

.slide-faqs .hd ul li .content br,
.slide-faqs .hd ul li .content br::after {
    content: "";
    display: block;
    width:100%;
    height: 10px;
}

.slide-faqs .hd ul li.on .content {
	display: block;
}

.slide-faqs .hd ul li .title {
	padding-right: 100px;
	margin-bottom: 0px;
}

.slide-faqs .hd ul li .title:hover {
	color: var(--darkblue);
}

.slide-faqs .hd ul li.on .bi::before {
	transform: rotate(180deg);
	top: 3px;
}

.faqs-left {
	position: sticky;
	top: 170px;
}

.faqs-left p {
	font-size: 19px;
	color: var(--gray);
}

/*Materials*/
.material-box {
	padding-top: 30px;
}

.material-left {
	-ms-flex: 0 0 29%;
	flex: 0 0 29%;
	max-width: 29%;
}

.material-right {
	-ms-flex: 0 0 71%;
	flex: 0 0 71%;
	max-width: 71%;
}

.material-right .col-xl-8 {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}

.material-right .col-xl-4 {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}

.material-text .f30 {
	font-weight: 700;
}

.material-text h1 {
	margin-top: 5px;
}

.show-materials-left {
	position: sticky;
	top: 170px;
	max-width: 400px;
	transition: top .5s;
	transition-delay: .1s;
}

.material-text ul li {
	margin-bottom: 50px !important;
}

.material-text ul li:last-of-type {
	margin-bottom: 0px !important;
}

.material-text p {
	margin-bottom: 0px;
}

.item-material .material-image {
	position: relative;
	overflow: hidden;
}

.item-material .material-image::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0px;
	transition: all 0.5s;
}

.item-material .material-image:hover::before {
	background-color: rgba(0, 0, 0, .8);
	width: 100%;
}

.item-material .material-image .btn-box {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
	opacity: 0;
	transition: all 0.3s;
}

.item-material .material-image:hover .btn-box {
	opacity: 1;
}

.item-material .btn-box .btn {
	display: inline-block;
}

.item-material .btn-box .btn:last-of-type {
	margin-left: 15px;
}

.material-rightad {
	background-color: #000000;
	background-image: url("../images/material_rightad.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 50px;
	position: sticky;
	top: 170px;
}

.material-rightad .title {
	font-weight: bold;
	font-size: 20px;
}

.material-jiagongfuwu {
	padding-right: 100px;
}

.material-jiagongfuwu h2 {
	font-size: 24px;
	font-weight: bold;
}

.material-jiagongfuwu h3 {
	font-size: 2rem !important;
}

.material-jiagongfuwu p {
	font-size: 16px;
	line-height: 25px;
	color: var(--gray);
}

.material-jiagongfuwu a {
	color: var(--darkblue);
	font-weight: 600;
}

.material-jiagongfuwu a:hover {
	color: var(--blue);
}

.item-material-top .title {
	color: var(--black);
}

.material-canshu h3 {
	margin-bottom: 30px;
}

.material-canshu .row1 {
	margin-left: -50px;
	margin-right: -50px;
}

.material-canshu .col-xl-6 {
	padding-right: 50px;
	padding-left: 50px;
}

.item-material-top .col-xl-9 {
    color:#76787a;
}

.material-canshu .item-material-top:last-of-type p {
	margin-bottom: 0px;
}

.nrgl-renwu .photo {
	background-color: var(--darklight);
	height: 60px;
	width: 60px;
	border-radius: 50%;
	margin-right: 15px;
	background-size: 100%;
	overflow: hidden;
}

.nrgl-renwu .name {
	font-weight: bold;
}

.nrgl-renwu .position {
	font-size: 13px;
}

.nrgl-renwu .description {
	background-color: var(--darklight);
	padding: 15px;
	border-radius: 5px;
}

.properties-title {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
	font-weight: 600;
	font-size: 19px;
	margin-top: 50px;
}

.properties-table {
	-webkit-font-smoothing: antialiased;
	margin: 0px;
	padding: 1rem 0px;
	display: flex;
	border-bottom: 1px solid #eee;
	overflow-anchor: none !important;
	overflow-wrap: break-word !important;
}

.properties-name,
.properties-content {
	margin-right: 1rem;
	font-size: 16px;
	flex: 1;
	color: rgba(0, 0, 0, .7);
}

.properties-content {
	margin-right: 0px;
	font-weight: 400;
	color: var(--black);
}

.get-quick-bg {
	background-color: #eee;
	padding: 20px;
	border-radius: 5px;
	margin-top: 20px;
	font-weight: 600;
}

.get-btn-down {
	padding-top: 20px;
	border-top: 1px solid #ffffff;
	background: linear-gradient(to top, #ffffff, #eeeeee);
	border-radius: 0 0 5px 5px;
}

.get-btn-down .btn:last-of-type {
	margin-left: 10px;
}

.get-btn-down .fa {
    margin-right:5px;
}

.show-materials-left .br5 {
	border-radius: 5px 5px 0 0;
}

.material-tag {
	border-top: 1px solid #dddddd;
	padding-top: 30px;
}

.table-list-material {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.table-list-material .name-title {
    -ms-flex: 0 0 21.333333%;
    flex: 0 0 21.333333%;
    max-width: 21.333333%;
}

.table-list-material .title {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    font-weight: 600;
}

.table-list-material .thumb {
    -ms-flex: 0 0 6.333333%;
    flex: 0 0 6.333333%;
    max-width: 6.333333%;
}

.table-list-material .description {
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
}

.table-list-material .thumb img {
	width: 66px;
}

.table-list-material p {
	margin-bottom: 0px;
	font-size: 15px;
}

.table-list-material .btn-prices span {
	display: none;
	height: 26px;
	line-height: 26px;
}

.btn-materials a {
	font-weight: 600;
	color: var(--darkblue);
}

.btn-materials a:hover {
	color: var(--black);
}

.xingji-dollar {
	display: inline-block;
	width: 100px;
	height: 26px;
	background-color: #f9f9f9;
	background-image: url('../images/xingji-dollar.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.xingji-ico2 {
	background-position: 0 -26px;
}

.xingji-ico3 {
	background-position: 0 -52px;
}

.xingji-ico4 {
	background-position: 0 -78px;
}

.xingji-ico5 {
	background-position: 0 -104px;
}

.table-font {
	font-size: 17px;
}

.industries-banner {
	background-color: var(--black);
	position: relative;
	height: 600px;
	overflow: hidden;
}

.industries-banner .breadcrumb-line {
	border-top: 0px;
}

.industries-banner .breadcrumb-line .container {
	padding-left: 0px;
	padding-right: 0px;

}

.industries-banner .item {
	width: 50%;
	height: 100%;
	background-color: #212529;
	float: right;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	position: relative;
	z-index: 20;
}

.industries-banner .item::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3));
	top: 0px;
	left: 0px;
}

.surface-banner .item::before {
		display: none;
	}

.item-tubiao-box {
	position: absolute;
	z-index: 5;
	bottom: 50px;
	left: 50px;
	right: 50px;
}

.industries-banner .item .tubiao {
	background-color: rgba(0, 0, 0, .8);
	padding: 8px 20px;
	border-radius: 50px;
	display: inline-block;
}

.industries-banner .item .tubiao img {
	max-width: 40px;
	display: inline-block;
}

.industries-banner .progress {
	margin-top: 5px;
	height: 0.8rem !important;
	border-radius: 20px !important;
}

.industries-banner .progress-bar {

	background-color: #09b918;
}

.industries-banner .banner-box {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
}

.industries-banner .banner-box .btn,
.about-video .btn {
	font-weight: 600;
	padding: 10px 20px;
}

.industries-banner .content {
	color: var(--white);
	padding-right: 25%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.industries-banner .content h1 {
	margin-bottom: 1rem;
}

.industries-banner .content ul {
	padding-left: 20px;
	margin-top: 15px;
	color: rgba(255, 255, 255, .5);
}

.industries-banner .content p {
	margin-bottom: 0px;
}

.industries-banner .content .form-falock {
	display: block;
	margin-top: 20px;
}

.industries-trusted {
	position: absolute;
	bottom: 50px;
}

.industries-trusted .title {
	width: 170px;
	padding-right: 30px;
	font-size: 12px;
	color: rgba(255, 255, 255, .5);
}

.industries-trusted .trusted-image {
	margin-right: 25px;
}

.industries-trusted .trusted-image img {
	background: none;
	padding: 0px;
	border-radius: 0px;
}

.h2-title {
	font-weight: 600;
	color: var(--black);
}

.h4-title {
	font-size: 30px !important;
	font-weight: 600;
	color: var(--black) !important;
}

.content .h4-title {
	padding-left: 10px;
	padding-bottom: 15px;
}

.capabilities-main {
	padding-top: 100px;
	padding-bottom: 60px;
}

.item-gltw {
	background-color: #f9f9f9;
	height: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.item-gltw .content {
	padding: 30px 30px 100px 30px;
}

.item-gltw .content p {
	color: var(--dark);
	font-size: 17px;
}

.item-gltw h2 {
	font-size: 22px;
	margin-bottom: 15px;
	color: var(--black);
}

.item-gltw h2 a {
	color: var(--black);
}

.item-gltw ul {
	margin: 0px;
	padding: 5px 0 0;
}

.item-gltw ul li {
	margin-top: 10px !important;
	padding-left: 20px !important;
	color: var(--dark);
	position: relative;
}

.item-gltw ul li::before {
	content: "\f272";
	font-family: bootstrap-icons !important;
	position: absolute;
	left: 0;
	top: 1px;
	display: block;
	color: var(--gray);
}

.item-material2 .content {
	padding: 30px;
}

.item-material2 h2 .fa {
	font-size: 14px;
	color: var(--darkblue);
	border: 1px solid var(--darkblue);
	margin-right: 5px;
	top: -2px;
	position: relative;
	padding: 2px 5px;
	border-radius: 5px;
}

.item-material2 .content p a {
	font-weight: bold;
	color: var(--darkblue);
}

.item-material2 .content p a:hover {
	color: var(--blue);
}

.item-capabilities ul li::before {
	content: "\f519";
	font-size: 8px;
	top: 5px;
}

.item-capabilities ul li {
	padding-left: 15px !important;
	font-size: 15px !important;
}

.item-capabilities ul li p {
	font-size: 15px !important;
}

.more-fuwu {
	position: absolute;
	bottom: 35px;
	left: 30px;
	right: 30px;
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	color: var(--darkblue);
}

.more-fuwu2 a {
	font-weight: bold;
	font-size: 17px;
	color: var(--darkblue);
}

.more-fuwu2 a:hover {
	color: var(--blue);
}

.item-gltw:hover {
	background-color: #f4f4f4;
	background: linear-gradient(to top, #ffffff, #e5ecfc);
	box-shadow: 0 5px 15px rgba(1, 47, 176, .15);
}

.item-gltw:hover .more-fuwu {
	color: var(--blue);
}

.jgxm-list {
	margin-right: -20px;
	margin-top: 20px;
}

.jgxm-list .jgxm-title .bi {
	color: var(--green);
	width: 40px;
}

.jgxm-list .jgxm-title {
	width: calc(100% / 5 - 20px);
	margin-right: 20px;
	margin-top: 20px;
	min-height: 105px;
	float: left;
	display: flex;
	border-radius: 5px;
	padding: 30px;
	background-color: #f6f6f6;
}

.myparts-box {
	padding: 40px 20px;
}

.myparts {
	position: relative;
	padding-bottom: 100px !important;
}

.myparts-nav {
	width: 100px;
	height: 50px;
	border-radius: 30px;
	background-color: #eeeeee;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
}

.myparts-nav .swiper-button-next:after,
.myparts-nav .swiper-button-prev:after {
	font-size: 20px !important;
	font-weight: bold;
	color: var(--black)
}

.btn-quote2 {
	font-size: 20px;
	font-weight: 600;
	padding: 14px 20px;
	display: block;
	margin: 30px auto 0 auto;
}

.item-cases2 {
	position: relative;
}

.item-cases2 .text {
	background-color: #eeeeee;
	padding: 20px;
	position: relative;
	transition: all 0.3s;
	margin-top:-1px;
}

.item-cases2 .text::before {
	display: inline-block;
	font-family: bootstrap-icons !important;
	content: "\f285";
	position: absolute;
	right: 20px;
}

.item-cases2 .text .title {
	font-weight: bold;
	overflow: hidden;
}

.item-cases2:hover .text {
	backdrop-filter: saturate(180%) blur(6px);
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
}

.item-cases2 .text .title a:hover,
.item-cases2:hover .text .title a {
	color: #ffffff;
}

/*services*/
.et-hero-tabs {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 70px;
	position: relative;
	background: #fff;
}

.capabilities-main.show {
	padding-top: 200px !important;
}

.et-slide {
	position: relative;
}

.et-hero-tabs h1,
.et-slide h1 {
	font-size: 2rem;
	margin: 0;
	letter-spacing: 1rem;
}

.et-hero-tabs h3,
.et-slide h3 {
	font-size: 1rem;
	letter-spacing: 0.3rem;
	opacity: 0.6;
}

.et-hero-tabs-container {
	display: flex;
	flex-direction: row;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	padding-left: 9%;
	padding-right: 9%;
	box-sizing: border-box;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: saturate(180%) blur(6px);
	backdrop-filter: saturate(180%) blur(6px);
	background: rgba(255, 255, 255, 0.9);
	z-index: 10;
}

.et-hero-tabs-container--top {
	position: fixed;
	top: 94px;
}

.et-hero-tab {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	color: #000;
	transition: all 0.5s ease;
	font-weight: 600;
}

.et-hero-tab:hover {
	color: white;
	background: var(--darkblue);
	transition: all 0.5s ease;
}

.et-hero-tab-slider {
	position: absolute;
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--darkblue);
	transition: left 0.3s ease;
}

.content .table {
	font-size: 16px;
	color: var(--dark);
	border-bottom: 2px solid #dee2e6;
}

.content .table th {
	border-top: 0px;
	font-weight: 600;
	font-size: 17px;
}

.content .table p {
	margin-bottom: 0px !important;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.content .table .blod {
	font-weight: 600;
}

.content .table .blod a {
	color: var(--black);
}

.content .table th {
	color: var(--black);
}

.content .table td:nth-of-type(odd) {
	width: 300px;
	position: relative;
}
.table-show table {
    color: #76787a;
    font-size:16px;
    width:100%;
    border: 1px solid #dee2e6;
}
.table-show table b, 
.table-show table strong {
    font-weight:600;
    color:var(--black);
}
.table-show table p {
    margin-bottom:0px;
}

.table-show table th {
    padding: .75rem;
    text-align:center;
    border-right: 1px solid #dee2e6;
}    
.table-show table td {
    padding: .75rem;
    vertical-align: top;
    text-align:center;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.table-show table td:last-of-type {
    border-right:0px;
}

.table-show .tight li p {
    margin-bottom:0px;
}

.content .table td:nth-of-type(even) {
	background: #F5F7F8;
	padding: 1.25rem .95rem;
}

.content .table2 {
	color: #76787a;
}

.content .table2 td:nth-of-type(odd) {
	width: auto;
	position: static;
}

.content .table2 td:nth-of-type(odd) p {
	position: static;
	top: auto;
	transform: none;
}

.table-show table td,
.table-show table th,
.content .table td,
.content .table th,
.table2 td,
.table2 th {
	vertical-align: middle;
}

.content .table2 td:nth-of-type(even) {
	background: none;
}

.content .table-width th {
	width: 33.3333%;
}

.materials-list-item h2 {
	font-size: 19px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.materials-list-item li {
	width: calc(100% / 2 - 20px);
	float: left;
	margin-top: 20px !important;
}

.materials-list-item li img {
	margin-right: 15px;
}

.tishibg {
	padding: 20px 20px 20px 45px;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	margin-top: 50px;
	width: 100%;
	position: relative;
	background-color: rgba(1, 47, 167, .1);
}

.tishibg a {
	font-weight: bold;
	color: var(--darkblue);
}

.tishibg a:hover {
	color: var(--blue);
}

.tishibg .bi {
	color: var(--darkblue);
	font-size: 20px;
	position: absolute;
	left: 20px;
	top: 16px;
}

.btn-submission {
	color: var(--green);
	font-size: 40px;
}

.btn-menu {
	display: none;
}

.btn-menu .bi {
	font-size: 30px;
}

/* mobile css */
.mobilenav {
	margin-top: 15px !important;
}

.mobilenav .link {
	cursor: pointer;
	display: block;
	padding: 15px;
	font-size: 17px;
	font-weight: 600;
	background-color: var(--darkgray);
	border-radius: 5px;
	margin-top: 8px;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.mobilenav .link a {
	color: var(--black);
}

.mobilenav li {
	cursor: pointer;
}

.mobilenav li i {
	position: absolute;
	top: 16px;
	right: 15px;
	font-size: 19px;
	color: var(--black);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.mobilenav li.open .link,
.mobilenav li.open .link a {
	color: var(--darkblue);
}

.mobilenav li.open .fa-angle-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	color: var(--darkblue);
}

.submenu {
	display: none;
	margin-top: 2px;
	font-size: 16px;
	padding: 15px 0;
	border-radius: 5px 5px 0 0;
	background: linear-gradient(to top, #ffffff, var(--darkgray));
}

.submenu a {
	display: block;
	text-decoration: none;
	color: var(--dark);
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	padding-left: 15px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.submenu a:hover,
.submenu li.current a {
	background: var(--darkblue);
	color: #FFF;
}

.submenu p a {
	font-size: 13px;
	padding-left: 30px;
	line-height: 30px;
}

.submenu li b a {
	color: var(--dark);
}

.submenu2 a {
	display: inline-block;
	height: auto;
	line-height: 20px !important;
	margin-bottom: 8px;
	color: #6c757d;
}

.files img,
.files canvas {
	max-width: 33%;
}

.surface-content {
	font-size: 16px;
	color: var(--gray);
}

.surface-content a {
    color: var(--darkblue);
}

.item-parts-ljsl .title {
	font-size: 17px;
	font-weight: bold;
	padding-top: 15px;
}

/* cookies*/
.cookienotice {
	position: fixed;
	z-index: 100001;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	font-size: 14px;
	line-height: 18px;
	color: var(--gray);
	background-color: #fff;
	width: 400px;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	right: 10px;
	bottom: 10px;
}
.cookienotice a {
	color: var(--darkblue);
	font-weight: 600;
}
.title-cookies {
	font-weight: 600;
	font-size: 24px;
	padding-bottom: 10px;
	color: var(--dark);
}
.cookienotice .btn {
	border-radius: 30px;
}
.cookienotice .btn-primary {
	width: 56%;
}

.cookienotice .btn-more-light {
	width: 40%;
	margin-left: 10px;
}

/* language css */
.language-cn .box-quick-quote span {
    padding:0;
}
.language-es .video-banner .home-banner-text h2 {
    font-size:36px !important;
    line-height:50px;
}

/* HTML5 CSS3 */

@media screen and (min-width: 320px) and (max-width: 767px) {

	.navBar,
	.swiper-trusted .swiper-button-next,
	.index-about h3,
	.working-list .row::before,
	.wraper-auto .btn-language,
	.head-center,
	.btnbox.btn-search,
	.cases-cate,
	.show-mobile-content .photo-num,
	.show-mobile-content .swiper-photo-nav,
	.et-hero-tabs,
	.logo-icons::after,
	.item-kfpj .text::before {
		display: none !important;
	}

	.btn-menu {
		display: block !important;
	}
	
	.box-quick-quote span {
	    font-size:0px;
	    padding-right:0px;
	}

	.cases-left {
		padding-right: 15px;
	}
	
	.cases-left-cate {
	    margin-right: 0px;
	    margin-bottom: 30px;
	}

	.language-box .item-close {
		top: 20px;
	}

	.item-kfpj .image {
		width: 50%;
		margin-bottom: 20px;
	}

	#tab-machining .row {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	#tab-machining.tab-row .row {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	
	.table-font .thumb {
	    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
	}

	.table-font .thumb img {
		width: 100%;
	}

	.table-font .title {
		padding-left: 0px;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.table-font .description {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-top:15px;
		color: var(--gray);
    }

	.table-list-material .description p {
		font-size: 15px;
		padding-top: 10px;
		color: var(--gray);
	}
	
	.item-equipment .position {
	    line-height:20px;
	}
	
	.item-search-list .image,
	.item-search-list .article-text {
	    flex: none;
        margin: 0px;
	}
	
	.item-search-list .image {
	    width: 20%;
	}
	
	.item-search-list .article-text {
	    width:80%;
	    padding-left:10px;
	}
	
	.item-search-list .image img {
	    width:100%;
	}
	
	.item-search-list .article-tag,
	.item-search-list .article-description {
	    display:none;
	}
	
	.pagination {
	    display:inline-block;
	}
	
	.pagination li {
	    float: left;
	}
	
	.pagination a {
	    margin-top:10px;
	}
	
	.post_code {
	    margin-top:10px;
	}
	
	.post_code .col-md-4 {
	    margin-bottom:30px;
	}

	.cookienotice {
		width: auto;
		left: 15px;
		right: 15px;
	}

	.cookienotice .btn-primary {
		width: 50%;
	}

	.btn-materials span {
		display: none;
	}

	.btn-materials a {
		border: 1px solid var(--gray);
		padding: 7px 15px;
		font-size: 16px;
		display: block;
		width: 100%;
		border-radius: .25rem;
		color: var(--dark);
	}

	.btn-get-quick .btn {
		padding: 7px 15px;
		font-size: 16px;
		display: block;
		width: 100%;
		font-weight: 600;
	}

	.quality-list-mobile .item-quality {
		margin-bottom: 50px;
	}

	.material-jiagongfuwu {
		padding-right: 0px;
	}

	.table-list-material .btn-prices {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.table-list-material .btn-prices span {
		display: block;
		font-weight: bold;
		padding-right: 10px;
	}

	.myparts-box {
		padding: 0px 15px 40px 15px;
	}

	.list-nth-child .col-xl-9:nth-child(even) .item-quality {
		margin-top: 50px;
	}

	.jgxm-list {
		margin-right: 0px;
	}

	.jgxm-list .jgxm-title {
		width: 100%;
		min-height: 82px;
		margin-right: 0px;
	}

	.scrolltop {
		bottom: 50px;
	}

	.language-box {
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		transform: none !important;
	}

	.industries-banner .banner-box {
		position: static;
	}

	.industries-banner .content {
		padding-right: 10px;
		z-index: 2;
	}

	.industries-banner .item {
		width: 100%;
		top: 0;
		position: absolute;
		z-index: 1;
	}

	.industries-banner .item::before {
		background: rgba(0, 0, 0, 0.7);
		z-index: 2;
	}

	.surface-banner .item,
	.surface-banner .item::before {
		display: none;
	}

	.mobile-table-auto {
		overflow-x: auto;
	}

	.mobile-table-auto table {
		width: 1000px;
	}

	.item-tubiao-box {
		left: 10px;
		bottom: 20px;
	}

	.btn-language {
		background-color: rgba(255, 255, 255, .15);
	}

	.box-quick-quote .btn {
		font-weight: 600;
		font-size: 14px;
		padding: 5px 5px;
	}

	.home-banner .bdvideo {
		bottom: 0px;
		width: auto;
		height: 680px;
		display: block;
		position: static;
	}
	
	.video-banner .container {
	    position: absolute !important;
        z-index: 3 !important;
        top: 0px;
	}

	.home-banner-text .iso-title {
		margin-bottom: 20px;
	}

	.banner-mobile {
		height: 400px;
	}

	.banner-mobile .text {
		padding-right: 10px;
		transform: translateY(-45%);
	}

	.about-banner-mobile {
		height: 260px;
	}

	.show-about {
		margin-top: 0px;
	}

	.show-about .content {
		margin: 0px !important;
		padding: 0px !important;
	}

	.show-about .d-flex {
		display: block !important;
	}

	.btn-video-about {
		width: 50px;
		height: 40px;
	}

	.banner-mobile h1,
	.industries-banner .content h1 {
		font-size: 2rem;
	}

	.et-hero-tabs-container--top {
		top: 75px;
	}

	.et-hero-tabs-container {
		padding-left: 0px;
		padding-right: 0px;
	}

	.et-hero-tab {
		text-align: center;
	}

	.materials-list-item li {
		width: auto;
		margin-right: 15px !important;
		margin-top: 10px !important;
		text-align: left;
	}

	.materials-list-item li img {
		display: none;
	}

	.material-left,
	.material-right {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}

	.material-right,
	.mhide33 {
		margin-top: 50px;
	}

	.contact-left,
	.form-book {
		padding: 20px;
	}

	.contact-left {
		padding-top: 40px;
	}

	.form-book .form-actions .btn {
		width: 100%;
	}

	.form-book .form-actions .btn-outline-primary {
		margin-left: 0px;
		margin-top: 20px;
	}

	.show-article-right {
		padding-left: 0px;
		margin-top: 50px;
	}

	.show-mobile-content {
		padding-top: 0px !important;
	}

	.show-mobile-content .myPhoto {
		top: 10px;
		margin-top: 0px;
	}

	.show-mobile-content .myPhoto2,
	.show-mobile-content .myPhoto .swiper-slide {
		border-radius: 0px;
	}

	.show-mobile-content .myPhoto2 .swiper-slide .title {
		top: auto;
		left: 0px;
		bottom: 0px;
		right: 0px;
		line-height: 16px;
		padding: 10px;
		transform: none !important;
	}

	.item-equipment .text {
		padding-right: 0px;
	}


	.item-material2 .content {
		padding: 30px 20px 20px 20px;
	}

	.item-equipment.p-tb80 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.get-quick-quote {
		height: 420px;
	}

	.get-quick-quote .text {
		z-index: 2;
		top: 230px;
		left: 15px;
		right: 15px;
		transform: none;
		text-align: center;
	}

	.get-quick-quote .imgage {
		width: auto !important;
		height: 200px;
		position: absolute;
		z-index: 1;
		top: 30px;
		left: 50%;
		transform: translateX(-50%);
	}

	.get-quick-quote .imgage .imgauto {
		width: 700px;
		margin-left: -140px;
	}

	.quality-fuwu .col-xl-4 {
		margin-top: 20px;
	}

	.quality-fuwu .item-culture {
		padding: 30px;
	}

	.about-team .text {
		left: 0px;
		padding: 20px;
		transform: translate(0%, -50%);
		box-sizing: border-box;
	}

	.page-title {
		padding-right: 0px;
		padding-bottom: 30px;
	}

	.item-fzlc .years,
	.item-fzlc .text {
		width: 100%;
	}

	.item-fzlc.d-flex {
		display: block !important;
	}

	.item-fzlc .years {
		border-right: 0px;
		border-bottom: 1px solid #eee;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.item-fzlc {
		padding: 0px;
		border: 0px;
		border-radius: 0px;
	}

	.h4-title {
		font-size: 24px !important;
	}

	.material-rightad {
		padding: 30px;
	}

	.material-canshu .row1,
	.col-list .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.material-canshu .col-xl-6,
	.col-list .col-xl-3,
	.col-list .col-xl-4 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.material-canshu .border-left {
		border: 0px;
		margin-top: 50px;
	}

	.material-banner-mobile .text {
		display: block;
	}

	.material-banner-mobile .text .item {
		width: 100%;
		flex: none;
		position: static;
	}

	.material-banner-mobile .text .item .content {
		position: static;
		transform: none;
		padding: 100px 30px 60px 30px;
		width:100%;
	}
	
	.material-load {
	    display: none;
	}

	.material-banner-mobile .swiper-horizontal {
		margin-top: 0px;
	}

	.material-banner-mobile .material-slider .swiper-slide p {
		left: 10px;
		top: 10px;
		bottom: auto;
		transform: none;
		background-color: rgba(255, 255, 255, .5)
	}

	.slide-faqs .hd ul li .title {
		padding-right: 50px;
	}

	.contact-faq .bg2 {
		padding: 30px 20px 20px 20px;
	}

	.contact-faq .what_about {
		margin-top: 20px;
	}

	.et-main .p-t120 {
		padding-top: 50px !important;
	}

	.item-quality {
		gap: 0px;
		margin-top: 0px;
		display: block !important;
	}

	.item-quality .image,
	.item-quality .text {
		width: 100%;
		box-sizing: border-box;
	}

	#tab-surface .item-quality .image,
	#tab-surface .item-quality .text {
		padding-left: 0px;
		padding-right: 0px;
	}

	.item-quality .text {
		margin-top: 30px;
	}

	.item-quality .image img {
		border-radius: 5px;
	}

	.index-main-title {
		margin: 0 20px;
	}

	.slide-industries .hd,
	.slide-industries .bd {
		width: 100%;
		float: none;
		padding: 0px;
		position: static;
	}

	.slide-industries .bd,
	.index-about .about-pic {
		margin-top: 20px;
	}

	.index-about .content {
		padding-right: 0px;
	}

	.foot-menu li:last-of-type {
		float: none;
		width: 100%;
	}

	.foot-menu li {
		width: 50%;
	}

	.home-banner-text {
		padding-right: 0px;
	}

	.home-banner .btn {
		padding: 8px 15px;
		font-size: 16px !important;
	}

	.trusted-list .title {
		width: 100%;
		display: none;
	}

	.swiper-horizontal {
		margin-top: 40px;
	}

	.footer-change-country.text-right {
		text-align: left !important;
		margin-top: 10px;
	}

	.index-about .col-6 {
		margin-bottom: 10px;
	}

	.index-about .index-main-title h2 {
		margin-bottom: 0px;
	}

	.working-list .item {
		margin-bottom: 20px;
	}

	.home-banner-text h2 {
		font-size: 30px !important;
		line-height: 40px;
	}

	.top-header .latest-events-box {
		font-size: 12px;
	}

	.logo-default {
		height: 36px;
	}

	.li-ftlogo img {
		margin-top: 20px !important;
	}

	.wraper-auto {
		padding: 15px;
	}

	.wraper-auto .box-quick-quote {
		margin-left: 0px;
	}
	
	.item-culture .text .note {
	    color: var(--dark);
	}
	
	.material-right .col-xl-8,
	.material-right .col-xl-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.material-right .col-xl-4 {
	    margin-top: 50px;
	}

	.h2-title,
	.foot-content-box .f34,
	.material-jiagongfuwu h3,
	.material-canshu h3,
	.material-text .f30,
	.contact-left h2,
	.pageshow-title span,
	.show-article-right h3,
	.about-team .text p,
	.item-equipment .text h2,
	.get-quick-quote .text h3 {
		font-size: 1.5rem !important;
	}

	.index-main-title h2,
	.page-title h2 {
		font-size: 1.6rem !important;
	}
	
	.page-banner h1 {
		font-size: 2rem !important;
	}

	.material-banner-mobile .text h1,
	.col-list h1,
	.page-about .item-num .title {
		font-size: 2.2rem !important;
	}

	.language-box h3,
	.tishibg,
	.form-book .finecms-file-ts {
		font-size: 14px !important;
	}

	.faqs-swiper2 .swiper-slide .title,
	.slide-faqs .hd ul li .title,
	.more-fuwu2 a,
	.item-gltw .content p,
	.page-about .item-num p,
	.item-equipment .description,
	.item-culture .text .note {
		font-size: 16px !important;
	}

	.item-quality .text h2,
	.item-gltw h2,
	.material-jiagongfuwu h2,
	.contact-left h4,
	.page-title h5 {
		font-size: 19px !important;
	}

}

@media screen and (min-width: 768px) and (max-width: 1199px) {

	.et-hero-tab {
		font-size: 17px;
	}

	.cases-left {
		padding-right: 15px;
		padding-bottom: 50px;
	}

	.about-team .text {
		width: 700px !important;
	}

	.head-center,
	.working-list .row::before {
		display: none;
	}

	.btn-menu {
		display: block;
	}

	.wraper-auto {
		padding: 20px 50px;
	}

	.home-banner .bdvideo {
		width: auto;
		height: 800px;
	}

	.index-main-title {
		margin: 0 10rem;
	}

	.index-about .content {
		padding-right: 0px;
		margin-bottom: 50px;
	}

	.working-list .item {
		margin-bottom: 20px;
	}

	.foot-menu li {
		width: 20%;
	}

	.foot-menu li.li-contact {
		padding-right: 0 !important;
	}

	.foot-menu li:last-of-type {

		float: none;
		width: calc(40% + 30px);
	}

	.language-box {
		width: 600px;
		left: 300px;
	}

	.faqs-left {
		margin-bottom: 50px;
	}

	.industries-banner {
		height: 460px;
	}

	.industries-banner .content {
		width: 77%;
	}

	.industries-banner .content h1 {
		font-size: 2rem;
	}

	.jgxm-list .jgxm-title {
		width: calc(100% / 3 - 20px);
	}

	.banner-mobile {
		height: 400px;
	}

	.table-list-material .description p {
		font-size: 17px;
		padding: 20px 0;
		color: var(--gray);
	}

	.table-list-material .btn-prices span {
		display: block;
		font-weight: bold;
		padding-right: 10px;
	}

	.material-canshu .border-left {
		border: 0px !important;
		margin-top: 50px;
	}

	.show-article-right {
		padding-left: 0px;
		margin-top: 50px;
	}

	.about-fzlc .page-title,
	.fuwu-mobile .col-lg-6 {
		margin-bottom: 30px;
	}

	.item-equipment .text {
		padding-right: 0px;
	}

}

@media (min-width: 1200px) and (max-width: 1460px) {
	.all-nav h3 a {
		padding: 0 15px;
	}

	.about-team .text {
		width: 800px !important;
	}

	.home-banner .bdvideo {
		width: auto;
		height: 800px;
	}
	
	.cases-cate a {
	    padding: 8px 13px;
	    margin:10px 5px 0 5px;
	}

	.index-main-title {
		margin: 0 10rem;
	}
	.mobile-w100 .col-xl-9 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.mobile-w100 .col-xl-3 {
	   -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; 
	}
	
	.industries-banner .content {
	    padding-right: 50px;
	}
	
	.industries-banner .content h1 {
	    font-size: 2.2rem;
	}

	.index-about .content {
		padding-right: 0px;
	}
	
	.index-about .about-pic {
	    margin-top: 20px;
	}
	
	
   .left-banner-w {
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      max-width: 60%;
   }

}

@media (min-width: 1461px) and (max-width: 1760px) {
    .left-banner-w {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .home-banner .bdvideo {
        width: auto;
        height: 100vh;
    }
}    