.addMenuClass {
	display: none;
}

.head_list a span {
	color: #fff;
	font-size: 30px;
}
.mm-page {
	overflow: hidden;
}
#menu {
	position: absolute;
	top: 171.5px;
}
@media all and (max-width: 1023px) {
	#mainNav {
		display: none;
	}
	.head_list {
		display: block!important;
	}
}

header {
	background-color: #243238;
}
.header_top {
	padding: 33px 0;
}
.header_top .logo {
	width: 18%;
}
.header_top .logo img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.header_top .header_top_ri {
	width: 82%;
	padding: 0 2%;
}
.header_top .header_top_ri span.iconfont {
	color: #ed421c;
	border: 1px solid #ed421c;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	margin-right: 18px;
}
.header_top .header_top_ri p {
	font-size: 16px;
}
.header_top .header_top_ri p span {
	display: block;
}
.header_top .header_top_ri p span:first-child {
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}
.header_top .header_top_ri p span a:hover {
	color: #ed421c!important;
}
.header_nav {
	height: 56px;
	line-height: 56px;
	color: #fff;
	text-transform: capitalize;
}
.header_nav_box {
	background-color: #ed421c;
	padding-right: 30px;
}
.header_nav a {
	color: #fff;
}

.header_nav_le {
	/*width: 18%;*/
	width: 170px;
	position: relative;
	padding-left: 25px;
	transition: all 0s;
	font-size: 16px;
}
.header_nav_le span.iconfont {
	margin-right: 5px;
}
.header_nav_le ul.header_nav_le_ul {
	position: absolute;
	/*width: 100%;*/
	width: 297px;
	top: 55px;
	left: 0;
	padding: 0 5px;
	background-color: #fff;
	padding-top: 12px;
	z-index: 30;
	transition: all 0s;
	-webkit-box-shadow: 0px 0px 5px #f4f4f4;
	-moz-box-shadow: 0px 0px 5px #f4f4f4;
	box-shadow: 0px 0px 5px #f4f4f4;
}
.header_nav_le ul.header_nav_le_ul a {
	color: #243238;
	transition: all 0s;
}
.header_nav_le ul.header_nav_le_ul a:hover {
	color: #ed421c;
}
.header_nav_le ul.header_nav_le_ul a li {
	border-bottom: 1px solid #eee;
	padding-left: 25px;
}
nav.main_nav {
	width: 82%;
}
nav.main_nav ul {
	width: 90%;
	margin: 0 auto;
}
nav.main_nav ul li {
	width: 16%;
	border-top: 2px solid transparent;
	text-align: center;
	font-size: 16px;
}
nav.main_nav ul li a {
	display: block;
	transition: all 0s;
}
nav.main_nav ul li:hover {
	border-top: 2px solid #fff;
}
nav.main_nav ul li:hover a {
	color: #ffb3a2;
}

@media all and (max-width: 1299px) {
	.header_top_ri .header_top_ri_item:first-child {
		display: none;
	}

}


@media all and (max-width: 1023px) {
	nav.main_nav {
		display: none;
	}
}
@media all and (max-width: 768px) {
	.header_top_ri .header_top_ri_item:nth-child(2) {
		display: none;
	}
	.header_top .header_top_ri {
		padding-right: 0;
	}

}
#inBanner {
	position: relative;
}
#inBanner .swiper-slide img {
	display: block;
	width: 100%;
}
#inBanner .inBanner-pagination {
	position: absolute;
	bottom: 10px;
	width: 100%;
	z-index: 21;
	text-align: center;
}
#inBanner .inBanner-pagination span {
	width: 12px;
	height: 12px;
}
.inBanner-button {
	position: absolute;
	top: 50%;
	/*left: 0;*/
	transform: translateY(-50%);
	width: 50px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: rgba(0,0,0,.5);
	color: #fff;
	z-index: 20;
	cursor: pointer;
}
.inBanner-button-next {
	right: 0;
}

