
/*pro_center*/

aside {
	width: 24%;
}
aside {
	/*border: 1px solid #2a2a2a;*/
}
aside h4 {
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	padding: 25px 0;
	padding-left: 8%;
}
aside .aside_firul {
	width: 100%;
}
aside .aside_firul .aside_firli {
	/*padding: 20px 8%;*/
	color: #333;

	font-size: 14px;
	text-transform: capitalize;
	border: 1px solid #eee;
	cursor: pointer;
	margin-bottom: 25px;
}
aside .aside_firul .aside_firli .aside_firli_box {
	background-color: #f7f7f7;
	padding: 18px 5%;
	font-weight: 600;
}
aside .aside_firul .aside_firli .aside_firli_box .firli_title {
	font-weight: 600;
}
aside .aside_firul .aside_firli .aside_firli_box span.iconfont {
	font-weight: 600;
}
aside .aside_secul {
	height: 0;
	overflow: hidden;
}
aside .aside_secul_active {
	height: auto;
	margin-top: 20px;
	padding-bottom: 20px;
}
aside .aside_icon {
	transition: all 0s;
}
aside .aside_icon_active {
	transform: rotate(90deg);
	
}
aside .aside_secul .aside_secli {

}
aside .aside_secul .aside_secli a {
	display: block;
	color: #666;
	font-size: 14px;
	padding: 15px 8%;
}
aside .aside_secul .aside_secli a:hover {
	color: #ee3333;
}

.pro_center_ri {
	width: 74.5%;
}
.pro_center_ri ul.inProUl li {
	width: 31.33%;
}

@media all and (max-width: 768px) {
	aside {
		display: none;
	}
	.pro_center_ri {
		width: 100%;
	}
}
@media all and (max-width: 450px) {
	.pro_center_ri ul.inProUl li {
		width: 48%;
	}
}

/*single-product*/
.pro_single_infor_swiper {
	width: 35%;
}
.pro_single_infor_data {
	width: 60%;
}
.pc-slide {
	width: 100%;
	margin: 0 auto;
}

.view .swiper-container {
	width: 100%;
	height: auto;
}
.view .swiper-container .swiper-slide img {
	width: 100%;
	display: block;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	width: 100%;
	height: auto;
}

.preview .swiper-slide {
	width: 20%;
	height: auto;
	cursor:pointer;
}

.preview .slide6 {
	width: 20%;
}
.preview img {
	padding: 2%;
	border: 1px solid #fff;
	width: 100%;
}

.preview .active-nav img {
	border: 1px solid #c4a36d;
}

.pro_single_infor_data h1 {
	font-size: 22px;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 50px;
}
.contact_single {
	width: 356px;
	margin-top: 70px;
	margin-bottom: 45px;
}
.contact_single a {
	width: 48%;
	height: 54px;
	line-height: 54px;
	color: #666;
	border: 1px solid #666;
	text-align: center;
}
.contact_single a span {
	transition: all 0s;
}
.contact_single a:hover {
	color: #fff;
	background-color: #ee3333;
	border-color: #ee3333;
}
.pro_single_infor_data .share .icon-Facebook {
	background-color: #6a8bc8;
}
.pro_single_infor_data .share .icon-linkin {
	background-color: #0190bc;
}
.pro_single_infor_data .share .icon-youtube {
	background-color: #ed421c;
}
.pro_single_infor_data .share .icon-icon {
	background-color: #3bbbeb;
}

.pro_single .h3_box {
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
}
.pro_single .h3_box h3.h3_one {
	width: 264px;
	background: url(../images/single_h3_bg.jpg) no-repeat center;
	background-size: cover;
	height: 44px;
	line-height: 44px;
	padding-left: 30px;
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
	margin-top: 70px;
}
.pro_single .h3_box h3.h3_two {
	width: 346px;
	background: url(../images/single_h3_bg.jpg) no-repeat center;
	background-size: cover;
	height: 44px;
	line-height: 44px;
	padding-left: 30px;
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
	margin-top: 70px;
}

#relatedPro {
	overflow: hidden;
	position: relative;
}
#relatedPro .relatedPro_btn {
	position: absolute;
	top: 50%;
	z-index: 999;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	transform: translateY(-150%);
}
#relatedPro .relatedPro-button-next {
	right: 0;
}
#relatedPro .relatedPro-button-prev {
	left: 0;
}
#relatedPro .relatedPro_btn:hover span.iconfont {
	color: #ee3333;
}

