.container {
	max-width: 1200px;
}

.info-content {
	line-height: 2.5;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #006ab8;
}

a:focus {
	color: #000;
}

a.btn-more {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	/* Firefox 4 */
	-webkit-transition: all 0.3s ease;
	/* Safari and Chrome */
	-o-transition: all 0.3s ease;
	/* Opera */
}

.banner {
	height: 500px\9 !important;
	overflow: hidden\9 !important;
	overflow: hidden;
}

.text-green {
	color: #006ab8;
}

.mask-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	height: 100vh;
	background-color: rgba(0, 0, 0, .7);
	overflow: hidden;
	z-index: 100;
	top: 0;
	left: 0;
}

.mask-bg.active {
	display: block;
}

.product-module-box {
	position: relative;
}

.module-title {
	clear: both;
	text-align: center;
	margin: 30px 0px 30px 0px;
}

.module-title .cn-title {
	display: block;
	color: #333;
	line-height: 48px;
	font-family: SimSun;
	font-weight: bold;
}

.module-title span {
	font-size: 18px;
	background-size: 34px;
	padding: 20px 0 20px 50px;
}

.nav .animated,
.sub-nav .animated {
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.navSlide {
	animation-name: navSlide;
	-webkit-animation-name: navSlide;
}

@keyframes navSlide {
	0% {
		transform: translateY(100%);
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-o-transform: translateY(100%);
		opacity: 0;
		visibility: visible;
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes animal {
	0% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

.zhuandong {
	-webkit-animation: animal 15s infinite linear;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

@media (min-width:1000px) {
	.header {
		position: sticky;
		z-index: 10;
		left: 0;
		top: 0;
		background-color: #fff;
		box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.13);
	}

	.header .logo img {
		max-height: 60px;
	}

	.header .logo span {
		color: #333;
		font-size: 26px;
		font-weight: bold;
		margin-left: 10px;
		line-height: 26px;
		vertical-align: middle;
	}

	.header .container .row {
		line-height: 95px;
	}

	.logo-box {
		text-align: left;
		padding-right: 0;
	}

	.topborder {
		position: relative;
		top: 35px;
		padding-left: 0;
		padding-right: 0;
	}

	.topborder .toptel .box {
		line-height: 0px;
	}

	.topborder .toptel .box img {
		max-width: 24px;
	}

	.topborder .toptel .box span {
		padding-left: 5px;
		vertical-align: middle;
	}

	.header .topnav {
		padding-left: 20px;
	}

	.nav {
		width: 100%;
	}

	.nav>ul {
		display: flex;
		justify-content: right;
	}

	.nav>ul>li {
		float: left;
		text-align: center;
		line-height: 95px;
		width: 18%;
	}

	.nav>ul>li>ul {
		position: absolute;
	}

	.nav>ul>li>a {
		display: block;
		width: 100%;
		font-size: 15px;
	}

	.nav>ul>li:hover>a,
	.nav>ul>li.active>a {
		color: #006ab8;
	}

	.nav li:hover>ul {
		display: block;
	}

	.nav ul li ul li a {
		display: block;
		width: 100%;
		text-align: center;
		color: #fff;
		font-size: 15px;
		line-height: 50px
	}

	.nav ul li ul li a:hover {
		text-decoration: none;
		color: #fff;
		background: #89584B;
	}

	.nav ul li ul li {
		display: none !important;
	}

	.nav ul li {
		position: relative;
	}

	.nav ul li .arrow {
		display: none
	}

	.nav ul li ul {
		background-color: #ad7669;
		display: none;
		position: absolute;
		left: -18%;
		z-index: 2;
		width: 150px
	}

	.nav ul li ul li ul {
		left: 100%;
		top: 0px;
		display: none;
	}

	footer {
		margin-top: 90px;
	}

	.bg-black {
		padding-top: 40px;
	}

	.bg-black .left img {
		min-width: 155px;
	}

	.contact .title {
		font-size: 22px
	}
}

@media (max-width:1000px) {
	.header .container .row {
		margin-top: 10px;
		margin-bottom: 10px
	}

	.header .logo a {
		display: block;
		max-width: 80%;
	}

	.header .logo img {
		max-height: 52px;
		max-width: 90%;
	}	
	
	.header .logo span {
		color: #333;
		font-size: 22px;
		font-weight: bold;
		margin-left: 10px;
		line-height: 22px;
		vertical-align: middle;
	}

	.header .nav-toggle {
		position: absolute;
		right: 0;
		top: -2px;
		font-size: 25px;
		min-width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		cursor: pointer;
		z-index: 1;
	}

	.header .nav-toggle.active {
		color: #ccc;
	}

	.nav-toggle {
		position: absolute;
		top: 24px;
		right: 20px;
	}

	.nav-toggle .fa {
		font-size: 24px;
	}

	.nav {
		position: fixed;
		z-index: 999;
		top: 0px;
		right: 0px;
		width: 0px;
		background: #fff;
		height: 100%;
		height: 100vh;
		opacity: 0;
		transition: all 0.2s linear;
		overflow-y: auto
	}

	.nav.active {
		opacity: 1;
		width: 300px;
		max-width: 60%
	}

	.nav ul li {
		line-height: 45px;
		text-align: left
	}

	.nav ul li ul {
		display: none;
	}

	.nav ul li a {
		padding-left: 30px;
		display: block;
		color: #999;
		font-size: 15px;
		line-height: 3.5;
		border-bottom: 1px solid #dcdcdc
	}

	.nav ul li ul li a {
		padding-left: 40px;
		font-size: 13px;
		background-color: #eeeeee
	}

	.nav ul li ul li ul li a {
		padding-left: 70px;
	}

	.nav ul li ul li ul li li a {
		padding-left: 120px;
	}

	.nav ul li {
		position: relative;
	}

	.nav ul li .arrow {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		transition-duration: 0s
	}

	.nav ul li .arrow:after {
		font-family: FontAwesome;
		content: "\f105";
		display: block;
		font-weight: bold;
		font-size: 18px
	}

	.nav ul li.current>a {
		color: #5a342b;
	}

	.nav ul li.active>ul {
		display: block
	}

	.nav ul li.active>.arrow {
		transform: rotate(90deg)
	}

	.wpsidebar-fkf {
		display: none;
	}

	footer {
		margin-top: 60px;
	}

	.contact .title {
		font-size: 20px;
	}

	.contact .title li {
		line-height: 1.5;
	}

	.bg-black {
		padding-top: 38px;
	}

	.bg-black .left {
		margin-bottom: 20px;
		text-align: center;
	}

}

.header .top-center {
	font-size: 15px;
	margin-top: 30px;
	border-left: 1px dashed #2b41a4;
	padding-left: 20px;
}

.header .top-center span {
	font-size: 15px;
	display: block;
	font-weight: normal;
}

.header .top-right {
	text-align: right;
	margin-top: 6px;
}

.header .top-right img {
	max-width: 54px;
	padding-top: 10px;
}

.header .top-right ul {
	text-align: left;
	line-height: 1.2;
	position: relative;
	top: 18px;
	display: inline-block;
}

.header .top-right ul li:last-child {
	color: rgb(43, 65, 164);
	font-weight: bold;
	font-size: 24px;
}

.bg-black {
	background-color: rgb(89, 87, 87);
}

footer {
	width: 100%;
	min-height: 95px;
	line-height: 2.5;
}

.footernav>ul>li>a {
	color: #bbbbbb;
}

.footernav>ul>li>ul>li {
	display: none !important;
}

.contact li:not(:first-child) {
	line-height: 2;
	font-size: 15px;
}

.contact li:first-child img {
	width: 50px;
}

.contact li:first-child b {
	font-size: 27px;
	letter-spacing: 1px;
	color: rgb(20, 181, 240);
	padding-left: 10px;
}

.copyright-bg {
	background-color: rgb(89, 87, 87);
}

.copyright-bg .box a,
.copyright-bg .box {
	color: #fff;
	font-size: 13px;
}

.copyright-bg .box a:hover {
	text-decoration: underline;
}

.copyright a:hover {
	text-decoration: underline;
	color: #fff;
}

.weichat {
	margin-top: 30px;
}

.weichat li {
	display: inline-block;
	padding-left: 6px;
}

.weichat li a {
	width: 32px;
	height: 32px;
	display: block;
	background-size: cover !important;
}

.weichat li:first-child a {
	background: url(../image/bott1.png) no-repeat center;
}

.weichat li:first-child a:hover {
	background: url(../image/bott11.png) no-repeat center;
}

.weichat li:nth-child(2) a {
	background: url(../image/bott2.png) no-repeat center;
}

.weichat li:nth-child(2) a:hover {
	background: url(../image/bott22.png) no-repeat center;
}

.weichat li:nth-child(3) a {
	background: url(../image/bott3.png) no-repeat center;
}

.weichat li:nth-child(3) a:hover {
	background: url(../image/bott33.png) no-repeat center;
}

.wpsidebar-fkf {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 9999;
}

.fkf-item {
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 6px;
	box-sizing: border-box;
	cursor: pointer;
}

.fkf-item img {
	width: 30px;
	height: 30px;
}

.fkf-item img.hover {
	display: none;
}

.fkf-item:hover>img {
	display: none;
}

.fkf-item:hover img.hover {
	display: block;
}

.fkf-cart>span {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #ff6600;
	color: #fff;
	left: -12px;
	top: -12px;
	text-align: center;
	line-height: 24px;
}

.fkf-item-right {
	position: absolute;
	right: 35px;
	padding-right: 25px;
	top: -15px;
	display: none;
}

.fkf-item:hover .fkf-item-right {
	display: block;
}

.fkf-item-right-content {
	width: 430px;
	border: 1px solid #ccc;
	border-top: 4px solid #ff7011;
	padding: 20px;
	padding-top: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	position: relative;
	font-family: 宋体;
}

.fkf-item-right-content .arrow,
.right-content-ewm .arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	right: -15px;
	top: 23px;
	z-index: 20;
}

.fkf-item-right-content-top {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 70px;
	border-bottom: 1px solid #ccc;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}

.fkf-item-right-content-top img {
	position: absolute;
	left: 0;
	top: 20px;
	width: 40px;
	height: 40px;
}

.fkf-item-right-content-top h2 {
	font-size: 22px;
	font-weight: bold;
	color: #ff7011;
}

.fkf-item-right-content-bottom p {
	padding-top: 15px;
	padding-bottom: 15px;
}

.fkf-item-right-content-bottom .content-bottom-item {
	display: inline-block;
	width: 32%;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.content-bottom-item img {
	width: 25px;
	height: 25px;
	margin-right: 5px;
	background-color: #333;
	vertical-align: top;
}

.content-bottom-item span {
	display: inline-block;
	line-height: 25px;
}

.content-bottom-item a:hover {
	color: #ff7011;
}

.content-bottom-item:hover img {
	background-color: #ff6800;
}

.content-bottom-item:hover span {
	color: #ff6800
}

.right-content-tele {
	width: 300px;
}

.right-content-tele .fkf-item-right-content-top:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	padding-top: 10px;
}

.right-content-ewm {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	position: relative;
	display: flex;
	flex-direction: row;
	width: max-content;
}

.right-content-ewm .ewm div {
	width: 130px;
	height: 130px;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 10px
}

.right-content-ewm .ewm div img {
	width: 100px;
	height: 100px;
	margin-top: 15px;
	margin-left: 15px;
	background: #fff;
}

.right-content-ewm .ewm p {
	text-align: center;
	font-size: 16px;
	color: #ff7011;
}

.fkf-item-right-ewm {
	top: initial;
	bottom: -15px;
}

.right-content-ewm .arrow {
	top: initial;
	bottom: 23px;
}

.float-nav-toggle {
	display: block;
	text-align: center;
	position: fixed;
	left: 6px;
	bottom: 60px;
	color: #fff;
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(13, 13, 13, 0.6);
	border-radius: 20px;
	z-index: 4;
}

@media (max-width: 767px) {
	.display-xs-block {
		display: block !important;
	}
}

.footer-fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	padding: 6px 0px 2px;
	color: #fff;
	z-index: 4;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top: 0.2rem solid #000;
	background: #fff;
}

.footer-fixed ul {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
}

.footer-fixed ul li a {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}

.footer-fixed ul li p {
	font-size: 1.3rem;
}

.footer-fixed.active {
	transform: translateX(2.8rem);
	z-index: 9;
}

.footer-fixed2 {
	font-size: 2.8rem;
	padding-top: 0.6rem;
}

.footer-fixed i {
	display: block;
}

.footer-fixed .fa {
	font-size: 22px;
}

@media (min-width:1000px) {
	.footer-fixed {
		display: none !important;
	}
}

@media (max-width:1000px) {
	footer {
		margin-bottom: 50px;
	}
}

.breadcrumb li img {
	width: 26px;
	position: relative;
	top: -2px;
	margin: 26px 0;
}

.breadcrumb>li+li::before {
	content: "/";
}

.card1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.card2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	height: 40px;
}

.page ul li .fa {
	padding-right: 10px;
}

.page ul li:hover a,
.page ul li:hover {
	color: #0488CD;
}

.font-size-13 {
	font-size: 13px;
}

.home-gallery-thumbs {
	background: url(../image/transparent_bg.png) repeat;
}

.home-gallery-thumbs .swiper-button-prev {
	background: url(../image/arrow-ll.png) no-repeat left center;
}

.home-gallery-thumbs .swiper-button-next {
	background: url(../image/arrow-rr.png) no-repeat left center;
}

.images-list .row .item a {
	display: block;
	overflow: hidden;
}

.images-list .row .item img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.3s ease-out 0s;
}

.images-list .row .item a:hover img {
	transform: scale(1.08, 1.08);
}

.sub-nav-box {
	clear: both;
	position: relative;
}

.sub-nav-box .sub-nav {
	padding: 0 15px 30px;
}

.sub-nav-box .sub-nav-title {
	line-height: 57px;
	text-align: left;
	background: #006ab8;
	color: white;
	font-weight: bold;
}

.sub-nav-box .sub-nav-title .box {
	border-bottom: 4px solid #1985d4;
}

.sub-nav-box .sub-nav {
	clear: both;
	text-align: left;
	margin-bottom: 20px;
	width: 100%;
	overflow: visible;
	background: #006ab8;
}

.sub-nav-box .sub-nav li {
	width: 100%;
	padding: 0px;
	text-align: left;
	position: relative;
	display: block;
}

.sub-nav-box .sub-nav li a {
	display: block;
	color: #fff;
	border-bottom: 1px dashed #1e88d6;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.sub-nav-box .sub-nav li a:hover {
	color: #ffff00;
}

.sub-nav-box .sub-nav li ul {
	display: none
}

.sub-nav-box .sub-nav li ul li a {
	padding-left: 55px;
}

.sub-nav-box .sub-nav li ul li ul li a {
	padding-left: 85px
}

.sub-nav-box li .arrow {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	transition-duration: 0.1s;
	cursor: pointer
}

.sub-nav-box li .arrow:after {
	font-family: FontAwesome;
	content: "\f105";
	display: block;
	font-weight: bold;
	font-size: 18px
}

.sub-nav-box .sub-nav li.current>a {
	color: #ffff00;
}

.sub-nav-box .sub-nav li.active>ul {
	display: block
}

.sub-nav-box .sub-nav li.active>.arrow {
	transform: rotate(90deg)
}


.sub-same-box {
	text-align: center;
	margin-bottom: 40px;
}

.sub-same-box .sub-nav {
	background-color: #006ab8;
}

.sub-same-box .sub-nav>ul>li {
	text-align: center;
	line-height: 50px;
	display: inline-block;
}

.sub-same-box .sub-nav>ul>li>ul {
	position: absolute;
}

.sub-same-box .sub-nav>ul>li>a {
	padding: 15px 38px;
	background-color: #006ab8;
	color: #fff;
}

.sub-same-box .sub-nav>ul>li.active>a,
.sub-same-box .sub-nav>ul>li>:hover a {
	background-color: #04528b;
}

.sub-same-box .sub-nav li:hover>ul {
	display: block;
}

.sub-same-box .sub-nav ul li ul li a {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 50px
}

.sub-same-box .sub-nav ul li ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #006ab8;
}

