.addMenuClass {
	display: none;
}
.head_list a span {
	color: #333;
	font-size: 30px;
}
.mm-page {
	overflow: hidden;
}
#menu {
	position: absolute;
	top: 140px;
}
@media all and (max-width: 1023px) {
	#mainNav {
		display: none;
	}
	.head_list {
		display: block!important;
	}
}
#menu {
	position: absolute;
	top: 70px;
}
@media all and (max-width: 768px) {
	/*#menu {
		top: 55px;
	}*/
}
@media all and (max-width: 450px) {
	#menu {
		top: 55px;
	}
}
header .logo {
	width: 26%;
}
header .logo img {
	display: block;
	max-width: 90%;
}
#mainNav {
	width: 55%;
}
#mainNav ul.firul {
	width: 100%;
}
#mainNav ul.firul li.firli {
	font-size: 16px;
	/*position: relative;*/
	/*width: 12.5%;*/
	text-align: center;
}
#mainNav ul.firul li.firli>a {
	color: #333;
	display: block;
	text-transform: capitalize;
	height: 100px;
	line-height: 100px;
	width: 100%;
	text-align: right;
	/*font-weight: 600;*/
	/*border-bottom: 4px solid #1e1e1e;*/
	/*border-bottom: 1px solid transparent;*/
	position: relative;
}
#mainNav ul.firul li.firli>a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 30%;
	width: 0;
	height: 1px;
	background: #ee3333;
	transition: all 0.3s;
}
#mainNav ul.firul li.firli>a:hover {
	color: #ee3333;
	/*border-bottom: 4px solid #00a0e9;*/
	/*border-bottom: 1px solid #666;*/
}
#mainNav ul.firul li.firli>a:hover:after {
	width: 50%;
}
#mainNav ul.secul {
	position: absolute;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	top: 100px;
	left: 0;
	z-index: 10;
	background: rgba(238,51,51,.2);
    width: 100%;
    border-radius: 4px;
    height: 0;
    overflow: hidden;
    /*border-top: 1px solid #393939;*/
    padding-left: 10%;
    padding-right: 10%;
}
#mainNav ul.secul li.secli {
	border-right: 1px solid #fff;
	width: 25%;
	margin-bottom: 20px;
}
#mainNav ul.secul li.secli:nth-child(4n){
	margin-right: 0;
	border-right: none;
}
#mainNav ul.secul li.secli a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6em;
	transition: all 0s;
	text-transform: capitalize;
}
#mainNav ul.secul li.secli a:hover {
	color: #ee3333;
}
#mainNav ul.firul li.firli:hover>ul.secul {
	height: auto;
	padding-top: 20px;
	/*-webkit-box-shadow: 0px 2px 5px #f8f8f8;
    -moz-box-shadow: 0px 2px 5px #f8f8f8;
    box-shadow: 0px 2px 5px #f8f8f8;*/
}

#inBanner {
	position: relative;
}
#inBanner .swiper-slide img {
	display: block;
	width: 100%;
}
#inBanner .inbanner_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	height: 100%;
	/*background: rgba(0,0,0,.2);*/
}
#inBanner .inbanner_text .inbanner_box {
	/*background: rgba(0,0,0,0.6);*/
	width: 67%;
	height: 100%;
	margin-left: auto;
	padding-top: 30%;
	padding-right: 3%;
}
#inBanner .inbanner_text .inbanner_box h2 {
	font-size: 60px;
	color: #fff;
	font-weight: 600;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.2em;
}
#inBanner .inbanner_text .inbanner_box h3 {
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
}
#inBanner .inBanner_btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 73px;
	height: 73px;
	line-height: 73px;
	text-align: center;
	z-index: 999;
	background: rgba(255,255,255,.5);
	cursor: pointer;
	left: 35%;
}
#inBanner .inBanner-button-prev {
	transform: translateX(-100%);
}
#inBanner .inBanner_btn span.iconfont {
	color: #fff;
	font-size: 20px;
}
#inBanner .inBanner_btn:hover span.iconfont {
	color: #ee3333;
}

