.header{
	/*background-color: #fff;*/
	/*position: fixed;*/
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;

}
.index .header{
	position: fixed;
}
#full_bg{
	background-color: #000;
	opacity: 0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: alpha(opacity=50);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 999;
	position: fixed;
}
#full_bg.over{
	display: block;
}

.header .topNav-wrap{
	position: relative;
	z-index: 2;
}

.header .topNav{
	position: relative;
	height: 100px;
	overflow: hidden;
	padding: 0 20px;
	z-index: 2;
	color: #fff;
	transition: all .4s;
}

.header .logo{
	padding-top: 20px;
	display: inline-block;
	transition: all .4s;
}
.header .logo a{
	display: inline-block;
	width:100%;
}

.header .log-img{
	width: 192px;
	height: 62px;
}

.header .log-img img{
	width:100%;
}

.header img{
	width: 100%;
}

.header .nav_list{
	/*display: inline-block;*/
	position: relative;
	float: right;
	font-size: 0;
	line-height: 2;
	/*overflow: hidden;*/
}

.header .nav_list li{
	display: inline-block;
	padding:34px 20px;
	font-size: 16px;
	cursor:pointer;
	position: relative;
	overflow: hidden;
	transition: all .4s;
}

.nav-btn-tit{
	position: relative;
	z-index: 2;
}

.so .icon-search{
	display: block;
}

.so .icon-search-w{
	display: none;
}

.so:hover .icon-search,.so.on .icon-search{
	display: none;
}

.so:hover .icon-search-w,.so.on .icon-search-w{
	display: block;
}

.header .nav_list li.so{
	text-align: center;
	padding: 30px 28px;
}
.nav_list_btn.so .nav-btn-tit{
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-top: 10px;
}
.nav_list_btn a{
	display: inline-block;
}

.nav-btn-bg{
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 1;
	background-color: #d70000;
	opacity: 0;
	transition: all 0.3s;
}

.header .nav_list li.on a{
	color: #000;
}

.header .nav_list li.on .nav-btn-bg{
	opacity: 1;
	top: 0;
}

.topNav-bg{
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	filter: alpha(opacity=20);
	opacity: .5;
	-webkit-transition: all ease-in 250ms;
	transition: all ease-in 250ms;
	z-index: 1;
}

.header:hover .topNav-bg{
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
}

.header .topNav a{
	color: #333;
}
.header.over .topNav a{
	color: #333;
}

.header.over .topNav li.nav_list_btn.on a,.header.over .topNav .nav_list_btn:hover a{
	color: #fff;
}

.nav-content-wrap {
	position: relative;
}

.nav-cont{
	position: absolute;
	top: -320px;
	left: 0;
	width: 100%;
	height: 340px;
	overflow: hidden;
	z-index: 1;
	color: #404040;
	background-color: #f0f0f0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	transition: all 0.5s;
}

.user_search{
	position: absolute;
	top: -100px;
	height: 80px;
	overflow: hidden;
	z-index: 1;
	color: #404040;
	background-color: transparent;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	transition: all 0.5s;
	text-align: right;
}

.user_search .search-bar{
	width: 100%;
	display: inline-block;
	background-color: #F0f0f0;
	font-size: 16px;
	overflow: hidden;
	text-align: left;
	color: #999999;
}
.user_search .search-bar span{
	padding: 0 10px;
	font-size: 14px;
}
.user_search .search-bar span:nth-child(1){
	color: #999999;
}
.user_search .search-bar span a{
	color: #333333;
}
.user_search .search-bar span a:hover{
	color: #d70000;
}

.user_search .search-bar p:nth-child(1){
	float: left;
	width: 60%;
	line-height: 80px;
}
.user_search .search-bar p:nth-child(2){
	float: left;
	width: 40%;
	line-height: 80px;
}
.user_search .search-bar{
	-webkit-box-shadow: 0 3px 10px rgba(190,204,204,0.5);
	-moz-box-shadow: 0 3px 10px rgba(190,204,204,0.5);
	box-shadow: 0 3px 10px rgba(190,204,204,0.5);
}
.search-bar_top{
	padding-top: 25px;
}
.input-key{
	width: 340px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	line-height: 30px;
	outline: none;
	padding: 0 10px;
	float: left;
}
.input-key:focus{
	background-color: #ffffff;
}
.top_menu_submit{
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	cursor: pointer;
	margin: 0 10px;
}
.header .top_menu_submit img{
	display:none;
}
.top_menu_submit .se-reBtn{
	display:inline-block;
	width:25px;
	height:25px;
	border:none;
	background:url(../images/icon-search.png) no-repeat center;
}