#inBanner .swiper-pagination-bullet-active {
	background-color: #ff6801;
}
.in_product {
	background-color: #fff;
}
#inProduct {
	/*overflow: hidden;*/
	position: relative;
}
ul.inProUl {
	margin-right: -2%;
}
ul.inProUl li {
	float: left;
	width: 31.33%;
	margin-right: 2%;
	border: 1px solid #eee;
	margin-bottom: 2%;
}
ul.inProUl li .inProUl_img {
	width: 37%;
	overflow: hidden;
}
ul.inProUl li .inProUl_img img {
	display: block;
	max-width: 100%;
}
ul.inProUl li .inProUl_img:hover img {
	transform: scale(1.2);
}
ul.inProUl li .inProUl_text {
	width: 63%;
	padding: 0 4%;
}
ul.inProUl li .inProUl_text h4 {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
ul.inProUl li .inProUl_text h4:hover {
	color: #ed421c;
}
ul.inProUl li .inProUl_text article {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 70px;
}
ul.inProUl li .inProUl_text article:hover {
	color: #ed421c;
}
.inProduct-button {
	position: absolute;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	z-index: 30;
	top: -100px;
	right: 0;
	border: 1px solid #eee;
	cursor: pointer;
}
.inProduct-button span {
	transition: all 0s;
}
.inProduct-button-prev {
	right: 44px;
}
.inProduct-button:hover {
	border-color: #ed421c;
	color: #ed421c;
}
@media all and (max-width: 1399px) {
	ul.inProUl li {
		width: 48%;
	}
}
@media all and (max-width: 1023px) {
	.inProduct-button {
		top: -86px;
	}
}
@media all and (max-width: 768px) {
	ul.inProUl li {
		width: 98%;
	}
	#inBanner .inBanner-pagination span {
		width: 8px;
		height: 8px;
	}
}
@media all and (max-width: 450px) {
	.inProduct-button {
		top: -80px;
	}
}

.in_application {
	position: relative;
	background-color: #fff;
}
.in_application_box {
	background: url(/wp-content/themes/zhongtai/images/in_application_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 0;
}
.in_application_box .box {
	position: relative;
}
.in_appli_le {
	width: 30%;
}
.in_appli_ri {
	width: 60%;
}
ul.inAppliUl {}
ul.inAppliUl li {
	background-color: #fff;
	padding: 5%;
	margin-bottom: 25px;
	cursor: pointer;
	transition: width 2s;
}

ul.inAppliUl li:last-child {
	margin-bottom: 0;
}
ul.inAppliUl li p.li_no {
	font-size: 36px;
	color: #facfc5;
	width: 90px;
}
ul.inAppliUl li article {
	font-size: 18px;
	color: #777;
	font-weight: 600;
	margin-top: 20px;
}

ul.inAppliUl li:hover {
	width: 110%;
	background-color: #ed421c;
	
}
ul.inAppliUl li:hover article {
	color: #fff;
}

ul.inAppliUl li.inAppliUl_active {
	width: 110%;
	background-color: #ed421c;
}
ul.inAppliUl li.inAppliUl_active article {
	color: #fff;
}

.in_appli_ri {
	position: relative;
}
.in_application_item {
	display: none;
}
.in_application_item_active {
	display: block;
}
.in_application_item .in_application_item_img {
	width: 50%;
	position: relative;
	z-index: 1;
}
.in_application_item .in_application_item_img img {
	display: block;
	width: 100%;
	transform: translateY(-15%);
}
.in_application_item .in_application_item_text {
	background-color: rgba(255,255,255,.5);
	position: absolute;
	width: 80%;
	right: 0;
	top: 0;
	height: 380px;
	padding:5%;
	z-index: 0;
	padding-left: 35%;
}
.in_application_item .in_application_item_text h4 {
	font-weight: 600;
	margin-bottom: 30px;
	color: #777;
}
.in_application_item .in_application_item_text h4:hover {
	color: #ed421c;
}
.in_application_item .in_application_item_text .in_more {
	border: 1px solid #ed421c;
	color: #ed421c;
}
.in_application_item .in_application_item_text .in_more:hover {
	color: #fff;
}
.in_application_more {
	position: absolute;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #eee;
	color: #777;
	font-size: 22px;
	top: -178px;
	right: 0;
	cursor: pointer;
}
.in_application_more:hover {
	border-color: #ed421c;
	color: #ed421c;
}
@media all and (max-width: 1023px) {
	.in_appli_le {
		width: 40%;
	}
	.in_appli_ri {
		width: 50%;
		background: url(/wp-content/themes/zhongtai/images/in_appli01.jpg) no-repeat center;
		background-size: cover;
	}
	.in_application_item .in_application_item_text {
		position: inherit;
		width: 100%;
		padding: 5%;
		height: auto;
	}
	.in_application_item .in_application_item_img {
		display: none;
	}
	.in_application_box {
		padding: 30px 0;
	}
	.in_application_more {
		top: -116px;
	}

}
@media all and (max-width: 768px) {
	.in_appli_le {
		width: 90%;
	}
	ul.inAppliUl li:last-child {
		margin-bottom: 25px;
	}
	.in_appli_ri {
		width: 100%;
	}
}

#inCertificate {
	/*overflow: hidden;*/
	position: relative;
	width: 100%;
}
.inCertificate-button-prev {
	right: 44px;
}
ul.inCertificateUl {
	margin-right: -2%;
	padding-bottom: 90px;
}
ul.inCertificateUl li {
	float: left;
	width: 23%;
	margin-right: 2%;
}
ul.inCertificateUl li img {
	display: block;
	width: 100%;
}
@media all and (max-width: 1023px) {
	ul.inCertificateUl li {
		width: 48%;
		margin-bottom: 2%;
	}
	ul.inCertificateUl {
		padding-bottom: 30px;
	}
}

