   @media (max-width:768px){
        .inBanner-button-prev {
        left: 18% !important;
        top: 39% !important;
        }
    }
.addMenuClass {
	display: none;
}
.head_list a span {
	color: #333;
	font-size: 30px;
}
.mm-page {
	overflow: hidden;
}

#menu {
	position: fixed;
	top: 54px;
}
@media all and (max-width: 1023px) {
	#mainNav {
		display: none;
	}
	.head_list {
		display: block!important;
	}
}

header {
	width: 100%;
	/*height: 90px;*/
}
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	/*-webkit-box-shadow: 0 0 10px #c3c3c3;
	-moz-box-shadow: 0 0 10px #c3c3c3;
	box-shadow: 0 0 10px #c3c3c3;*/
	z-index: 9999;
	padding: 10px 0;
	/*background:url(../images/header_nav_deep_bg.png) no-repeat center;*/
	background-color: #f1f1f1;
	background-size: cover;
}

.header_nav_deep {
	/*background-image: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,0));*/
	
	transition: all 0.2s;
	-webkit-box-shadow: 0 0 10px #444;
	-moz-box-shadow: 0 0 10px #444;
	box-shadow: 0 0 10px #444;
	background: #f1f1f1;
}
.header_nav_deep:after {
	content: "";
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background: inherit;
    filter: blur(40px);
    z-index: -1;
}

/*.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: 180px;
}
header .logo img {
	display: block;
	width: 100%;
}
@media all and (max-width: 1023px) {
	header .logo {
		width: 80px;
	}
	header {
		height: 54px;
	}
}

.header_ri_box {
	width: 1176px;
}

@media all and (max-width: 1200px) {
	.header_ri_box {
		width: 700px;
	}
}
@media all and (max-width: 1023px) {
	.header_ri_box {
		display: none;
	}
}

#mainNav {
	width: 100%;
}
#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: #fff;*/
	color: black;
	display: block;
	text-transform: capitalize;
	height: 70px;
	line-height: 70px;
	width: 100%;
	text-align: center;
	position: relative;
}
#mainNav ul.firul li.firli>a:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	
	background-size: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	opacity: 0;
	transform: all 0.3s;
}
#mainNav ul.firul li.firli>a:hover {
	color: #fc995d;
	text-shadow: 1px 0 0 currentColor;
}
#mainNav ul.firul li.firli_act>a {
	color: #fc995d;
	text-shadow: 1px 0 0 currentColor;
}
#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: 80px;
	left: -80px;
	z-index: 9999;
	background: #fff;
    width: 220px;
    /*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 #eee;
	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: #666;
	font-size: 16px;
	transition: all 0s;
	text-transform: capitalize;
	padding: 18px 20px;
}
#mainNav ul.secul li.secli a:hover {
	color: #fc995d;
	text-shadow: 1px 0 0 currentColor;
}
#mainNav ul.thiul {
	position: absolute;
	top: 0;
	right: 0;
	/*width: 220px;*/
	width: 440px;
	transform: translateX(100%);
	background-color: #fff;
	-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 ul.thiull{
	position: absolute;
	top: 0;
    left: 0;
	/*width: 220px;*/
	width: 440px;
	transform: translateX(100%);
	background-color: #fff;
	-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 {
	float: left;
	width: 48%;
	border-bottom: 1px solid #eee;
}
#mainNav ul.thiul li.thili a {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

@media all and (max-width: 1366px) {
	#mainNav ul.secul li.secli a {
		padding: 15px 20px;
		font-size: 14px;
	}
}

.header_ri > a span.iconfont {
	/*color: #fff;*/
	color: black;
	font-size: 20px;
}

@media all and (max-width: 1023px) {
	.header_ri {
		display: none;
	}
}

.header_nav_deep #mainNav ul.firul li.firli>a {
	color: #333;
}
.header_nav_deep .header_ri > a span.iconfont {
	color: #333;
}
.header_nav_deep #mainNav ul.firul li.firli>a:hover {
	color: #fc995d;
	text-shadow: 1px 0 0 currentColor;
}
.header_nav_deep #mainNav ul.firul li.firli_act>a {
	color: #fc995d;
	text-shadow: 1px 0 0 currentColor;
}

#inBanner {
	position: relative;
}
#inBanner .swiper-slide img {
	display: block;
	max-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: 9;
}
#inBanner .inBanner-pagination .swiper-pagination-bullet {
	opacity: 1;
	background-color: #fff;
	margin: 0 12px;
	position: relative;
}
#inBanner .inBanner-pagination .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 3px solid transparent;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: transparent;
	transition: all 0.4s;
	
}
#inBanner .inBanner-pagination .swiper-pagination-bullet-active:before {
	border-color: #fff;
	background: #FC995D;
}