@media all and (max-width: 1023px) {
	.pro_single_infor_swiper {
		width: 400px;
		max-width: 100%;
	}
	.pro_single_infor_data {
		width: 100%;
	}
	.pro_single .h3_box {
		margin-bottom: 30px;
	}
	.pro_single .h3_box h3.h3_one {
		margin-top: 35px;
	}
	.pro_single .h3_box h3.h3_two {
		margin-top: 35px;
	}
}

/*case-center*/
.case_center {}
.case_center .in_appli_item {
	width: 48%;
}
@media all and (max-width: 768px) {
	.case_center .in_appli_item {
		width: 100%;
	}
	.case_center .page-splitter {
		margin-top: 30px;
	}
}

/*single-case*/
.single_case_le {
	width: 24.3%;
}
.single_case_ri {
	width: 71%;
}
.case_le_section {
	margin-bottom: 60px;
}
.case_one {
	background: #f8f8f8;
	padding: 5%;
	padding-top: 60px;
}
.case_one .case_le_title {
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.case_one .share {
	margin: 0 auto;
	margin-bottom: 60px;
}
.case_one article {
	text-align: center;
	margin-bottom: 35px;
}
.single_case_le h3 {
	font-size: 24px;
	color: #333;
	text-transform: uppercase;
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.single_case_le h3:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	background: #ee3333;
	left: 0;
	bottom: 0;
}

.case_two .case_le_pro_item {
	width: 48%;
}
.case_two .case_le_pro_item img {
	display: block;
	width: 100%;
}
.case_two .case_le_pro_item h4 {
	text-align: center;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #333;
}
.case_two .case_le_pro_item h4:hover {
	color: #ee3333;
}
.case_three ul.caseLeUl {}
.case_three ul.caseLeUl li {}
.case_three ul.caseLeUl li .caseLeUl_img {
	width: 30%;
}
.case_three ul.caseLeUl li .caseLeUl_img img {
	display: block;
	width: 100%;
}
.case_three ul.caseLeUl li .caseLeUl_text {
	width: 68%;
}
.case_three ul.caseLeUl li .caseLeUl_text h4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 32px;
}
.case_three ul.caseLeUl li .caseLeUl_text em {
	color: #999;
}
.single_case_ri h1 {
	font-size: 24px;
	color: #333;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.single_case_ri article {
	border-bottom: 1px solid #eee;
}
.single_case_ri article img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.single_case_ri .related_case {}
.single_case_ri .related_case h2 {
	text-align: center;
}
.single_case_ri .related_case ul {
	margin-right: -2%;
}
.single_case_ri .related_case ul li {
	float: left;
	width: 31.33%;
	margin-right: 2%;
}
.single_case_ri .related_case ul li .related_case_img {}