.in_showcase {
	background-color: #fff;
	position: relative;
	padding-top: 100px;
}
.in_showcase:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 330px;
	background-color: #f5f5f5;
	z-index: 0;
	top: 0;
}
.in_showcase_box {
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding: 0 2%;
}
.in_showcase_box .in_h2 {
	padding-top: 48px;
}

#inShowcase {
	position: relative;
}
.inShowcase-button-prev {
	right: 44px;
}

ul.inShowcaseUl li {
	width: 50%;
}
ul.inShowcaseUl li .inCertificateUl_li_img {
	width: 43%;
}
ul.inShowcaseUl li .inCertificateUl_li_img img {
	display: block;
	width: 100%;
}
ul.inShowcaseUl li .inCertificateUl_li_text {
	width: 50%;
}
ul.inShowcaseUl li .inCertificateUl_li_text h4 {
	font-size: 16px;
	color: #333;
	margin-bottom: 35px;
}
ul.inShowcaseUl li .inCertificateUl_li_text h4:hover {
	color: #ed421c;

}
ul.inShowcaseUl li .inCertificateUl_li_text article {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	height: 200px;
}
ul.inShowcaseUl li .inCertificateUl_li_text .in_more {
	width: 140px;
	height: 40px;
	line-height: 40px;
	background-color: #ed421c;
	color: #fff;
}
ul.inShowcaseUl li .inCertificateUl_li_text .in_more span {
	transition: all 0s;
	color: #fff;
}
ul.inShowcaseUl li .inCertificateUl_li_text .in_more span.iconfont {
	margin-right: 5px;
}

@media all and (max-width: 1023px) {
	.in_showcase {
		padding-top: 30px;
	}
	ul.inShowcaseUl li {
		padding: 0 2%;
	}
	ul.inShowcaseUl li .inCertificateUl_li_img {
		width: 80%;
		margin-bottom: 30px;
	}
	ul.inShowcaseUl li .inCertificateUl_li_text {
		width: 100%;
	}
}
@media all and (max-width: 768px) {
	ul.inShowcaseUl li .inCertificateUl_li_img {
		width: 100%;
	}
}

#inCase {
	position: relative;
	padding-bottom: 90px;
}
.inCase-button-prev {
	right: 44px;
}
ul.inCaseUl {
	margin-right: -2%;
}
ul.inCaseUl li {
	float: left;
	width: 23%;
	margin-right: 2%;
}
ul.inCaseUl li .inCaseUl_li_img img {
	display: block;
	width: 100%;
}
ul.inCaseUl li h4 {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	padding-top: 28px;
	padding-bottom: 14px;
}
ul.inCaseUl li h4:hover {
	color: #ed421c;
}
ul.inCaseUl li article {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 50px;
}
ul.inCaseUl li article:hover {
	color: #ed421c;
}

@media all and (max-width: 1023px) {
	#inCase {
		padding-bottom: 15px;
	}
	ul.inCaseUl li {
		width: 48%;
		margin-bottom: 32px;
	}
}




/*footer*/

