.addMenuClass {
	display: none;
}
.head_list a span {
	color: #333;
	font-size: 30px;
}
.mm-page {
	overflow: hidden;
}
#menu {
	position: fixed;
	top: 62px;
}
@media all and (max-width: 1023px) {
	#mainNav {
		display: none;
	}
	.head_list {
		display: block!important;
	}
	header .logo img {
    width: 40%;
    }
}

header {
	width: 100%;
	height: 70px;
	position: relative;
	z-index: 999;
}
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px #f8f8f8;
	-moz-box-shadow: 0 0 10px #f8f8f8;
	box-shadow: 0 0 10px #f8f8f8;
}
/*.header_nav_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #807f7c;
	-webkit-box-shadow: 0 0 10px #f8f8f8;
	-moz-box-shadow: 0 0 10px #f8f8f8;
	box-shadow: 0 0 10px #f8f8f8;
}*/
header .logo {
	width: 80px;
}
header .logo img {
    width: 150px;
	display: block;
}
#mainNav {
	width: 60%;
}
@media all and (max-width: 1200px) {
	#mainNav {
		width: 70%;
	}
}
#mainNav ul.firul {
	width: 100%;
}
#mainNav ul.firul li.firli {
	font-size: 16px;
	text-align: center;
	/*width: 14%;*/
	position: relative;
}
#mainNav ul.firul li.firli>a {
	color: #000;
	display: block;
	text-transform: capitalize;
	height: 70px;
	line-height: 70px;
	width: 100%;
	text-align: center;
	position: relative;
	font-weight: 600;
}
#mainNav ul.firul li.firli>a:hover {
	
}

#mainNav ul.firul li.firli>a:after {
	content: "";
	position: absolute;
	width: 27px;
	height: 17px;
	background: url(../img/mian_nav_icon.png) no-repeat center;
	background-size: cover;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,-8px);
	opacity: 0;
	transition: all 0.3s;
}
#mainNav ul.firul li.firli>a:hover:after {
	opacity: 1;
}
#mainNav ul.secul {
	position: absolute;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	top: 70px;
	left: -50%;
	z-index: 9999;
	background: #f0f0f0;
    width: 200%;
    overflow: hidden;
    display: none;
}
#mainNav ul.secul li.secli {
	
}

#mainNav ul.secul li.secli a {
	display: block;
	color: #666;
	font-size: 14px;
	font-weight: 600;
	transition: all 0s;
	text-transform: capitalize;
	padding: 10px 0;
}
#mainNav ul.secul li.secli a:hover {
	color: #00a0e9;
}

.head_ri {
	width: 80px;
}
.head_ri .head_search {

}
.head_ri .head_search span.iconfont {
	color: #f3982d;
	font-size: 20px;
}
.head_ri .head_ri_lang {
	position: relative;
}
.head_ri .head_ri_lang p {
	cursor: pointer;
}
.head_ri .head_ri_lang p span:first-child {
	font-size: 20px;
	color: #b4c0cb;
}
.head_ri .head_ri_lang p span:last-child {
	font-size: 12px;
	color: #b4c0cb;
	margin-left: 5px;
}
.head_ri .head_ri_lang ul.head_tran_lang {
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	background: #fff;
	-webkit-box-shadow:inset 0 0 10px #f0f0f0;
	-moz-box-shadow:inset 0 0 10px #f0f0f0;
	box-shadow:inset 0 0 10px #f0f0f0;
	display: none;
}
.head_ri .head_ri_lang ul.head_tran_lang li a {
	display: block;
	color: #333;
	text-align: center;
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 14px;
}
.head_ri .head_ri_lang ul.head_tran_lang li a:hover {
	color: #f3982d;
}

@media all and (max-width: 1023px) {
	.head_ri {
		display: none;
	}
	.header {
		padding: 10px 0;
	}
}

#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;
	top: 50%;
	z-index: 999;
	cursor: pointer;
}
#inBanner .inBanner-button-prev {
	left: 0;
	transform: translate(10%,-50%);
}
#inBanner .inBanner-button-next {
	right: 0;
	transform: translate(10%,-50%);
}
#inBanner .inBanner_btn span.iconfont {
	color: #fff;
	font-size: 28px;
}
#inBanner .inBanner_btn:hover span.iconfont {
	color: #000000;
}
#inBanner .inBanner-pagination {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 30px;
	z-index: 99;
	text-align: center;
}
#inBanner .inBanner-pagination .swiper-pagination-bullet {
	opacity: 1;
	background-color: #7d7d7d;
	margin: 0 8px;
}