@media all and (max-width: 1366px) {
	#inBanner .inbanner_text .inbanner_box h2 {
		font-size: 40px;
	}
}
@media all and (max-width: 1023px) {
	header {
		padding: 10px 0;
	}
	#inBanner .inBanner_btn {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	#inBanner .inbanner_text .inbanner_box h3 {
		display: none;
	}
}

@media all and (max-width: 768px) {
	#inBanner .inbanner_text .inbanner_box h2 {
		display: none;
	}
	#inBanner .inBanner_btn {
		display: none;
	}
}

/*in_product*/
.in_pro_img {
	width: 70%;
}
.in_pro_img img {
	display: block;
	width: 100%;
}
.in_pro_bot_list {
	margin-top: 60px;
	margin-bottom: 60px;
/*	padding-bottom: 20px;*/
	border-bottom: 1px solid #e7f2f0;
}
.in_pro_bot_list p {
	width: 80%;
	margin: 0 auto;
}
.in_pro_bot_list p span {
	font-size: 16px;
	cursor: pointer;
	display: block;
	border-bottom: 1px solid transparent;
	position: relative;
	padding-bottom: 20px;
}
.in_pro_bot_list p span:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent transparent transparent;
}
.in_pro_bot_list p span.pro_bot_active {
	color: #ee3333;
	border-color: #ee3333;
}
.in_pro_bot_list p span.pro_bot_active:after {
	border-color: #ee3333 transparent transparent transparent;
}
.in_pro_bot_list p span:hover {
	color: #ee3333;
	border-color: #ee3333;
}
.in_pro_bot_list p span:hover:after {
	border-color: #ee3333 transparent transparent transparent;
}

.in_pro_bot_content {}
.in_pro_bot_content .in_pro_item {}

ul.inProUl {
	margin-right: -2%;
}
ul.inProUl li {
	float: left;
	width: 23%;
	margin-right: 2%;
}

ul.inProUl li .inProUl_img {}
ul.inProUl li .inProUl_img img {
	display: block;
	width: 100%;
}

@media all and (max-width: 1023px) {
	.in_pro_img {
		width: 100%;
		margin-top: 30px;
	}
	.in_pro_bot_list p span {
		width: 50%;
		margin-bottom: 20px;
		text-align: center;
	}
}
@media all and (max-width: 768px) {
	.in_pro_bot_list {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.in_pro_bot_list p span {
		width: 100%;
	}
	.in_pro_bot_list p span:last-child {
		margin-bottom: 0;
	}
	ul.inProUl li {
		width: 48%;
	}
}
/*@media all and (max-width: 450px) {
	ul.inProUl li {
		width: 98%;
	}
}*/

/*in_application*/
.in_application {}
.in_app_le {
	width: 48%;
}
.in_app_ri {
	width: 48%;
}
.in_appli_item {
	border: 1px solid #eee;
	margin-bottom: 60px;
}
.in_appli_item:last-child {
	margin-bottom: 0;
}
.in_appli_item .in_appli_item_img {}
.in_appli_item .in_appli_item_img img {
	display: block;
	width: 100%;
}
.in_appli_item_text {
	padding: 2%;
}
.in_appli_item_text h4 {
	font-size: 24px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-top: 20px;
	margin-bottom: 20px;
}
.in_appli_item_text article {

}
@media all and (max-width: 768px) {
	.in_app_le {
		width: 100%;
		margin-bottom: 30px;
	}
	.in_app_ri {
		width: 100%;
	}
	.in_appli_item {
		margin-bottom: 30px;
	}
}

/*in_newPro*/
.in_newPro {
	background: url(../images/in_newPro_bg.jpg) no-repeat center;
	background-size: cover;
}
.in_newPro a.in_more {
	margin-top: -40px;
	position: relative;
	z-index: 999;
}
#inNewPro {
	overflow: hidden;
	padding-top: 110px;
	position: relative;
}
#inNewPro .inNewPro_btn {
	position: absolute;
	right: 10px;
	bottom: 0;
	cursor: pointer;
	z-index: 999;
}
#inNewPro .inNewPro-button-prev {
	right: 60px;
}
#inNewPro .inNewPro_btn span.iconfont {
	font-size: 24px;
	display: inline-block;
}
#inNewPro .inNewPro_btn:hover span.iconfont {
	color: #ee3333;
	transform: scale(1.5);
}