footer {
	background-color: #243238;
}
.fot_box {}
.fot_le {
	width: 38.2%;
	height: 100%;
	padding: 5%;
	padding-top: 70px;
	background-color: #1e2b31;
}
.fot_ri {
	width: 61.8%;
	height: 100%;
	padding: 5%;
	padding-top: 70px;
}
.fot_logo {
	margin-bottom: 60px;
}
.fot_logo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.fot_le article {
	text-align: center;
}
.fot_le .fot_ad {
	text-align: center;
	font-size: 18px;
	color: #d1cdcc;
	line-height: 1.4em;
	border-top: 1px dashed #626b6f;
	margin-top: 40px;
	/*padding: 5%;
	padding-top: 56px;*/
	padding: 56px 10% 80px;
}
.fot_le .fot_le_contact {}
.fot_le .fot_le_contact p {
	/*width: 50%;*/
	/*padding: 0 5%;*/
	color: #fff;
}
.fot_le .fot_le_contact p:first-child {
	width: 150px;
}
.fot_le .fot_le_contact p:last-child {
	width: 190px;
}
.fot_le .fot_le_contact p a {
	color: #bcc0c2;
}
.fot_le .fot_le_contact p span.iconfont {
	color: #ed421c;
	margin-right: 10px;
}
.fot_le .fot_le_contact p a:hover {
	color: #ed421c;
}
.fot_ri .fot_ri_top .usedComp:nth-child(3){
	width: 94%;
}
.fot_ri .fot_ri_top .fot_ri_top_item {
	width: 30%;
}
.fot_ri .fot_ri_top .fot_ri_top_item .
.fot_ri .fot_ri_top .fot_ri_top_item:first-child {
	width: 40%;
}
/*.fot_ri .fot_ri_top .fot_ri_top_item:nth-child(2) {
	width: 
}*/
.fot_ri .fot_ri_top .fot_ri_top_item h3 {
	font-size: 18px;
	color: #fff;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.fot_ri .fot_ri_top .fot_ri_top_item h3:after {
	position: absolute;
	content: "";
	width: 36px;
	height: 3px;
	background-color: #ed421c;
	left: 0;
	bottom: 0;
}
.fot_ri .fot_ri_top .fot_ri_top_item a {
	display: block;
	color: #a7a8a8;
	margin-bottom: 22px;
}
.fot_ri .fot_ri_top .fot_ri_top_item a:hover {
	color: #ed421c;
}
.fot_ri .fot_ri_top .fot_ri_top_item .fot_share {
	/*width: 214px;*/
	/* width: 179px; */
	margin-top: 46px;
}
.fot_ri .fot_ri_top .fot_ri_top_item .fot_share span.iconfont {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #737c80;
	border-radius: 50%;
	color: #243238;
}
.fot_ri .fot_ri_top .fot_ri_top_item .fot_share a:last-child span.iconfont {
	background-color: #53d060;
	color: #fff;
	transform: scale(1.4) translateX(14%);
}
.fot_ri .fot_ri_top .fot_ri_top_item .fot_share a:last-child span.iconfont:hover {
	background-color: #ed421c;
	color: #f3866e;
}
.fot_ri .fot_ri_top .fot_ri_top_item .fot_share span.iconfont:hover {
	background-color: #ed421c;
	color: #f3866e;
}
.fot_ri .fot_ri_bot {
	font-size: 14px;
	color: #bcc0c2;
	margin-top: 35px;
	text-align: center;
	line-height: 1.4em;
}

@media all and (max-width: 1199px) {
	.fot_ri .fot_ri_top .fot_ri_top_item:nth-child(2) {
		display: none;
	}
	.fot_ri .fot_ri_top .fot_ri_top_item:first-child {
		width: 60%;
	}
	.fot_ri .fot_ri_top .fot_ri_top_item:last-child {
		width: 40%;
	}
	.fot_le .fot_le_contact p:first-child {
		margin-bottom: 5px;
	}
}
@media all and (max-width: 768px) {
	.fot_le {
		width: 100%;
	}
	.fot_ri {
		width: 100%;
	}
	.fot_le .fot_ad {
		display: none;
	}
	.fot_le .fot_le_contact {
		display: none;
	}
	.fot_ri .fot_ri_top .fot_ri_top_item:first-child {
		display: none;
	}
	.fot_ri .fot_ri_top .fot_ri_top_item:last-child {
		width: 100%;
	}
}

/*语言切换*/
ul.transform_yuyan {
	position: absolute;
	width: 100%;
	background-color: #fff;
	top: 50px;
	left: 0;
	display: none;
	transition: all 0s;
}
ul.transform_yuyan li a {
	display: block;
	color: #666;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
ul.transform_yuyan li a:hover {
	color: #ed421c;
}
@media all and (max-width: 1023px) {
	.fot_ri .fot_ri_top .fot_ri_top_item .fot_share{width:220px;}
}
@media all and (max-width: 550px) {
	.header_top .header_top_ri {
		width: 123px;
	}
	.header_top_ri .header_top_ri_item:nth-child(3) {
		display: none;
	}
}





