.sub-same-box .sub-nav ul li {
	position: relative;
}

.sub-same-box .sub-nav ul li .arrow {
	display: none
}

.sub-same-box .sub-nav ul li ul {
	background-color: #04528b;
	display: none;
	position: absolute;
	left: 0;
	z-index: 2;
	width: 100%;
}

.sub-same-box .sub-nav ul li ul li ul {
	left: 100%;
	top: 0px;
	display: none;
}

@media (min-width:1000px) {
	.sub-nav-box .sub-nav-title {
		font-size: 32px;
	}

	.sub-nav-box .sub-nav-title .box {
		margin: 20px 15px 10px;
		padding-bottom: 24px;
	}

	.sub-nav-box .sub-nav li a {
		line-height: 57px;
	}

	.page-title {
		margin: 70px 0 10px;
	}

	.page-title .cn {
		font-size: 32px;
	}

	.page-title p {
		position: relative;
		top: -50px;
	}

	.page-title .pagetitle {
		font-size: 16px;
		line-height: 2;
	}

	.wordsmax {
		padding-bottom: 20px;
	}

	.wordsmax p {
		font-size: 24px;
	}

	.casebox {
		padding: 30px 20px;
	}

	.case-list {
		margin-top: 30px;
	}

	.product-box .gray-product {
		border: 1px solid rgb(238, 238, 238);
		padding: 14px;
	}

	.news-list .row .date {
		width: 94px;
		height: 82px;
		margin-left: 32px;
	}

	.news-list .row .date li:first-child {
		height: 45px;
		line-height: 50px;
	}

	.news-list li .title {
		padding: 5px 0;
	}

	.news-list li .box {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.contactus .left {
		padding-right: 70px;
	}

	.contactus .left .title {
		font-size: 22px;
	}

	.contactus .left ul {
		border-right: 1px solid rgb(217, 217, 217);
	}

	.contactus .left .feekback {
		padding-right: 80px;
	}

	.contactus .left .feekback .title {
		padding-bottom: 20px;
	}

	.right .taxi {
		border-right: 1px solid rgb(217, 217, 217);
		line-height: 2;
		padding-top: 20px;
	}

	.service-page {
		padding: 36px 0;
		background-color: #f9f9f9;
		margin: 20px 0;
	}

	.service-page li.left {
		padding-top: 40px;
	}

	.service-page .title {
		font-size: 26px;
	}

	.service-page p {
		padding: 30px 0;
	}

	.service-page .icon i {
		width: 43%;
	}
}

@media (max-width:1000px) {
	.sub-nav-box {
		margin-bottom: -20px;
	}

	.sub-nav-box .sub-nav-title {
		font-size: 18px;
	}

	.sub-nav-box .sub-nav-title .box {
		margin: 10px 15px 4px;
		padding-bottom: 10px;
	}

	.sub-nav-box .sub-nav li a {
		line-height: 40px;
	}

	.page-title {
		margin: 30px 0;
	}

	.page-title .cn {
		font-size: 20px;
	}

	.page-title .en {
		display: none;
	}

	.page-title p {
		padding-top: 20px;
	}

	.wordsmax {
		padding-bottom: 10px;
	}

	.wordsmax p {
		font-size: 18px;
	}

	.casebox {
		padding: 20px 15px;
	}

	.case-list .left,
	.case-list .right {
		padding-left: 0;
		padding-right: 0;
	}

	.news-list .row .date {
		width: 60px;
		height: 60px;
	}

	.news-list .row .date li:first-child {
		height: 38px;
		line-height: 38px;
	}

	.news-list li .box {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.news-list li .left {
		padding-left: 0;
	}

	.news-list li .right {
		padding-left: 0;
		padding-right: 0;
	}

	.news-list li a.title {
		font-weight: bold;
	}

	.contactus .left .title {
		font-size: 20px;
		text-align: center;
	}

	.right .taxi {
		line-height: 2;
		padding-top: 20px;
	}

	.service-page .title {
		font-size: 20px;
	}

	.service-page p {
		padding: 16px 0;
	}

	.service-page .icon i {
		width: 100%;
	}

}

.detailbox {
	font-size: 12px;
	padding: 2px 10px;
	background-color: #F5F5F5;
	border: 1px solid #E5E5E5;
	color: #868686;
	margin-top: 10px;
}

.casebox {
	background-color: #f9f9f9;
	border-top: 4px solid #006ab8;
}

.page-title {
	text-align: center;
	position: relative;
}

.page-title .cn {
	color: #006ab8;
	font-weight: bold;
	z-index: 2;
	position: relative;
}

.page-title .en {
	font-size: 60px;
	text-transform: uppercase;
	position: relative;
	top: -68px;
	z-index: 1;
	color: #f6f6f6;
	font-weight: bold;
}

.phone-pro {
	overflow: hidden;
	margin: -14px 0 20px;
}

.phone-pro li {
	margin-bottom: 4px;
}

.phone-pro li a {
	width: 48%;
	float: left;
	text-align: center;
	background-color: #2b41a4;
	color: #fff;
	margin: 2px 2px 6px;
	padding: 6px 0;
	border-radius: 4px;
}

.phone-pro li ul li {
	display: none !important;
}

.phone-news li a {
	width: 31%;
}

.product-box li {
	text-align: center;
	padding-bottom: 30px;
}

.product-box li .title {
	line-height: 1.5;
	padding: 10px;
}

.product-box li a.title:hover {
	color: #0f89dd;
}

.product-box li .listprice,
.product-box li .peice {
	color: #acacac;
}

.product-box li .listprice span {
	text-decoration: line-through;
	color: #666;
	padding-left: 4px;
}

.product-box li .peice span {
	color: #ff3c00;
	padding-left: 4px;
}

.product-box .gray-product:hover {
	border-color: #006ab8;
}

.product-box .div-imgs {
	position: relative;
	border: 1px solid #ccc;
}

.product-box .div-imgs img {
	display: block;
	width: 100%;
}

.product-box .div-imgs .mask {
	width: 100%;
	height: 100%;
	background: rgba(18, 102, 176, 0.28);
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s linear;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}

.product-box .div-imgs:hover .mask {
	opacity: 1;
}

.product-box .div-imgs .mask img {
	width: 40px !important;
	height: 40px !important;
}

.news-list li .box {
	border-bottom: 1px solid #eee;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
}

.news-list .row .date {
	background: #f9f9f9;
	text-align: center;
	color: #666;
}

.news-list .row .date li:first-child {
	font-size: 24px;
	font-weight: bold;
}

.news-list .row .date li:last-child {
	font-size: 13px;
}

.news-list .row .title p {
	padding-top: 2px;
	font-size: 13px
}

.teampage {
	text-align: center;
}

.teampage li {
	position: relative;
}

.teampage li p {
	color: #fff;
	position: relative;
	top: -140px;
	font-size: 30px;
}

@media (max-width:415px) {
	.teampage li p {
		position: relative;
		top: -50px;
		font-size: 14px;
	}
}

.service-page {
	text-align: center;
}

.service-page .title {
	color: #006ab8;
	font-weight: bold;
}

.service-page p {
	line-height: 2;
}

.service-page .icon {
	font-size: 18px;
	font-family: SimSun;
	color: rgb(51, 51, 51);
	font-style: italic
}

.service-page .icon i {
	border-bottom: 12px solid #f5e4d2;
	display: block;
	margin: -14px auto 0;
}

@media (min-width:1000px) {
	.marqueeleft li {
		width: 200px;
	}

	.marqueeleft li .pic {
		width: 200px;
	}

	.soft-bg {
		padding: 60px 0 80px
	}

	.soft-bg .title {
		font-size: 32px;
	}

	.soft-bg .right li {
		display: block;
	}

	.soft-bg .center .title {
		padding: 12px 0 24px;
	}

	.soft-bg .center p {
		line-height: 2;
	}

	.soft-bg .right {
		text-align: right;
	}

	.soft-bg .right a {
		font-size: 16px;
	}

	.home-title .title {
		font-size: 32px;
	}

	.home-title p {
		padding-top: 20px;
	}

	.home-cases {
		padding: 60px 0 20px;
	}

	.home-cases .home-title {
		padding-bottom: 30px;
	}

	.home-cases .left {
		padding-right: 0;
	}

	.home-cases .left .home-jdan .col-lg-12 {
		padding-right: 0;
	}

	.home-cases .right {
		padding-left: 0;
	}

	.home-cases .right .sub-nav-box .sub-nav-title .box {
		margin: 20px 15px 0 40px;
	}

	.home-cases .right .sub-nav-box .sub-nav li {
		padding-left: 28px;
	}

	.home-cases .right .more a {
		margin-left: 42px;
	}

	.home-success .title p {
		font-weight: bold;
		background-color: #006ab8;
		color: #fff;
		display: inline-block;
		height: 150px;
		width: 50px;
		font-size: 20px;
		padding: 10px 8px;
		text-align: center;
	}

	.home-success .marqueeleft {
		margin: 6px auto 0;
	}

	.home-contact {
		padding: 60px 0 90px;
		margin: 60px 0 -90px;
	}

	.home-contact .left .box .title {
		font-size: 32px;
		padding: 70px 0 30px;
	}

	.home-contact .more {
		margin-top: 100px;
	}

	.home-contact .more a {
		padding: 15px 28px;
	}
}

@media (max-width:1000px) {
	.marqueeleft li {
		width: 150px;
	}

	.marqueeleft li .pic {
		width: 150px;
	}

	.marqueeleft li .pic img {
		height: 100%;
		width: 100%;
	}

	.soft-bg {
		padding: 20px 0 40px
	}

	.soft-bg .title {
		font-size: 20px;
	}

	.soft-bg .left {
		padding-right: 0;
	}

	.soft-bg .center p {
		font-size: 12px;
		padding-top: 4px;
	}

	.soft-bg .right {
		text-align: center;
	}

	.soft-bg .right li {
		display: inline-block;
	}

	.soft-bg .right li:first-child a {
		margin-top: 20px;
	}

	.home-title .title {
		font-size: 20px;
	}

	.home-title p {
		padding-top: 10px;
	}

	.home-cases {
		padding: 30px 0;
	}

	.home-cases .row {
		margin-left: 0;
		margin-right: 0;
	}

	.home-cases .left {
		padding-left: 0;
		padding-right: 0;
	}

	.home-cases .right {
		margin-left: 15px;
		margin-right: 15px;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.home-cases .sub-nav-box {
		overflow: hidden;
	}

	.home-cases .right .sub-nav-box .sub-nav-title .box {
		margin: 20px 15px 0;
	}

	.home-cases .right .more a {
		margin-left: 10px;
	}

	.home-success .title {
		font-size: 20px;
		text-align: center;
		padding: 10px 0 20px;
	}

	.home-contact {
		padding-bottom: 80px;
		margin-bottom: -60px;
	}

	.home-contact .left .box .title {
		text-align: center;
		font-size: 20px;
		padding: 10px 0 30px;
	}

	.home-contact .more {
		margin: 30px 0 20px;
		text-align: center;
	}

	.home-contact .more a {
		padding: 10px 28px;
	}

}

.soft-bg {
	background-color: #f8f8f8;
}

.soft-bg .center .title {
	color: rgb(0, 106, 184);
	font-weight: bold;
}

.soft-bg .right li:first-child {
	margin: 20px 0 30px;
}

.soft-bg .right li .softmore1 {
	padding: 10px 50px;
	background-color: #006ab8;
	color: #fff;
	border-radius: 30px;
}

.soft-bg .right li .softmore1:hover {
	background-color: rgba(4, 83, 141, 1);
}

.soft-bg .right li .softmore2 {
	padding: 10px 50px;
	background-color: #f8f8f8;
	border-radius: 30px;
	color: rgba(0, 106, 184, 1);
}

.soft-bg .right li .softmore2:hover {
	color: #000;
}

.home-title {
	text-align: center;
}

.home-title .title {
	font-weight: bold;
	color: rgb(0, 106, 184);
}

.home-cases .right .sub-nav-box .sub-nav-title .box {
	padding-bottom: 0px;
}

.home-cases .right .sub-nav-box .sub-nav-title .box span {
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 6px;
}

.home-cases .right .sub-nav-box .sub-nav li:not(:nth-child(-n+5)) {
	display: none;
}

.home-cases .right .sub-nav-box .sub-nav-title .box {
	border-bottom: 4px solid transparent;
}

.home-cases .right .sub-nav-box .sub-nav {
	margin-bottom: 0;
}

.home-cases .right .more {
	background: #006ab8;
	padding-bottom: 22px;
	position: relative;
	top: -10px;
}

.home-cases .right .more a {
	color: #fff;
	background-color: #055b9a;
	padding: 7px 20px;
	border-radius: 30px;
	font-size: 13px;
}

.home-cases .right .more a:hover {
	background-color: rgba(4, 83, 141, 1);
}

.home-success .title {
	font-weight: bold;
}

@media (max-width:999px) and (min-width:767px) {
	.home-cases .right {
		padding-left: 0;
		padding-right: 0;
		margin-top: 20px;
	}

	.home-contact {
		padding-top: 40px;
		margin-top: 20px;
	}

	.casebox {
		margin-left: 15px;
	}
}

.marqueeleft {
	height: auto;
	max-width: 1200px;
	overflow: hidden;
	margin: 0px auto;
}

.marqueeleft ul {
	float: left;
}

.marqueeleft li {
	float: left;
	margin: 0 5px;
	display: inline;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.marqueeleft li .pic {
	display: block;
	height: auto;
	padding: 10px;
	overflow: hidden;
}

.marqueeleft li .txt {
	text-align: center;
	height: auto;
	line-height: 300px;
}

.marqueeleft ul li p {
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	color: white;
	padding-top: 10px;
}

.marqueeleft li a:hover {
	color: #fff;
	text-decoration: underline;
}

.home-contact {
	background-color: #f9f9f9;
}

.home-contact .left .box .title {
	font-weight: bold;
	color: #006ab8;
}

.home-contact .more a {
	background-color: #006ab8;
	color: #fff;
	border-radius: 30px;
}