ul.inNewProUl {
	margin-right: -2%;
}
ul.inNewProUl li {
	float: left;
	width: 31.33%;
	margin-right: 2%;
}
ul.inNewProUl li .inNewProUl_img {
	position: relative;
	overflow: hidden;
}
ul.inNewProUl li .inNewProUl_img img {
	display: block;
	width: 100%;
}
ul.inNewProUl li .inNewProUl_img .inNewPro_rsp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	/*opacity: 0;*/
}
ul.inNewProUl li .inNewProUl_img .inNewPro_rsp .inNewPro_rsp_more {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 66px;
	text-align: center;
	height: 66px;
	line-height: 66px;
	border-radius: 50%;
	background-color: #ee3333;
	color: #fff;
	font-size: 24px;
}
.inNewProUl_text {
	padding: 5%;
}
.inNewProUl_text .inNewProUl_text_box {
	border-left: 3px solid #ee3333;
	padding: 5%;
}
.inNewProUl_text .inNewProUl_text_box h4 {
	font-size: 26px;
	margin-bottom: 20px;
}
.inNewProUl_text .inNewProUl_text_box article {}
ul.inNewProUl li:nth-child(2) {
	transform: translateY(-80px);
}

@media all and (max-width: 768px) {
	#inNewPro {
		padding-top: 20px;
	}
	ul.inNewProUl li:nth-child(2) {
		transform: translateY(0);
	}
	ul.inNewProUl li {
		width: 48%;
	}
	.inNewProUl_text .inNewProUl_text_box h4 {
		font-size: 18px;
	}
	.in_newPro {
		background: #f5f5f5;
		padding-top: 20px;
	}
}


/*in_company*/

.in_company {}
.in_company_le {
	width: 70%;
}
.in_company_le .in_company_img {}
.in_company_le .in_company_img img {
	display: block;
	width: 100%;
}
.in_company_text {
	padding-left: 2%;
	padding-right: 2%;
}
.in_company_text h4 {
	font-size: 30px;
	margin-bottom: 30px;
}
.in_company_ri {
	width: 300px;
}
.in_company_ri .in_title {
	margin-left: auto;
}

@media all and (max-width: 1199px) {
	.in_company_le {
		width: 65%;
	}
}
@media all and (max-width: 1023px) {
	.in_company_le {
		width: 50%;
	}
	.in_company_text h4 {
		font-size: 20px;
	}
}
@media all and (max-width: 768px) {
	.in_company .box {
		flex-direction: column-reverse;
	}
	.in_company_le {
		width: 100%;
		margin-top: 30px;
	}
}


footer {
	background: #fbfbfb;
}
.fot_top_le {
	width: 27%;
}
.fot_logo {
	margin-bottom: 30px;
}
.foot_top article {
	margin-bottom: 40px;
}
.fot_top_le p {
	justify-content: flex-start;
	margin-bottom: 15px;
	color: #999;
}
.fot_top_le p span {
	transition: all 0s;
}
.fot_top_le p:last-child {
	margin-bottom: 0;
}
.fot_top_le p span.iconfont {
	color: #ee3333;
	margin-right: 20px;
}
.fot_top_le p a {
	color: #999;
}
.fot_top_le p a:hover {
	color: #ee3333;
}

.fot_top_ri {
	width: 59%;
	padding-top: 30px;
}
.fot_top_ri .fot_top_ri_item {

}
.fot_top_ri .fot_top_ri_item h3 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	color: #333;
}
.fot_top_ri .fot_top_ri_item .cut {
	background: #999;
	width: 35px;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 22px;
}
.fot_top_ri .fot_top_ri_item a {
	display: block;
	color: #999;
	margin-bottom: 20px;
}
.fot_top_ri .fot_top_ri_item a:last-child {
	margin-bottom: 0;
}
.fot_top_ri .fot_top_ri_item a:hover {
	color: #ee3333;
}

.foot_bot {
	background: #f1f1f1;
	padding: 35px 2%;
	color: #b1b1b1;
}

@media all and (max-width: 1023px) {
	.fot_top_le {
		width: 100%;
	}
	.fot_top_ri {
		display: none;
	}
}

@media all and (max-width: 768px) {
	.foot_bot p {
		width: 100%;
		margin-bottom: 20px;
	}
}