.single_case_ri .related_case ul li .related_case_img img {
	display: block;
	width: 100%;
}
.single_case_ri .related_case ul li h4 {
	padding: 20px 2%;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

@media all and (max-width: 1023px) {
	.single_case_le {
		display: none;
	}
	.single_case_ri {
		width: 100%;
	}
}
@media all and (max-width: 768px) {
	.single_case_ri .related_case ul li {
		width: 48%;
	}
}

/*service*/
.service_ser {}
.service_ser_le {
	width: 53%;
}
.service_ser_le img {
	display: block;
	width: 100%;
}
.service_ser_ri {
	width: 37%;
}
.service_ser_ri h4 {
	font-size: 36px;
	margin-bottom: 40px;
}
.service_consult {	background-repeat: no-repeat !important;
	background: url(../images/service_consult_bg.jpg) no-repeat center;
	background-size: cover !important;
	text-align: center;
}
.service_consult h2 {
	color: #fff;
}
.service_consult h3 {
	color: #fff;
	padding: 0 10%;
	font-size: 16px;
}
.service_consult .more {
	margin: 0 auto;
	margin-top: 50px;
}
.service_why {
	background-color: #f4f4f4;
}
.service_why h2 {
	color: #333;
	text-align: center;
}
.service_why h3 {
	color: #999;
	padding: 0 10%;
	font-size: 16px;
	text-align: center;
}
ul.service_why_ul {}
ul.service_why_ul li {
	width: 31.33%;
	border-right: 1px solid #e1e1e1;
}
ul.service_why_ul li:last-child {
	border-color: transparent;
}
ul.service_why_ul li .ser_icon_box {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f4e6e6;
	border-radius: 50%;
}
ul.service_why_ul li .ser_icon_box span.iconfont {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #ee3333;
	border: 1px solid #ee3333;
	border-radius: 50%;
	transform: translate(-15%,-15%);
	font-size: 24px;
}
ul.service_why_ul li em {
	color: #999;
	display: block;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
}
ul.service_why_ul h4 {
	font-size: 18px;
	color: #333;
	margin-bottom: 35px;
	font-weight: 600;
}
.service_faq h2 {
	text-align: center;
}
ul.service_faq_ul {}
ul.service_faq_ul li {
	width: 49%;
	border: 1px solid #f5f5f5;
	padding: 2%;
	margin-bottom: 2%;
}
ul.service_faq_ul li h4 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	margin-bottom: 30px;
}
ul.service_faq_ul li:hover {
	-webkit-box-shadow:0 0 10px #fafcfe;
	-moz-box-shadow:0 0 10px #fafcfe;
	box-shadow:0 0 10px #fafcfe;
}
@media all and (max-width: 1199px) {
	ul.service_faq_ul li {
		width: 100%;
	}
}
@media all and (max-width: 1023px) {
	.service_ser_le {
		width: 100%;
	}
	.service_ser_ri {
		width: 100%;
	}
	ul.service_why_ul li {
		width: 48%;
		margin-bottom: 2%;
	}
}
@media all and (max-width: 450px) {
	ul.service_why_ul li {
		width: 98%;
		margin-bottom: 5%;
		border-right: none;
	}
	ul.service_why_ul li:last-child {
		margin-bottom: 0;
	}
}

/*news-center*/
ul.newsCenterUl {}
ul.newsCenterUl li {
	background-color: #f9f9f9;
	margin-bottom: 2%;
}
ul.newsCenterUl li:last-child {
	margin-bottom: 0;
}
ul.newsCenterUl li:nth-child(2n) {
	flex-direction: row-reverse;
}
ul.newsCenterUl li .newsCenterUl_img {
	width: 50%;
}
ul.newsCenterUl li .newsCenterUl_img img {
	display: block;
	width: 100%;
}
ul.newsCenterUl li .newsCenterUl_text {
	width: 50%;
	padding-left: 2%;
	padding-right: 2%;
}
ul.newsCenterUl li .newsCenterUl_text h4 {
	font-size: 24px;
	color: #333;
	font-weight: 600;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 54px;
}
ul.newsCenterUl li .newsCenterUl_text .cut {
	width: 50px;
	background-color: #ee3333;
	margin-top: 30px;
	margin-bottom: 30px;
}
ul.newsCenterUl li .newsCenterUl_text em {
	color: #999;
	display: block;
	margin-bottom: 30px;
	font-size: 14px;
}

.news_center .page-splitter {
	margin-top: 90px;
}

@media all and (max-width: 1023px) {
	ul.newsCenterUl li .newsCenterUl_img {
		width: 100%;
	}
	ul.newsCenterUl li .newsCenterUl_text {
		width: 100%;
	}
}

/*.single_news*/
.single_news {}
.single_news h1 {
	font-size: 26px;
	color: #333;
	font-weight: 600;
	text-align: center;
}
.single_news_infor {
	width: 300px;
	margin: 30px auto;
}
.single_news_infor em {
	color: #999;
}
.single_news_infor .share {
	width: 188px;
	color: #999;
}
.single_news_infor .share span {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}
.single_news article {
	padding-top: 40px;
	border-top: 1px solid #eee;
}
.single_news article img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.news_btn_box {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 2%;
	margin-top: 50px;
}
.news_btn_box .news_btn {
	width: 48%;
}
.news_btn_box .news_btn .news_btn_img {
	width: 20%;
}
.news_btn_box .news_btn .news_btn_img img {
	display: block;
	width: 100%;
}
.news_btn_box .news_btn .news_btn_de {
	width: 65%;
}
.news_btn_box .news_btn .news_btn_de p {
	color: #999;
	margin-bottom: 12px;
}
.news_btn_box .news_btn .news_btn_de p:hover {
	color: #ee3333;
}
.news_btn_box .news_btn .news_btn_de h4 {
	font-weight: 600;
	color: #333;
}
.news_btn_box .news_btn_next {
	flex-direction: row-reverse;
}
.news_btn_box .news_btn_next .news_btn_de {
	text-align: right;
}

