.addMenuClass {
	display: none;
}
.head_list a span {
	color: #333;
	font-size: 30px;
}
.mm-page {
	overflow: hidden;
}
#menu {
	position: fixed;
	top: 64px;
}
@media all and (max-width: 1023px) {
	#mainNav {
		display: none;
	}
	.head_list {
		display: block!important;
	}
}

header {
	width: 100%;
	height: 155px;
}
.header {
	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;
	z-index: 9999;
}
.header_nav_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #807f7c;
	-webkit-box-shadow: 0 0 15px #444;
	-moz-box-shadow: 0 0 15px #444;
	box-shadow: 0 0 15px #444;
	/*padding: 10px 0;*/
}
@media all and (max-width: 1023px) {
	.header_nav_fixed {
		padding: 10px 0;
	}
}
header .logo {
	width: 200px;
}
header .logo img {
	display: block;
	max-width: 90%;
}
.header_top {
	padding: 15px 0;
}
.header_top .header_infor {
	width: 830px;
}
.header_top .header_contact {
	width: 66%;
	justify-content: space-between;
}
.header_top .header_contact p {
	/*width: 50%;*/
	font-size: 16px;
	/*align-items: flex-end;*/
	color: #949798;
}
.header_top .header_contact img {
	display: inline-block;
	margin-right: 10px;
}
.header_top .header_contact p strong {
	display: block;
	color: #949798;
	font-size: 16px;
}
/*.header_top .header_contact p span.iconfont {
	color: #cdcdcd;
	font-size: 18px;
	margin-right: 10px;
}*/
.header_top .header_contact p span a {
	color: #949798;
	border-bottom: 1px solid transparent;
	margin-right: 5px;
}
.header_top .header_contact p span a:last-child {
	margin-right: 0;
}
.header_top .header_contact p span em {
	margin-right: 5px;
}
.header_top .header_contact p span em:last-child {
	margin-right: 0;
}
.header_top .header_contact p span a:hover {
	color: #008cb0;
	border-color: #008cb0;
}




.header_top .header_ri {
	width: 30%;

}
.header_top_transform {
	position: relative;
	font-size: 16px;
	cursor: pointer;
}
.header_top_transform span {
	margin-left: 10px;
	color: #949798;
}
.header_top_transform span.iconfont {
	font-size: 20px;
	color: #949798;
}
.header_top_transform span.icon-you {
	transform: rotate(90deg);
}
.header_top_transform ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 9;
	-webkit-box-shadow: 0 0 5px #a1e6f7;
	-moz-box-shadow: 0 0 5px #a1e6f7;
	box-shadow: 0 0 5px #a1e6f7;
}
.header_top_transform ul li {
	text-align: center;
	height: 25px;
	line-height: 25px;
}
.header_top_transform ul li a {
	color: #fff;
	display: block;
	background-color: #008cb0;
}
.header_top_transform ul li a:hover {
	background-color: #008eb2;
}

.mainNav_logo {
	display: none;
}
#mainNav {
	width: 100%;
}

.header_nav_fixed .mainNav_logo {
	/*display: block;*/
	width: 135px;
}
.header_nav_fixed #mainNav {
	/*width: 80%;*/
	width: 100%;
}

@media all and (max-width: 1023px) {
	header {
		height: 64px;
	}
	.header {
		padding: 10px 0;
	}
	.header_top {
		display: none;
	}
	.header_bot .mainNav_logo {
		display: block;
		width: 135px;
	}
}

.header_bot {
	background-color: #008cb0;
}

#mainNav ul.firul {
	width: 100%;
}
#mainNav ul.firul li.firli {
	font-size: 20px;
	text-align: center;
	position: relative;
}
#mainNav ul.firul li.firli>a {
	color: #fff;
	display: block;
	text-transform: capitalize;
	height: 65px;
	line-height: 65px;
	width: 100%;
	text-align: center;
	position: relative;
}
#mainNav ul.firul li.firli>a:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #fff;
	left: 50%;
	bottom: 10px;
	transform: translate(-50%,0);
	opacity: 0;
}
#mainNav ul.firul li.firli>a:hover:after {
	opacity: 1;
}
#mainNav ul.firul li.active>a:after {
	opacity: 1;
}

