@charset "utf-8";
/* CSS Document */
/*==========================header==========================*/
.siteWidth {
	position: relative;
	width: 1200px;
	max-width: 1200px;
	_width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	height: 120px;
}
.headerLeft {
	display: inline-block;
	float: left;
	width: 202px;
	height: 92px;
	margin-top: 25px;
}
#logo img {
	max-width: 100%;
}
.headerRight {
	display: inline-block;
	float: right;
	width:499px;
}
.laguage {
	display: inline-block;
	float: left;
	margin-top: 50px;
}
.laguage a {
	font-size: 12px;
	line-height: 16px;
	padding: 0px 3px;
}
.laguage a:hover {
	color: #135CA9;
}
.siteSearchBar {
	z-index: 2;
	height: 40px;
	overflow: hidden;
	border: 2px solid #135ca9;
	padding-left: 19px;
	background: url(/japimg/en_search_ico.png) 8px 7px no-repeat;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin-top: -30px;
	float: right;
}
.s-form {
	vertical-align: top;
	width: 366px;
	height: 40px;
	line-height: 40px;
}
.s-form .select-box {
	display: none;
}
.s-form .input-box {
	float: left;
}
.s-form .input-box input {
    width: 205px;
    vertical-align: top;
    font-size: 16px;
    padding: 0 20px 0 20px;
    border: 0;
    outline: none;
    height: 40px;
    line-height: 30px;
    /* margin: 7px 0 0 0; */
    background: none;
}
.s-form .btn-box {
	float: right;
}
.s-form .btn-box input {
	height: 40px;
	overflow: hidden;
	border: none;
	width: 120px;
	outline: none;
	font-size: 20px;
	font-style: italic;
	color: #fff;
	background: url(/japimg/en_search_btn_bg.png) no-repeat right center;
}
/*==========================nav==========================*/
.topNav {
	background: #135ca9;
	width: 100%;
	height: 60px;
}
.mainNav {
	width: 1200px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 60px;
	position: relative;
	zoom: 1;
	color: #fff;
	text-align: center;
}
.mainNav .li1 {
	display: inline-block;
	float: left;
	height: 60px;
}
.mainNav li a {
	line-height: 60px;
	font-size: 18px;
}
.mainNav a {
	color: #fff;
}
.mainNav .a1 {
	float: left;
	display: block;
	width: 192px;
}
.mainNav .on1 .a1 {
	background: #367adc;
}
.mainNav .spe {
	float: left;
	width: 8px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	line-height: 60px;
}
.mainNav .ul1 {
	width: 1140px;
	display: none;
	line-height: 40px;
	padding: 8px 30px;
	position: absolute;
	left: 0;
	top: 60px;
	background: #3269B8;
	background: rgba(50,105,184,1);
	overflow: hidden;
	text-align: center;
	z-index: 10;
}
.mainNav .a2 {
	float: left;
	display: block;
	padding: 0 10px;
	color: #fff;
	font-size: 16px;
}
.mainNav .a2:hover {
	color: #ff0;
	text-decoration: none;
}
/*==========================focusBanner ==========================*/
.picFocus {
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.picFocus .hd ul {
	margin-right: -5px;
	overflow: hidden;
	zoom: 1;
}
.picFocus .hd ul li {
	float: left;
	text-align: center;
	width: 215px;
	height: 90px;
	background: url(/japimg/en_focus_bg.png);
	margin-right: 20px;
}
.picFocus .hd ul li img {
	width: 191px;
	height: 70px;
	margin: 10px;
	border: 1px solid #fff;
}
.picFocus .hd ul li.on {
	background: url(/japimg/en_focus_bg2.png);
}
.picFocus .bd li {
	vertical-align: middle;
}
.picFocus .bd img {
	width: 100%;
	height: 470px;
	display: block;
}
.picFocusList2 {
	width: 100%;
	overflow: hidden;
	height: 90px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 30px;
	overflow: hidden;
	width: 1200px;
}
.mianCon {
	width: 1200px;
	margin: 0 auto;
}
/*==========================footer ==========================*/
.footer {
	width: 100%;
	margin: 0 auto;
}
.footer_Wrapp {
	height: 85px;
	margin-top: 50px;
	width: 100%;
	background: #135ca9;
}
.footer_Wrapp p {
	color: #fff;
	font-size: 16px;
	line-height: 85px;
}