body{ width:750px;margin:0 auto;font: 14px/1.5  Arial, Helvetica,"microsoft yahei","微软雅黑","Hiragino Sans GB","宋体", sans-serif; padding:0;background:#fff;}
/*公共*/
header,section,nav,footer,div,p ,img ,a,span,ul,li,label,form,input,select{ padding:0; margin:0; outline:none ; }
ul,li{ list-style:none; padding:0; margin:0; }
h1,h2,h3,h4,h5,h6{padding:0;margin:0;font-weight:600}
a{text-decoration: none; outline:none;}
a:hover{text-decoration: none;cursor:pointer}
a:focus{outline: none;text-decoration: none;}
.text-ellipsis {text-overflow: ellipsis;  white-space: nowrap;    overflow: hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1;}
img{max-width:100%;vertical-align:middle;}
.transition{transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;}
.pull-left{float:left;}
.pull-right{float:right;}
.container{margin:0 auto;max-width:750px;overflow:hidden;}

/*头部%菜单*/
#head{
	height:90px;
	width:100%;
	border-bottom:2px solid #313131;
	display:flex;
	justify-content:space-between;
	align-items:center;
	background:#000;
	top:0;
	z-index:10;
}
#search-btn{
	width:90px;
	height:90px;
}
#head .search-btn{
	display: block;
	width:90px;
	height:90px;
	background:url(../images/icon.png) no-repeat;
	background-position:20px 10px;
	transition:all 1s;
}
#head .menu-btn{
	width:90px;
	height:90px;
	background:url(../images/icon.png) no-repeat;
	background-position:-7px -72px;
}
#menu{
	position:fixed;
	top:92px;
	height:0;
	left:0;
	right:0;
	z-index:10;
	background:#000;
	overflow-x: auto;
}
#menu ul{
	margin:195px 90px 100px;
	opacity: 0;
}
#menu ul li{
	line-height:90px;
	height:90px;
	border-bottom:2px solid #313131;
	font-size:30px;
	overflow:hidden;
}
#menu ul li a{
	display:block;
	color:#fff;
}
#menu .search{
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:2px solid #313131;
	display:none;
}
#menu .search .cancle{
	font-size:28px;
	margin:0 25px;
	color:#fff;
	width:80px;
	display:none;
}
#menu .search-box{
	border-bottom:2px solid #313131;
	color:#fff;
	display:flex;
	justify-content: space-between;
	align-items:center;
	flex-wrap:nowrap;
	margin:20px 15px;
	background:rgba(255,255,255,.2);
	border-radius:10px;
	width:100%;
	transition:all .8s;

}
#menu .search-box .input{
	flex-grow:1;
	height:60px;
	transition:all .8s;
}

#menu .search-box .search-icon{
	width:60px;
	height:60px;
	margin:0 10px;
	background:url(../images/icon.png) no-repeat;
	background-position:-10px -8px;
}
#menu .search-box .input input{
	width:100%;
	height:100%;
	background:none;
	border:none;
	outline:none;
	color:#fff;
	font-size:28px;
}
.topsubnav {
	margin-bottom:20px!important
}
.topsubnav  li:last-child{
	border-bottom:none!important;
}

/*二级菜单*/

#page-sub-nav{
	position:relative;
	height:102px;
	width:750px;
	border-bottom:2px solid #cccccc;
	background-color:#fff;
	z-index: 8;
}
.fixed-menu{
	position:fixed!important;
	top:0;
}
#page-sub-nav .page-sub-nav-title{
	padding-left:36px;
	line-height:102px;
	font-size:36px;
	color:#000;
	font-weight:400;
}
#page-sub-nav .page-sub-nav-title:after{
	margin-top:44px;
	margin-right:33px;
	content:"";
	display:block;
	float:right;
	width:38px;
	height:18px;
	background:url(../images/icon.png) no-repeat;
	background-position:-120px -29px;
}
#page-sub-nav .page-sub-nav-title-open:after{
	background-position:-120px -120px;
}