.inPro_btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: absolute;
	border: 1px solid #fff;
	cursor: pointer;
	z-index: 9;
}
.inPro_btn span.iconfont {
	color: #fff;
}

.inBanner-button-next {
	right: 5%;
	top: 50%;
	transform: translate(0,-50%);
}
.inBanner-button-prev {
	left: 5%;
	top: 50%;
	transform: translate(0,-50%);
}
.inPro_btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	font-weight: 600;
}
.inPro_btn:hover {
	border-color: #fc995d;
}
.inPro_btn:hover span.iconfont {
	color: #fc995d;
}

/*inpro*/
.inpro {}
.inpro_btn_box {
	width: 110px;
}
.inpro_btn_box p {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: relative;
	border: 1px solid #9b9b9b;
	cursor: pointer;
}
.inpro_btn_box p span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	font-weight: 600;
}
.inpro_btn_box p:hover {
	border-color: #fc995d;
}
.inpro_btn_box p:hover span.iconfont {
	color: #fc995d;
}

@media all and (max-width: 1440px) {
	.inpro_btn_box p {
		width: 40px;
		height: 40px;
	}
	.inpro_btn_box p span {
		font-size: 16px;
	}
}

#inPro {
	overflow: hidden;
	position: relative;
}
.inpro_item {
	position: relative;
}
.inpro_img {}
.inpro_img img {
	display: block;
	width: 100%;
}
.inpro_text {
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.8));
	padding: 20px;
	width: 100%;
	z-index: 10;
}
.inpro_text h4 a  {
	font-size: 20px;
	color: #fff;
}
.inpro_text h4 {
	margin-bottom: 10px;
}
.inpro_rsp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
}
.inpro_rsp img {
	display: block;
	width: 100%;
}
.inpro_item:hover .inpro_rsp {
	opacity: 1;
}

.inPro_btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: absolute;
	border: 1px solid #fff;
	cursor: pointer;
	z-index: 9;
}
.inPro_btn span.iconfont {
	color: #fff;
}

.inPro-button-next {
	right: 2%;
	top: 50%;
	transform: translate(0,-50%);
}
.inPro-button-prev {
	left: 2%;
	top: 50%;
	transform: translate(0,-50%);
}
.inPro_btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	font-weight: 600;
}
.inPro_btn:hover {
	border-color: #fc995d;
}
.inPro_btn:hover span.iconfont {
	color: #fc995d;
}


@media all and (max-width: 1440px) {
	.inpro_text h4 a {
		font-size: 18px;
	}
}

/*innum*/
.innum {}
.innum_item {
	width: 30%;
	text-align: center;
}
.innum_item > p {
	font-size: 88px;
	color: #444;
	font-weight: 900;
}
.innum_item article {
	font-size: 20px;
	color: #888;
}

@media all and (max-width: 1440px) {
	.innum_item > p {
		font-size: 50px;
	}
	.innum_item article {
		font-size: 16px;
	}
}
@media all and (max-width: 768px) {
	.innum_item > p {
		font-size: 40px;
	}
	.innum_item article {
		font-size: 14px;
	}
}
/*ininter*/
.ininter_wrap {
	width: 97.5%;
	max-width: 1600px;
	align-items: flex-end;
}
.ininter_le {
	width: 56%;
	position: relative;
}
.ininter_le > img {
	display: block;
	width: 100%;
}
.ininter_le .ininter_le_start {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 147px;
	height: 147px;
	cursor: pointer;
}
.ininter_le .ininter_le_start img {
	display: block;
	width: 100%;
}
.ininter_ri {
	width: 42%;
}

