@charset "utf-8";
/* 主题色：#024daa，#c61819，#030303 */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  color: #030303;
  background:#eff1f5;
  font-size: 100%;
  font-family:'思源黑体',arial, sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  overflow-x: hidden;
}
p,dl,dd,ul,ol,li,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4,h5,h6,dt {
  font-weight: normal;
  font-family: arial, sans-serif;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:focus,a:hover {
  text-decoration: none;
}
img {
  border: none;
  outline: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
input,button {
  border: none;
  outline: none;
  background: none;
}
button:hover,button:focus,button:active {
  outline: none;
}
input::-moz-placeholder {
  color: #5b6071;
}
input:-ms-input-placeholder {
  color: #5b6071;
}
input::-webkit-input-placeholder {
  color: #5b6071;
}
input::placeholder {
  color: #5b6071;
}
textarea::-moz-placeholder {
  color: #5b6071;
}
textarea:-ms-input-placeholder {
  color: #5b6071;
}
textarea::-webkit-input-placeholder {
  color: #5b6071;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}

/* 谷歌滚动条样式 */
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  position: absolute;
}
::-webkit-scrollbar-thumb {
  background-color: #024daa;
}
::-webkit-scrollbar-track {
  background-color: #f8fafc;
}

/*头部*/
.headerbox {
	position: relative;
	z-index: 100;
	height: 104px;
	background: #fff;
}
.header {
	position: relative;
}
.logo {
	float: left;
	margin-top: 20px;
}
.logo a{
	display: block;
	height: 64px;
}
.logo a img{
	width: auto;
	height: 64px;
}
.nav {
	float: right;
	margin-top: 34px;
	/* margin-left: 210px; */
}
.nav li {
	float: left;
	margin-right: 1px;
	transition: all 0.3s ease;
}
.nav li a {
	height: 40px;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	color: #030303;
	line-height: 40px;
	font-size: 16px;
}
.nav li:hover {
	background: #024daa;
}
.nav li:hover a {
	color: #fff;
}
.nav li.current {
	background: #024daa;
}
.nav li.current a {
	color: #fff;
}
.search {
	float: right;
	width: 26px;
	height: auto;
	margin-top: 39px;
}
.seek {
	width: 30px;
	overflow: hidden;
	float: right;
	height: 104px;
	margin-left: 15px;
}
.searchTxt {
	position: absolute;
	right: -100%;
	top: 0;
	display: inline-block;
	z-index: 10000;
	opacity: 0;
	transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-webkit-transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-moz-transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-o-transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.seek:hover .searchTxt {
	display: inline-block;
	right: 0;
	opacity: 1;
}
.searchTxt .txtarea {
	width: 330px;
	height: 104px;
	padding-left: 34px;
	background: #ecedee;
	font-size: 16px;
	float: left;
}
.searchTxt .white {
	width: 74px;
	height: 104px;
	float: left;
	background-color: #a5a8a9;
	background-image: url(../images/icon-search-white.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 26px auto;
}

.language {
	float: right;
	margin-top: 34px;
	margin-left: 10px;
}

.language a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #030303;
	font-size: 16px;
	background-image: url(../images/icon-langauge.png);
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: left center;
	padding-left: 32px;
}
.language a:hover{
	color: #024daa;
	background-image: url(../images/icon-langauge-r.png);
}
#sddm {
	padding: 0;
	z-index: 30;
	box-sizing: border-box;
	height: 40px;
}
#sddm div {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 108px;
	background: rgba(255,255,255,0.95);
	text-align: center;
	padding: 10px 0;
	z-index: 1000;
	display: none;
}
/* 有子级的项：下拉由 jQuery slideDown/slideUp 控制，默认先隐藏 */
#sddm li.ky-nav-hassub .subnav {
	display: none;
}
#sddm div a {
	height: 35px;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	color: #353434;
	font-size: 14px;
	font-family: "微软雅黑";
}
#sddm div a:hover {
	color: #024daa;
}
#sddm li {
	position: relative;
}
#sddm li .subnav {
	left: 0;
	top: 100%;
	min-width: 108px;
}

.home-banner, #playbox {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	/* height: 640px; */
	overflow: hidden;
	background: #1a1a2e;
}
.home-banner .bannerSwiper, #playbox .bannerSwiper { height: 100%; }
.home-banner .swiper-slide, #playbox .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.home-banner .swiper-slide img, #playbox .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.home-banner .swiper-pagination, #playbox .swiper-pagination { bottom: 30px; }
.home-banner .swiper-pagination-bullet, #playbox .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: rgba(255,255,255,0.6);
	opacity: 1;
	margin: 0 6px;
	transition: all 0.3s ease;
}
.home-banner .swiper-pagination-bullet-active, #playbox .swiper-pagination-bullet-active {
	background: #024daa;
	transform: scale(1.2);
}