#inBanner .inBanner-pagination .swiper-pagination-bullet-active {
	width: 27px;
	height: 17px;
	background: url(../img/mian_nav_icon.png) no-repeat center;
	background-size: cover;
	border-radius: 0;
	transform: translateY(25%);
}

@media all and (max-width: 1366px) {
	#inBanner .inbanner_text .inbanner_box h2 {
		font-size: 40px;
	}
}
@media all and (max-width: 1023px) {
	#inBanner .inBanner_btn {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	#inBanner .inbanner_text .inbanner_box h3 {
		display: none;
	}
	#inBanner .inBanner-pagination{
	    bottom: 0px;
	}
}

@media all and (max-width: 768px) {
	#inBanner .inbanner_text .inbanner_box h2 {
		display: none;
	}
}

/*inPro*/
.inPro {}
.inPro h2.in_h2 {
	text-align: center;
}

#inProTab {
	overflow: hidden;
	position: relative;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 40px;
}
#inProTab .swiper-slide:hover {
	-webkit-box-shadow:inset 0 5px 10px #f0f0f0;
	-moz-box-shadow:inset 0 5px 10px #f0f0f0;
	box-shadow:inset 0 5px 10px #f0f0f0;
}
#inProTab .inProTab_img {
	position: relative;
	width: 100%;
	height: 25px;
	margin-bottom: 10px;
}
#inProTab .inProTab_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#inProTab p {
	text-align: center;
}
#inProTab p a {
	font-size: 22px;
	color: #585858;
}
/*#inProTab .swiper-slide-active p a {
	color: #000;
}*/
#inProTab .swiper-slide-currut p a {
	color: #000;
}
#inProTab .inProTab_btn {
	position: absolute;
	top: 50%;
	z-index: 999;
	cursor: pointer;
	transform: translateY(-50%);
}
#inProTab .inProTab_btn span.iconfont {
	font-size: 24px;
	color: #999;
}
#inProTab .inProTab_btn span.iconfont:hover {
	color: #261e15;
}
.inProTab-button-next {
	right: 0;
}

.inProTab-button-prev {
	left: 0;
}

#inProCon {
	/*overflow: hidden;*/
}

#inProCon .inProCon-pagination {
	display: none;
}
ul.inpro_con_ul {
	margin-right: -2%;
	/*padding-bottom: 70px;*/
}
ul.inpro_con_ul * {
	transition: all 0.7s;
}
ul.inpro_con_ul li {
	float: left;
	width: 31.33%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-bottom: none;
}
ul.inpro_con_ul li .li_img {
	overflow: hidden;
}
ul.inpro_con_ul li .li_img img {
	display: block;
	width: 100%;
}