.inabout_video_rsp {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 9999;
	display: none;
}
.inabout_video_rsp_close {
	color: #fff;
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 24px;
	cursor: pointer;
}
.inabout_video_rsp_close:hover {
	color: #6abe52;
}
.inabout_video_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
	height: 60%;
}
.inabout_video_rsp .pc-slide-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.inabout_video_rsp .pc-slide-video iframe,
.inabout_video_rsp .pc-slide-video object,
.inabout_video_rsp .pc-slide-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ininter_ri_text {
	padding: 5%;
	-webkit-box-shadow: 0 0 10px #e8eef2;
	-moz-box-shadow: 0 0 10px #e8eef2;
	box-shadow: 0 0 10px #e8eef2;
	transform: translate(-15%,20%);
	background-color: #fff;
	margin-top: 2%;
}
.ininter_ri_text_item {
	text-align: center;
	width: 32%;
}
.ininter_ri_text_item_icon {
	width: 60px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
.ininter_ri_text_item_icon img {
	display: block;
	width: 100%;
}
.ininter_ri_text_item p {
	margin-top: 20px;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 600;
	display: block;
}

@media all and (max-width: 1280px) {
	/*.ininter_ri {
		width: 60%;
		margin-left: -18%;
	}*/
}
@media all and (max-width: 1024px) {
	.ininter_wrap {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.ininter_le {
		width: 100%;
	}
	.ininter_ri {
		width: 100%;
		margin-top: 30px;
	}
	.ininter_ri_text {
		transform: translate(0%,0%);
		margin-top: 20px;
	}
}

@media all and (max-width: 500px) {
	.ininter_ri_text_item {
		width: 49%;
		margin-top: 20px;
	}
}

/*inblog*/
.inblog {}
#inBlog {
	position: relative;
	overflow: hidden;
}

@media all and (max-width: 500px) {
	#inBlog {
		padding-bottom: 50px;
	}
}

.inblog_item_box {
	margin-right: -4%;
}
.inblog_item {
	float: left;
	width: 25%;
	margin-right: 2%;
}
.inblog_item .inblog_item_img {
	position: relative;
}
.inblog_item .inblog_item_img:after {
	content: "";
	position: absolute;
	right: 0%;
	bottom: 0;
	width: 66px;
	height: 66px;
	background: url(../images/inblog_icon.png) no-repeat center;
	background-size: cover;
	transform: translate(-20px,50%);
	transition: all .3s;
}
.inblog_item .inblog_item_img img {
	display: block;
	width: 100%;
}
.inblog_item .inblog_item_text {
	-webkit-box-shadow: 0 0 10px #e8eef2;
	-moz-box-shadow: 0 0 10px #e8eef2;
	box-shadow: 0 0 10px #e8eef2;
	background-color: #fff;
	padding: 30px 20px;
}

.inblog_item .inblog_item_text article {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 75px;
}

.inblog_item_big {
	width: 42%;
}
.inblog_item_big .inblog_item_img {
	width: 90%;
	margin-left: auto;
	position: relative;
}
.inblog_item_big .inblog_item_img:after {
	content: "";
	position: absolute;
	right: 0%;
	bottom: 0;
	width: 44px;
	height: 44px;
	background: url(../images/inblog_icon_act.png) no-repeat center;
	background-size: cover;
	transform: translate(-20px,50%);
}
.inblog_item_big .inblog_item_img img {
	display: block;
	width: 100%;
}
.inblog_item_big .inblog_item_text {
	-webkit-box-shadow: 0 0 10px #e8eef2;
	-moz-box-shadow: 0 0 10px #e8eef2;
	box-shadow: 0 0 10px #e8eef2;
	width: 70%;
	margin-top: -20.5%;
	background-color: #fff;
	padding: 30px 20px;
	position: relative;
	z-index: 9;
}
.inblog_item_text h4 a {
	font-size: 18px;
	line-height: 1.4em;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.inblog_item_text h4 {
	margin-bottom: 20px;
}
.inblog_item_text span {
	display: block;
	color: #888;
	margin-top: 20px;
}

#inBlog .inBlog-pagination {
	position: absolute;
	left: 0;
	border-bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 9;
}
#inBlog .inBlog-pagination .swiper-pagination-bullet {
	opacity: 1;
	background: #d1d1d1;
	width: 10px;
	height: 10px;
	position: relative;
}
#inBlog .inBlog-pagination .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
#inBlog .inBlog-pagination .swiper-pagination-bullet-active:before {
	background: #e6e6e6;
}

.inBlog-button-next {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(300%,-50%);
	cursor: pointer;
	z-index: 10;
}
.inBlog-button-next span.iconfont {
	color: #aeaeae;
}
.inBlog-button-prev {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-400%,-50%);
	cursor: pointer;
	z-index: 10;
}
.inBlog-button-prev span.iconfont {
	color: #aeaeae;
}
.inBlog-button-next:hover span.iconfont {
	color: #fc995d;
}
.inBlog-button-prev:hover span.iconfont {
	color: #fc995d;
}

/*.inblog_item:hover .inblog_item_img:after {

}
*/
@media all and (max-width: 768px) {  
	.inblog_item {
		width: 48%;
	}
	.inblog_item_big {
		width: 98%;
		margin-bottom: 20px;
	}
}

