/*µ¼º½*/

@media (min-width: 800px) {

.head_box{ width:100%; height:80px; padding:0 0;}

#tel_box{ float:right; background:url(../images/tel.jpg) no-repeat; width:545px; height:61px; margin:10px 0 0 0;}

#tel_box p{ font-size:22px; line-height:60px; text-align:right; padding-right:40px; font-weight:700; color:#1a3592}
#tel_box p span{ padding-right:30px;}

.h140{ clear:both; height:150px; width:100%;}

.phone_menu{ display:none;}


}



@media (max-width: 800px) {

.head_box{ display:none;}
.h140{ height:60px; background:#EC872B}

.phone_menu{ display: block;}

.top{ width:100%; margin:0 auto;height:50px;}
a.toplogo{ text-align:left; display:block; width:250px;  z-index:999; position:relative; }
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 {
	width: 477px;
	height: 70px;
	float:left;
	margin-top:5px;

}

#logo img {
  max-width:100%;
}




#nav_pc {
    float:right;
	height:70px;
	 width:800px;
	
	/*-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%;
}

.nav_pc {

 	width:100%;

}
.nav_pc>ul>li {
 float:left;
	width:12%;
	margin:0 1%;
	float:left;
	position:relative;
	 text-align:center;
}


.nav_pc>ul>li:last-child:after{ display:none;}

.nav_pc>ul>li>a {
	position:relative;
	height:80px;
	line-height:80px;
	text-align:center;
	color:#363636;
	font-size:16px;
	font-weight:700;

}
.nav_pc>ul>li:hover>a, .nav_pc>ul>li.currclass a {
	background:#ec872b;
	display:block;
	color:#fff;
		text-align:center;

}


.nav_pc>ul>li> .subNav {
	height:0px;
	background: url(../images/blue10.png);
	position:absolute;
	top:80px;
	left:0px;
	z-index:100;
	overflow:hidden;
	 width:100%;
}
.nav_pc>ul>li> .subNav .subNavL_pic {
	float:left;
	width:290px;
	margin:15px 0px 15px 10px;
}
.nav_pc>ul>li> .subNav .subNavL {
	width:290px;
	float:left;
	margin-left:0px;
	margin-top:-10px;
	 text-align:left;
}
.nav_pc>ul>li> .subNav .subNavL .subNavL_text h4 {
	font-size:16px;
	line-height:40px;
	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:180px;
}
.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*/