.btn_disable {
	cursor: not-allowed !important;
}

.search-text {
	z-index: 3;
}

.search-wr .searchst {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 16px;
	width: 100%;
	height: 60px;
	line-height: 58px;
	background: #fff;
	border: none;
	outline: none;
	color: rgba(34, 34, 34, 0.5);
	font-size: 16px;
	border: 1px solid #fff;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.search-wr .searchst::-webkit-input-placeholder {
	color: rgba(34, 34, 34, 0.5);
}

.search-wr .searchst:focus::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.search-wr .submitst {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	outline: none;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #0d4eba;
	-webkit-transition: 0.35s;
	-o-transition: 0.35s;
	-moz-transition: 0.35s;
	transition: 0.35s;
	cursor: pointer;
	background: none;
	border: none;
}

.search-wr .submitst:hover {
	color: #f58812;
}

.search-tops1 .search-wr .searchst {
	background: #fff;
	border: 1px solid #dddddd;
	color: #999999;
	font-size: 14px;
}

.prolist-display-text p {
	display: none;
}

@media screen and (max-width: 1600px) {
	.product-index-list li figure {
		height: 100px;
	}

	.product-index-list li p {
		font-size: 16px;
	}

	.product-index-list li figure {
		height: 100px;
	}

	.product-index-list li {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 1024px) {
	/*section.customers.partnerlogo{display: none;}*/
}

@media screen and (max-width: 861px) {
	.prolist-display-text p {
		display: block;
	}

	.display-series-now {
		display: none;
	}

	.home_width {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}


.special:nth-child(2n) {
	background: #fff;
}

.special:nth-child(2n+1) {
	background: #edf1fa;
}

.parameter-tab table {
	width: 100% !important;
}

.structure-imgs table {
	width: 100% !important;
}

.product-swipers a.slick-prev.iconfont.slick-arrow {
	display: none !important;
}

.product-swipers a.slick-next.iconfont.slick-arrow {
	display: none !important;
}

table colgroup {
	display: none
}

table tbody tr td {
	width: auto !important;
}

.product-index-list li a {
	width: 180px;
}

.product-index-list li figure {
	height: 110px;
}

.product-index-list li p {
	font-size: 18px;
}



.load-input .text {
	padding-left: 0px;
}



/*新闻*/
.news-info {
	padding: 300px 90px 200px;
	background-attachment: local;
	background-position: center;
	background-size: cover;
}

.news-info time {
	display: block;
	margin-bottom: 32px;
	line-height: 1;
	color: #fff;
	font-size: 18px;
}

.news-info time b {
	display: inline-block;
	margin-right: 10px;
	font-weight: normal;
	font-size: 60px;
}

.news-info a:hover span i {
	text-indent: 5px;
}

.news-info strong {
	display: block;
	margin-bottom: 34px;
	line-height: 1.2;
	color: #fff;
	font-size: 30px;
	width: 660px;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-info span {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
}

.news-info span i {
	display: inline-block;
	margin-right: 8px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	background: #6cccdc;
	font-size: 18px;
	color: #2c3441;
	font-weight: bold;
	transition: 0.38s;
}

.flex-sulte {
	position: fixed;
	z-index: 10;
}

.flex-sulte a i {
	opacity: 0;
	visibility: hidden;
	margin-top: -20px;
	transition: 0.4s;
}

.flex-sulte a:hover i {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.news-inner {
	margin: auto;
	padding: 0;
	max-width: 90%;
	width: 1500px;
}

.news-inner .page-list {
	margin-top: -56px;
}

.news-inner-list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.news-inner-list li {
	float: left;
	position: relative;
	margin-bottom: 56px;
	width: 32%;
	margin-right: 2%;
	padding-bottom: 162px;
	overflow: hidden;
}

.news-inner-list li:nth-child(3n+3) {
	margin-right: 0;
}

.news-inner-list li figure {
	position: relative;
	display: block;
	padding-bottom: 68%;
	height: 0;
	overflow: hidden;
	line-height: 1;
	transition: 0.58s;
}

.news-inner-list li figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	transition: 0.58s;
}

.news-inner-list li figure b {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	margin-top: -27px;
	display: block;
	line-height: 1;
	font-size: 54px;
	font-weight: normal;
	transition: 0.4s;
	z-index: 3;
	color: #fff;
}

.news-inner-list li a:hover figure {
	transform: translateY(-100%);
	opacity: 0;
}

.news-inner-list li a:hover figure img {
	transform: scale(1.05);
}

.news-inner-list li a:hover .news-inner-text {
	padding-top: 54px;
	margin-top: 0;
	top: 0%;
}

.news-inner-list li a:hover .news-inner-text p {
	opacity: 1;
	visibility: visible;
}

.news-inner-text {
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -162px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 35px 44px 43px;
	transition: 0.58s;
	background: #f9f9f9;
}

.news-inner-text time {
	display: block;
	margin-bottom: 14px;
	line-height: 1;
	color: #999999;
	font-size: 14px;
}

.news-inner-text strong {
	display: block;
	line-height: 1.4;
	color: #2c3441;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: 0.56s;
}

.news-inner-text p {
	margin-top: 35px;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	opacity: 0;
	visibility: hidden;
	transition: 0.68s;
}

.news-inner-text span {
	margin-top: 124px;
	display: inline-block;
	color: #2c3441;
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
}

.news-inner-text span i {
	display: inline-block;
	margin-right: 8px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	background: #6cccdc;
	font-size: 18px;
	color: #2c3441;
	font-weight: bold;
	transition: 0.38s;
}

.news-video {
	position: relative;
	height: 700px;
	z-index: 3;
	overflow: hidden;
}

.news-video .aboutVideo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
}

.news-video .about-text strong {
	font-size: 30px;
}

.news-viode-list li .news-inner-text span {
	margin-top: 230px;
}

.news-viode-list li .news-inner-text i {
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
}

.news-viode-list li .news-inner-text i:before {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 13px;
	content: "";
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #000000;
}

.news-viode-list li {
	position: relative;
}

.news-viode-list li figure {
	z-index: 3;
}

.newsVidoe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none;
}

.news-view {
	padding: 0 0 105px;
	background: #f6f6f6;
}

.news-title h1 {
	display: block;
	margin-bottom: 16px;
	line-height: 1.2;
	color: #242c39;
	font-size: 24px;
}

.news-title {
	padding: 72px 0 44px;
	text-align: center;
}

.news-title strong {
	display: block;
	margin-bottom: 16px;
	line-height: 1.2;
	color: #242c39;
	font-size: 30px;
}

.news-title time {
	display: block;
	line-height: 1;
	color: #666666;
	font-size: 14px;
}

.news-tops {
	position: relative;
	padding: 130px 30px 56px;
}

/*news自适应*/
@media screen and (max-width: 1450px) {
	.news-info {
		padding: 200px 90px 100px;
	}

	.news-info strong {
		font-size: 24px;
	}

	.news-info time b {
		font-size: 44px;
	}

	.news-inner-list li {
		margin-bottom: 40px;
	}

	.news-inner-text {
		padding: 24px 30px 30px;
	}

	.news-inner-list li.no-imgs .news-inner-text span {
		margin-top: 50px;
	}

	.news-inner-list li.no-imgs .news-inner-text {
		padding-top: 40px;
	}

	.news-inner-text strong {
		font-size: 18px;
	}

	.news-viode-list li.no-imgs .news-inner-text span {
		margin-top: 100px;
	}

	.news-video {
		height: 500px;
	}

	.news-title {
		padding: 50px 0 30px;
	}

	.news-title strong {
		font-size: 24px;
	}
}






.news-inner {
	width: 80%;
	margin: 0px auto;
}



.home_group {
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;
}

.home_group_ch {
	display: inline-block;
	border: 1px solid #002950;
	height: 24px;
	padding: 0 20px;
	margin-top: 0;
}

.home_group_ch span {
	display: block;
	padding: 8px 10px;
	background: #fff;
	font-size: 24px;
	line-height: 24px;
	color: #002950;
	font-weight: 600;
}

.home_group_en {
	font-size: 30px;
	line-height: 30px;
	color: #002950;
	font-family: DINOT-Regular46411;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

@media (max-width: 768px) {
	.home_group_en {
		font-size: 20px;
		line-height: 20px;
	}
}


.brand_info {
	background: #eee;
	padding-top: 50px;
	padding-bottom: 50px;
}

.brand_info .pic {
	width: 53%;
	height: 345px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-behavior: url(css/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
	position: relative;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.brand_info .pic i {
	display: block;
	padding-bottom: 65%;
}

.brand_info .pic .txt {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	position: absolute;
	background: #fff;
	left: 95%;
	width: 90%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-mz-transform: translateY(-50%);
	max-height: 100%;
	overflow: hidden;
	margin-top: -150px \9;
}

.brand_info .pic .txt span {
	display: block;
	padding: 30px 40px;
	line-height: 27px;
}

.brand_info .pic .txt .home_companyname {
	color: #070707;
	margin-bottom: 20px;
}

.brand_info .pic .txt .editor_text {
	height: 168px;
	overflow: hidden;
}

@media (max-width: 1030px) {
	.brand_info {
		/*width: 100%;*/
		color: #333;
		padding: 30px 10px;
	}

	.brand_info .centerBlock {
		width: 100%;
	}

}

/*.home_width{*/
/*    width: 70%;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/


.product_info {
	background-color: white;
}

.case_info {
	background-color: #4651af;
}

.solute-slide figure {

	background-color: transparent;
}

.solute-title {
	padding: 12px;
}

.brand_info {
	padding-top: 50px;
	padding-bottom: 50px;
}

.series-wr {
	margin-top: 20px;
}

.solute-slide {
	width: 15%;
}


.home_width {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.hone-news-list {
	padding: 10px;
}

.hone-news-list li {
	width: 24%;
	margin-right: 1% !important;
}

.home_group_news {
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;
}



.home-news-title {
	padding: 5px;
}

.home-news-title strong {
	font-size: 18px;
}

.home-news-title p {
	font-size: 12px;
}




.home-about-us{
    padding-top: 20px;
}

.home-about-us-title{
    color:#242c39;
    line-height: 1.5;
    font-size: 30px;
    text-align: center;
}

.home-about-info{
    width: 50%;
    padding-bottom: 30px;
}
.home-about-us-text{
    color: #666666;
    font-size: 16px;
    text-indent: 34px;
    line-height: 1.5;
}


/*.introduct-info {*/
  /*margin: 90px -60px 0 -25px;*/
/*  display: flex;*/
/*  display: -webkit-flex;*/
/*  justify-content: space-between;*/
/*  -webkit-justify-content: space-between;*/
/*}*/
.introduct-info-item {
  padding: 0 35px;
  padding-bottom: 8px;
  border-right: 1px solid #f5f5f5;
  text-align: center;
}
.introduct-info-item:first-child {
  padding-left: 0;
}
.introduct-info-item:last-child {
  border-right: none;
  padding-right: 0;
}
.introduct-info-item p {
  margin-bottom: 10px;
  color: #6cccdc;
  font-size: 14px;
  line-height: 1;
}
.introduct-info-item p b {
  margin-right: 6px;
  font-size: 44px;
  font-weight: normal;
}
.introduct-info-item span {
  display: block;
  line-height: 1.3;
  color: #2c3441;
  font-size: 14px;
}












@media (max-width: 1024px) {
	.brand_info .pic {
		width: 100%;
	}

	.brand_info .pic i {
		padding-bottom: 40%;
	}

	.brand_info .pic .txt {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: translateY(0) scale(0.95);
		-webkit-transform: translateY(0) scale(0.95);
		-moz-transform: translateY(0) scale(0.95);
		-mz-transform: translateY(0) scale(0.95);
		background: rgba(255, 255, 255, 0.8);
	}

	.news-tops {
		position: relative;
		padding: 60px 30px 56px;
	}

	.news-info {
		padding: 200px 5% 100px;
	}

	.flex-sulte {
		display: none;
	}

	.news-inner {
		padding-top: 50px;
	}

	.news-inner-list li {
		width: 48.5%;
		margin-right: 3%;
	}

	.news-inner-list li:nth-child(3n+3) {
		margin-right: 3%;
	}

	.news-inner-list li:nth-child(2n+2) {
		margin-right: 0;
	}

	.news-video {
		height: 472px;
	}

	.news-view {
		padding-bottom: 2px;
	}

	.news-view-wrap {
		width: 100%;
	}

	.news-title {
		width: 90%;
		margin: auto;
	}

	.solute-slide {
		width: 18%;
		padding: 1%;
	}

	.hone-news-list li {
		width: 45%;
		/*margin: auto;*/
	}

	.home_width {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
	
	
  .introduct-info-item {
    margin-top: 30px;
    padding: 0;
    border-right: none;
    width: 50%;
    float: left;
  }
  .introduct-info {
    display: block;
    margin-left: 0;
    overflow: hidden;
    margin-right: 0;
    margin-top: 30px;
  }
}


@media screen and (max-width: 641px) {
    .about-contact-item{
        width: 95% !important;
    }
    .about-contact-list{
        display: block !important;
    }
	.news-tops {
		position: relative;
		padding: 60px 30px 56px;
	}

	.news-info {
		padding: 150px 5% 50px;
	}

	.news-info strong {
		font-size: 22px;
	}

	.news-info time {
		margin-bottom: 22px;
	}

	.news-info time b {
		font-size: 40px;
	}

	.news-inner-list li {
		width: 100%;
		margin-right: 0 !important;
	}

	.news-inner-list li:first-child {
		margin-top: 0;
	}

	.news-inner-text {
		padding: 28px 5%;
	}

	.news-inner-list li figure b {
		font-size: 46px;
		margin-left: -23px;
		margin-top: -23px;
	}

	.news-inner-text strong {
		font-size: 16px;
		height: auto;
	}

	.news-video {
		height: 356px;
	}

	.news-video .about-text strong {
		font-size: 24px;
	}

	.news-title strong {
		font-size: 22px;
	}


	.home_width {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.search-wr .searchst {
		height: 48px;
		line-height: 48px;
		font-size: 14px;
	}

	.search-wr .submitst {
		width: 48px;
		height: 48px;
		line-height: 48px;
	}
	
		.product-index-list li figure {
		width: 100px;
		height: 90px;
		position: relative;
		left: 50%;
		margin-left: -50px;
	}

	.product-index-list li a {
		height: 50px;
		width: auto;
	}

	.product-index-list li {
		margin-bottom: 30px;
	}

	.product-index-list li p {
		font-size: 14px;
	}

	.product-index-list li figure {
		width: 100px;
		height: 90px;
		position: relative;
		left: 50%;
		margin-left: -50px;
	}

}