/*intipsection*/
.intipsection {
	background: url(../images/intipsection_bg.jpg) no-repeat center;
	background-size: cover;
	height: 419px;
	position: relative;
}
.intipsection_text {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
	text-align: center;
}
.intipsection_text h2 {
	font-size: 36px;
	font-weight: 600;
	color: #fff;
}
.intipsection_text h3 {
	color: #fff;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}
.intipsection_text .in_share {
	margin-left: auto;
	margin-right: auto;
	width: 180px;
}
.intipsection_text .in_share a {
	border: 2px solid #fff;
	background:#fc995d;
}
.intipsection_text .in_share a span.iconfont {
	color: #fff;
}
.intipsection_text .in_share a:hover {
	background: none;
}
.intipsection_text .more_btn {
	background: #fff;
	border: none;

}

.intipsection_text .more_btn:hover {
	color: #fff;
	background-color: #fc995d;
}

@media all and (max-width: 1440px) {
	.intipsection_text h2 {
		font-size: 30px;
	}
}
@media all and (max-width: 768px) {
	.intipsection_text h2 {
		font-size: 24px;
	}
}
footer {}
.fot_main {
	background: url(../images/foot_top_bg.jpg) no-repeat center;
	background-size: cover;
}
.fot_main_top {
	padding-top: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #2e2e2e;
}
.fot_nav {
	width: 60%;
}
.fot_nav li a {
	color: #b7babc;
	border-bottom: 1px solid transparent;
	font-size: 16px;
	text-transform: capitalize;
}
.fot_nav li a:hover {
	color: #fff;
	border-color: #fff;
}
.fot_main_bot {

}
.fot_main_bot > .wrap {
	/*flex-wrap: nowrap;*/
}
.fot_main_bot_item {
	width: 25%;
}
.fot_main_bot_item h3 {
	font-size: 22px;
	color: #fff;
	text-transform: capitalize;
}
.fot_main_bot_item article {
	font-size: 16px;
	color: #ccc;
}
/*.fot_main_bot_item_about {
	width: 34%;
}
.fot_main_bot_item_pro {
	width: 130px;
}
.fot_main_bot_item_contact {
	width: 28%;
}*/

ul.fot_pro_nav {}
ul.fot_pro_nav li {
	margin-bottom: 10px;
}
ul.fot_pro_nav li:last-child {
	margin-bottom: 0;
}
ul.fot_pro_nav li a {
	color: #b7babc;
	font-size: 16px;
	border-bottom: 1px solid transparent;
}
ul.fot_pro_nav li a:hover {
	border-color: #fff;
	color: #fff;
}
.fot_main_bot_item_contact {}
.fot_main_bot_item_contact p {
	margin-bottom: 20px;
	font-size: 16px;
	color: #b7babc;
}
.fot_main_bot_item_contact p:last-child {
	margin-bottom: 0;
}
.fot_main_bot_item_contact p img {
	
	width: 10%;
}
.fot_main_bot_item_contact p span {
	width: 90%;
	padding-left: 10px;
}
.fot_main_bot_item_contact p span a {
	color: #b7babc;
	border-bottom: 1px solid transparent;
}
.fot_main_bot_item_contact p span a:hover {
	color: #fff;
	border-color: #fff;
}

.fot_tip {
	background-color: #232323;
	color: #4c4c4c;
	font-size: 16px;
	padding: 15px 0;
	line-height: 25px;
}
.fot_tip span a {
	color: #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
}
.fot_tip span a:hover {
	color: #fff;
	border-color: #fff;
}

@media all and (max-width: 1440px) {
	.fot_nav li a {
		font-size: 14px;
	}
	ul.fot_pro_nav li a {
		font-size: 14px;
	}
	.fot_main_bot_item article {
		font-size: 14px;
	}
	.fot_main_bot_item_contact p {
		font-size: 14px;
	}
	.fot_tip {
		font-size: 14px;
	}
	.fot_main_bot_item h3 {
		font-size: 18px;
	}
}
@media all and (max-width: 768px) {
	.fot_main_bot {
		display: none;
	}
	.fot_nav {
		width: 80%;
	}
}

@media all and (max-width: 750px) {
	.fot_tip {
		padding-bottom: 110px;
	}
}

@media all and (max-width: 600px) {
	.fot_main_top {
		display: none;
	}
	.fot_tip .in_share {
		margin-right: auto;
		margin-left: auto;
		margin-top: 20px;
	}
}