#mainNav ul.secul {
	position: absolute;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	top: 65px;
	left: -100px;
	z-index: 9999;
	background: rgba(255,255,255,.9);
    width: 260px;
    /*overflow: hidden;*/
    -webkit-box-shadow: 0 0 10px #c3c3c3;
	-moz-box-shadow: 0 0 10px #c3c3c3;
	box-shadow: 0 0 10px #c3c3c3;
    display: none;
}
#mainNav ul.secul li.secli {
	width: 100%;
	border-bottom: 1px solid #dad8d5;
	position: relative;
}
#mainNav ul.secul li.secli .secli_icon {
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translate(-1px,-50%);
}
#mainNav ul.secul li.secli a {
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 25px;
	transition: all 0s;
	text-transform: capitalize;
	padding: 18px 20px;
}
#mainNav ul.secul li.secli a:hover {
	color: #008cb0;
	/*text-shadow: 1px 0 0 currentColor;*/
}
#mainNav ul.thiul {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	transform: translateX(100%);
	background: rgba(255,255,255,.9);
	-webkit-box-shadow: 0 0 10px #c3c3c3;
	-moz-box-shadow: 0 0 10px #c3c3c3;
	box-shadow: 0 0 10px #c3c3c3;
	display: none;
}

#mainNav ul.thiul li.thili {
	border-bottom: 1px solid #dad8d5;
}

@media all and (max-width: 1600px) {
	
}

@media all and (max-width: 1440px) {
	.header_top .header_contact p strong {
		font-size: 16px;
	}
	.header_top .header_contact p {
		font-size: 14px;
	}
	.header_top .header_infor {
		width: 760px;
	}
	.header_top .header_contact {
		width: 65%;
	}
	#mainNav {
		width: 87%;
	}
	#mainNav ul.firul li.firli {
		font-size: 14px;
	}
	#mainNav ul.secul li.secli a {
		padding: 15px 20px;
		font-size: 14px;
	}
	
}

@media all and (max-width: 1365px) {
	
	
}
@media all and (max-width: 1023px) {
	.header_ri {
		display: none;
	}
	.header_bot {
		background-color: #fff;
	}
}

#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;
}

#inBanner .inBanner-pagination {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
	z-index: 2;
}
#inBanner .inBanner-pagination .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
	position: relative;
	margin: 0 20px;
}
#inBanner .inBanner-pagination .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
}
#inBanner .inBanner-pagination .swiper-pagination-bullet-active:after {
	opacity: 1;
}


@media all and (max-width: 1440px) {
	#inBanner .inBanner-pagination .swiper-pagination-bullet:after {
		width: 12px;
		height: 12px;
	}
	.swiper-pagination-bullet {
		width: 4px;
		height: 4px;
	}
}

/*inpro*/
#inPro {
	position: relative;
	overflow: hidden;
	padding-bottom: 100px;
	padding-left: 2px;
}
@media all and (max-width: 450px) {
	#inPro {
		padding-bottom: 80px;
	}
}
.inpro_item {
	border: 1px solid #008cb0;
}
.inpro_img {}
.inpro_img img {
	display: block;
	width: 100%;
}
.inpro_text {
	width: 100%;
	/*height: 93px;*/
	/*background: url(../images/inpro_text_bg.png);
	background-size: cover;*/
	position: relative;
	background: #008cb0;
	height: 70px;
	line-height: 70px;
}
.inpro_text h4 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 95%;
}
.inpro_text h4 a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.inpro_text_img {
	position: absolute;
	width: 95px;
	left: 10%;
	top: 0;
	transform: translateY(-80%);
	display: none;
}
.inpro_text_img img {
	display: block;
	width: 100%;
}
.inpro_item:hover {
	border-color: #008eb2;
}
.inpro_item:hover .inpro_text {
	/*background: url(../images/inpro_text_bg_act.png);*/
	background: #47acc5;
}

@media all and (max-width: 1440px) {
	.inpro_text_img {
		width: 60px;
		left: 19%;
	}
}

@media all and (max-width: 768px) {
	.inpro_text_img {
		width: 60px;
		left: 17%;
	}
}
@media all and (max-width: 450px) {
	.inpro_text_img {
		/*width: 60px;
		left: 15%;*/
		width: 75px;
		left: 13%;
	}
}

/*swiper_btn*/
.swiper_btn {
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #def0f5;
	cursor: pointer;
	position: absolute;
	z-index: 9;
}
.swiper_btn span.iconfont {
	color: #008cb0;
}

