:root {
	/* --thm-font: "Karla", sans-serif;
    --heading-font: "Playfair Display", serif;
    --special-font: "Work Sans", sans-serif; */
	--thm-base: #aaa081;
	--thm-base-rgb: 170, 160, 129;
	--thm-black: #04477c;
	--thm-black-rgb: 37, 41, 48
}

.banner-section {
	position: relative
}

.banner-carousel {
	position: relative
}

.banner-carousel .slide-item {
	position: relative;
	display: block;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* padding: 200px 0 220px; */
	height: 100vh;
	overflow: hidden;
	/* height: 100vh;
    box-sizing: border-box; */
}

.banner-carousel .slide-item .curved-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 45%;
	height: 100%
}

.banner-carousel .slide-item .curved-layer:before {
	content: "";
	position: absolute;
	right: 0;
	top: -80%;
	width: 150%;
	height: 200%;
	opacity: .85;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: rotate(20deg) scaleX(0);
	transform: rotate(20deg) scaleX(0)
}

.banner-carousel .active .slide-item .curved-layer:before {
	-webkit-transform: rotate(20deg) scaleX(1);
	transform: rotate(20deg) scaleX(1);
	-webkit-transition: all 700ms linear;
	transition: all 700ms linear
}

.banner-carousel .slide-item .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.banner-carousel .active .slide-item .image-layer {
	/* -webkit-animation-name: slideBgImage;
    animation-name: slideBgImage;
    -webkit-animation-duration: 7000ms;
    animation-duration: 7000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear */
}

.banner-carousel .slide-item:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0.4;
	content: "";
	z-index: 1
}

.banner-carousel .content-box {
	position: relative;
	margin: 0 auto;
	padding: 0 0;
	z-index: 5;
	/* top: 50%;
	transform: translateY(-50%); */
}

.banner-carousel .container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

.banner-carousel .content-box:before {
	position: absolute;
	content: "";
	left: -220px;
	top: -120px;
	width: 650px;
	height: 650px;
	border-radius: 50%
}

.style-three .banner-carousel .content-box {
	text-align: left;
	max-width: 1000px;
	margin: 0
}

.banner-carousel .content-box h3 {
	display: block;
	font-size: 24px;
	line-height: 1.15em;
	color: #fff;
	font-weight: 700;
	opacity: 0;
	margin-bottom: 35px;
	letter-spacing: 0;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	text-transform: capitalize
}

.banner-carousel .active .content-box h3 {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transition-delay: 700ms;
	transition-delay: 700ms
}

.banner-carousel .content-box h2 {
	display: block;
	font-size: 60px;
	line-height: 1.15em;
	color: #fff;
	font-weight: 700;
	opacity: 0;
	margin-bottom: 30px;
	position: relative;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	text-transform: capitalize
}

.banner-carousel .content-box h2 span {
	font-weight: 300
}

.banner-carousel .active .content-box h2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 900ms ease;
	transition: all 900ms ease;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms
}

.banner-carousel .content-box .text {
	display: block;
	font-size: 20px;
	line-height: 1.6em;
	color: #fff;
	font-weight: 400;
	opacity: 0;
	margin: 0 auto;
	margin-bottom: 35px;
	-webkit-transform: translateY(80px);
	transform: translateY(80px)
}

.style-three .banner-carousel .content-box .text {
	text-align: left;
	max-width: 600px;
	margin: 0 0 40px
}

.banner-carousel .active .content-box .text {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	transition-delay: 700ms
}

.banner-carousel .content-box .btn-box {
	position: relative;
	opacity: 0;
	z-index: 5;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
	margin-top: 70px
}

.banner-carousel .active .content-box .btn-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1400ms;
	transition-delay: 1400ms
}

.banner-carousel .content-box .btn-box .thm-btn {
	margin-right: 20px;
	padding: 13.5px 40.5px;
	background-color: #fff;
	color: var(--thm-black)
}

.banner-carousel .content-box .btn-box .thm-btn:hover {
	background-color: #04477c;
	color: #fff
}

.banner-carousel .content-box .btn-box .thm-btn:last-child {
	margin: 0
}

.banner-section .owl-theme .owl-nav {
	display: block !important;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%
}

.banner-section .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 50px;
	top: 0;
	background: rgba(255, 255, 255, .15);
	height: 56px;
	width: 56px;
	border-radius: 50%;
	border: none;
	text-align: center;
	color: transparent;
	line-height: 56px;
	font-size: 0;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease outline: none;
}

.banner-section .owl-theme .owl-nav .owl-prev:after {
	font-family: "iconfont";
	content: "\e601";
	font-weight: 900;
	position: absolute;
	top: 0;
	width: 56px;
	height: 56px;
	line-height: 56px;
	left: 0;
	color: #fff;
	font-size: 24px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.banner-section .owl-theme .owl-nav .owl-prev:hover:after {
	color: #222
}

.banner-section .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 50px;
	top: 0;
	background: rgba(255, 255, 255, .15);
	height: 56px;
	width: 56px;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 56px;
	color: transparent;
	font-size: 0;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	outline: none;
}

.banner-section .owl-theme .owl-nav .owl-next:after {
	font-family: "iconfont";
	font-weight: 900;
	content: "\e600";
	position: absolute;
	top: 0;
	width: 56px;
	height: 56px;
	line-height: 56px;
	right: 0;
	color: #fff;
	font-size: 24px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.banner-section .owl-theme .owl-nav .owl-next:hover:after {
	color: #222
}

.banner-section .owl-theme .owl-nav .owl-prev:hover,
.banner-section .owl-theme .owl-nav .owl-next:hover {
	opacity: 1;
	background-color: #fff
}

.banner-section .owl-dots {
	position: absolute;
	left: 0;
	margin: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

.banner-section .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 4px
}

.banner-section .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	background: rgba(255, 255,255, 0.3);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.banner-section .owl-dots .owl-dot.active span,
.banner-section .owl-dots .owl-dot:hover span {
	background: rgba(255, 255,255, 0.8);
}
.banner-section .btn-style-one .btn-title {
	background-color: #fff;
	color: #222
}

.banner-section .btn-style-one:hover .btn-title {
	color: #fff
}

.banner-section__home-two .content-box h3 {
	color: var(--thm-base)
}

.banner-section__home-two .banner-carousel .slide-item {
	padding-top: 175px;
	padding-bottom: 175px
}

.banner-section__home-three .banner-carousel .slide-item {
	padding-top: 335px;
	padding-bottom: 210px
}

.banner-section__home-three .owl-theme .owl-nav .owl-prev {
	left: 20px;
	outline: none
}

.banner-section__home-three .owl-theme .owl-nav .owl-next {
	right: 20px;
	outline: none
}

.text-center {
	text-align: center !important;
}

@-webkit-keyframes slideBgImage {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.15);
		transform: scale(1.15)
	}
}