.single_related_news {}
.single_related_news h2 {
	text-align: center;
}
.single_related_news ul.inProUl {}
.single_related_news ul.inProUl li {}
.single_related_news ul.inProUl li em {
	display: block;
	color: #999;
	margin-top: 20px;
	margin-bottom: 20px;
}
.single_related_news ul.inProUl li h4 {
	color: #333;
	font-weight: 600;
	font-size: 16px;
}
.single_related_news ul.inProUl li .more {
	width: 108px;
	height: 32px;
	line-height: 32px;
	padding: 0 25px;
	margin-top: 35px;
}

@media all and (max-width: 450px) {
	.news_btn_box .news_btn .news_btn_de p {
		margin-bottom: 0;
	}
	.news_btn_box .news_btn .news_btn_de h4 {
		display: none;
	}
}

/*about-us*/

.about_company {}
.about_company_le {
	width: 50%;
}
.about_company_ri {
	width: 46%;
}
.about_company_ri img {
	display: block;
	width: 100%;
}

.about_history {
	background-color: #f8f8f8;
}
.about_history h2.ser_h2 {
	text-align: center;
}
#aboutHistory {
	overflow: hidden;
	position: relative;
	padding-bottom: 100px;
}
#aboutHistory .swiper-slide {
	padding: 0 6%;
}
#aboutHistory ul.aboutHisUl {
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px dashed #e1e1e1;
	padding: 0 3%;
}
#aboutHistoryMo {
	display: none;
	position: relative;
	overflow: hidden;
}
#aboutHistory ul.aboutHisUl li {
	width: 30%;
	margin: 0 -10%;
	position: relative;
}
#aboutHistory ul.aboutHisUl li .history_cut {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 88px;
	border-right: 1px dashed #e1e1e1;
}
#aboutHistory ul.aboutHisUl li .history_cut:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #f39494;
	left: 0;
	top: 0;
	transform: translate(-50%,-50%);
}
#aboutHistory ul.aboutHisUl li h4 {
	font-size: 22px;
	color: #333;
	font-weight: 600;
	margin-bottom: 20px;
	padding: 0 10%;
}
#aboutHistory ul.aboutHisUl li article {
	height: 120px;
	padding: 0 10%;
}
#aboutHistory ul.aboutHisUl li:first-child {
	margin-left: 0;
}
#aboutHistory ul.aboutHisUl li:nth-child(2n) {
	transform: translateY(120%);
}
#aboutHistory ul.aboutHisUl li:last-child {
	margin-right: 0;
}
#aboutHistory ul.aboutHisUl li:nth-child(2n) .history_cut {
	transform: translateY(-120%);
}
#aboutHistory ul.aboutHisUl li:nth-child(2n) .history_cut:after {
	top: 100%;
}

.aboutHistory_btn {
	position: absolute;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	top: 50%;
	background-color: #fff;
	cursor: pointer;
	z-index: 999;
}
.aboutHistory-button-prev {
	left: 0;
}
.aboutHistory-button-next {
	right: 0;
}
.aboutHistory_btn:hover span.iconfont {
	color: #ee3333;
}

@media all and (max-width: 1365px) {
	#aboutHistory {
		padding-bottom: 0;
	}
	#aboutHistory {
		display: none;
	}
	#aboutHistoryMo {
		display: block;
		text-align: center;
		position: relative;
	}
	#aboutHistoryMo .aboutHisText p {
		font-size: 22px;
		color: #333;
		font-weight: 600;
		margin-bottom: 20px;
		padding: 0 10%;
	}
	#aboutHistoryMo .aboutHisText article {
		padding: 0 10%;
		color: #999;
		font-weight: 200;
		font-size: 16px;
	}
	#aboutHistoryMo .aboutHisText article p {
		color: #999;
		font-weight: 200;
		font-size: 16px;
	}
	.aboutHistoryMo-button-next {
		right: 0;
	}
}