.inPro-button-next {
	left: 50%;
	bottom: 0;
	transform: translate(30%,0);
}
.inPro-button-prev {
	left: 50%;
	bottom: 0;
	transform: translate(-130%,0);
}

/*insolu*/
.insolu {
	background: url(../images/insolu_bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	padding-bottom: 150px;
}
#inSoluList {
	position: relative;
	overflow: hidden;
}
.inSoluList_item {
	position: relative;
	border: 1px solid transparent;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.inSoluList_item:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #fff;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
}
.inSoluList_item img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 60%;
}
.insolulist_active .inSoluList_item {
	border-color: #fff;
}
.insolulist_active .inSoluList_item:after {
	opacity: 0;
}

#inSoluCon {
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0 30px #797a7a;
	-moz-box-shadow: 0 0 30px #797a7a;
	box-shadow: 0 0 30px #797a7a;
}
.inSoluCon_irem {
	display: -webkit-box;
}
.inSoluCon_irem_text {
	width: 50%;
	background: #fff;
	padding: 5%;
	position: relative;
}
.inSoluCon_irem_text h3 {
	font-size: 18px;
	color: #414344;
	font-weight: 900;
	position: relative;
	padding-left: 50px;
}
.inSoluCon_irem_text h3:before {
	content: "";
	position: absolute;
	width: 35px;
	height: 1px;
	background: #414344;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.inSoluCon_irem_text article {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 75px;
}
.inSoluCon_irem_text .in_more {
	color: #008cb0;
}
.inSoluCon_irem_text_img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 343px;
	max-width: 100%;
	transform: translate(-20%,-15%);
}
.inSoluCon_irem_text_img img {
	display: block;
	width: 100%;
}
.inSoluCon_irem_img {
	width: 50%;
}
.inSoluCon_irem_img img {
	display: block;
	width: 100%;
}
.inSoluList-pagination,
.inSoluCon-pagination {
	display: none;
}

.insolu-button-next {
	left: 50%;
	bottom: 50px;
	transform: translate(30%,0);
	border: 1px solid #fff;
	background: none;
}
.insolu-button-prev {
	left: 50%;
	bottom: 50px;
	transform: translate(-130%,0);
	border: 1px solid #fff;
	background: none;
}
.insolu-button-next span.iconfont,
.insolu-button-prev span.iconfont {
	color: #fff;
}

@media all and (max-width: 1440px) {
	.inSoluCon_irem_text_img {
		width: 250px;
	}
}

@media all and (max-width: 768px) {
	.inSoluList_item {
		width: 70px;
		height: 70px;
	}
	.inSoluCon_irem_img {
		display: none;
	}
	.inSoluCon_irem_text {
		width: 100%;
	}
	.inSoluCon_irem_text_img img {
		opacity: .3;
	}
}

/*inabout*/
.inabout {}
.inabout_wrap {
	align-items: flex-end;
	position: relative;
}
.inabout_wrap:after {
	content: "";
	position: absolute;
	width: 360px;
	height: 314px;
	background: url(../images/inabout_ri_bg.png) no-repeat center;
	background-size: contain;
	top: 0;
	right: 0;
	z-index: -1;
}
.inabout_le {
	width: 594px;
	max-width: 50%;
	height: 762px;
	background: url(../images/inabout_text_bg.png) no-repeat center;
	background-size: contain;
	position: relative;
}
.inabout_le_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
}
.inabout_le_text article {
	color: #333;
}
.inabout_le_cut {
	display: block;
	width: 85px;
	height: 1px;
	background-color: #6c5a4b;
}
.inabout_le_text .in_more {
	background-color: #fa9935;
	color: #fff;
	width: 140px;
	padding: 17px 30px;
}
.inabout_ri {
	width: 50%;
	transform: translateY(-8.5%);
}
.inabout_ri h2 {
	font-weight: 900;
	font-size: 54px;
	text-transform: uppercase;
	color: #414344;
	margin-bottom: 130px;
	transform: translateX(-18%);
	position: relative;
}
.inabout_ri_img {
	-webkit-box-shadow: 0 0 20px #f9f9f9;
	-moz-box-shadow: 0 0 20px #f9f9f9;
	box-shadow: 0 0 20px #f9f9f9;
}

.inabout_ri_img img {
	display: block;
	width: 100%;
	
}