@keyframes slideBgImage {
	from {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	to {
		-webkit-transform: scale(1.15);
		transform: scale(1.15)
	}
}

.ui-to-top {
	line-height: 55px;
}

.isotope-filters-list {
	font-size: 16px;
}

.main-news {
	margin-top: 18px;
}

.main-news [class*=col-] {
	padding: 10px;
}

.main-news .cen-list {
	display: flex;
	justify-content: start;
	padding: 20px 0;
	border-bottom: 1px solid #e2e2e2;
}

.main-news .cen-list .news-time {
	width: 100px;
	padding: 10px 0;
	text-align: center;
	/* border-right: 1px solid #e2e2e2; */
}

.main-news .cen-list .main-news-ms {
	width: calc(100% - 100px);
	padding-left: 25px;
	box-sizing: border-box;
}

.main-news .news-time strong {
	font-size: 20px;
}

.main-news .news-time p {
	margin-top: 10px;
	font-size: 16px;
}

.main-news .main-news-ms .title {
	display: block;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
}

.main-news .main-news-ms .news-txt {
	display: -webkit-box;
	height: 48px;
	font-size: 14px;
	line-height: 2;
	margin-top: 15px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.main-news-more {
	margin-top: 50px;
	text-align: center;

}

.main-news-more a {
	display: inline-block;
	width: 180px;
	line-height: 50px;
	background-color: #04477c;
	border-radius: 30px;
	font-size: 18px;
	color: #fff;
	border: 1px solid #04477c;
}

.main-news-more a:hover {
	background-color: #fff;
	color: #04477c;
}

.main-partner {
	width: 100%;
}

.main-partner td {
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #dcdddd;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.main-partner .pic {
	position: relative;
	height: 100px;
	line-height: 100px;
}

.main-partner .pic .cont1 {
	transition: all .5s linear 10ms;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.main-partner .pic .cont2 {
	transition: all .5s linear 10ms;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.main-partner .pic:hover .cont1 {
	transform: rotateY(180deg);
	z-index: 1;
	-moz-opacity: 0;
	opacity: 0;
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.main-partner .pic:hover .cont2 {
	transform: rotateY(360deg);
	z-index: 2;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
}

.topbar-one {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #04477c;
}

.topbar-one .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.topbar-one p {
	font-size: 16px;
	color: #fff;
	margin: 0
}

.topbar-one__right {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.topbar-one__right a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 16px;
	color: #fff
}

.topbar-one__right a i {
	margin-right: 10px
}

.topbar-one__right a+a {
	margin-left: 30px
}

.topbar-one__right .topbar__btn {
	/* background-color: var(--thm-black); */
	font-size: 16px;
	color: #fff;
	padding: 7px 19.65px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid #fff
}

.topbar__btn:hover {
	background-color: #fff;
	color: var(--thm-black)
}

.topbar-one__home-two {
	background-color: var(--thm-black);
	border-bottom: 0
}

.topbar-one__home-two .topbar__btn {
	background-color: var(--thm-base)
}

.topbar-one__home-two .topbar__btn:hover {
	background-color: #fff;
	color: var(--thm-black)
}

.topbar-one__home-two .topbar-one__right a:not(.topbar__btn) {
	color: #fff;
	opacity: 40%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.topbar-one__home-two .topbar-one__right a:not(.topbar__btn):hover {
	opacity: 100%
}

.topbar-one__home-two .topbar-one p {
	color: #fff;
	opacity: 40%
}

.main-nav-one .inner-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.main-nav-one .side-menu__toggler {
	display: none
}

.main-nav-one .logo-box {
	/* border-right: 1px solid #e5e5e5; */
	padding: 38.25px 0;
	padding-right: 75px
}

.main-nav-one .main-nav__main-navigation {
	margin-left: 50px;
}

.main-nav-one .main-nav__main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.main-nav-one .dropdown-btn {
	display: none
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.main-nav-one .main-nav__navigation-box>li {
	padding: 45.75px 0
}

.main-nav-one .main-nav__navigation-box>li.current a {
	color: #04477c;
}

.main-nav-one .main-nav__navigation-box>li+li {
	margin-left: 25px
}

.main-nav-one .main-nav__navigation-box>li>a {
	font-size: 16px;
	color: #000;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.main-nav-one .main-nav__navigation-box>li>a:hover {
	color: #04477c;
}

/* .main-nav-one .main-nav__navigation-box .dropdown>a::after {
    content: "\e604";
    font-family: "iconfont";
    font-weight: 900;
    margin-left: 10px
} */
.main-nav__main-navigation .dropdown-btn {
	display: none
}

.main-nav__main-navigation .main-nav__navigation-box>li ul {
	position: absolute;
	width: 210px;
	background-color: #fff;
	border-top: 2px solid #000;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	-webkit-transform-origin: top;
	transform-origin: top;
	visibility: hidden;
	opacity: 0;
	z-index: 991;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
	position: relative
}

.main-nav__main-navigation .main-nav__navigation-box>li ul .dropdown>a {
	position: relative
}

.main-nav__main-navigation .main-nav__navigation-box>li ul .dropdown>a::after {
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg)
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
	border-top: 1px solid rgba(var(--thm-black-rgb), 0.15)
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
	display: block;
	color: #000;
	font-size: 16px;
	/* font-family: var(--thm-font); */
	word-break: break-all;
	padding-top: 9.5px;
	padding-bottom: 9.5px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
	color: #fff;
	background-color: var(--thm-black)
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul {
	top: 100%;
	left: 0;
	-webkit-transform: perspective(300px) scaleY(0) translateZ(30px);
	transform: perspective(300px) scaleY(0) translateZ(30px);
	visibility: hidden;
	opacity: 0
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
	-webkit-transform: perspective(300px) scaleY(1) translateZ(0);
	transform: perspective(300px) scaleY(1) translateZ(0);
	visibility: visible;
	opacity: 1
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
	top: 0;
	left: 100%;
	-webkit-transform: perspective(300px) scaleX(0);
	transform: perspective(300px) scaleX(0);
	visibility: hidden;
	opacity: 0;
	-webkit-transform-origin: left;
	transform-origin: left
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
	-webkit-transform: perspective(300px) scaleX(1);
	transform: perspective(300px) scaleX(1);
	visibility: visible;
	opacity: 1
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li>ul {
	display: none
}

.main-nav-one .main-nav__right {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	/* border-left: 1px solid #e5e5e5; */
	padding: 46px 0;
	padding-left: 50px;
	margin-left: 50px
}

.main-nav-one .main-nav__right a {
	font-size: 20px;
	/* color: var(--thm-black); */
	color: #000;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.main-nav-one .main-nav__right a+a {
	margin-left: 30px
}

.footer {
	background-color: #222222;
}

.footer .footer_t {
	padding: 70px 0 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
}

.footer .footer_t p {
	margin-top: 34px;
	font-size: 16px;
}

.footer .footer_c {
	position: relative;
	padding: 40px 0 110px;
}

.footer .footer_c a {
	color: rgba(255, 255, 255, 0.5);
}

.footer .footer_c dt {
	color: #fff;
}

.footer .footer_c dl {
	float: left;
	width: 180px;
	padding-right: 20px;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer .footer_c dl dt {
	margin-bottom: 25px;
}

.footer .footer_c dl dd {
	margin: 10px 0;
	font-size: 14px;
}

.footer .footer_c a:hover {
	color: #fff;
}

.footer .footer_c .wechat {
	position: absolute;
	right: 0;
	top: 40px;
	text-align: center;
}

.footer .footer_c .wechat p {
	color: #fff;
	margin-top: 15px;
	font-size: 14px;
}

@media screen and (max-width: 1200px) {
	.footer .footer_c dl {
		width: 120px;
	}
}

.footer .footer_b {
	line-height: 70px;
	color: rgba(255, 255, 255, 0.5);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 14px;
}

.footer .footer_b a {
	color: rgba(255, 255, 255, 0.5);
}

.footer .footer_b a:hover {
	color: #fff;
}

.footer .footer_b .fl a {
	margin-left: 10px;
}

@media screen and (max-width: 1100px) {
	.footer .footer_c .content {
		display: flex;
		justify-content: space-between;
	}

	.footer .footer_c .content dl {
		flex: 1;
	}

	.footer .footer_c .wechat {
		display: inline-block;
		position: static;
		margin-top: 40px;
	}
}

.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;

}

.search-popup.active {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.search-popup__overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .9;
	/* cursor: none; */

}

.search-popup__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-popup__form {
	position: relative;
	z-index: 9991;
	width: 100%;
	padding: 15px;
	max-width: 600px;
	position: relative;
}

.search-popup__form input {
	background-color: transparent;
	border: none;
	outline: none;
	width: 100%;
	height: 60px;
	color: #222;
	font-size: 18px;
	background-color: #fff;
	padding-left: 30px;
	box-sizing: border-box;
}

.search-popup__form input::-webkit-input-placeholder {
	color: #222;
}

.search-popup__form input::-moz-placeholder {
	color: #222;
}

.search-popup__form input:-ms-input-placeholder {
	color: #222;
}

.search-popup__form input:-moz-placeholder {
	color: #222;
}

.search-popup__form button[type=submit] {
	border: none;
	outline: none;
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: #04477c;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
}

.search-popup__form button[type=submit]:hover {
	background-color: #222;
	color: #fff;
}

.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: .5;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: .08;
}

.cursor-follower {
	position: absolute;
	background-color: RGBA(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	right: 20%;
	top: 20%;
	border-radius: 100%;
	/* z-index: 1; */
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	/* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none; */
	z-index: 10001;
	visibility: hidden;
	text-align: center;
	color: #fff;
	line-height: 50px;
	cursor: pointer;

}

.cursor-follower::before {
	font-family: iconfont;
	content: '\e652';
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: .7;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: .08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.photo {
	position: relative;
}

.photo img {
	width: 100%;
}

.photo h4 {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.about {
	padding: 60px 0 100px;
	line-height: 2;
}

.about .title {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #04477c;
}

.about .company {
	padding: 35px 0;
	line-height: 2;
	font-size: 16px;
}

.about .fl {
	width: 50%;
}

.about .fr {
	width: 50%;
}

.about .company .fr {
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.skill .fr {
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.about>div {
	padding: 20px 0;
}

.spirit .img {
	height: 200px;
}

.spirit .fl,
.company .fl,
.skill .fl {
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


@media screen and (min-width: 768px) {
	.wap_photo {
		display: none;
	}
}


@media screen and (max-width: 768px) {
	.pc_photo {
		display: none;
	}
}

.news_items {
	padding: 50px 0 0;
}

.news_items h6 {
	margin-bottom: 15px;
	font-size: 18px;
}

.news_items h6 a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news_items .info {
	padding-right: 180px;
	font-size: 14px;
	color: #999;
	line-height: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 56px;
}

.news_items .items {
	padding: 25px 0;
	border-bottom: 1px solid #dcdddd;
	cursor: pointer;
}

.news_items .items:hover {
	background-color: #f6f6f6;
}

.news_items .items .time {
	margin-top: 15px;
	font-size: 12px;
	color: #999;
}

.news_items .items .w {
	position: relative;
}

.news_items .items .w a.more {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: solid 1px #c9caca;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	background-color: #c9caca;
	color: #fff;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.news .content {
	padding-bottom: 90px;
}

.news_items .items:hover a.more {
	background-color: #04477c;
	right: 20px;
}

.news-page {
	margin-top: 60px;
	text-align: center;
}

.news-page a {
	display: inline-block;
	width: 25px;
	height: 30px;
	margin: 0 5px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	border: solid 1px #cccccc;
}

.news-page span {
	display: inline-block;
	width: 25px;
	height: 30px;
	margin: 0 5px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	border: solid 1px #cccccc;
}

.news-page a.pre,
.news-page a.next {
	width: 65px;
}

.news-page a.active,
.news-page a:hover {
	color: #fff;
	background-color: #04477c;
	border-color: #04477c;
}

.news-page span.current,
.news-page span:hover {
	color: #fff;
	background-color: #04477c;
	border-color: #04477c;
}

.news_detail .content {
	padding: 60px 0 100px;
}

.news_detail .content .title {
	padding-bottom: 40px;
	text-align: center;
	border-bottom: 1px solid #DCDDDD;
}

.news_detail .content .title h4 {
	font-size: 22px;
}

.news_detail .content .title .time {
	margin-top: 15px;
	color: #999;
	font-size: 14px;
}

.news_detail .content .info {
	padding: 40px 0 80px;
	line-height: 2;
	border-bottom: 1px solid #dcdddd;
}

.news_detail .cout {
	position: relative;
	margin-top: 30px;
	line-height: 2;
}

.news_detail .cout .back {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	width: 150px;
	height: 45px;
	background-color: #04477c;
	color: #fff !important;
	text-align: center;
	line-height: 45px;
}

.news_detail .cout>div {
	position: relative;
	width: 75%;
	margin: 10px 0;
	padding-left: 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news_detail .cout a {
	display: block;
	color: #333;
}

.news_detail .cout>div span {
	position: absolute;
	left: 0;
	top: 0;
}

.news_detail .cout a:hover {
	color: #04477c;
}

.entry {
	line-height: 50px;
	border-bottom: 1px solid #DCDDDD;
}

.entry a {
	float: left;
	/*width: 160px;*/
	padding: 0 20px;
	text-align: center;
	border-left: 1px solid rgb(220, 221, 221);
	font-size: 16px;
}

.entry a:last-child {
	border-right: 1px solid rgb(220, 221, 221);
}

.entry a i {
	margin-left: 8px;
	color: #DCDDDD;
}

.entry a.active,
.entry a:hover {
	background-color: #006988;
	color: #fff;
	border-color: #006988;
}

.after_sale .content {
	padding: 60px 0 100px;
	line-height: 2;
}

.block-title-two {
	margin-bottom: 60px;
	position: relative;
	padding-top: 70px;
}

.contact-one__box h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	color: var(--thm-black);
	margin-bottom: 20px;
}

.contact-one__box p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #848484;
}

.contact-one__form textarea,
.contact-one__form input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
	width: 100%;
	border: none;
	height: 60px;
	border: 1px solid #e5e5e5;
	color: #848484;
	outline: none;
	padding-left: 20px;
	margin-bottom: 30px;
}

.contact-one__form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}

.contact-one__form .bootstrap-select>.dropdown-toggle {
	height: 60px;
	border-radius: 0;
	border: 1px solid #e5e5e5;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 20px;
	background-color: transparent;
}

.contact-one__form .bootstrap-select .dropdown-toggle .filter-option {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.contact-one__form .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.contact-one__form textarea {
	height: 165px;
	padding-top: 15px;
}

/*!
 * Bootstrap-select v1.13.3 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2018 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select>select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
	display: none !important
}

.bootstrap-select {
	width: 220px\0;
	vertical-align: middle
}

.bootstrap-select>.dropdown-toggle {
	position: relative;
	width: 100%;
	z-index: 1;
	text-align: right;
	white-space: nowrap
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #999
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
	color: rgba(255, 255, 255, .5)
}

.bootstrap-select>select {
	position: absolute !important;
	bottom: 0;
	left: 50%;
	display: block !important;
	width: .5px !important;
	height: 100% !important;
	padding: 0 !important;
	opacity: 0 !important;
	border: none
}

.bootstrap-select>select.mobile-device {
	top: 0;
	left: 0;
	display: block !important;
	width: 100% !important;
	z-index: 2
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
	border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {
	border-color: #28a745
}

.bootstrap-select.fit-width {
	width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 220px
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: thin dotted #333 !important;
	outline: 5px auto -webkit-focus-ring-color !important;
	outline-offset: -2px
}

.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
	width: 100%
}

.bootstrap-select.form-control.input-group-btn {
	z-index: auto
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
	float: none;
	display: inline-block;
	margin-left: 0
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
	float: right
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
	margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
	padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
	height: 100%;
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
	padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
	padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
	width: 100%
}

.bootstrap-select.disabled,
.bootstrap-select>.disabled {
	cursor: not-allowed
}

.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
	outline: 0 !important
}

.bootstrap-select.bs-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 0 !important;
	padding: 0 !important
}

.bootstrap-select.bs-container .dropdown-menu {
	z-index: 1060
}

.bootstrap-select .dropdown-toggle:before {
	content: '';
	display: inline-block
}

.bootstrap-select .dropdown-toggle .filter-option {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: inherit;
	padding-right: inherit;
	padding-bottom: inherit;
	padding-left: inherit;
	height: 100%;
	width: 100%;
	text-align: left
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
	padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
	border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
	width: 100%
}

.bootstrap-select .dropdown-menu {
	min-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.bootstrap-select .dropdown-menu>.inner:focus {
	outline: 0 !important
}

.bootstrap-select .dropdown-menu.inner {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.bootstrap-select .dropdown-menu li {
	position: relative
}

.bootstrap-select .dropdown-menu li.active small {
	color: rgba(255, 255, 255, .5) !important
}

.bootstrap-select .dropdown-menu li.disabled a {
	cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
	position: relative;
	padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
	display: none
}

.bootstrap-select .dropdown-menu li a span.text {
	display: inline-block
}

.bootstrap-select .dropdown-menu li small {
	padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	pointer-events: none;
	opacity: .9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.bootstrap-select .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
	white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
	position: static;
	display: inline;
	padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
	display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
	position: static;
	top: auto;
	margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
	margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
	content: '';
	display: block;
	width: .5em;
	height: 1em;
	border-style: solid;
	border-width: 0 .26em .26em 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
	z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(204, 204, 204, .2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
	bottom: auto;
	top: -4px;
	border-top: 7px solid rgba(204, 204, 204, .2);
	border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
	bottom: auto;
	top: -4px;
	border-top: 6px solid #fff;
	border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
	right: 12px;
	left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
	right: 13px;
	left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
	display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
	padding: 4px 8px
}

.bs-actionsbox {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.bs-actionsbox .btn-group button {
	width: 50%
}

.bs-donebutton {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.bs-donebutton .btn-group button {
	width: 100%
}

.bs-searchbox+.bs-actionsbox {
	padding: 0 8px 4px
}

.bs-searchbox .form-control {
	margin-bottom: 0;
	width: 100%;
	float: none
}

.thm-btn {
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	background-color: #04477c;
	padding: 13.5px 36.5px;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	cursor: pointer;
}

#com-map {
	height: 500px;
	width: 100%;
}

.contact-one {
	padding-bottom: 50px;
}

.project-case {
	padding: 50px 0 100px;
}

.project-case .ct-item {
	margin-bottom: 30px;
	padding: 0 15px;
}

#fakeloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #fff;
	z-index: 999;
}

#fakeloader .spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

#fakeloader .spinner div {
	background-color: #04477c;
	height: 15px;
	width: 15px;
	margin-left: 3px;
	border-radius: 50%;
	display: inline-block;
	-webkit-animation: stretchdelay .7s infinite ease-in-out;
	animation: stretchdelay .7s infinite ease-in-out;
}

#fakeloader .spinner .circ2 {
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s;
}

#fakeloader .spinner .circ3 {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s;
}

#fakeloader .spinner .circ4 {
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s;
}

@-webkit-keyframes stretchdelay {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(.4)
	}

	20% {
		-webkit-transform: scaleY(1)
	}
}


@keyframes stretchdelay {

	0%,
	40%,
	100% {
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px)
	}

	20% {
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px)
	}
}

@media screen and (max-width: 1200px) and (max-width: 768px) {
	.footer {
		padding: 0 4%;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 640px) {
	.footer .footer_t {
		padding: 40px 0 25px;
	}

	.footer .footer_t p {
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.75;
	}

	.footer .footer_t .f_logo img {
		max-width: 60%;
	}

	.footer .footer_c {
		padding: 30px 0 15px;
	}

	.footer .footer_c .content {
		flex-wrap: wrap;
	}

	.footer .footer_c .content::before {
		display: none;
	}

	.footer .footer_c .content dl {
		width: 100%;
		flex: none;
		padding: 0;
		margin-bottom: 10px;
	}

	.footer .footer_c .content dl dt {
		margin-bottom: 0px;
	}

	.footer .footer_c .content dl dd {
		display: inline-block;
		margin-right: 15px;
	}

	.footer .footer_c .wechat {
		margin-top: 20px;
	}

	.footer .footer_b {
		padding: 5px 0;
		line-height: 2;
		font-size: 12px;
		text-align: center;
	}

	.footer .footer_b .fl,
	.footer .footer_b .fr {
		float: none;
	}
}

.common .content {
	padding: 60px 0 100px;
}

.common .content .items {
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid #dcdddd;
	cursor: pointer;
}

.common .content .items .w {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.common .content .items .img-box {
	width: 21.43%;
	overflow: hidden;
}

.common .content .items .ac-time {
	width: 15.29%;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
}

.common .content .items .ac-time strong {
	font-size: 26px;
	font-weight: bold;
}

.common .content .items .ac-time i {
	display: inline-block;
	margin-top: 14px;
	font-size: 16px;
	color: #666;
}

.common .content .items .info {
	position: relative;
	width: 63.28%;
	padding-left: 0;
	padding-right: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.7;
	color: #999;
}

.common .content .items .info h6 {
	margin-bottom: 10px;
	font-size: 20px;
}

.common .content .items .info p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 56px;
}

.common .content .items .info a.more {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: solid 1px #c9caca;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	background-color: #c9caca;
	color: #fff;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.common .content .items .img-box a {
	display: block;
}

.common .content .items .img-box .img {
	height: 140px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

@media screen and (max-width: 1200px) {
	.common .content .items .ac-time {
		padding: 0 30px;
	}

	.common .content .items .ac-time strong {
		font-size: 20px;
		white-space: nowrap;
	}
}

.common .content .items:hover {
	background-color: #f6f6f6;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.common .content .items:hover a.more {
	background-color: #006988 !important;
}

.my_partner .content {
	padding: 60px 0 100px;
}

.my_partner .content .img {
	text-align: center;
}

.my_partner .content .img img {
	width: 100%;
}

.my_partner .content li {
	float: left;
	width: 18%;
	margin-top: 30px;
	margin-right: 2.5%;
	border: 1px solid #DCDDDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.my_partner .content li:nth-child(5n) {
	margin-right: 0;
}

.my_partner .content ol {
	margin-top: 40px;
}

.comm-letter {
	padding-top: 80px;
}

.pd-link {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.pd-link h5 {
	color: #fff;
}

.pd-link .link-wrapp {
	position: absolute;
	right: 5%;
	bottom: 5%;
}

.pd-link .link-wrapp span {
	padding: 10px 15px;
	border: 2px solid #fff;
}

.company-product {
	/* background-color: #f5f5f5; */
}

.company-product .pd-left {
	width: 250px;
	float: left;
	position: relative;
	top: 90px;
}

.company-product .bg-default {
	background-color: #f5f5f5;
}

.company-product .pd-left h4 {
	padding: 0 20px;
	font-size: 20px;
	box-sizing: border-box;
	background-color: #04477c;
	line-height: 70px;
	height: 70px;
	color: #fff;
}

.company-product .pd-left ol {
	background-color: #fff;
	line-height: 55px;
	font-size: 16px;
}

.company-product .pd-left li {
	position: relative;
	padding: 0 15px;
}

.company-product .pd-left li.selected::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 6px;
	height: 20px;
	margin-top: -10px;
	background-color: #04477c;
}

.company-product .pd-left li a {
	display: block;
	padding-left: 10px;
	border-bottom: 1px solid #e9e9e9;
	color: #000;
}

.company-product .pd-right {
	width: calc(100% - 280px);
	float: right;
}

.company-product .pd-right h5 {
	font-size: 18px;
}

@media(min-width:768px) {
	.wrap {
		display: none;
	}
}

@media(max-width:768px) {
	.pc {
		display: none;
	}

	.comm-letter {
		padding: 40px 4% 0;
	}

	.banner-section .owl-theme .owl-nav {
		display: none !important
	}

	.banner-carousel .content-box h2 {
		font-size: 32px
	}

	.banner-carousel .content-box .btn-box {
		margin-top: 40px
	}

	.banner-carousel .slide-item {
		padding-top: 100px;
		padding-bottom: 100px
	}

	.banner-carousel .content-box .btn-box .thm-btn {
		padding: 8px 30px;
		font-size: 16px;
	}

	.banner-section__home-two .banner-carousel .slide-item {
		padding-top: 110px;
		padding-bottom: 110px
	}

	.about-two__image>img {
		max-width: 100%
	}

	.banner-section__home-three .banner-carousel .slide-item {
		padding-top: 180px
	}

	.topbar-one {
		display: none;
	}

	.main-nav-one .logo-box {
		display: none;
	}

	.main-nav-one .main-nav__right {
		display: none;
	}

	.main-nav-one .main-nav__main-navigation {
		margin-left: 0;
	}

	.main-nav-one {
		display: none;
	}

	.wrap-header {
		display: flex;
		justify-content: space-between;
		height: 55px;
		padding: 0 4%;
		box-sizing: border-box;
		overflow: hidden;
	}

	.wrap-header .wrap-logo {
		max-width: 70%;
		line-height: 55px;
	}

	.mobile-box {
		width: auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.mobile-box .r-header {
		width: 30px;
		margin-right: 10px;
		line-height: 60px;

	}

	.mobile-box .r-header .icon-search {
		font-size: 22px;
		font-weight: bold;
		color: #444;
	}

	.m-block {
		display: block;
	}

	.mobile-box .m-block .r-header {
		width: auto;
		margin-right: 0;
	}

	.wrap-header .r-header .hamburger {
		padding: 0;
		height: 18px;
		opacity: 1;
	}

	.hamburger {
		padding: 15px 15px;
		display: inline-block;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		background-color: transparent;
		border: 0;
		margin: 0;
		overflow: visible;
	}

	.wrap-header .r-header .hamburger-box {
		width: 25px;
		height: 18px;
		display: block;
	}

	.hamburger--3dx-r .hamburger-box {
		perspective: 80px;
	}

	.hamburger-box {
		position: relative;
	}

	.wrap-header .r-header .hamburger--3dx-r .hamburger-inner {
		-webkit-transition: -webkit-transform 0.6s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
		transition: transform 0.6s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
	}

	.wrap-header .r-header .hamburger-inner,
	header .r-header .hamburger-inner::before,
	header .r-header .hamburger-inner::after {
		width: 25px;
		height: 2px;
		background: #444;
	}

	.hamburger-inner {
		display: block;
		top: 50%;
		margin-top: -2px;
	}

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		width: 40px;
		height: 4px;
		background-color: #000;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}

	.hamburger-inner::before,
	.hamburger-inner::after {
		content: "";
		display: block;
	}

	.wrap-header .r-header .hamburger-inner::after {
		bottom: -8px;
		left: 0px;
	}

	.wrap-header .r-header .hamburger-inner::before {
		top: -8px;
		left: 0px;
	}

	.wrap-header .r-header .hamburger-inner,
	.wrap-header .r-header .hamburger-inner::before,
	.wrap-header .r-header .hamburger-inner::after {
		width: 25px;
		height: 2px;
		background: #444;
	}

	.wrap-header .r-header .hamburger.is-active .hamburger-inner,
	.wrap-header .r-header .hamburger.is-active .hamburger-inner::before,
	.wrap-header .r-header .hamburger.is-active .hamburger-inner::after {
		background: #222;
		left: 0;
		-webkit-transition: -webkit-transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
		transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
	}

	.hamburger--3dx-r.is-active .hamburger-inner {
		background-color: transparent !important;
		transform: rotateY(-180deg);
	}

	.wrap-header .r-header .hamburger--3dx-r.is-active .hamburger-inner::before {
		-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
		transform: translate3d(0, 8px, 0) rotate(45deg);
	}

	.wrap-header .r-header .hamburger--3dx-r.is-active .hamburger-inner::after {
		-webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
		transform: translate3d(0, -8px, 0) rotate(-45deg);
	}

	.nav {
		display: none;
		position: fixed;
		left: 0;
		top: 55px;
		width: 100%;
		height: calc(100vh - 55px);
		padding: 20px 0;
		z-index: 999;
		box-sizing: border-box;
		overflow-y: scroll;
		background-color: #04477c;
	}

	.nav::-webkit-scrollbar {
		display: none;
	}

	.page-w {
		width: 100%;
	}

	.nav .frist-nav>li {
		width: 100%;
		padding: 0 6%;
		margin-right: 0;
		text-align: left;
		box-sizing: border-box;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}

	.nav .frist-nav>li a {
		display: block;
	}

	.nav .frist-nav>li>a::after {
		float: right;
		transition: transform 0.5s;
		-webkit-transition: transform 0.5s;
		-moz-transition: transform 0.5s;
		-ms-transition: transform 0.5s;
		-o-transition: transform 0.5s;
	}

	.nav .frist-nav .box {
		display: none;
		position: static;
		opacity: 1;
		padding-bottom: 15px;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
	}

	.nav .frist-nav .box .tr-nv::after {
		position: absolute;
		display: inline-block;
		right: 0;
		margin-left: 8px;
		font-family: iconfont;
		content: '\e60a';
		color: #fff;
		font-size: 12px;
		line-height: 35px;
		transition: transform 0.5s;
		-webkit-transition: transform 0.5s;
		-moz-transition: transform 0.5s;
		-ms-transition: transform 0.5s;
		-o-transition: transform 0.5s;
	}

	.nav .frist-nav .box .tr-nv.cur::after {
		transform: rotate(90deg);
	}

	.nav .frist-nav .box .nav-three {
		display: none;
		padding-left: 20px;
	}

	.nav .frist-nav>li>a.cur::after {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}

	.nav .frist-nav>li a {
		color: #fff;
		line-height: 3;
		font-size: 17px;
	}

	.nav .frist-nav .box a {
		position: relative;
		font-size: 14px;
		line-height: 2.5;
	}

	.nav .frist-nav>li>a::after {
		display: inline-block;
		margin-left: 8px;
		font-family: iconfont;
		content: '\e60a';
		color: #fff;
		font-size: 12px;
		float: right;
		line-height: 42px;
		transition: transform 0.5s;
		-webkit-transition: transform 0.5s;
		-moz-transition: transform 0.5s;
		-ms-transition: transform 0.5s;
		-o-transition: transform 0.5s;
	}

	.section-title-dash {
		font-size: 35px;
	}

	.thumbnail-modern-badge {
		margin: 20px 5px 0;
	}

	.main-news {
		padding: 0;
	}

	.main-news .cen-list .main-news-ms {
		padding-left: 20px;
		width: calc(100% - 80px);

	}

	.main-news [class*=col-] {
		padding: 0 10px;
	}

	.section-lg {
		padding: 30px 0;
	}

	.main-partner td {
		width: 50%;
	}

	.main-partner td:nth-child(n+3) {
		display: none;
	}

	.main-news-more a {
		width: 160px;
		line-height: 40px;
		font-size: 16px;
	}

	.about {
		padding: 0rem 4% 3rem;
	}

	.about .fl,
	.about .fr {
		width: 100%;
	}

	.spirit .fl,
	.company .fl,
	.skill .fl {
		padding-right: 0;
	}

	.about .company {
		font-size: 1rem;
	}

	.about .title {
		margin-bottom: 1rem;
		font-size: 1.4rem;
	}

	.spirit .img {
		height: auto;
	}


	.table-project td:first-child {
		min-width: 100%;
	}

	.table-project td:last-child {
		min-width: auto;
		width: calc(100% -100px);
	}



	.news_items {
		padding: 2rem 4% 0;
	}

	.news_items h6 {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.news_items .info {
		padding-right: 4rem;
	}

	.news_items .items .w a.more {
		width: 3rem;
		height: 3rem;
		line-height: 3rem;
	}

	.news_items .items:hover a.more {
		right: 0;
	}

	.news_items .items {
		padding: 1rem 0;
	}

	.pagination a {
		width: 20px;
		height: 25px;
		margin: 0 2px;
		line-height: 25px;
		font-size: 12px;
	}

	.pagination span {
		width: 20px;
		height: 25px;
		margin: 0 2px;
		line-height: 25px;
		font-size: 12px;
	}

	.news .content {
		padding-bottom: 50px;
	}

	.news-page {
		margin-top: 30px;
	}

	.news_detail .content {
		padding: 2rem 4% 6rem;
	}

	.news_detail .content .title h4 {
		font-size: 1.4rem;
	}

	.news_detail .content .tips {
		font-size: 1rem;
	}

	.news_detail .content .title .time {
		font-size: 1rem;
	}

	.news_detail .content .title {
		padding-bottom: 1.5rem;
	}

	.news_detail .content .info {
		font-size: 1rem;
	}

	.news_detail .cout>div {
		width: 100%;
	}

	.news_detail .cout .back {
		width: 120px;
		height: 35px;
		line-height: 35px;
		position: static;
	}

	.entry {
		line-height: 1;
	}

	.entry .w {
		overflow-x: scroll;
		white-space: nowrap;
		font-size: 0;
	}

	.entry .w::-webkit-scrollbar {
		display: none;
	}

	.entry a {
		float: none;
		display: inline-block;
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.after_sale .content {
		padding: 2rem 4% 6rem;
	}

	.block-title-two {
		margin-bottom: 30px;
		padding-top: 40px;
	}

	.contact-one__box {
		margin-bottom: 30px;
	}

	.common .content .items .info a.more {
		display: none;
	}

	.common .content {
		padding: 2rem 0 6rem;
	}

	.common .content .items .ac-time {
		display: none;
	}

	.common .content .items .img-box {
		width: 11rem;
	}

	.common .content .items {
		padding: 1rem 4%;
	}

	.common .content .items .info h6 {
		margin-bottom: 5px;
		font-size: 15px;
	}

	.common .content .items .info {
		width: calc(100% - 11rem);
		padding-right: 0;
		padding-left: 15px;
	}

	.common .content .items .info p {
		line-height: 1.5;
		max-height: 42px;
	}

	.common .content .items .info h6 a {
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.main-news .cen-list .news-time {
		width: 65px;
	}

	.my_partner .content {
		padding: 2rem 4% 6rem;
	}

	.my_partner .content ol {
		margin-top: 1rem;
	}

	.my_partner .content li {
		width: 48%;
		margin-top: 1rem;
		margin-right: 0;
	}

	.my_partner .content li:nth-child(2n) {
		float: right;
	}

	.company-product .pd-left {
		width: 100%;
	}

	.company-product .pd-right {
		width: 100%;
	}

	.company-product .pd-left h4 {
		line-height: 50px;
		height: 50px;
	}

	.company-product .pd-left ol {
		line-height: 45px;
	}

	.company-product .pd-left {
		top: -50px;
	}

	.company-product .section-lg {
		padding-top: 0;
	}

	.pd-link h5 {
		color: #000;
	}

	.pd-link .link-wrapp {
		position: static;
	}

	.photo h4 {
		font-size: 30px;
	}
}

.fish-header {
	position: fixed;
	width: 100%;
	height: 81px;
	left: 0;
	top: 0;
	z-index: 9;
	background-color: #FFFFFF;
}

.fish-header-blank {
	height: 81px;
}

.fish-logo {
	float: left;
	line-height: 80px;
}

.fish-header .navbar-collapse {
	float: left;
	margin-left: 40px;
}

.fish-header .navbar-collapse li {
	position: relative;
	float: left;
	padding: 0 18px;
}

.fish-header .navbar-collapse .navbar-item {
	position: relative;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000;
}

.fish-header .navbar-collapse .green-dropdown-toggle {
	padding-right: 40px;
	margin: 0 10px;
}

.fish-header .navbar-collapse a {
	color: #000;
}

.fish-header .navbar-collapse .search-popup__toggler {
	color: #000;
}

.fish-header .navbar-collapse .nav-item-collapse {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/collapse-def.png) no-repeat center center;
	background-size: 20px !important;
	transition: all 0.5s;
}

.fish-header .navbar-collapse .nav-item-line {
	padding-top: 28px;
	padding-bottom: 28px;
	margin: 0 50px;
	color: #000;
}

.fish-header .navbar-collapse>ul>li {
	padding-top: 13px;
	padding-bottom: 13px;
	height: 81px;
}

.fish-header .navbar-collapse .nav-item-search {
	padding-top: 27px;
	padding-bottom: 27px;
	font-size: 20px;
	margin-left: 50px;
}
/* .fish-header .logo-up {
	display: none;
}
.fish-header.active,
.fish-header.active .search-popup__toggler,
.fish-header.active .navbar-item,
.fish-header.active .nav-item-line,
.fish-header:hover,
.fish-header:hover .search-popup__toggler,
.fish-header:hover .navbar-item,
.fish-header:hover .nav-item-line {

	color: #000 !important;

}

.fish-header.active,
.fish-header:hover{
	background: #FFFFFF;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.fish-header.active .nav-item-collapse,
.fish-header:hover .nav-item-collapse{
	background: url(../images/collapse-def.png) no-repeat center center;
}

.fish-header.active .logo-up,
.fish-header:hover .logo-up{
	display: block;
	padding: 15px 0;
}

.fish-header.active .logo-down,
.fish-header:hover .logo-down{
	display: none;
} */

.section-lg {
	padding: 90px 0;
}

.section-title-dash {
	font-size: 45px;
	line-height: normal;
	margin-top: 0;
	position: relative;
	margin: 0 auto 42px;
	font-weight: bold;
}

.main-heading p {
	font-family: 'open sans', sans-serif;
	font-size: 15px;
	max-width: 780px;
	margin: auto;
}

.section-title-dash-color {
	color: #04477c;
}

.section-title-dash .section-title-dash-bottom {
	position: relative;
	display: block;
	margin: 0 auto 0;
	width: 1px;
	height: 2px;
}

.section-title-dash:after {
	content: '';
	position: absolute;
	bottom: -20px;
	height: 1px;
	width: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 0;
	border-bottom: 2px solid #04477c;
}

.section-title-dash .section-title-dash-bottom:before,
.section-title-dash .section-title-dash-bottom:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 25px;
	width: 6px;
	height: 10px;
	border-bottom: 2px solid #04477c;
}

.section-title-dash .section-title-dash-bottom:after {
	width: 3px;
	left: 34px;
}

.isotope-wrap .main-heading {
	margin-bottom: 50px;
}

.row+.row {
	margin-top: 50px;
}

.owl-style-3 .owl-stage-outer {
	margin: -10px -15px;
	padding: 10px 15px;
}

.service_single_content {
	position: relative;
	z-index: 1;
	transition: all .3s ease-in-out;
	padding: 0;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
	border: 0;
	margin-bottom: 5px !important
}

.service_content {
	padding: 25px 20px 20px 20px
}

.service_single_content h6 {
	margin-bottom: 15px;
	font-size: 18px;
	/* font-family: 'PT Sans', sans-serif */
}

.service_content p {
	margin-top: 0;
	height: 95px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.service_img img {
	position: relative;
	transition: all .4s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.service_img {
	overflow: hidden;
	position: relative
}

.service_img:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	opacity: 0;
	background-color: rgba(0, 0, 0);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease
}

.service_single_content:hover .service_img:before {
	opacity: .6;
	transform: scale(1.1);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease
}

.service_single_content:hover .signle-services-icon-wrapper {
	border: 1px solid #fff;
	background: #04477c;
	color: #fff
}

.signle-services-icon-wrapper {
	position: relative;
	z-index: 1;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border: 1px solid #fff;
	font-size: 40px;
	background: #fff;
	box-sizing: content-box;
	color: #04477c;
	margin-top: -40px;
	text-align: center
}

.service_content a {
	background: #04477c;
	color: #fff;
	width: 100%;
	border: 1px solid #04477c;
	display: block;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	padding: 10px 0;
	margin-top: 25px
}

.service_content a:hover {
	background: #fff;
	color: #04477c;
	border-color: #04477c
}

.fish-menu {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	margin: 0;
	padding: 20px;
	min-height: 300px;
	background: #F3F5F7;
	box-shadow: none;
	border: none;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.green-dropdown:hover .fish-menu {
	display: block;
}

.green-dropdown:hover .nav-item-collapse {
	transform: rotate(90deg);
}

.dropdown-show {
	position: relative;
	display: block;
}

.dropdown-show span {
	position: absolute;
	text-align: center;
	width: 144px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	left: 50%;
	margin-left: -74px;
	bottom: -14px;
	background-color: #000;
	border-radius: 32px;
}

.dropdown-category {
	padding: 0 40px;
}

.dropdown-category-list li {
	text-align: center;
	padding: 15px 0 !important;
}

.dropdown-category-list li a {
	display: block;
}

.category-ico {
	width: 64px;
	height: 64px;
	display: block;
	margin: 5px auto;
}

.category-name {
	color: #333;
	font-size: 14px;
}

.goShow,
.goShow-img {
	width: 240px;
	height: 240px;
	display: block;
	position: relative;
	margin-left: auto;
}

.dropdown-server {
	padding-left: 20px;
	padding-top: 20px;
}

.dropdown-server-view {
	color: #333;
	position: relative;
}

.dropdown-server-view::before {
	position: absolute;
	content: "";
	left: -60px;
	top: 0;
	width: 1px;
	height: 226px;
	background: rgba(221, 221, 221, 1);
}

.dropdown-server-view dt {
	font-size: 18px;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	line-height: 36px;
	padding-bottom: 20px;
}

.dropdown-server-view dd {
	padding: 5px 0;
	font-size: 14px;
}

.dropdown-jumpGo {
	padding-top: 28px;
	font-size: 14px;
}

.jump-serverCenyer {
	color: #EC5923 !important;
}

.dropdown-category-list li a:hover p {
	color: #04477c !important;
}

#about-nav-dropBox {
	display: none;
	z-index: 5;
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: -5px 1px 5px 0px rgba(0, 0, 0, 0.15);
}

#about-nav:hover #about-nav-dropBox {
	display: block;
}

#about-nav-dropBox li {
	padding: 0 15px;
}

.about-nav .about-nav-list {
	float: left;
	position: relative;
	height: 50px;
	z-index: 3;
}

span.about-nav-item {
	color: #111;
	display: block;
	line-height: 50px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 600;
}

.about-nav .line {
	float: left;
	position: relative;
	width: 10px;
	height: 50px;
}

.about-nav .line:after {
	position: absolute;
	content: "";
	left: 50%;
	top: 14px;
	display: block;
	width: 1px;
	height: 24px;
	background: rgba(34, 34, 34, 1);
}

#about-nav-drop2 {
	display: none;
	z-index: 5;
	position: absolute;
	top: 50px;
	left: 10px;
	min-width: 112px;
	min-height: 120px;
	background-color: #fff;
	border-top: 2px solid #004098;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.15);
}

#about-nav-drop {
	display: none;
	z-index: 5;
	position: absolute;
	top: 50px;
	left: 10px;
	min-width: 112px;
	background-color: #fff;
	border-top: 2px solid #004098;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.15);
}

.about-nav-item {
	color: #111;
	display: block;
	line-height: 50px;
	padding: 0 20px;
	font-size: 14px;
}

#about-nav-sub .about-nav-item {
	background: url(../images/icon_Dropdownarrow.png) no-repeat right center;
}

#about-nav-sub2 .about-nav-item {
	background: url(../images/icon_Dropdownarrow.png) no-repeat right center;
}

#about-nav-drop2 {
	display: none;
	z-index: 5;
	position: absolute;
	top: 50px;
	left: 10px;
	min-width: 112px;
	background-color: #fff;
	border-top: 2px solid #004098;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.15);
}

.about-nav-dropList li a {
	height: 40px;
	padding: 5px 10px;
	display: block;
	line-height: 30px;
	font-size: 13px;
	white-space: nowrap;
}

.about-nav-dropList li a:hover {
	color: #04477c;
}

#about-nav-sub2:hover #about-nav-drop2 {
	display: block;
}

#about-nav-sub:hover #about-nav-drop {
	display: block;
}

#about-nav-dropBox li a:hover {
	color: #04477c;
}

.fish-header .navbar-collapse .navbar-item:hover {
	color: #04477c;
}

.other-drop {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	max-width: auto;
	width: auto;
	background-color: #fff;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 2.5;
	border-top: 2px solid #04477C;
	text-align: center;
	white-space: nowrap;
}

.other-drop a {
	display: block;
	/* height: 40px; */
}

.other-drop a:hover {
	color: #04477c;
}

.navbar-collapse>ul>li:hover .other-drop {
	display: block;
}

.hotProduct-category-list li {
	position: relative;
	float: left;
	width: 14.28%;
	padding-bottom: 10px;
	text-align: center;
}

.hotProduct-category-list li.active::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: '';
	width: 40%;
	height: 2px;
	background-color: #04477C;
	transform: translateX(-50%);
}

.hotProduct-category-list li img {
	width: 64px;
	height: 64px;
}

.hotProduct-category-list li a {
	display: block;
}

.hotProduct-category-list li p {
	margin-top: 30px;
}

.hotProduct-category .hotProduct-showlist {
	display: none;
}

.hotProduct-category .hotProduct-showlist.active {
	display: block;
}

.hotProduct-category .hotProduct-showlist li {
	float: left;
}

.hotProduct-category .hotProduct-showlist li:nth-child(1) {
	width: 283px;
	height: 576px;
	overflow: hidden;
	margin-right: 10px;
	position: relative;
}

.hotProduct-category .hotProduct-showlist li:nth-child(2),
.hotProduct-category .hotProduct-showlist li:nth-child(3) {
	margin-right: 10px;
	width: 283px;
	height: 283px;
}

.hotProduct-category .hotProduct-showlist li:nth-child(4) {
	width: 283px;
	height: 576px;
}

.hotProduct-category .hotProduct-showlist li:nth-child(5) {
	width: 576px;
	margin-top: -283px;
	margin-left: 293px;
}

.hotProduct-category .hotProduct-showlist li {
	position: relative;
	overflow: hidden;
	float: left;
}

.hotProduct-category .hotProduct-showlist li .shows-title {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.hotProduct-category .hotProduct-showlist li .hidden-mask {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	font-size: 14px;
	opacity: 0;
	transition: all 0.5s;
}

.hotProduct-category .hotProduct-showlist li .hidden-mask h5 {
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 100%;
	color: #FFFFFF;
	opacity: 0;
	transition: all 0.5s;
}

.hotProduct-category .hotProduct-showlist li .hidden-mask .more {
	position: absolute;
	text-align: center;
	bottom: 20px;
	left: 50%;
	margin-left: -74px;
	line-height: 35px;
	width: 148px;
	color: #fff;
	font-size: 14px;
	border-radius: 36px;
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 0;
	transition: all 0.5s;
}

.hotProduct-category .hotProduct-showlist li span {
	font-size: 14px;
}

.hotProduct-category .hotProduct-showlist li:hover .hidden-mask {
	opacity: 1;
}

.hotProduct-category .hotProduct-showlist li:hover h5 {
	bottom: 80px;
	opacity: 1;
}

.hotProduct-category .hotProduct-showlist li:hover .more {
	opacity: 1;
}

.hotProduct-category .tab-content {
	margin-top: 30px;
}

.hotProduct-category .hotProduct-showlist li:hover img {
	transform: scale(1.05);
}
.product-tab {
	border-bottom: 1px solid #E7E7E7;
}
.product-tab .product-list .item {
	display: block;
	float: left;
	width: 16.6%;
	text-align: center;
	padding: 24px 5px;
	margin: 0 auto;

}

.product-tab .product-list .item p {
	margin-top: 10px;
	font-size: 18px;
}

.product-tab .product-list .item.active p {
	font-weight: bold;
}

.product-content li {
	position: relative;
	margin-bottom: 30px;
}

.result-list-item {
	display: block;
	padding: 20px;
	height: 450px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.scale-img-none {
	background-color: #F8F8F8;
	display: block;
	margin: 20px;
	padding: 0;
	height: 560px !important;
}

.scale-img-none .list-prd-img {
	margin: 0;
}

.scale-img-none .list-prd-img img {
	display: block;
	padding: 0;
	height: 420px;
	width: 100%;
	text-align: center;
	position: relative;

}

.scale-img-none .list-prd-name {
	padding: 20px 20px 10px 20px;
}

.scale-img-none .hotProduct-view-more {

	position: static;
	text-align: center;
	bottom: auto;
	left: auto;
	margin: 15px auto 0 auto;
	line-height: 36px;
	width: 148px;
	color: #333;
	font-size: 14px;
	border-radius: 36px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.result-list-item:hover {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.scale-img:hover img {
    transform: scale(1.1);
}
.allproduct-category-result-list li:nth-of-type(4n) .result-list-item::after {
	display: none;
}

.result-list-item::after {
	position: absolute;
	content: "";
	right: 0px;
	top: 15px;
	width: 1px;
	height: 420px;
	background: rgba(221, 221, 221, 1);
	z-index: 1;
}
.product-content li.cur .result-list-item::after {
	display: none;
}
.item-nobr::after {
	display: none;
}

.result-list-item-box {
	position: relative;
	height: 430px;
	overflow: hidden;
}

.scale-img-none .result-list-item-box {
	position: relative;
	height: 560px;
	overflow: hidden;
}

.list-prd-img {
	margin-top: 30px;
}

.list-prd-img img {
	display: block;
	height: 250px;
	margin: 0 auto;
	    transition: all 1.5s ease;
}

.list-prd-name {
	font-size: 18px;
	font-weight: 600;
	color: rgba(17, 17, 17, 1);

	padding: 60px 0 8px 0;
}

.list-prd-tip {
	font-size: 14px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 24px;
	height: 48px;
	overflow: hidden;


}

.list-prd-view {}

.allproduct-category-result-hander {
	padding: 32px 0;
}
.hotProduct-view-more {
    position: absolute;
    text-align: center;
    bottom: 20px;
    left: 50%;
    margin-left: -74px;
    line-height: 36px;
    width: 148px;
    color: #333;
    font-size: 14px;
    border-radius: 36px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.hotProduct-view-more:hover {
	color: #FFFFFF;
	background-color: #000000;
}
.scale-text {
    bottom: -100%;
    transition: all .5s;
}
.scale-img:hover img {
    transform: scale(1.1);
}
.scale-txt-up {
	transition: all 0.5s;
}
.scale-img:hover .scale-txt-up {
    margin-top: -30px;
    transition: all .5s;
    position: absolute;
    width: 100%;
    left: 0px;
}

.scale-img:hover .scale-text {
    bottom: 20px;
}
.product-content {
	padding: 20px 0 150px;
}
.project-page {
	font-size: 16px;
	line-height: 2;
}
.project-page h4 {
	margin-bottom: 50px;
	font-size: 30px;
	font-weight: bold;
}
.table-custom-responsive table {
	width: 100%;
	
}
.table-custom-responsive table td,
.table-custom-responsive table th{
	border: 1px solid #eee;
	padding: 5px 20px;
}
.table-custom-responsive table td:first-child,
.table-custom-responsive table th:first-child {
	text-align: center;
}
.button-winona {
	display: block;
	width: 150px;
	margin-top: 50px;
	line-height: 50px;
	background-color: #000;
	color: #fff;
	text-align: center;
	transition: all 0.5s;
	border: 1px solid #000;
}
.button-winona:hover {
	background-color: #FFFFFF;
	border: 1px solid #666;
}
.pg-content {
	margin-top: 60px;
	font-size: 16px;
	line-height: 2;
}
.jc-content {
	margin-top: 80px;
	background-color: #f6f6f6;
	height: 60px;

}
.jc-content h4 {
		line-height: 60px;
		font-size: 24px;
		font-weight: bold;
}
@media (min-width:768px) {

	.clip-box {
		width: 1140px;
		height: 450px;
	}

	.clip-box ul {
		width: 1140px;
	}

	.clip-box ul li {
		width: 140px;
		height: 140px;
		float: left;

		position: relative;
	}

	.clip-box ul li a {}

	.clip-box ul li .kuang {
		position: absolute;
		width: 140px;
		height: 140px;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		border: 1px solid #ddd;
		margin-top: 42px;
		margin-left: 42px;
	}

	.clip-box ul li .kuang2 {
		left: 5px;
		top: 0px;
		z-index: 4;
	}

	.kuang-img {
		cursor: pointer;
	}

	/* .kuang-img:hover {
	    z-index:3;
	    box-shadow:0px 0px 8px 0px rgba(0,0,0,0.15);
		border:1px solid rgba(217,217,217,1);
	}
	.kuang-img:hover ~ .text1 .bg .k-img {
	display:none;
		opacity:0
	}
	.kuang-img:hover ~ .text1 .bg  .k-img-hover {
		opacity:1
	} */
	.clip-box ul li .text1 {
		text-align: center;
		z-index: 3;
		position: absolute;
		left: 19px;
		top: 70px;
	}

	.clip-box ul li .text1 .bg {}

	.clip-box ul li {
		margin-right: 89px;
	}

	.clip-box ul.two li {
		margin-top: -40px;
	}

	.clip-box ul li:hover .text2 {
		display: block;
	}

	.k-img-hover {
		opacity: 0
	}

	.k-img-hover,
	.k-img {
		width: 197px;
		height: 80px;
		max-width: 197px;
		margin: 0 auto;
		padding: 0 30px;

	}
	.jcarousel-skin-pika {
		position: relative;
	}
	
	.jcarousel-left {
		position: relative;
		width: 98px;
		height: 575px;
		padding: 50px 0;
		box-sizing: border-box;
	}
	.jcarousel-prev {
		display: inline-block;
		position: absolute;
		width: 85px;
		height: 30px;
		top: 0;
		left: 6px;
		background: #F9FAFC ;
		text-align: center;
		font-size: 20px;
		color: #999;
		cursor: pointer;
	}
	.jcarousel-next {
		display: inline-block;
		position: absolute;
		width: 85px;
		height: 30px;
		bottom: 0;
		left: 6px;
		background: #F9FAFC ;
		text-align: center;
		font-size: 20px;
		color: #999;
		cursor: pointer;
	}
		.jcarousel-left  li {
			width: 85px;
			height: 85px;
			margin-bottom: 10px;
			margin-left: 6px;
			overflow: hidden;
			cursor: pointer;
		}
		.jcarousel-left  li.active {
			border: 1px solid #004098;
		}
		.jcarousel-left  li:last-child {
			margin-bottom: 0;
		}
		.jcarousel-left  li img {
			width: 85px;
			height: 85px;
			opacity: 0.4;
		}
		.jcarousel-left  li.active img {
			opacity: 1;
		}
		.jcarousel-show {
			position: absolute;
			left: 140px;
			top: 0;
			height: 575px;
			    width: 464px;
				border: 1px solid #eee;
				padding: 20px;
				box-sizing: border-box;
				overflow: hidden;
		}
		.jcarousel-show li {
			display: none;
			position: absolute;
			width: 90%;
			left: 50%;
			top: 50%;
			transform: translate(-50%,-50%);
		}
			.jcarousel-show li.active {
				display: block;
			}
				
			.j-tab {
				position: absolute;
				left: 0;
				bottom: 20px;
				width: 100%;
				text-align: center;
				transition:all 0.5s;
				opacity: 0;
			}
			.j-tab .jc-span {
				display: inline-block;
				width: 40px;
				height: 25px;
				border-radius: 4px;
				background-color: #000;
				color: #fff;
				line-height: 25px;
				font-size: 14px;
			} 
			.jcarousel-show:hover .j-tab {
				opacity: 1!important;
			}
				
			form .cl-input {
				padding: 0 10px;
			}
}




@media (max-width:768px) {
	.section-lg {
		padding: 40px 0;
	}

	.section-title-dash {
		font-size: 36px;
	}

	.container {
		padding: 0;
	}

	.row {
		margin: 0;
	}

	.main-heading {
		padding: 0 4%;
	}

	.hotProduct-category-list ol {
		overflow-x: scroll;
		white-space: nowrap;
	}

	.hotProduct-category-list li {
		display: inline-block;
		width: 70px;
		float: none;
	}

	.hotProduct-category-list li img {
		width: 50px;
		height: 50px;
		display: block;
		margin: 0 auto;
	}

	.hotProduct-category .hotProduct-showlist li {
		float: none;
		position: absolute;
	}

	.hotProduct-category .hotProduct-showlist li:nth-child(1) {
		left: 0;
		top: 0;
		margin: 0;
		width: 13.4rem;
		height: 27.4rem;
	}

	.hotProduct-category .hotProduct-showlist li:nth-child(2) {
		right: 0;
		top: 0;
		width: 13.4rem;
		height: 13.4rem;
		margin: 0;
	}

	.hotProduct-category .hotProduct-showlist li:nth-child(3) {
		left: 0;
		top: 27.8rem;
		width: 13.4rem;
		height: 13.4rem;
		margin: 0;
	}

	.hotProduct-category .hotProduct-showlist li:nth-child(4) {
		right: 0;
		top: 14rem;
		width: 13.4rem;
		height: 27.4rem;
		margin: 0;
	}

	.hotProduct-category .hotProduct-showlist li:nth-child(5) {
		left: 0;
		bottom: 0;
		width: 100%;
		margin: 0;
	}

	.hotProduct-showlist {
		position: relative;
		height: 55.36rem;
	}

	.main-news .main-news-ms .news-txt {
		height: auto;
	}

	.container {
		max-width: 100% !important;
	}

	.ma-brand {
		height: 14.628rem;
	}

	.clip-box {
		margin-left: 2.9257rem;

	}

	.clip-box ul {
		width: 27.388rem;
	}

	.clip-box ul li {
		width: 4.46rem;
		height: 4.46rem;
		float: left;

		position: relative;
	}

	.clip-box ul li a {}

	.clip-box ul li .kuang {
		position: absolute;
		width: 4.46rem;
		height: 4.46rem;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		border: 1px solid #ddd;
	}


	.clip-box ul li .kuang2 {
		left: 5px;
		top: 0px;
		z-index: 4;
	}

	.kuang-img {
		cursor: pointer;
	}

	.kuang-img:hover {
		z-index: 3;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
		border: 0.01rem solid rgba(217, 217, 217, 1);
	}

	/*.kuang-img:hover ~ .text1 .bg .k-img {*/
	/*    display:none;*/
	/*    opacity:0*/
	/*}*/
	/*.kuang-img:hover ~ .text1 .bg  .k-img-hover {*/
	/*    opacity:1*/
	/*}*/
	.clip-box ul li .text1 {
		text-align: center;
		z-index: 3;
		position: absolute;
		left: 0;
		top: 1.097rem;
	}

	.clip-box ul li .text1 .bg {}

	.clip-box ul li {
		margin-right: 4.022rem;
	}

	.clip-box ul.two li {
		margin-top: -40px;
	}

	.clip-box ul li:hover .text2 {
		display: block;
	}

	.k-img-hover {
		opacity: 0
	}

	.k-img-hover,
	.k-img {
		width: 5.193rem;
		height: 2.5rem;
		max-width: 5.193rem;
		margin: 0 auto;

	}
.product-tab .product-list  {
	overflow-x: scroll;
	white-space: nowrap;
}
.product-tab .product-list .item {
	float: none;
	display: inline-block;
	width: auto;
	margin: 0 2rem;
}
.product-tab .product-list .item {
	padding: 24px 0;
}
.list-prd-img img {
	height: auto;
}
.list-prd-tip {
	display: none;
}
.result-list-item-box {
	height: auto;
}
.hotProduct-view-more {
	display: none;
}
.list-prd-name{
	padding-top: 20px;
	font-size: 16px;
	font-weight: normal;
	height: 73px;
	overflow: hidden;
	}
	.result-list-item {
		height: auto;
		padding: 5%;
	}
	.list-prd-img {
		margin-top: 10px;
	}
	.result-list-item::after {
		height: 100%;
		top: 0;
	}
	.product-content {
		padding: 20px 0 50px;
	}
	.category-ico {
		width: 5rem;
		height: 5rem;
	}
	.project-page {
		margin-top: 40px;
		padding: 0 4%;
	}
	.project-page h4{
		margin-bottom: 30px;
		font-size: 26px;
	}
	.jc-content .container {
		padding: 0 4%;
	}
	.pg-content {
		margin-top: 40px;
		padding: 0 4%;
	}
	.owl-loaded .owl-dots {
		position: absolute;
		left: 0;
		bottom: 10px;
		width: 100%;
	}
	.owl-loaded  .owl-dot.active span{
		background-color: #04477c!important;
	}
	.contact-one {
		padding: 20px 4% 50px;
	}
	.project-case .ct-item{
		padding: 0;
	}
}