/* 解决方案 */
.section-solutions {
	padding: 70px 0;
	/* background: #fff; */
}
.section-title {
	font-size: 28px;
	color: #030303;
	text-align: center;
	margin-bottom: 50px;
	font-weight: normal;
}
.solutions-grid {

}
.solution-card {
	float: left;
	width: 23.3125%;
	background: #fff;
	overflow: hidden;
	margin-right: 2.25%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.solution-card:last-child {
	margin-right: 0;
}
.solution-card-img {
	width: 100%;
	border: 1px solid #efefef;
	border-radius: 10px 10px 0 0;
	padding: 15px;
	overflow: hidden;
}
.solution-card-img img {
	width: 100%;
	height: auto;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.solution-card-content {
	padding: 25px 25px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.solution-card-content h4{
	font-size: 20px;
	color: #030303;
	margin-bottom: 12px;
	font-weight: normal;
}

.solution-card-content .brief {
	font-size: 16px;
	line-height: 28px;
	color: #999;
	margin-bottom: 15px;
	font-weight: normal;
}
.solution-card-content .btn-detail {
	display: inline-block;
	padding: 10px 28px;
	background: #fff;
	color: #999;
	border: 1px solid #999;
	border-radius: 3px;
	font-size: 14px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.section-about {
	padding: 60px 0 80px;
	background: #fff;
	background-image: url(../images/bg-about.png);
	background-size: 42% auto;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.about-content {
	/* background: #fff; */
	overflow: hidden;
}
.about-img {
	float: left;
	width: 45%;
	/* height: 320px; */
}
.about-text {
	float: right;
	width: 55%;
	padding: 45px 40px;

}
.about-text h3 {
	font-size: 24px;
	color: #030303;
	margin-bottom: 25px;
	font-weight: normal;
}
.about-text p {
	font-size: 16px;
	line-height: 32px;
	color: #030303;
	margin-bottom: 10px;
}
.about-text .btn-more {
	display: inline-block;
	margin-top: 30px;
	padding: 10px 35px;
	border: 1px solid #024daa;
	color: #024daa;
	font-size: 16px;
	border-radius: 5px;
	transition: background 0.3s ease;
}

.index-partnerbox{
	padding-top: 70px;
	padding-bottom: 74px;
	background:#fff;
}
.index-partnerbox .container{ 
	width:66.5%;
}
.index-partnerbox .index-partnerlist{
	/* margin-top:54px; */
	height: 392px;
	position: relative;
}
.index-partnerlist li{
	width:9.667%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	cursor:default;
	overflow: hidden;
	padding-top: 36px;
	padding-bottom: 36px;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	background-image: url(../images/fwbg2.png);
}
.index-partnerlist li a{
	display: block;
	text-align: center;
	padding: 0 1px;
	
}
.index-partnerlist li img{
	width: 100%;
	height: auto;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.index-partnerlist li.index0,.index-partnerlist li.index17{
	left: 5.7%;
	background-image: url(../images/fwbg1.png);
}
.index-partnerlist li.index1,.index-partnerlist li.index18{
	left:17.1%;
}
.index-partnerlist li.index2,.index-partnerlist li.index19{
	left:28.36%;
}
.index-partnerlist li.index3,.index-partnerlist li.index20{
	left:39.85%;
}
.index-partnerlist li.index4,.index-partnerlist li.index21{
	left:51.3%;
}
.index-partnerlist li.index5,.index-partnerlist li.index22{
	left:62.599%;
}
.index-partnerlist li.index6,.index-partnerlist li.index23{
	left:74.08%;
}
.index-partnerlist li.index7,.index-partnerlist li.index24{
	left:85.26%;
	background-image: url(../images/fwbg3.png);
}
.index-partnerlist li.index8,.index-partnerlist li.index9,.index-partnerlist li.index10,.index-partnerlist li.index11,.index-partnerlist li.index12,.index-partnerlist li.index13,.index-partnerlist li.index14,.index-partnerlist li.index15,.index-partnerlist li.index16{
	top: 122px;
}
.index-partnerlist li.index8{
	background-image: url(../images/fwbg1.png);
}
.index-partnerlist li.index9{
	left: 11.4%;
}
.index-partnerlist li.index10{
	left:22.7%;
}
.index-partnerlist li.index11{
	left: 34.2%;
}
.index-partnerlist li.index12{
	left: 45.6%;
}
.index-partnerlist li.index13{
	left:57%;
}
.index-partnerlist li.index14{
	left:68.4%;
}
.index-partnerlist li.index15{
	left:79.617%;
}
.index-partnerlist li.index16{
	left:90.9%;
	background-image: url(../images/fwbg3.png);
}
.index-partnerlist li.index17,.index-partnerlist li.index18,.index-partnerlist li.index19,.index-partnerlist li.index20,.index-partnerlist li.index21,.index-partnerlist li.index22,.index-partnerlist li.index23,.index-partnerlist li.index24{
	top: 244px;
}

.index-partnerbox p{
	margin-top: 52px;
	text-align: center;
	font-size: 14px;
	color: #dcdddd;
}
.section-news {
	padding: 60px 0;
}
.section-news .container {

}
.news-content {
	overflow: hidden;
	background: #fff;
}
.news-img {
	float: left;
	width: 40%;
}
.news-right {
	float: right;
	width: 60%;
}
.news-list-wrap {
	padding: 40px 45px 0;
}
.news-item {
	overflow: hidden;		
	padding: 0 0 15px;
	border-bottom: 1px solid #eff1f5;
	color: #030303;
	margin-bottom: 15px;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}
.news-item a{
	display: block;
}
.news-item:last-child {
	border-bottom: none;
}
.news-date-badge {
	float: left;
	width: 55px;
	height: 55px;
	background: #eff1f5;
	text-align: center;
	padding: 2px 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.news-date-badge .day {
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #5b6071;
	line-height: 1.2;
}
.news-date-badge .month {
	display: block;
	font-size: 12px;
	color: #5b6071;
}
.news-item h4 {
	font-size: 16px;
	font-weight: normal;
	width: 90%;
	color: #030303;
	float: right;
	margin-top: 15px;
}

/*底部*/
.footerbox {
	background: #024daa;
	color: #fff;
	padding: 50px 0 0;
}
.footer-main {
	padding-bottom: 25px;
}
.footer-inner {
	overflow: hidden;
}
.footer-col {
	float: left;
	width: 21.5%;
}
.footer-company {
	width:35%;
}
.footer-company-name {
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 18px;
	color: #fff;
}
.footer-info {
	font-size: 13px;
	line-height: 1.8;
	margin: 0 0 6px;
	color: #fff;
}
.footer-info a {
	color: #fff;
	text-decoration: none;
}
.footer-solutions {

}
.footer-about {
	
}
.footer-news {

}
.footer-contact {
	
}
.footer-col-title {
	font-size: 18px;
	margin: 0 0 20px;
	color: #fff;
}
.footer-col ul {

}
.footer-col ul li {
	margin: 0 0 12px;
}
.footer-col ul li {
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}
.footer-col ul li a {
	color: #fff;
}
.footer-col ul li a:hover {
	color: #c61819;
}
.footer-icons {
	padding-top: 5px;
}
.footer-copyright {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 18px 15px;
	border-top: 1px solid rgba(255,255,255,0.25);
}
.footer-copyright a {
	color: #fff;
}
.footer-copyright a:hover {
	color: #c61819;
}

/* ========== 公司简介页 - 中间内容区（左右结构）========== */
.banner{
	height: 346px;
	width: 100%;
	overflow: hidden;
}
.bannerimg{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.mainbox{
	padding: 50px 0;
}
.about-intro-wrap {
	background: #eff1f5;
}
.about-main-layout {
	overflow: hidden;
}
/* 左侧：父级栏目/子级导航 + 联系我们 */
.main-left-col {
	float: left;
	width: 20%;
}
/* 上半部分：父级栏目/子级导航 */
.left-nav-block {
	overflow: hidden;
	background: #fff;
}
.left-nav-parent {
	background: #fff;
	color: #024daa;
	font-size: 24px;
	height: 72px;
	line-height: 72px;
	border-top: 5px solid #024daa;
	padding: 0 40px;
	border-bottom: 1px solid #f0f0f0;
}
.left-nav-children {
	
}
.left-nav-children>li {
	border-top: 1px solid #f0f0f0;
}
.left-nav-children>li>a {
	display: block;
	padding: 0 40px;
	line-height: 60px;
	height: 60px;
	font-size: 18px;
	position: relative;
	color: #030303;
	transition: background 0.3s ease, padding-left 0.3s ease;
	-webkit-transition: background 0.3s ease, padding-left 0.3s ease;
	-moz-transition: background 0.3s ease, padding-left 0.3s ease;
	-ms-transition: background 0.3s ease, padding-left 0.3s ease;
	-o-transition: background 0.3s ease, padding-left 0.3s ease;
}
.left-nav-children>li:hover>a{
	background: #024daa;
	color: #fff;	
	padding-left: 50px;
}
.left-nav-children>li.current>a{
	background: #024daa;
	color: #fff;
}
/* 三级子菜单：仅 has-sub 显示 + 号 */
.left-nav-children li.has-sub {
	position: relative;
}
.left-nav-children li.has-sub > a {
	padding-right: 40px;
}
.left-nav-children li.has-sub > a::after {
	content: "+";
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -0.5em;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	color: #666;
	transition: transform 0.25s ease, color 0.2s ease;
}
/* 仅展开时显示 −，收缩时显示 +（与是否 current 无关）*/
.left-nav-children li.has-sub.expand > a::after {
	content: "\2212";
}
.left-nav-children li.has-sub.current > a::after {
	color: #fff;
}
.left-nav-children li.has-sub.expand > a::after {
	color: #030303;
}
.left-nav-children li.has-sub:not(.current):not(.expand) > a:hover::after,.left-nav-children li.has-sub.expand:hover > a::after{
	color: #fff;
}
.left-nav-children li.has-sub.current.expand > a::after{
	color: #fff;
}

.left-nav-grandchildren {
	display: none;
	padding: 15px 0;
	border-top: 1px solid #f0f0f0;
	/* background: #eff1f5; */
}
/* 展开三级：有 expand，或有 current 且用户未手动收缩（无 left-nav-collapsed）*/
.left-nav-children li.has-sub.expand .left-nav-grandchildren,
.left-nav-children li.has-sub.current:not(.left-nav-collapsed) .left-nav-grandchildren {
	display: block;
}
.left-nav-grandchildren li {

}
.left-nav-grandchildren li:last-child {
	border-bottom: none;
}
.left-nav-grandchildren li>a {
	padding-left: 55px;
	line-height: 42px;
	height: 42px;
	display: block;
	font-size: 16px;
	color: #666;
}
.left-nav-grandchildren li:hover>a {
	color: #024daa;
}
.left-nav-grandchildren li.current>a {
	color: #024daa;
	font-weight: bold;
}
/* 下半部分：联系我们 */
.left-contact-block {
	overflow: hidden;
	margin-top: 40px;
	border-top: 5px solid #024daa;
	border-radius: 0 0 25px 0;
	-webkit-border-radius: 0 0 25px 0;
	-moz-border-radius: 0 0 25px 0;
	-ms-border-radius: 0 0 25px 0;
	-o-border-radius: 0 0 25px 0;
}
.contact-us-header {
	
}
.contact-us-header img{
	width: 100%;
	height: 100%;
}
.contact-us-content {
	background: #024daa;
	padding: 25px;
}
.contact-us-content .contact-welcome {
	background-image:url(../images/icon-consult.png);
	background-size: 32px auto;
	background-position:left center;
	background-repeat: no-repeat;
	padding-left: 42px;
	color: #fff;
	font-size: 20px;
	margin-bottom: 25px;
}
.contact-us-content ul{
	margin-bottom: 25px;
	/* padding-bottom: 25px;
	border-bottom: 1px solid rgba(255,255,255,0.45); */
}
.contact-us-content ul li{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}
.contact-us-content ul li a{
	color: #fff;
}
.contact-us-content ul li a:hover{
	color: #c61819;
}

.contact-us-content .contact-need {
	margin-bottom: 15px;
}
.contact-us-content .contact-need a {
	display: inline-block;
	padding-right:30px;
	position: relative;
	font-size: 16px;
	color: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.contact-us-content .contact-need a::after{
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/icon-arrow-right.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	top: 1px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.contact-us-content .contact-need a:hover::after{
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
}
.contact-us-content .contact-need a:hover {
	
}
/* 右侧：主内容 - 四部分布局 */
.main-right-col {
	overflow: hidden;
	float: right;
	width: 77%;
	background: #fff;
	padding: 40px 45px;
}
.maincolumntitle{
	border-bottom: 2px solid #eff1f5;
	padding-bottom: 15px;
	margin-bottom: 35px;
}
.part-title {
	font-size: 24px;
	color: #024daa;
	float: left;
}
.location{
	float: right;
	color: #444;
	font-size: 15px;
	line-height: 30px;
	margin-top: 4px;
	padding-left: 28px;
	background-image: url(../images/icon-home1.png);
	background-size: 24px auto;
	background-position: left top 2px;
	background-repeat: no-repeat;
}
.location a{
	color: #444;
	margin:0 4px;
}
.location .newsnav a:hover{
	color: #024daa;
}
.location .newsnav a.last{
	color: #024daa;
}
/* 一、公司简介：左文字、业务范围，右图片 */
.part-intro {
	margin-bottom: 25px;	
	font-size: 16px;
	line-height: 32px;
	color: #030303;
	text-align: justify;
}
.part-intro-left {
	float: left;
	width: 55%;
}
.part-intro-left p{
	margin-bottom: 10px;
}
.part-intro-left ul{
	margin-top: -10px;
}
.part-intro-left ul li{
	position: relative;
	padding-left: 16px;
}
.part-intro-left li::before{
	content: ' ';
	display: inline-block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 12px;
	background: #024daa;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.part-intro-right {
	float: right;
	width: 42%;
	overflow: hidden;
}
.part-intro-right img {
	width: 100%;
	height: auto;
}

.part-intro-scope {
	margin-top: 25px;
}
.part-intro-scope h3 {
	font-size: 16px;
	color: #024daa;
	margin: 0 0 12px;
	font-weight: normal;
}
.part-intro-scope ul {
	margin: 0;
	padding-left: 20px;
}
.part-intro-scope li {
	font-size: 14px;
	line-height: 26px;
	color: #555;
	margin-bottom: 5px;
	padding-left: 4px;
	transition: color 0.25s ease, padding-left 0.25s ease;
}

/* 二、公司信息：可滚动区域 */
.indexnumbox{
	padding-top: 20px;
	padding-bottom: 25px;
}
#numberscroll{
	overflow: hidden;
}
#numberscroll li{
	float: left;
	width: 25%;
	padding-left: 68px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50px auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* #numberscroll li.index0{
	width: 16%;
}
#numberscroll li.index1{
	width: 16%;
}
#numberscroll li.index2{
	width: 16%;
}
#numberscroll li.index3{
	width: 16%;
} */
#numberscroll li h2{
	font-size: 16px;
	color: #5b6071;
}
#numberscroll li p{
	font-size: 16px;
	color: #024daa;
}
#numberscroll li p i{ 
	font-size: 28px;
	font-style: normal;
	margin-right: 5px;
}

#numberscroll li p span{
	display: inline-block;
	position: relative;
	top: -2px;
}
/* 三、企业文化 */
.culturebox{
	position: relative;
	padding-top: 35px;
	border-top: 2px solid #eff1f5;
}
.culturebox h2,.part-philosophy h2{
	font-size: 20px;
	color: #030303;
	position: relative;
	/* padding-left: 18px; */
}
.culturebox h2::before{
	/* content: ' ';
	display: inline-block;
	position: absolute;
	left: 0;
	width: 3px;
	height: 20px;
	background: #024daa;
	top: 0; */
}
.culturebox ul li{
	float: left;
	padding-left: 65px;
	position: relative;
}
.culturebox ul{
	padding-top: 25px;
}
.culturebox ul li{
	font-size: 16px;
	line-height: 28px;
	color: #030303;
}
.culturebox ul li h4{
	font-size: 18px;
	color: #024daa;
	line-height: 32px;
	position: relative;
}
.culturebox ul li::before{
	content: " ";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 6px;
	width: 50px;
	height: 50px;
	background-color: #eff1f5;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.culturebox ul li p{
	color: #030303;
}
.culturebox ul li.index0{
	width: 30%;
}
.culturebox ul li.index1{
	width: 45%;
}
/* .culturebox ul li.index2{
	width: 30%;
}
.culturebox ul li.index3{
	width: 18%;
} */
.culturebox ul li.index0::before{
	background-image: url(../images/icon-culture1.png);
}
.culturebox ul li.index1::before{
	background-image: url(../images/icon-culture4.png);
}
.culturebox ul li.index2::before{
	background-image: url(../images/icon-culture3.png);
}
.culturebox ul li.index3::before{
	background-image: url(../images/icon-culture2.png);
}

/* 四、经营理念 */
.part-philosophy {
	padding: 35px 0 0;
}
.part-philosophy ul{
	margin-top: 25px;
}
.part-philosophy ul li{
	margin-bottom: 15px;
}
.part-philosophy li h3{
	font-size: 16px;
	font-weight: bold;
	color: #024daa;
	line-height:32px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 16px;
}
.part-philosophy li h3::before{
	content: " ";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 3px;
	height: 16px;
	background: #024daa;
}
.part-philosophy li p{
	font-size: 16px;
	color: #030303;
	line-height: 32px;
}

/* 发展历程 */
.honorbg{
	padding: 0 25px;
}
.honor_wrapper {
	position: relative;
	height: auto !important;
}
.honor_wrapper::before{
	content: " ";
	display: inline-block;
	position: absolute;
	width: 3px;
	height:100%;
	background: #024daa;
	top: 0;
	left: 105px;
}
.history-date {
	overflow: hidden;
}
.history-date .date02 {
	margin-bottom: 30px;
	height: 49px;
	font-size: 22px;
	font-weight: normal;
}
.history-date .date02 a {
	display: inline-block;
	/* *display:inline; */
	zoom: 1;
	margin: 10px 97px 0 0;
	padding-right: 17px;
	background: url(../images/icon08.png) no-repeat right 50%;
	color: #024daa;
}
.history-date .date02 img {
	vertical-align: -5px;
}
.history-date .first {
	position: relative;
	z-index: 99;
	background: url(../images/icon06.png) no-repeat 82px top;
	background-size: 48px auto;
}
.history-date ul {
	/*display: none;*/
}
.history-date .show {
	display: block;
}
.history-date ul li {
	padding-bottom: 30px;
	zoom: 1;
	position:relative;
}

.history-date ul li.last {
	padding-bottom: 0;
}

.history-date ul li h3 {
	float: left;
	width: 14%;
	font-size: 18px;
	text-align: right;
	padding-right: 6%;
	color: #030303;
	font-weight: normal;
	line-height: 28px;
	position:relative;
}
.history-date ul li h3::before{
	content:" ";
	width:6px;
	height:6px;
	border-radius:50%;
	background:#024daa;
	position:absolute;
	left: 104px;
	top: 11px;
	z-index:2;
}
.history-date ul li h3::after {
	content:" ";
	width:20px;
	height:20px;
	border-radius:50%;
	background:#fff;
	border:2px solid #024daa;
	position:absolute;
	left: 97px;
	top: 4px;
	z-index:1;
}
.history-date ul li h3 span {
	display: block;
	color: #d0d0d0;
	font-size: 12px;
}
.history-date ul li .honorpics{
	float: left;
	width: 86%;
	/* padding-left: 34px; */
}
.honorpics p{
	font-size: 16px;
	line-height: 28px;
	color: #030303;
	margin-bottom: 10px;
	position: relative;
	padding-left: 18px;
}
.honorpics p::before{
	content: ' ';
	display: inline-block;
	width: 6px;
	height: 3px;
	background: #024daa;
	position: absolute;
	left: 0;
	top: 12px;
}
.honorpics p strong{
	color: #024daa;
	font-weight: normal;
	display: inline-block;
	margin-right: 10px;
}

/* 新闻资讯列表 */
.news_content {
	overflow: hidden;
	font-size: 16px;
	color: #030303;
	line-height: 32px;
	margin-top: -10px;
	min-height: calc(100vh - 400px);
}
.news_content li {
	position: relative;
	padding-left: 35px;
	overflow: hidden;
	line-height: 48px;
	padding-right: 10px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.news_content li::before{
	content: ' ';
	display: inline-block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 15px;
	top: 21px;
	background: #024daa;
	transition: left .5s ease;
	-webkit-transition: left .5s ease;
	-moz-transition: left .5s ease;
	-ms-transition: left .5s ease;
	-o-transition: left .5s ease;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.news_content li a {
	line-height: 48px;
	height: 48px;
	float: left;
	color: #030303;
	font-size: 16px;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_content img {
	margin-right: 18px;
}
.news_content span {
	float: right;
	line-height: 48px;
	color: #4c4b4b;
	font-size: 16px;
}

/* 新闻详情页 - 参考锃道智能装备 */
.news-detail-content {
  padding: 40px 0 80px;
  background: #fff;
}
.news-detail-main {
}
.news-detail-title {
  font-size: 24px;
  color: #024daa;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px 0;
  line-height: 1.4;
}
.news-detail-meta {
  font-size: 16px;
  color: #030303;
  text-align: center;
  margin-bottom: 30px;
}
.news-detail-meta-item {
  display: inline-block;
  margin: 0 15px;
}
.news-detail-meta-item em {
  font-style: normal;
  color: #030303;
}
.news-view-count {
  display: inline;
}
.news-detail-body {
  /* padding-top: 15px; */
  font-size: 16px;
  color: #030303;
  line-height: 32px;
  margin-bottom: 50px;
}
.news-detail-body p {
  font-size: 16px;
  line-height: 32px;
  color: #030303;
}
.news-detail-body p img {
  margin: 15px 0;
	max-width: 100% !important;
	height: auto !important;
}
.news-detail-nav {
  padding-top: 30px;
  border-top: 1px solid #eff1f5;
}
.news-detail-back-list {
  display: inline-block;
  padding: 10px 24px;
  background: #024daa;
  color: #fff;
  font-size: 14px;
  margin-bottom: 24px;
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease;
}
.news-detail-nav a {
  font-size: 16px;
  color: #030303;
}

.news-detail-prev-next {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.news-detail-prev,
.news-detail-next {
  font-size: 16px;
  color: #030303;
  line-height: 1.5;
  display: block;
  transition: color 0.2s ease;
}
.news-detail-prev-next-label {
  color: #030303;
  margin-right: 6px;
}

.newsStatus {
	text-align: center;
	font-size: 20px;
}
.release {
	text-align: center;
}

/* 产品列表样式 */
.product-list-grid {
  margin-bottom: 40px;
}
.product-item {
  float: left;
  width: 31.4%;
  margin-right: 2.9%;
  margin-bottom: 30px;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.product-item a {
  display: block;
  /* padding: 15px; */
}
.product-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.product-image {
  width: 100%;
  overflow: hidden;
  /* background: #f5f5f5; */
	border: 1px solid #e5e5e5;
	padding: 15px;
  position: relative;
}
.product-image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.product-info {
  padding: 12px 0 0;
}
.product-title {
  font-size: 16px;
  color: #030303;
  text-align: center;
  line-height: 28px;
}
.product-list-grid{
	color: #030303;
	font-size: 16px;
	min-height: calc( 100vh - 140px);
}
.product-list-grid:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 产品列表 - 手风琴样式 */
.product-accordion {
  margin-bottom: 40px;
	padding: 0 20px;
}
.product-accordion .accordion-item {
  margin-bottom: 30px;
}

.product-accordion .accordion-header {
  overflow: hidden;
  position: relative;
  padding: 0 10px 15px;
	border-bottom:1px solid #024daa;
  cursor: pointer;
  transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

.product-accordion .accordion-title {
  float: left;
  font-size: 18px;
  color: #030303;
	position: relative;
	padding-left: 24px;
}
.product-accordion .accordion-item.expanded .accordion-title{
	color: #024daa;
}
.product-accordion .accordion-title::before{
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 8px;
	height: 8px;
	background: #024daa;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.product-accordion .accordion-toggle {
  float: right;
  font-size: 18px;
  color: #024daa;
}
.product-accordion .accordion-toggle .toggle-text,
.product-accordion .accordion-toggle .accordion-arrow {
  vertical-align: middle;
}
.product-accordion .accordion-arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.product-accordion .accordion-item:not(.expanded) .accordion-content {
  display: none;
}
.product-accordion .accordion-content {
  padding: 35px 35px 0;
  overflow: hidden;
}
.product-accordion .accordion-desc {
  float: left;
	width: 42%;
	padding-top: 10px;
	text-align: justify;
}
.product-accordion .accordion-detail {
  clear: both;
	padding-top: 30px;
}
.product-accordion .accordion-specs {
  margin: 10px 0;
}
.product-accordion .accordion-specs li {
  position: relative;
	padding-left: 20px;
}
.product-accordion .accordion-specs li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	width: 7px;
	height: 4px;
	background: #024daa;
}
.product-accordion .accordion-image {
	text-align: center;
	float: right;
	width: 52%;
	padding: 0 15px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.product-accordion .accordion-image img {
  width: 100% !important;
  height: auto !important;
}
.accordion-content-item{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ecedee;
}
.accordion-content-item:last-child{
	border-bottom: none;
	/* padding-bottom: 0; */
	margin-bottom: 0;
}
.accordion-detail-item{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 10px;
}
.accordion-detail-item-img{
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.accordion-detail-item-img img{
	max-width: 100% !important;
	height: auto !important;
}

.accordion-detail-item p{
	padding: 10px;
	line-height: 28px;
}
.product-accordion .accordion-content .news-detail-body{
	margin-bottom: 0;
}
.product-accordion .accordion-content p{
	text-align: left;
}
@media (max-width: 768px) {
  .product-accordion .accordion-specs,
  .product-accordion .accordion-image {
    float: none;
    width: 100%;
  }
  .product-accordion .accordion-image {
    margin-top: 20px;
  }
}

/* 产品内容页 - 类名统一 pdp- 前缀 */
.inner-page-content.common-page-content {
  background: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 0;
}
.pdp-wrap { width: 100%; }
.pdp-top { background: #fff; margin-bottom: 30px; }
.pdp-body { width: 100%; overflow: hidden; }
.pdp-body:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.pdp-gallery {
  float: left;
  width: 45%;
}
.pdp-gallery-main {
  width: 100%;
  height: 386px;
  margin-bottom: 12px;
  cursor: pointer;
  background: #eff1f5;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: padding 0.2s ease, border-color 0.2s ease, border-width 0.2s ease;
}
.pdp-gallery-main.pdp-zoom-hover { cursor: move; padding: 0; }
.pdp-gallery-main.pdp-zoom-hover .swiper-container {
  margin: 0 !important; padding: 0 !important; width: 100% !important; height: 100% !important;
}
.pdp-gallery-main.pdp-zoom-hover .swiper-wrapper { margin: 0 !important; padding: 0 !important; }
.pdp-gallery-main.pdp-zoom-hover .swiper-slide { margin: 0 !important; padding: 0 !important; width: 100% !important; height: 100% !important; }
.pdp-gallery-main .swiper-container { width: 100%; height: 100%; }
.pdp-gallery-main .swiper-slide { text-align: center; background: #f5f5f5; overflow: hidden; }
.pdp-gallery-main .swiper-slide img { width: 100%; height: 100%; object-fit: contain; display: block; transition: transform 0.2s ease; }
.pdp-gallery-main.pdp-zoom-hover .swiper-slide img { width: 100%; height: 100%; object-fit: cover; min-width: 100%; min-height: 100%; }
.pdp-gallery-main.pdp-zoom-hover.pdp-zoom-follow .swiper-slide-active img { transition: none; }
.pdp-gallery-thumbs { width: 100%; height: 72px; position: relative; }
.pdp-gallery-thumbs .swiper-container { width: 100%; height: 100%; }
.pdp-gallery-thumbs .swiper-slide { width: 72px; height: 72px; opacity: 0.5; cursor: pointer; overflow: hidden; border: 1px solid #999; background: #f5f5f5; }
.pdp-gallery-thumbs .swiper-slide-thumb-active { opacity: 1; }
.pdp-gallery-thumbs .swiper-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-gallery-thumbs .pdp-thumbs-prev,
.pdp-gallery-thumbs .pdp-thumbs-next { width: 24px; height: 24px; margin-top: -12px; color: #024daa; }
.pdp-gallery-thumbs .pdp-thumbs-prev { left: 0; }
.pdp-gallery-thumbs .pdp-thumbs-next { right: 0; }
.pdp-info {
  float: right;
  width: 50.833%;
	padding-top: 15px;
}
.pdp-title { font-size: 24px; color: #030303; margin: 0 0 26px 0; line-height: 28px; }
.pdp-desc { font-size: 16px; color: #030303; line-height: 28px; margin: 0 0 25px 0; }
.pdp-tabs-wrap { width: 100%; background: #fff; padding-top: 20px; padding-bottom: 30px; }
.pdp-tabs { width: 100%; }
.pdp-tab-headers { overflow: hidden; list-style: none; margin: 0; padding: 0; }
.pdp-tab-hd {
  float: left;
  margin: 0;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #030303;
  cursor: pointer;
  border: 1px solid #024daa;
  padding: 0 45px;
}
.pdp-tab-hd:hover { color: #024daa; }
.pdp-tab-hd.pdp-tab-active { color: #fff; background: #024daa; }
.pdp-tab-panels { padding: 30px 0; }
.pdp-tab-panel { display: none; font-size: 16px; line-height: 32px; color: #030303;}
.pdp-tab-panel.pdp-tab-show { display: block; }
.pdp-tab-panel p { margin: 0 0 12px 0; font-size: 16px; color: #030303; line-height: 1.8; }
.pdp-tab-panel p:last-child { margin-bottom: 0; }
.pdp-tab-panel .pdp-params { width: 100%; border-collapse: collapse; font-size: 14px; color: #030303; }
.pdp-tab-panel .pdp-params th,
.pdp-tab-panel .pdp-params td { border: 1px solid #e5e5e5; padding: 12px 16px; text-align: left; }
.pdp-tab-panel .pdp-params th { background: #f8f9fa; color: #024daa; width: 180px; }
.pdp-lightbox { display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 9999; background: rgba(0,0,0,0.9); }
.pdp-lightbox.pdp-lightbox-open { display: block; }
.pdp-lightbox-inner { position: absolute; left: 50px; top: 50%; margin-top: -240px; right: 50px; height: 480px; }
.pdp-lightbox-inner .swiper-container { width: 100%; height: 100%; }
.pdp-lightbox-inner .swiper-slide { text-align: center; }
.pdp-lightbox-inner .swiper-slide img { max-width: 100%; max-height: 100%; object-fit: contain; display: inline-block; vertical-align: middle; }
.pdp-lightbox-prev,
.pdp-lightbox-next,
.pdp-thumbs-prev,
.pdp-thumbs-next { position: absolute; top: 50%; margin-top: -22px; width: 44px; height: 44px; background: rgba(255,255,255,0.2); color: #fff; border: none; cursor: pointer; z-index: 10; border-radius: 4px; font-size: 24px; line-height: 44px; }
.pdp-lightbox-prev:hover,
.pdp-lightbox-next:hover,
.pdp-thumbs-prev:hover,
.pdp-thumbs-next:hover { background: rgba(255,255,255,0.35); }
.pdp-lightbox-prev { left: 10px; }
.pdp-lightbox-next { right: 10px; }
.pdp-lightbox-close { position: absolute; right: 20px; top: 20px; width: 44px; height: 44px; background: rgba(255,255,255,0.2); color: #fff; border: none; cursor: pointer; z-index: 11; border-radius: 4px; font-size: 28px; line-height: 42px; }
.pdp-lightbox-close:hover { background: rgba(255,255,255,0.35); }

.pdp-thumbs-prev{
	left: 0;
}
.pdp-thumbs-prev.swiper-button-prev::after,.pdp-thumbs-next.swiper-button-next::after{
	font-size: 22px;
}
.pdp-thumbs-next{
	right: 0;
}
/* 代理授权 */
.logolists{ overflow: hidden;
	min-height: calc(100vh - 100px);
}
.logolists li{ float: left;width:17.5%; padding: 1px; text-align: center; background: url(../images/bgsolid.jpg) no-repeat;  background-size:100% 100%;}
.logolists li a{ display: block;overflow: hidden; cursor: default; padding:1px;}
.logolists li.bgFirst{ width:15%; text-align: left; background: url(../images/bg-first.jpg) no-repeat; background-size:100% 100%;}
.logolists li.bgLast{ width:15%; text-align: right;background:url(../images/bg-last.jpg) no-repeat; background-size:cover;}
.logolists li img{
	height:82px;
	width:auto;
	transform: scale(1);
	-webkit-transform:scale(1) ;
	-o-transform:scale(1) ;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

/* 客户案例 */
.kh_list{
	margin-bottom: 20px;
}	
.kh_list .about-title{
	padding-bottom: 25px;
	font-size: 18px;
	color: #030303;
}
.kh_list ul{
	overflow: hidden;

}
.kh_list ul li{
	float: left;
	width: 14.5%;
	text-align: center;
	margin-right: 2.6%;
	border: 1px solid #eff1f5;
	margin-bottom: 25px;
}
.kh_list ul li a{
	display: block;
	padding: 10px;
}
.kh_list ul li img{
	max-width: 100%;
	height: auto;
	-webkit-user-drag: none;
	user-drag: none;
	pointer-events: auto;
}
/* 禁止客户 logo 区域放大、缩小、拖动 */
.kh_list{
	touch-action: manipulation;
	-webkit-user-select: none;
	user-select: none;
}
.kh_list img{
	-webkit-user-drag: none;
	user-drag: none;
	-o-user-drag: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
}

/* 单页内容 */
.single-page-main{
	min-height: calc(100vh - 100px);
}

/* 联系我们 */
.contactbox ul{
	/* padding-top: 57px; */
	overflow:hidden;
}
.contactbox ul li{
	float:left;
	width:49.25%;
	text-align: center;
	margin-right: 1.5%;
	padding:30px 20px 10px;
	margin-bottom: 15px;
	border: 1px solid rgba(0, 0, 0, .1);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contactbox ul li.index0,.contactbox ul li.index1,.contactbox ul li.index2{
	width: 32.33%;
}
.contactbox ul li.index1{
	background: #eff1f5;
}
.contactbox ul li.index2,.contactbox ul li.index4{
	margin-right:0;
}
.contactbox ul li h2{
	font-size: 20px;
	color: #024daa;
	margin: 20px 0;
}
.contactbox ul li img{
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.contactbox ul li p{
	font-size:16px;
	color: #030303;
	line-height: 24px;
	height: 48px;
}    
.contactbox ul li p a{
	color: #030303;
}
.contactmap{
	
}
.contactmap #map{
	height: 380px;
	width: 100%;
	margin-top: 20px;
}
.contactmap .mapbox{
	padding: 5px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contactmap h1{
	padding-left: 50px;
	font-size: 24px;
	color: #000;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contactmap h1::before {
	width: 24px;
	height: 24px;
	content: "";
	position: absolute;
	left: 0;
	background-image: url(../images/dw.png);
}
.contactmap h1::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 2px;
	top: 0;
	left: 35px;
	background: #024daa;
}
.contactmap p {
	padding-left: 50px;
	font-size: 16px;
	color: #030303;
	margin: 10px 0;
	line-height:24px;
}
.contactbox ul li:hover img{
	transform: rotateZ(90deg);
}
.contactbox ul li p a:hover{
	color: #0e2178;
}

/* 留言咨询表单区域（参考锃道智能装备） */
.contact-message-wrapper {
  
}

.contact-message-section {
  padding: 0 0 40px;
}
.contact-message-title {
  font-size: 20px;
  color: #024daa;
  position: relative;
	margin-bottom: 20px;
}
.contact-message-title::after {
  /* content: " ";
  display: block;
  width: 50px;
  height: 3px;
  background: #024daa;
  margin: 20px 0; */
}
.contact-form-note {
  font-size: 14px;
  color: #030303;
  line-height: 24px;
  margin: 0 0 24px 0;
}
.contact-form-row {
  margin-bottom: 20px;
}
.contact-form-group {
  float: left;
  width: 48%;
  margin-bottom: 0;
}
.contact-form-group:nth-child(odd) {
  margin-right: 4%;
}
.contact-form-group.full-width {
  float: none;
  width: 100%;
}
.contact-form-group label {
  display: block;
  font-size: 14px;
  color: #030303;
  margin-bottom: 8px;
}
.contact-form-group .required {
  color: #e74c3c;
}
.contact-form-group input,
.contact-form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 14px;
  color: #030303;
  transition: border-color 0.2s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.contact-form-group input:focus,
.contact-form-group textarea:focus {
  box-shadow: 0 0 5px rgba(15, 93, 155, 0.2);
  outline: none;
}
.contact-form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-field-error {
  display: none;
  margin-top: 6px;
  font-size: 12px;
  color: #e74c3c;
  line-height: 1.4;
}
.contact-form-group.has-error input,
.contact-form-group.has-error textarea {
  border-color: #e74c3c;
}
.contact-form-submit {
  margin-top: 28px;
  text-align: center;
}
.contact-submit-btn {
  padding: 12px 48px;
  font-size: 16px;
  color: #fff;
  background: #024daa;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.contact-submit-btn:hover {
  background: #c61819;
}
.sucessbox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  display: none;
  z-index: 100001;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.sucessbox.on {
  opacity: 1;
  display: block;
}
.sucessbox .successcontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 101;
  width: max-content;
  padding: 15px 25px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.successclose {
  float: right;
  width: 15px;
  height: 15px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.messageSuccess {
  clear: right;
  text-align: center;
  padding-bottom: 20px;
}
.messageSuccess h3 {
  font-size: 24px;
  color: #024daa;
  margin-bottom: 14px;
}
.messageSuccess .desc {
  font-size: 16px;
  color: #1e293b;
  padding-top: 5px;
  line-height: 32px;
}

/* 手机端导航 */
.mc_phone_nav{
  display: none;
  float: right;
  overflow: hidden;
  width: 26px;
  height: 70px;
  /* margin-right: 10px; */
}
.mc_menubox{
  width: 26px;
  height: 70px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 0;
}
.mc_menubox .point{
  position: relative;
  display: inline-block;
  width: 26px;
  height:70px;
}
.mc_menubox .point .mc_nav {
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 1000;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.mc_menubox .point .mc_nav::after,.mc_menubox .point .mc_nav::before {
  content: '';
  position: absolute;
  right: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.mc_menubox .point .mc_nav, .mc_menubox .point .mc_nav::after, .mc_menubox .point .mc_nav::before {
  display: inline-block;
  width: 26px;
  height: 1px;
  background-color: #0e2178;
}
.mc_menubox .point .mc_nav::after {
  top: -8px;
}
.mc_menubox .point .mc_nav::before {
  top: 8px;
}
.mc_menubox .point.active .mc_nav {
  background: transparent;
}
.mc_menubox .point.active .mc_nav::after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mc_menubox .point.active .mc_nav::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile{
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  top: 70px;
  z-index:1000;
  background-color: #fff;
  height: 100%;
  /* max-height: calc(100vh - 64px); */
  overflow: auto;
  border-top: 1px solid #EAEAEA;
}
.mobilebox {
  /* display: none; */
  width: 100%;
  background-color: #fff;
  height: 100%;
  padding: 10px 0;
}
.mobilebox h4 {
  position: relative;
  padding: 0 20px;
  overflow: hidden;
}
.mobilebox h4::after {
  content: '';
  display: block;
  clear: both;
}
.mobilebox h4 a {
  float: left;
  width: 88%;
  font-size: 16px;
  line-height: 46px;
  color: #333;
  max-width: calc(100% - 36px);
}
.mobilebox .ul2 {
  display: none;
  padding-top: 7px;
  padding-bottom: 8px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.mobilebox .ul2 .container_s {
  max-width: 100%;
  padding: 0 25px;
}

.mobilebox .ul1 {
  padding-bottom: 15px;
}
.img_s {
  float: right;
  display: block;
  font-size: 16px;
  line-height: 46px !important;
  color: #333;
  transition: all .36s;
  -webkit-transition:all .36s;
  -moz-transition:all .36s;
  -ms-transition:all .36s;
  -o-transition:all .36s;
}
.mobilebox .ul1 li.mc_phnav_hasnosub .img_s{
  display: none;
}
.mobilebox h5 {
  position: relative;
}

.mobilebox h5::after {
  content: '';
  display: block;
  clear: both;
}

.mobilebox h5 a {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #333;
  max-width: calc(100% - 36px);
}

.mobilebox h5 img {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 35px;
  padding: 11px;
  cursor: pointer;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.mobilebox h4.active img.img_s,
.xialaph h5.active img.img_s {
  display: none;
}

.mobilebox h4.active img.img_d,
.mobilebox h5.active img.img_d {
  display: block;
}
.mobilebox h4.active .img_s {
  transform: rotate(180deg);
}

.mobilebox h5.active .img_s {
  transform: rotate(180deg);
}

.mobilebox h4.active .img_s {
  transform: rotate(180deg);
}

@media screen and (max-width:1560px){
	.index-partnerbox .container{
		width: 83.5%;
	}
}
@media screen and (max-width:1480px){
	.about-text{
		padding-top:0;
		padding-bottom:0;
	}
}

@media (min-width:1480px) and (max-width:1560px){
	.about-text{
		padding: 25px 40px;
	}
}

@media (min-width:1380px) and (max-width:1480px){
	.left-nav-parent,.left-nav-children>li>a{
		padding: 0 25px;
	}
}
@media (min-width:1280px) and (max-width:1380px){ 
	.logo{
		margin-top: 25px;
	}
	.logo a{
		height: 54px;
	}
	.logo a img{
		height: 54px;
	}
	.about-text p{
		margin-bottom: 5px;
	}
	.about-text .btn-more{
		margin-top: 10px;
	}
	.index-partnerbox .container{
		width: 90.5%;
	}
	.left-nav-parent,.left-nav-children>li>a{
		padding: 0 18px;
	}
	.left-nav-children>li:hover>a{
		padding-left: 30px;
	}
}
@media (min-width:1160px) and (max-width:1280px){ 
	.logo{
		margin-top: 32px;
	}
	.logo a{
		height: 42px;
	}
	.logo a img{
		height: 42px;
	}
	.about-text{
		padding-right: 0;
	}
	.about-text h3{
		margin-bottom: 15px;
	}
	.about-text p{
		margin-bottom: 0;
	}
	.about-text .btn-more{
		margin-top: 10px;
	}
	.index-partnerbox .container{
		width: 100%;
	}
	.left-nav-parent{
		font-size: 20px;
	}
	.left-nav-parent,.left-nav-children>li>a{
		padding: 0 18px;
	}
	.left-nav-children>li>a{
		font-size: 16px;
	}
	.left-nav-children>li:hover>a{
		padding-left: 30px;
	}
	.history-date ul li h3{
		padding-right: 3%;
	}
	.honorpics p{
		padding-left: 58px;
	}
	.honorpics p::before{
		left: 34px;
	}
	.part-title{
		font-size: 20px;
	}
	.logolists li img{
		height: 64px;
	}
}


/* 产品列表 - 响应式 */
@media (max-width: 992px) {

  .product-item {
    float: none;
    width: auto;
    margin-right: 0;
  }
  /* 产品内容页 */
  .pdp-gallery { width: 100%; margin-right: 0; margin-bottom: 30px; }
  .pdp-info { width: 100%; }

}


@media screen and (min-width: 768px){
	.solution-card-content:hover{
		color: #024daa;
	}
	.solution-card:hover{
		box-shadow: 0 0 10px rgba(15, 93, 155,0.15);
	}
	.solution-card:hover .solution-card-img img {
		transform: scale(1.02);
	}
	.solution-card:hover .solution-card-content h4,
	.solution-card:hover .solution-card-content .brief {
		color: #024daa;
	}
	.solution-card:hover .solution-card-content .btn-detail {
		opacity: 1;
		visibility: visible;
	}
	.about-text .btn-more:hover {
		background: #024daa;
		color: #fff;
	}
	.index-partnerlist li:hover{
		background-image: url(../images/fwbg-r.png);
	}
	.news-item:hover .news-date-badge {
		background: #024daa;
	}
	.news-item:hover .day,.news-item:hover .month{
		color: #fff;
	}
	.news-item:hover h4 {
		color: #024daa;
	}
	.footer-info a:hover {
		text-decoration: underline;
	}
	.part-intro-scope li:hover {
		color: #024daa;
		padding-left: 10px;
	}
	.history-date .date02 a:hover {
		text-decoration: none;
	}
	.news_content li:hover{
		padding-left: 30px;
	}
	.news_content li:hover::before {
		left: 10px;
	}
	.news_content li:hover a {
		color: #024daa;
	}
	.news_content li:hover span {
		color: #024daa;
	}
	.news-detail-back-list:hover {
		background: #024daa;
		color: #fff;
	}
	.news-detail-nav a:hover {
		color: #024daa;
	}
	.product-item:hover {
		/* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
		transform: translateY(-5px);
	}
	.product-item:hover .product-image{
		border: 1px solid #024daa;
	}
	.product-item:hover .product-image img {
		transform: scale(1.05);
	}
	.product-item:hover .product-title{
		color: #024daa;
	}
}

@media (max-width: 768px) {
	.mc_phone_nav{ display: block;}
	.nav{
		display: none;
	}
	.mobile.active{
    display: inline-block;
  }
	.logo a{
		height: 30px;
	}
	.logo a img{
		height: 30px;
	}
	.headerbox{
		height: 70px;
		padding: 0 15px;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
	}
	.language{
		margin-right: 10px;
		margin-left: 0;
		margin-top: 14px;
	}
	.home-banner, #playbox{
		height: 140px;
		margin-top: 70px;
	}
	.home-banner .swiper-pagination-bullet, #playbox .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
	}
	.home-banner .swiper-pagination, #playbox .swiper-pagination{
		bottom: 10px;
	}
	.section-about,.section-solutions{
		padding: 40px 15px;
	}
	.section-title{
		font-size: 22px;
		margin-bottom: 35px;
	}
	.about-img,.about-text{
		float: none;
		width: 100%;
	}
	.about-text{
		padding: 15px 0 5px;
	}
	.about-text h3{
		display: none;
	}
	.about-text .btn-more{
		margin-top: 12px;
    padding: 8px 20px 6px;
	}
	.section-solutions{
		padding-bottom: 25px;
	}
	.solution-card{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.solution-card-img{
		border: none;
	}
	.solution-card-content{
		padding: 8px 15px 15px;
	}
	.solution-card-content h4{
		font-size: 16px;
		margin-bottom: 8px;
	}
	.solution-card-content .brief{
		font-size: 14px;
		line-height: 24px;
	}
	.solution-card-content .btn-detail{
		padding: 8px 15px;
	}
	.index-partnerbox{
		padding: 40px 15px;
	}
	.index-partnerbox .container{
		width: 100%;
	}
	.index-partnerbox .index-partnerlist{
		height: auto;
	}
	.index-partnerlist li{
		position: relative;
		float: left;
		width: 20%;
		top: auto !important;
		left: auto !important;
		border: 1px solid #EAEAEA;
		margin-right:0;
		padding: 3px;
		background-image: none;
	}
	.footer-solutions,.footer-about,.footer-news{
		display: none;
	}
	.footer-company{
		float: none;
		width: 100%;
	}
	.footerbox{
		padding: 28px 15px 0;
	}
	.footer-main{
		padding-bottom: 10px;
	}
	.footer-col-title{
		font-size: 16px;
    margin: 0 0 15px;
	}
	.footer-col ul li{
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 8px;
	}
	.footer-copyright{
		line-height: 24px;
    padding: 12px 0;
		font-size: 14px;
	}
	.footer-copyright a{
		display: block;
		font-size: 14px;
	}
	.banner{
		height: 80px;
		margin-top: 70px;
	}
	.mainbox{
		padding: 15px;
	}

	.main-left-col,.location{
		display: none;
	}
	.main-right-col{
		float: none;
		width: 100%;
		padding: 20px 15px;
	}
	.part-title{
		font-size: 22px;
	}
	.maincolumntitle{
		border-bottom: 1px solid #eff1f5;
    margin-bottom: 20px;
	}
	.part-intro{
		margin-bottom: 12px;
	}
	.part-intro-left{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.part-intro-right{
		float: none;
		width: 100%;
	}
	.indexnumbox{
		padding-top: 12px;
    padding-bottom: 0;
	}
	#numberscroll li{
		float: none;
		width: 100%;
		margin-bottom: 15px;
		padding-left: 60px;
		background-size: 40px auto;
	}
	#numberscroll li h2,#numberscroll li p{
		font-size: 14px;
	}
	#numberscroll li p i{
		font-size: 24px;
	}
	.culturebox{
		border-top: 1px solid #eff1f5;
	}
	.culturebox ul li.index0,.culturebox ul li.index1{
		width: 100%;
		margin-bottom: 15px;
	}
	.part-philosophy{
		padding: 15px 0 0;
	}
	.part-philosophy li h3{
		font-weight: normal;
		margin-bottom: 5px;
	}
	.honorbg{ padding: 0;}
	.honor_wrapper::before{ left: 16px;}
	.history-date .first{
		background: url(../images/icon06.png) no-repeat left top;
		background-size: 35px;
	}
	.history-date .date02{
		padding-left: 15%;
		font-size: 22px;
		height: 42px;
		margin-bottom: 10px;
	}
	.history-date .date02 a{ margin-right: 0;}
	.history-date ul{ padding-left:38px;}
	.history-date ul li{ padding-bottom: 5px;}
	.history-date ul li h3{ font-size: 16px; width: 16%; padding-right: 3%; line-height: 28px;}
	.history-date ul li .honorpics{ width: 83%;}
	.history-date ul li h3::before{ left: -24px; top: 10px;}
	.history-date ul li h3::after{ left: -31px; top: 3px;}
	
  .contact-message-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-message-section {
    padding: 24px;
  }
  .contact-form-group,
  .contact-form-group:nth-child(odd) {
    float: none;
    width: 100%;
    margin-right: 0;
  }
	.news-detail-title {
    font-size: 22px;
  }
  .news-detail-meta-item {
    display: block;
    margin: 5px 0;
  }
	.product-list-grid{
		min-height: auto;
		margin-bottom: 20px;
	}
  .product-item {
    float: none;
    width: auto;
    margin-right: 0;
		margin-bottom: 5px;
  }
  .product-image {
    height: auto;
		padding: 10px;
  }
  .product-info {
    padding: 12px 5px;
  }
  .product-title {
    font-size: 16px;
  }
	
  /* 产品内容页 - 移动端 */
  .pdp-gallery { width: 100%; margin-right: 0; margin-bottom: 30px; }
  .pdp-info { width: 100%; }

	.logolists{
		min-height: auto;
	}
	.logolists li{
		width: 50%;
		border: 1px solid #EAEAEA;
		margin-right: 0;
		background-image: none;
	}
	.logolists li.bgFirst,.logolists li.bgLast{
		width: 50%;
		background-image: none;
		text-align: center;
	}
	.logolists li img{
		height: 70px;
	}
	
	.kh_list .about-title{
		padding-bottom: 18px;
	}
	.kh_list ul li{
		width: 48.7%;
		margin-bottom: 10px;
	}
	.kh_list ul li:nth-child(even){
		margin-right: 0;
	}
	.kh_list ul li a{
		padding: 5px;
	}

	.product-accordion{
		padding: 0;
	}
	.product-accordion .accordion-header{
		padding: 0 0px 10px;
	}
	.product-accordion .accordion-title{
		font-size: 16px;
		width: 80%;
		padding-left: 16px;
		line-height: 24px;
	}
	.product-accordion .accordion-title::before{
		width: 6px;
		height: 6px;
		top: 7px;
	}
	.product-accordion .accordion-toggle{
		font-size: 14px;
	}
	.product-accordion .accordion-toggle .toggle-text, .product-accordion .accordion-toggle .accordion-arrow{
		vertical-align: top;
		font-size: 14px;
	}
	.product-accordion .accordion-desc{
		float: none;
		width: 100%;
	}
	.product-accordion .accordion-image{
		padding: 0 10px;
	}
	.news-detail-body p img{
		margin: 10px 0;
	}
	.accordion-content-item{
		margin-bottom: 0;
		padding-bottom: 10px;
		border-bottom: none;
	}
	.product-accordion .accordion-content{
		padding: 10px 5px 0;
	}
	.product-accordion .accordion-specs{
		margin: 5px 0;
	}
	.product-accordion .accordion-detail{
		padding-top: 10px;
	}
	.accordion-detail-item{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.contactbox ul li.index0, .contactbox ul li.index1, .contactbox ul li.index2{
		width: 100%;
	}
	.contactbox ul li{
		float: none;
		width: 100%;
		margin-right: 0;
		padding: 20px 10px 15px;
	}
	.contactbox ul li img{
		height: 48px;
	}
	.contactbox ul li h2{
		margin: 15px 0;
	}
	.contactbox ul li p{
		height: auto;
	}
	.contactmap #map{
		height: auto;
		margin-top: 0;
	}
}