#page-sub-nav .page-sub-nav-wrap{
	position:absolute;
	top:104px;
	width:100%;
	box-sizing: border-box;
	padding:0 80px 0;
	background-color:#fff;
	z-index:5;
	overflow: hidden;
	transition:all .8s ease;
	-webkit-transition:all .8s ease;
	height:0;
	opacity: 0;
}
#page-sub-nav .page-sub-nav-wrap-open{
	height:1200px;
	opacity: 1;
	padding:28px 80px 150px;
	overflow-y:auto;
}
.page-sub-nav-cover{
	position:fixed;
	top:550px;
	width:750px;
	height:100%;
	background:rgba(0,0,0,.4);
	z-index:4;
	display:none;
}
.page-sub-nav-cover-block{
	display:block;
}
#page-sub-nav .page-sub-nav-list{
	transition:all .8s ease;
	-webkit-transition:all .8s ease;
	transform: translateY(-200px);
	-webkit-transform: translateY(-200px);
	overflow:hidden;
}
#page-sub-nav .page-sub-nav-list-open{
	position:static;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	overflow-y:auto;
}
#page-sub-nav .page-sub-nav-item{
	/*height:89px;*/
	line-height:89px;
	border-bottom:2px solid #eaeaea;
	position:relative;
	z-index: 2;
	background:#fff;
	overflow:hidden;
}
#page-sub-nav .page-sub-nav-wrap-open .page-sub-nav-item{
	overflow-y:auto;
}
#page-sub-nav .page-sub-nav-item:last-child{
	border-bottom:none;
}
#page-sub-nav .page-sub-nav-link{
	display:block;
	font-size:30px;
	color:#666;
	position:relative;
	z-index: 3;
	background-color:#fff;
}
#page-sub-nav .page-sub-nav-link-on{
	color:#e52823;
}
.no-scroll{
	height:100%;
	overflow-y:auto;
}
#page-sub-nav .page-sub-nav-item .third-nav{
	display:flex;
	flex-direction: column;
	font-size:24px;
	padding-left:40px;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	z-index: 1;
	transition:all .8s ease;
	-webkit-transition:all .8s ease;
	transform: translateY(-200px);
	-webkit-transform: translateY(-200px);
}
#page-sub-nav .page-sub-nav-item .third-nav li{
	position:relative;
	z-index:2;
	background:#fff;
	overflow:hidden;
}
#page-sub-nav .page-sub-nav-item .third-nav li a{
	display:flex;
	width:100%;
	font-size:28px;
	color:#666;
	overflow:hidden;
	position:relative;
	z-index:2;
	background:#fff;
}
#page-sub-nav .page-sub-nav-item .third-nav-open{
	position:static;
	transform: translateY(-0);
	-webkit-transform: translateY(-0);

}
#page-sub-nav .page-sub-nav-item .third-nav .fore-nav{
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	padding-left:40px;
	z-index:1;
	transition:all .8s ease;
	-webkit-transition:all .8s ease;
	transform: translateY(-200px);
	-webkit-transform: translateY(-200px);
}
#page-sub-nav .page-sub-nav-item .third-nav .fore-nav-open{
	position:static;
	transform: translateY(-0);
	-webkit-transform: translateY(-0);
}


/*底部*/
#footer{
	padding:68px 35px 100px;
	background-color:#eeeeee;
}
#footer .logo{
	margin-bottom:74px;
}
#footer .logo img{
	width:311px;
	height:39px;
}
#footer-nav{
	border-top:2px solid #d9d9d9;
	display:flex;
	flex-direction: column;
}
#footer-nav .column{
	position:relative;
	z-index:1;
	border-bottom:2px solid #d9d9d9;
	overflow:hidden;
	pointer-events:auto;
}
#footer-nav .column .top-nav-name{
	font-weight:400;
	color:#000;
	margin:0;
	padding-top:40px;
	padding-bottom:25px;
	background-color:#eee;
	cursor:pointer;
	position:relative;
	z-index:2;
	user-select:none;
	font-size:26px;
	display:flex;
	justify-content:space-between;
}
#footer-nav .column .top-nav-name a{
	color:#000;
	display:block;
	width:100%;
}
#footer-nav .column .top-nav-name:after{
	content:"+";
	float:right;
	margin-right:15px;
	transition:transform .3s ease;
	-webkit-transition:transform .3s ease;
	-moz-transition:transform .3s ease;
	-ms-transition:transform .3s ease;
	font-size:26px;
}
#footer-nav .column .top-nav-name-open:after{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#footer-nav .column .sub-nav-list{
	margin:0;
	overflow:hidden;
	padding-top:15px;
	padding-bottom:25px;
	padding-left:20px;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	visibility:hidden;
	z-index:-1;
	transition:transform .3s ease;
	-webkit-transition:transform .3s ease;
	-moz-transition:transform .3s ease;
	-ms-transition:transform .3s ease;
	transform:translateY(-100px);
	-webkit-transform:translateY(-100px);
}
#footer-nav .column .sub-nav-list-open{
	position:static;
	visibility:visible;
	z-index:2;
	transform:none;
	-webkit-transform:none;
}
#footer-nav .column .sub-nav-item{
	height:70px;
	line-height:70px;
	
}
#footer-nav .column .sub-nav-item a{
	color:#000;
	font-size:22px!important;
	display:block;
}
#footer .footer-text{
	margin-top:45px;
	color:#989898;
	font-size:22px;
	width:100%;
	overflow:hidden;
}
#footer .footer-text .footer-more-info{
	margin-bottom:45px;
	text-align:center;
	display: flex;
}
#footer .footer-text .footer-more-info .link{
	color:#fe0d06;
}
#footer .footer-telphone{
	margin-bottom:20px;
	display:flex;
	justify-content: space-between;
}
#footer .copyright{
	margin-bottom:20px;
	display:flex;
}
#footer .copyright .copyright-link,#footer .author-link{
	color:#989898;
}
#footer .footer-telphone .pull-rights{
	margin-right:27px;
	display:flex;
}
#footer .author{
	display:flex;
}






@media(min-width:320px){
	
}
@media screen and (max-width:767px){
	
}
@media(min-width:480px){
	
}
@media(min-width:640px){
	
}
@media(min-width:768px){
	
}
@media(min-width:992px){
	
}
@media(min-width:1200px){
	
}
@media (min-width:992px) and (max-width:1199px){
	
}
@media (min-width:768px) and (max-width:991px){
	
}
@media (max-width:991px){
	
}
@media (min-width:320px) and (max-width:767px){
	
}
@media(max-width:767px){
	
}
@media(max-width:479px){
	
}
@media(max-width:320px){
	
}