@media all and (max-width: 1440px) {
	.inabout_ri h2 {
		font-size: 40px;
	}
	.inabout_le_cut {
		display: none;
	}
	.inabout_le {
		height: 660px;
	}
}

@media all and (max-width: 768px) {
	.inabout_wrap {
		flex-direction: column-reverse;
	}
	.inabout_le {
		width: 100%;
		max-width: 100%;
		height: auto;
		background: none;
		margin-top: 30px;
	}
	.inabout_le_text {
		position: initial;
		transform: translate(0%,0%);
    	width: 100%;
	}
	.inabout_ri {
		width: 100%;
		transform: translateY(0);
	}
	.inabout_ri h2 {
		font-size: 24px;
		transform: translateX(0%);
		margin-bottom: 30px;
	}
}

/*footer*/
footer {
	background: #414344;
}
.fot_top {}
.fot_item {
	max-width: 20%;
}
.fot_item h3 {
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
}
.fot_item span {
	display: block;
	margin-bottom: 15px;
}
.fot_item span:last-child {
	margin-bottom: 0;
}
.fot_item span a {
	color: #c2c2c2;
	/*line-height: 25px;*/
	line-height: 16px;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.fot_item span a:hover {
	color: #008cb0;
}
.fot_item p {
	/*justify-content: flex-start;
	flex-wrap: nowrap;*/
	margin-bottom: 15px;
	color: #c2c2c2;
	
	line-height: 25px;
}
.fot_item p a {
	color: #c2c2c2;
}
.fot_item p a:hover {
	color: #008cb0;
}
.fot_item p:last-child {
	margin-bottom: 0;
}
.fot_item p strong {
	
}
.fot_item p em {
	
}
.fot_logo {
	margin-bottom: 16px;
}
.fot_logo img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}
footer .in_share {
	margin-right: auto;
	margin-left: auto;
}
footer .in_share span.iconfont {
	font-size: 20px;
}
footer .in_share a:nth-child(2) span.iconfont {
	font-size: 24px;
}
.fot_search form {
	width: 230px;
	background: #5b6062;
}
.fot_search form input {
	width: 75%;
}
.fot_search form button {
	width: 23%;
	height: 48px;
	background: #008cb0;
	color: #fff;
	outline: none;
	border: none;
	cursor: pointer;
}
.fot_search form button span.iconfont {
	font-size: 24px;
}
.fot_search form input {
	height: 48px;
	line-height: 48px;
	border: none;
	outline: none;
	background: none;
	color: #fff;
	padding: 0 2%;
}

.fot_bot {
	color: #5b5b5b;
	text-align: center;
	border-top: 1px solid #494b4c;
	padding: 14px 0;
	line-height: 25px;
	font-weight: 600;
}
.fot_bot a {
	color: #5b5b5b;
}
.fot_bot a:hover {
	color: #008cb0;
}

.fot_appli_btn {
	display: block;
	width: 200px;
	max-width: 80%;
	height: 45px;
	line-height: 45px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	font-size: 16px;
	background: #008cb0;
	text-align: center;
	border-radius: 25px;
}

@media all and (max-width: 1440px) {
	.fot_search form {
		width: 222px;
	}
	.fot_appli_btn {
		font-size: 14px;
	}
}

@media all and (max-width: 1024px) {
	.fot_search form {
		width: 200px;
	}
}

@media all and (max-width: 768px) {
	.fot_item {
		max-width: 48%;
	}
	.fot_item:nth-child(1),
	.fot_item:nth-child(2),
	.fot_item:nth-child(4) {
		display: none;
	}
	footer {
		padding-bottom: 100px;
	}
}

@media all and (max-width: 500px) {
	/*.fot_top {
		display: none;
	}*/
	.fot_item {
		width: 98%;
	}
	.fot_item:nth-child(5) {
		display: none;
	}
	.fot_search {
		display: none;
	}
	.fot_appli_btn {
		display: none;
	}
}

.in_share_icon {
	position: relative;
}
.in_share_icon .in_share_icon_img {
	position: absolute;
	width: 100px;
	top: 0;
	left: 50%;
	transform: translate(-50%,-100%);
	display: none;

	/*height: 100px;
	background: #000;*/
}
.in_share_icon .in_share_icon_img img {
	display: block;
	width: 100%;
}

.in_share_icon:hover .in_share_icon_img {
	display: block;
}