.about_certification {}
.about_certification h2.ser_h2 {
	text-align: center;
}
#aboutCertifi {
	overflow: hidden;
	position: relative;
	padding-bottom: 100px;
}
#aboutCertifi .swiper-slide img {
	display: block;
	width: 100%;
	transform: scale(0.8);
}
#aboutCertifi .swiper-slide-active img {
	transform: scale(1);
}

.aboutCertifi_btn {
	position: absolute;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #f3f3f3;
	bottom: 0;
	z-index: 999;
	left: 50%;
	cursor: pointer;
}
.aboutCertifi-button-next {
	transform: translate(50%,0);
}
.aboutCertifi-button-prev {
	transform: translate(-150%,0);
}
.aboutCertifi_btn:hover span {
	color: #ee3333;
}

.about_final {
	background-color: #f8f8f8;
}
.about_final_le {
	width: 50%;
}
.about_final_le img {
	display: block;
	width: 100%;
}
.about_final_ri {
	width: 50%;
	padding-left: 5%;
	padding-right: 2%;
}
.about_final_ri .about_final_ri_item {
	margin-bottom: 5%;
}
.about_final_ri h4 {
	font-size: 26px;
	color: #333;
	margin-bottom: 20px;
	position: relative;
	padding-left: 2%;
}
.about_final_ri h4:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 25px;
	background-color: #ee3333;
	left: 0;
	top: 0;
}

@media all and (max-width: 1023px) {
	.about_company_le {
		width: 100%;
	}
	.about_company_ri {
		display: none;
	}
	.about_final_le {
		width: 100%;
	}
	.about_final_ri {
		width: 100%;
	}
}

/*contact-us*/
.contact_us {
	background-color: #f6f6f6;
}
.contact_le {
	width: 50%;
	position: relative;
}
.contact_ri {
	width: 48%;
	background-color: #fff;
	margin-left: 2%;
	padding: 2%;
}
.contact_ri h4 {
	font-size: 30px;
	color: #34363d;
	position: relative;
	padding-left: 20px;
	margin-bottom: 30px;
}
.contact_ri h4:after {
	position: absolute;
	content: "";
	width: 4px;
	height: 25px;
	background-color: #ee3333;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.contact_le ul.contactUl {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contact_le ul.contactUl li {
	background-color: #fff;
	height: 25%;
	border-bottom: 10px solid #f6f6f6;
	padding: 2% 5%;
	justify-content: flex-start;
}
.contact_le ul.contactUl li:last-child {
	border-color: transparent;
}
.contact_le ul.contactUl li span.iconfont {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff3f3;
	color: #ee3333;
	font-size: 30px;
	margin-right: 5%;
}
.contact_le ul.contactUl li p {
	width: 60%;
}
.contact_le ul.contactUl li p span {
	display: block;
	font-size: 14px;
	color: #999;
}
.contact_le ul.contactUl li p span:first-child {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.contact_le ul.contactUl li p span a {
	color: #999;
}
.contact_le ul.contactUl li p span a:hover {
	color: #ee3333;
}
.contact_map h2 {
	text-align: center;
}
.contact_map .contact_map_img img {
	display: block;
	width: 100%;
}

@media all and (max-width: 768px) {
	.contact_us .box {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
	.contact_le {
		width: 100%;
		position: initial;
	}
	.contact_le ul.contactUl {
		position: initial;
	}
	.contact_ri {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
}

/*404*/
.found_box {
	width: 45%;
	margin: 0 auto;
}
.no_found_img img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.no_found h2 {
	font-size: 36px;
	color: #2a3d54;
	font-weight: 600;
	text-align: center;
}
.no_found article {
	font-size: 18px;
	color: #888;
	padding: 0 5%;
	text-align: center;
}
.no_found article a {
	color: #ee3333;
}

@media all and (max-width: 1023px) {
	.found_box {
		width: 80%;
	}
}
@media all and (max-width: 768px) {
	.found_box {
		width: 95%;
	}
	.no_found h2 {
		font-size: 30px;
	}
	.no_found article {
		font-size: 14px;
	}
}