.nav-cont.ui-nav-multCont{
	top: -420px;
	height: 420px;
}

.nav-cont.on{
	top: 0;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
}
.ui-nav-aboutCont{

}

.nav-cont-bgWarp{
	width: 1200px;
	height: 100%;
	float: left;
}

.nav-cont-bg{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.nav-cont-bg img{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.menu_about_pic{
	background: url("../images/menu_about_pic.jpg") -30px top no-repeat;
	background-size: cover;
}
.menu_news_pic{
	background: url("../images/menu_news_pic.jpg") right top no-repeat;
	background-size: cover;
}
.menu_ppyw_pic{
	background: url("../images/menu_ppyw_pic.jpg") right top no-repeat;
	background-size: cover;
}
.menu_case_pic{
	background: url("../images/menu_case_pic.jpg") right top no-repeat;
	background-size: cover;
}
.menu_shzr_pic{
	background: url("../images/menu_shzr_pic.jpg") right top no-repeat;
	background-size: cover;
}
.menu_join_pic{
	background: url("../images/menu_jrwm_pic.jpg") right top no-repeat;
	background-size: cover;
}
.menu_contact_pic{
	background: url("../images/menu_contact_pic.jpg") right top no-repeat;
	background-size: cover;
}

.nav-cont-txt{
	position: absolute;
	left:25%;
	top: 80px;
	width: 29%;
	color: #333333;
	max-width: 600px;
	text-align: left;
	z-index: 2;
}

.nav-cont-txt.fl{
	left: 40px;
	top: 50px;
}

.ui-nav-multCont .nav-cont-txt{
	top:380px;
	left: 20px;
	color: #fff;
	font-size: 18px;
}

.nav-cont-txt>p{
	line-height:30px;
	font-size: 14px;
	color: #404040;
}
.ui-nav-multCont .nav-cont-txt>p{
	color: #fff;
}

.nav-cont-txt>p.nav-cont-txtTit{
	font-size: 36px;
	padding: 20px 0;
}

.ui-nav-aboutCont .nav-cont-txt>p{
	padding: 50px 0 20px;
}

.nav-cont-list{
	z-index: 2;
	width:100%;
	height: 100%;
	background-color: #f2f0f0;

	position: relative;
	float: left;
}

.ui-nav-multCont .nav-cont-list{
	width: 42%;
	/*min-width: 470px;*/
}

.nav-cont-ls-block{
	width: 49.2%;
	float: left;
}

.nav-cont-ls-tit{
	color: #5f636a;
	font-size: 24px;
	padding:30px 0 20px 50px;
}

.nav-cont-ls-titSml{
	font-size: 16px;
	color: #5f636a;
	height: 40px;
	padding-left: 50px;
}

.nav-cont-items{
	position: relative;
}
.nav-cont-list .nav-cont-items li{
	width: 40%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #5f636a;
	margin-left: 20px;
	vertical-align: middle;
	cursor: pointer;
	z-index: 2;
	position: relative;
	transition: 0.3s linear;
	display: inline-block;
	float: left;
}
.nav-cont-list .nav-cont-items li a{
	display: inline-block;
	width:100%;
}
.nav-cont-list .nav-cont-items li .li_bg{
	margin-left: 30px;
	width: 2%;
	height:3px;
	background-color: #d70000;
	opacity: 0;
}
.nav-cont-list .nav-cont-items li.on,.nav-cont-list .nav-cont-items li:hover{
	height: 50px;
	transition: 0.2s linear;
}
.nav-cont-list .nav-cont-items li:hover .li_bg{
	width: 20%;
	opacity: 1;
	transition: 0.3s linear;
}
.nav-cont-list .nav-cont-items li a{
	padding-left: 30px;
	display: inline-block;
	height: 50px;
	color: #333;
}
.nav-cont-list .nav-cont-items li a:hover{
	color: #d70000;
}
.nav-cont-list .nav-cont-items li:hover a{
	color: #d70000;
}

.nav-cont-swp {
    width: 100%;
    height: 100%;
    /*margin: 0px auto;*/
    position: relative;
}

.nav-cont-swp-bg{
    height: 100%;
    width: 100%;
	margin: 0 auto;
}

.nav-cont-swp-bg img{
	width: auto;
    height: 100%;
    margin:0 auto;
}

.arrow-left {
    background: url(../images/arrow-left.png) no-repeat left top;
    position: absolute;
    right: 100px;
    top: 88%;
    margin-top: 0;
    width: 36px;
    height: 36px;
    z-index: 999;
}

.arrow-right {
    background: url(../images/arrow-right.png) no-repeat left top;
    position: absolute;
    right: 50px;
    top: 88%;
    margin-top: 0;
    width: 36px;
    height: 36px;
    z-index: 999;
}
.nav-cont-swp .swiper-slide{
  position: relative;
    overflow: hidden;
}
.nav-cont-swp .swiper-container {
  height: 100%;
  width: 100%;
}
.nav-cont-swp .content-slide {
 	
    color: #fff;
    position: absolute;
    top: 90%;
    left: 76px;
}
.nav-cont-swp .title {
  font-size: 16px;
  margin-bottom: 10px;
}
.nav-cont-swp .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
}
.nav-cont-swp .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.nav-cont-swp .swiper-active-switch {
  background: #fff;

}
.header.lite .logo {
    padding-top: 8px;
}

.header.lite .nav_list li.so {
    padding: 18px 28px;
}

.header.lite .nav_list li {
    padding: 24px 12px;
}
.header.lite{
	margin-bottom: 40px;
}
.lite02{
	margin-top: -120px;
}
.lite03{
	margin-top: -80px !important;
}
.header.lite .topNav {
    height: 80px;
}


@media  (max-width: 1600px) {
	.nav-cont-bgWarp{
		width: 1000px
	}
	.menu_news_pic{
		background: url("../images/menu_news_pic.jpg") right top no-repeat;
		background-size: cover;
	}
	.menu_ppyw_pic{
		background: url("../images/menu_ppyw_pic.jpg") -220px top no-repeat;
		background-size: cover;
	}
	.menu_case_pic{
		background: url("../images/menu_case_pic.jpg") right top no-repeat;
		background-size: cover;
	}
	.menu_shzr_pic{
		background: url("../images/menu_shzr_pic.jpg") -220px top no-repeat;
		background-size: cover;
	}
	.menu_join_pic{
		background: url("../images/menu_jrwm_pic.jpg") -220px top no-repeat;
		background-size: cover;
	}
	.menu_contact_pic{
		background: url("../images/menu_contact_pic.jpg") right top no-repeat;
		background-size: cover;
	}
}

@media  (max-width: 1366px) {

	.nav-cont-txt{
		position: absolute;
		left: 320px;
		top: 80px;
		width: 450px;
		color: #333333;
		max-width: 600px;
		text-align: left;
		z-index: 2;
	}
	.nav-cont-list{
    	/*z-index: 2;*/
    	width: 25%;
	}
	.nav-cont-bgWarp{
		width: 75%;
	}
	.menu_news_pic{
		background: url("../images/menu_news_pic.jpg") -350px top no-repeat;
		background-size: cover;
		
	}
	.menu_ppyw_pic{
		background: url("../images/menu_ppyw_pic.jpg") -350px top no-repeat;
		background-size: cover;
	}
	.menu_case_pic{
		background: url("../images/menu_case_pic.jpg") right top no-repeat;
		background-size: cover;
	}
	.menu_shzr_pic{
		background: url("../images/menu_shzr_pic.jpg") -350px top no-repeat;
		background-size: cover;
	}
	.menu_join_pic{
		background: url("../images/menu_jrwm_pic.jpg") -320px top no-repeat;
		background-size: cover;
	}
	.menu_contact_pic{
		background: url("../images/menu_contact_pic.jpg") -320px top no-repeat;
		background-size: cover;
	}
}

@media  (max-width: 1280px) {
	.banner-cont-txt-tit{
		font-size: 48px;
	}
	.nav-cont-bgWarp{
		width: 850px;
	}
	.nav-cont-txt{
		position: absolute;
		left: 320px;
		top: 80px;
		width: 380px;
		color: #333333;
		max-width: 600px;
		text-align: left;
		z-index: 2;
	}

	.header .nav_list li{
		padding:44px 12px;
	}

	.header .nav_list li.so {
	    padding: 37px 28px;
	}
	.menu_news_pic{
		background: url("../images/menu_news_pic.jpg") -500px top no-repeat;
		background-size: cover;
	}
	.menu_ppyw_pic{
		background: url("../images/menu_ppyw_pic.jpg") -400px top no-repeat;
		background-size: cover;
	}
	.menu_case_pic{
		background: url("../images/menu_case_pic.jpg") -500px top no-repeat;
		background-size: cover;
	}
	.menu_shzr_pic{
		background: url("../images/menu_shzr_pic.jpg") -400px top no-repeat;
		background-size: cover;
	}
	.menu_join_pic{
		background: url("../images/menu_jrwm_pic.jpg") -400px top no-repeat;
		background-size: cover;
	}
	.menu_contact_pic{
		background: url("../images/menu_contact_pic.jpg") -450px top no-repeat;
		background-size: cover;
	}
}

@media  (max-width: 1080px) {

	.header .topNav{
		height:100px;
		border-bottom: 1px solid #ccc;
	}

	.header .logo {
	    padding-top: 33px;
	    display: inline-block;
	}

	.header .nav_list li {
    	padding: 34px 12px;
	}

	.header .nav_list li.so {
	    padding: 26px 10px;
	}

	.nav-cont-list{
	    z-index: 2;
	    width: 28%;
	}
	.nav-cont-txt{
		position: absolute;
		left: 340px;
		top: 80px;
		width: 340px;
		color: #333333;
		max-width: 600px;
		text-align: left;
		z-index: 2;
	}
	.ui-nav-multCont .nav-cont-list{
		width: 42%;
	}

	.nav-cont-bgWarp{
		width: 700px
	}

	.ui-nav-multCont .nav-cont-bg{
		 margin-left: -150px;
	}
}


.m-nav-topBtn{
	float: right;
    width: 32px;
    height: 32px;
    /*background-color: #f00;*/
    margin-top: 33px;
    display: none;

}

.m-menu-arrow{
    width: 20px;
    /*height: 36px;*/
    position: absolute;
    right: 10px;
    top: 10px;
    margin-top: 5px;
    transform: rotate(0deg);
    transition: all 0.2s;
    transform-origin:50% 50%;
    -webkit-transform-origin:50% 50%;
}

.active .m-menu-arrow{
	transform: rotate(90deg);
    top: 6px;
    right: 15px;
}

.m-nav-up{
	display: block;
}

.m-nav-down{
	display: none;
}

.nav-mobile{
	height:100%;
	background-color: #000000;
	overflow: auto;
	display: none;
}

 .m-sub-menu-item,.nav-mobile-item{
	font-size: 16px;
	padding: 0;
	width: 100%;
	text-align: left;
	border-bottom: #e8e8e8 solid 1px;
	position: relative;
}
.nav-mobile-item .search-bars{
	background-color: #efefef;
}

.m-sub-menu-item{
	background-color: #fff;
	color: #5f636a;
}
.m-sub-menu-item p,.nav-mobile-item p{
	padding: 12px;
}
.m-sub-menu-item a{
	color: #5f636a;
	font-size: 14px;
}

.nav-mobile-subMenus{
	display: none;
}

.nav-mobile-item{
	background-color: #ffffff;
	color: #000;
}
.nav-mobile-item.active{
	background-color: #fff;
	color: #d5000f;
}

.nav-mobile-item.active a{
	color: #d5000f;
}

.m-sub-menu-item i{
	background: url("../images/bit01_2.png") left center no-repeat;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 10px;
	width: 10px;
    height: 16px;
    display: inline-block;
}

.nav-mobile-item.search-bar p{
	padding: 0;
    margin: 12px 4%;
    width: 92%;
}

.nav-mobile-item  .input-key{
    width: 78%;
    margin-left: 12px;
	font-size:16px;
}

.nav-mobile-item  .top_menu_submit {
    margin-right: 12px;
}

@media  (max-width: 960px) {
	.header .topNav{
		height:80px;
		border-bottom: 1px solid #ccc;
	}

	.header .logo {
	    padding-top: 20px;
	    display: inline-block;
	}

	.header.lite .logo {
	    padding-top: 20px;
	}

	.topNav-bg{
		background-color: #fff;
		opacity:0.5;
	}

	.nav-content-wrap{
		display: none;
	}

	.header .nav_list {
		display: none;
	}

	.m-nav-topBtn{
		display: block;
	    margin-top: 22px;
	}

	.header .log-img {
	    width: 120px;
	    height: auto;
	    margin-top:-10px;
	}
}