/*µ¼º½*/

@media (min-width: 800px) {

.head_box{ width:100%; height:70px; padding:0px 0; position:relative;}


.h140{ clear:both; height:150px; width:100%;}

.phone_menu{ display:none;}


}



@media (max-width: 800px) {

.head_box{ display:none;}
.h140{ height:50px; background:#fff}

.phone_menu{ display: block;}

.top{ width:100%; margin:0 auto;height:50px;position:relative;}
a.toplogo{ text-align:left; display:block; width:160px; position:absolute;  z-index:999; left:5px; top:8px;  }
a.toplogo img{ max-width:100%; max-height:100%;}


.toptel{ position:absolute; right:32px; top:18px;width:20px; height:20px; z-index:999;}
.toptel img{ max-width:80%; max-height:80%;}

a.toptelen{ position:absolute; right:10px; top:18px;width:20px; height:20px;}
a.toptelen img{ max-width:100%; max-height:100%;}

}


.yyss { float:right; width: 80px; margin-right:5px;}
.n_yy{ width:80px; height:30px; float:left;line-height:30px; text-align:center; font-size:15px;}
.n_yy:hover{color:#fff;cursor:pointer;}
.n_yy span{padding-left:15px; border-left:1px solid #fff; color:#fff; }

.n_yy:hover .n_yyxz_c{ display:block;}
.n_yyxz_c{ display:none;  width:85px; position:absolute; z-index: 9999; background:#fff;}
.n_yyxz_c li{ float:left; width:100%; line-height:35px; text-align:center; border-bottom:1px solid #ddd; }
.n_yyxz_c li a{ color:#666; font-size:14px; }
.n_yyxz_c li:hover{ background:#ff0000;}
.n_yyxz_c li:hover a{ color:#fff;}



#logo {

	position:absolute;
	left:1%;
	 top:10px;

}

#logo img {
  max-width:100%;
}


.shou_box{
  position:absolute;
   right:0px;
    top:0;
	z-index:9999!important;

}
.shou_box ul li{ float:left;}
.shou_box ul li img{ max-width:100%; max-height:100%;}

#nav_pc {
	width:calc(100% - 242px);
	 float:right;
	height:70px;

	position:relative;
	z-index:999;
	text-align:right;

	
	/*-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.2);box-shadow:0 2px 4px 0 rgba(0,0,0,.2)*/
}
#nav_pc .navBox {
	width:100%;
	max-width:1000px;
	height:100%;
	 float:right;
}

.nav_pc {
  margin-right:16%;



}
.nav_pc>ul>li {
	width:8%;
	margin:0 1.5%;
	padding:0 0.5%;
	float:left;
	position:relative;
}




.nav_pc>ul>li>a {
	position:relative;
	height:70px;
	line-height:70px;
	text-align:center;
	color:#363636;
	font-size:16px;
	display:block;

}
.nav_pc>ul>li:hover>a, .nav_pc>ul>li.currclass a {
 color:#EB0010;
}
.nav_pc>ul>li>a:before {
  position:absolute;
   left:0;
   bottom:10px;
   content:"";
   width:0;
   height:2px;
   background:#EB0010;
   transition:all .5s;
}
.nav_pc>ul>li>a:hover::before {

  width:100%;
   height:2px;
   background:#EB0010;transition:all 300ms ease-in-out 0s;
}


.nav_pc>ul>li> .subNav {
	height:0px;
	background: url(../images/blue10.png);
	position:absolute;
	top:70px;
	left:0px;
	z-index:100;
	overflow:hidden;
	 width:100%;
}
.nav_pc>ul>li> .subNav .subNavL_pic {
	float:left;
	width:260px;
	margin:15px 10px 15px 30px;
}
.nav_pc>ul>li> .subNav .subNavL {
	width:260px;
	float:left;
	margin-left:0px;
	margin-top:20px;
}
.nav_pc>ul>li> .subNav .subNavL .subNavL_text h4 {
	font-size:18px;
	line-height:45px;
	color:#fff;
	font-weight:normal;
}
.nav_pc>ul>li> .subNav .subNavL .subNavL_text p {
	float:left;
	width:240px;
	margin:0px 0px 20px 0px;
	font-size:12px;
	line-height:25px;
	color:#ccc;
}
.nav_pc>ul>li> .subNav .subNavL .subNavL_text {
	float:left;
	width:260px;
	margin:20px 20px 0px 30px;
}
.nav_pc>ul>li> .subNav .subNavL a {
	width:100%;
	height:35px;
	line-height:35px;
	font-size:14px;
	padding-left:2px;
	display:block;
	color:#ddd;
	text-align:left;
	opacity:1;
	border:none;
		max-width:150px;
}
.nav_pc>ul>li> .subNav .subNavL a:hover {
	opacity:1;
	color:#fff;
	background:#EC872B;

	padding-left:10px;
	
}
/*.nav>ul>li> .subNav .subNavR{ width:295px; height:180px; float:left; margin-top:20px; margin-left:20px;}
.nav>ul>li> .subNav .subNavR .subNavThum{ width:295px; height:75px;}
.nav>ul>li> .subNav .subNavR .subNavInfos{ width:295px; height:auto; margin-top:10px; font-size:12px; line-height:24px; color:#fff; opacity:0.8;}
*/ 
 
.moreList {
	position: relative;
}
.moreList a {
	margin:30px 20px;
}
.moreList a .img {
	position: relative;
}
.moreList a .img img {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	transform: scale(.9);
	-webkit-transform: scale(.9);
transition-duration: .5s;
-webkit-transition-duration: .5s;
}
.moreList:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 10%;
	height: 1px;
	width: 80%;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
transition-delay: .5s;
-webkit-transition-delay: .5s;
	transform-origin: center;
	-webkit-transform-origin: center;
	transform: scale(0);
	-webkit-transform: scale(0);
}
.moreList a .bg {
	overflow: hidden;
	position: absolute;
	width: 260px;
	height: 228px;
	top: 50%;
	left: 50%;
	margin-left: -130px;
	margin-top: -116px;
	z-index: 2;
}
.moreList a .bg span {
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #EC872B;
transition-duration: .8s;
-webkit-transition-duration: .8s;
}
.moreList a .bg .left, .moreList a .bg .right {
	width:2px;
	height: 100%;
}
.moreList a .bg .top {
	left: -100%;
}
.moreList a .bg .left {
	top: -100%;
}
.moreList a .bg .right {
	left: auto;
	right: 0;
	top: 100%;
}
.moreList a .bg .bottom {
	top: auto;
	bottom: 0;
	left: 100%;
}
.moreList a:hover {
	color: #C5A47E;
}
.moreList a:hover .img img {
	transform: none;
	-webkit-transform: none;
	opacity:1;
}
.moreList a:hover .bg .top {
	left: 0;
}
.moreList a:hover .bg .right {
	top: 0;
}
.moreList a:hover .bg .bottom {
	left: 0;
}
.moreList a:hover .bg .left {
	top: 0;
}
.moreList.active {
	visibility: visible;
	transform: none;
	-webkit-transform: none;
}
.moreList.active:after {
	transform: scale(1);
	-webkit-transform: scale(1);
}
/*fourbox end*/