﻿@charset "utf-8";
/* CSS Document */
a:link,
a:visited,
a:hover,
a:active{
	text-decoration: none;
	display: block;
	color: #000;
	}
	
.topmenubg{
	width: 100%;
	height: 80px;
	background-image: url(topmenu-bg.jpg);
	}
.myblue{
	background-color:#0f2940;
	}	
	
.topmenu{
	width: 1000px;
	margin: auto;

	}
.logo{
		width:88px;
		height:120px;
		float:left;
		margin-left:56px;
		margin-right:34px;
		}
.name{
		width:354px;
		height:120px;
		float:left;
		margin-right:160px;
		}
.chi,
.eng{
	width: 50px;
	height: 80px;
	float: left;
		}
		
.mymenu{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 120px;
	float:right;
}

.mymenu-btn{
	float: left;
	width: 200px;
	height: 80px;
	font-size: 15px;
	line-height: 120px;
	color: #000000;
	text-align: center;
	margin-right: 0px;
}

.mymenu-btn a:link,
.mymenu-btn a:visited{
	background-image: url(images/menu-bg.png);
	display: block;/*响应范围按区域 就不是按字的范围*/
	color:#fff;
	text-decoration: none;
	font-size: 15px;
	line-height:120px;
	width: 200px;
	height: 80px;

}

.mymenu-btn a:hover,
.mymenu-btn a:active{
	background-color: #E30210;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 120px;
	width: 200px;
	height: 80px;
	display: block;/*响应范围按区域 就不是按字的范围*/
	text-decoration: none;
}

.mychange{
	width: 100px;
	height: 80px;
	right: 60px;
	position: absolute;
	
	}
.my20{
	width: 640px;
	height: 237px;
	margin: auto;
	}
	
.my20page{
	width: 640px;
	height: 156px;
	margin: auto;
	}
	
.banner{
	width: 100%;
	height: 237px;
	background-image: url(60black-alpha.png);
	margin: 50px 0px 50px 0px;
	padding: 57px;
}

.bannerpage{
	width: 100%;
	height: 169px;
	background-image: url(60black-alpha.png);
	margin: 50px 0px 50px 0px;
	padding: 57px;
}

.chuti{
	border-top-color: #666;
	border-top-style: dashed;
	border-top-width: 1px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;

	}
	
.yahei{
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 18px;
	line-height: 35px;
	border-top-color: #666;
	border-top-style: dashed;
	border-top-width: 1px;
	
	}
	
.yahei30{
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 30px;
	line-height: 65px;
	border-top-color: #666;
	border-top-style: dashed;
	border-top-width: 1px;
	
	}
.pagebanner{
	width: 100%;
	height: 100px;
}