ul.inpro_con_ul li .li_text {
	position: absolute;
	width: 100.5%;
	left: 0;
	bottom: 0;
	background-color: #fff;
	transform: translateY(100%);
	z-index: 99;
	opacity: 0;
	border: 1px solid transparent;
	border-top: none;
	padding: 2%;
	margin-left: -1px;
}
ul.inpro_con_ul li .li_text h4 {}
ul.inpro_con_ul li .li_text h4 a {
	display: block;
	font-weight: 600;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
ul.inpro_con_ul li .li_text article {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
ul.inpro_con_ul li .li_text a span.iconfont {
	color: #333;
	font-size: 20px;
	margin-top: 30px;
}
ul.inpro_con_ul li:hover {
	border: 1px solid #333;
	border-bottom: none;
}
ul.inpro_con_ul li:hover .li_img {
	transform: scale(0.95);
}
ul.inpro_con_ul li:hover .li_text {
	opacity: 1;
	border: 1px solid #333;
	border-top: none;
}

@media all and (max-width: 1023px) {
	#inProTab {
		width: 85%;
	}
}
@media all and (max-width: 768px) {
	ul.inpro_con_ul li {
		width: 48%;
	}
}

@media all and (max-width: 450px) {
	ul.inpro_con_ul li .li_text {
		width: 101%;
	}
}

.inWedo {
	background: url(../images/inWedo_bg.jpg) no-repeat center;
	background-size: cover;
}

.inWedo_le {
	width: 53.6%;
}
.inWedo_le img {
	display: block;
	width: 100%;
}
.inWedo_ri {
	width: 46.4%;
	padding: 0 5%;
}
.inWedo_ri .cut {
	display: block;
	width: 35px;
	height: 2px;
	background: #000;
}
.inWedo_ri .inWedo_ri_tips {
	font-size: 18px;
	color: #333;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 20px;
}
.inWedo_ri article {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 75px;
}

@media all and (max-width: 1200px) {
	.inWedo_ri_logo {
		display: none;
	}
	.inWedo_ri .inWedo_ri_tips {
		font-size: 14px;
	}
}

@media all and (max-width: 1023px) {
	.inWedo_le {
		display: none;
	}
	.inWedo_ri {
		width: 100%;
		padding: 30px 2.5%;
	}
}


.inPart {}
.inPart_box {
	/*margin-right: -2%;*/
	display: -webkit-box;
}
.inPart_item {
	/*float: left;*/
	/*width: 23%;
	margin-right: 2%;*/
	width: 25%;
	padding-left: 2%;
	border-right: 1px solid #e8e7e6;
}
.inPart_item:last-child {
	border-right: 1px solid transparent;
}
.inPart_item .inPart_item_img {
	width: 48px;
	position: relative;
	height: 48px;
	margin-bottom: 20px;
}
.inPart_item .inPart_item_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.inPart_item h4 {
	font-size: 20px;
	color: #20170e;
	font-weight: 600;
}

@media all and (max-width: 550px) {
	.inPart_box {
		display: block;
		/*margin-right: -2%;*/
	}
	.inPart_item {
		float: left;
		width: 50%;
	}
	.inPart_item:nth-child(1),
	.inPart_item:nth-child(2) {
		border-bottom: 1px solid #e8e7e6;
	}
	.inPart_item:nth-child(2n) {
		border-right: 1px solid transparent;

	}
	.inPart_item article {
		height: 100px;
	}
}

.inOedm {
	background: url(../images/in_oedm_bg.jpg) no-repeat center;
	background-size: cover;
}
.inOedm h2.in_h2 {
	text-align: center;
	position: relative;
}
.inOedm h2.in_h2:after {
	content: "";
	position: absolute;
	width: 27px;
	height: 17px;
	background: url(../img/mian_nav_icon.png) no-repeat center;
	background-size: cover;
	bottom: -5px;
	left: 50%;
	transform: translate(-50%,10px);
}

.inOedm_box {
	/*margin-right: -6.66%;*/
}
.inOedm_item {
	/*float: left;*/
	width: 12%;
	max-width: 180px;
	/*margin-right: 6.66%;*/
}
.inOedm_item p {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.5);
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
}
.inOedm_item p:after {
	content: "";
	position: absolute;
	width: 85px;
	height: 13px;
	background: url(../images/oedm_jt.png) no-repeat center;
	background-size: cover;
	top: 50%;
	right: 0;
	transform: translate(150%,-50%);
}
.inOedm_item:last-child p:after {
	display: none;
}
.inOedm_item:first-child p:after {
	transform: translate(120%,-50%);
}
.inOedm_item:first-child p {
	transform: scale(1.2);
}
.inOedm_item:first-child p img {
	transform:translate(-50%,-50%) scale(0.8);
}
.inOedm_item p img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.inOedm_item article {
	text-align: center;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	height: 125px;
}

@media all and (max-width: 1366px) {
	.inOedm_item p {
		width: 70px;
		height: 70px;
	}
	.inOedm_item p:after {
		width: 70px;
		height: 8px;
	}
}

@media all and (max-width: 1199px) {
	.inOedm_item p:after {
		display: none;
	}
}
@media all and (max-width: 1023px) {
	.inOedm_item article {
		font-size: 12px;
	}
}

@media all and (max-width: 768px) {
	.inOedm_item {
		width: 30%;
		margin-bottom: 2%;
	}
	.inOedm_item:first-child p {
		transform: scale(1);
	}
}

footer {}
.foot_top {}
.foot_top_le {
	width: 62.5%;
	max-width: 802px;
}
.foot_top_ri {
	width: 242px;
	max-width: 21%;
}
.foot_top_ri img {
	display: block;
	max-width: 100%;
}
.foot_nav_item {
	width: 15%;
}
.foot_nav_item h3 {
	font-size: 16px;
	color: #2f281c;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 20px;
}
.foot_nav_item a {
	display: block;
	color: #666;
	margin-bottom: 12px;
}
.foot_nav_item a:last-child {
	margin-bottom: 0;
}
.foot_nav_item a:hover {
	color: #000;
}

.foot_bot {
	border-top: 1px solid #eee;
	color: #999;
}
.foot_bot span:first-child {
	margin-right: 30px;
}
.foot_bot span a {
	color: #999;
}
.foot_bot span a:hover {
	color: #000;
}

@media all and (max-width: 1023px) {
	.foot_top {
		display: none;
	}
	.foot_top_le {
		display: none;
	}
	.foot_top_ri {
		max-width: 100%;
	}
}


















