/*��ʼ��*/

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: none;
}


/*Ϊ���չ�ie6 ����ͼƬ�б߿�*/

img {
	display: block;
}

ul,
ol {
	list-style: none;
}

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "SimSun", "����";
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 12px;
	margin: 0;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

body {
	font-size: 12px;
	color: #000;
	/*font-family: "装甲明朝";*/
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearit {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(100%);*/
}

img {
	max-width: 100%;
	height: auto;
	/*width: auto;*/
}

@font-face {
	font-family: "日文常规";
	src: url('/Japanese/font/GENWANMINJP-LIGHT-2.TTF');
}
@font-face {
	font-family: "日文常规1";
	src: url('/Japanese/font/DFKai71.ttf');
}

@font-face {
	font-family: "装甲明朝";
	src: url('/Japanese/font/装甲明朝体.ttf');
}
/*�Զ���*/

body,
html {
	/*font-family: "日文常规";*/
}



.dis {
	display: none;
}

body {
	background: url(/Japanese/img/bodyBg.png) center 360px no-repeat;
	background-size: contain;
	width: 100%;
	height: 1009px;
}

.headBox {
	width: 100%;
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
}

.headBg {
	background: url(/Japanese/img/banner.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
	height: 188px;
}

.headInput {
	float: left;
	border: 1px solid #996c33;
	border-radius: 5px;
	height: 20px;
	width: 100px;
	background: transparent;
	margin-right: 10px;
	margin-top: 2px;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.searchBox {
	float: right;
	/*margin-right: 105px;*/
	margin-top: 15px;
}

.searchBox .headCtrl {
	float: left;
	color: #996c33;
	font-size: 18px;
	position: relative;
	padding-left: 10px;
}

.searchBox .headCtrl:hover {
	color: #d69945;
}

.searchBox span {
	color: #996c33;
	float: left;
	font-size: 18px;
	margin: 0 10px;
}

.searchBox .headCtrl img {
	margin-top: 4px;
}

.index-nav {
	width: 100%;
	border-bottom: 3px solid #1d3b9c;
	height: 60px;
	background: #394a92
}

.index-nav-frame {
	width: 1200px;
	margin: 0 auto;
}

.index-nav-frame-line {
	border-right: 1px solid #49558a;
	font-size: 18px;
	color: #fce060;
	background: #394a92;
	float: left;
	position: relative;
	display: block;
	outline: none;
	cursor: pointer;
	width: 16%;
	line-height: 60px;
	text-align: center;
	font-family: "装甲明朝";
}

.index-nav-frame-line:nth-last-of-type(1) {
	border-right: 0;
}

.index-nav-frame-line.active {
	color: #fce060;
}

/*.index-nav-frame-line:nth-of-type(3) {
	width: 9.8%;
}

.index-nav-frame-line:nth-of-type(4) {
	width: 9.8%;
}*/

.index-nav-frame-line-center {
	z-index: 100;
	opacity: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/* Firefox 4 */
	-o-transition: all 0.5s;
	/* Opera */
}

.index-nav-frame-line-li {
	width: 100%;
	font-weight: 500;
	text-align: center;
	background: #ebeeff;
	color: #996c33;
	border-bottom: 1px solid #996c33;
	font-size: 12px;
	line-height: 40px
}

.index-nav-frame-line-li:hover {
	background: #444359;
	color: white;
}

.index-nav-frame-line-li:hover a {
	background: #444359;
	color: white;
}

.index-nav-frame-line-focus:focus {
	display: none;
}

.index-nav-frame-line:hover .index-nav-frame-line-center {
	height: auto;
	opacity: 1;
}

.nav-line {
	height: 50px;
	width: 100%;
	position: relative;
	display: none;
	outline: none;
}

.nav-small {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	display: none;
	outline: none;
}

.nav-small img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nav-small-focus {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}

.nav-small-focus:focus {
	display: none;
}

.index-nav-frame-line:hover {
	color: #fff
}

.index-nav-frame-line a:hover {
	color: #fff
}


/*11.28�޸�*/

@media only screen and (max-width:800px) {
	.nav-small {
		display: block;
	}
	.index-nav-frame {
		width: 100%;
	}
	.index-nav-frame-line {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: none
	}
	.index-nav-frame-line:nth-of-type(3) {
		width: 100%;
	}
	.index-nav-frame-line:nth-of-type(4) {
		width: 100%;
	}
	.index-nav-frame-line-center {
		position: relative;
		background: #444359;
	}
	/*.index-nav-frame-line-li a{display: block;color: white;}
  .nav-line{display: block;border-bottom: 1px solid #eeeeee;}

  .nav-small:focus~.index-nav-frame-line{height: auto;border-bottom: 1px solid #ccc;}
  .nav-small:focus .nav-small-focus{display: block;}
  .index-nav-frame{width: 100%;}
  .index-nav-frame-line{width: 100%;height: 0;overflow: hidden;}
  .index-nav-frame-line-center{position: relative;background: #444359;}
  .index-nav-frame-line:hover .index-nav-frame-line-center{height:0;opacity: 0;}
  .index-nav-frame-line-li{border-bottom: 1px solid #4b4a5e;color: #d9d9d9;background: #444359;}
  .index-nav-frame-line-li:hover{background: #b63b4d;}
  .index-nav-frame-line:focus{height: auto;border-bottom: 1px solid #ccc;}
  .index-nav-frame-line:focus>.index-nav-frame-line-center{height:auto;opacity: 1;}
  .index-nav-frame-line:focus .index-nav-frame-line-header{color: #B63B4D;}
  .index-nav-frame-line-focus{display: none;width: 100%;height: 50px;position: absolute;left: 0;top: 0;}
  .index-nav-frame-line:focus .index-nav-frame-line-focus{display: block;}*/
}

.indexTitle .titleOne {
	width: 100%;
	margin-top: 23px;
}

.indexTitle .titleOne h1 {
	width: 100%;
	text-align: center;
}

.indexTitle .titleOne h1 a {
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #333335;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	padding-top: 30px;
}

.indexTitle .titleOne h1 a:hover {
	color: #996c33;
}

.indexTitle .titleTwo {
	width: 100%;
	margin-top: 20px;
}

.indexTitle .titleTwo h2 {
	float: left;
	width: 30%;
	font-size: 18px;
	color: #666;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indexTitle .titleTwo h2 a:hover {
	color: #996c33;
}

.indexTitle .titleTwo h2 a {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #666;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indexTitle .titleTwo h2:nth-child(1) a {
	text-align: right;
}

.indexTitle .titleTwo h2:nth-child(5) a {
	text-align: left;
}

.indexTitle .titleTwo span {
	float: left;
	width: 5%;
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 22px;
}

.newsBox {
	margin-top: 40px;
}

.newsBox .newsLeft {
	width: 686px;
	float: left;
}

.newsBox .newsLeft img {
	height: 458px;
}

.newsBox .newsRight {
	width: 483px;
	float: left;
	margin-left: 30px;
}

.newsfour {
	width: 100%;
	height: 122px;
	padding-top: 20px;
	border-top: 1px solid #d3d3d3;
	margin-top: 10px;
}

.newsfour p {
	height: 36px;
	line-height: 36px;
	/*font-family: "����";*/
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsfour p a {
	color: #000;
	font-weight: bold;
	padding-right: 14px;
}

.newsfour p a:nth-last-of-type(1) {
	font-weight: normal;
	padding-right: 0;
	padding-left: 14px;
}

.newsBox .newsNav .newsTab1.lactive {
	/*background: url(/Japanese/img/tibg1.png) center top no-repeat;*/
	background-size: cover;
	width: auto;
	height: 50px;
	color: #394a92;
	font-size: 24px;
	line-height: 50px;
	padding-left: 15px;
	font-family: "日文常规1";
	font-weight: bolder;
	float: left;
	cursor: pointer;
}

.videoBox .videoNav .videoTab1.lactive {
	/*background: url(/Japanese/img/tibg1.png) center top no-repeat;*/
	background-size: cover;
	width: auto;
	height: 50px;
	color: #394a92;
	font-size: 24px;
	line-height: 50px;
	padding-left: 15px;
	font-weight: bold;
	float: left;
	cursor: pointer;
	font-family: Futura Md BT;
}

.newsBox .newsNav .newsTab1 {
	/*background: url(/Japanese/img/tibg1s.png) center top no-repeat;*/
	background-size: cover;
	width: 159px;
	height: 50px;
	color: #333335;
	font-size: 24px;
	line-height: 50px;
	padding-left: 40px;
	float: left;
	cursor: pointer;
}

.newsBox .newsNav .newsTab1:hover,
.newsBox .newsNav .newsTab2:hover {
	text-decoration: none;
}

.newsBox .newsNav .newsTab2 {
	background: url(/Japanese/img/tibg2.png) center top no-repeat;
	background-size: cover;
	width: 159px;
	height: 50px;
	margin-left: -15px;
	color: #333335;
	font-size: 24px;
	line-height: 50px;
	padding-left: 60px;
	float: left;
	cursor: pointer;
}

.newsBox .newsNav .newsTab2.lactive {
	background: url(/Japanese/img/tibg2s.png) center top no-repeat;
	background-size: cover;
	color: #fff;
}

.newsNav {
	border-left: 10px solid #394a92;
	background: #f2f5f8;
}

.videoNav {
	margin: 20px auto;
	border-left: 10px solid #394a92;
	background: #f2f5f8;
}

.newsBox .newsNav .newsTab3 {
	/*background: url(/Japanese/img/more.png) center top no-repeat;*/
	line-height: 50px;
	font-family: "����";
	color: #73726c;
	font-size: 20px;
	background-size: cover;
	width: 93px;
	height: 50px;
	margin-left: -15px;
	text-align: right;
	padding-right: 5px;
	float: left;
}

.videoBox .videoNav .videoTab3 {
	/*background: url(/Japanese/img/more.png) center top no-repeat;*/
	line-height: 50px;
	font-family: "����";
	color: #73726c;
	font-size: 20px;
	background-size: cover;
	width: 93px;
	height: 50px;
	margin-left: -15px;
	text-align: right;
	padding-right: 5px;
	float: left;
}

.newsBox .newsList ul {
	/*margin-top: 20px;*/
}

.newsBox .newsList ul li h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsBox .newsList ul li p {
	font-size: 16px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsBox .newsList ul li {
	/*border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;*/
	height: 65px;
}

.newsBox .newsList ul li:last-child {
	border: none;
}

.newsList a:hover {
	color: #996c33;
}

.newsList ul:last-child {
	/*display: none;*/
}

.adBox {
	margin: 20px 0 30px 0;
}

.adBox .zt1 {
	float: left;
	margin-right: 30px;
	width: 380px;
	height: 70px;
}

.adBox .zt2 {
	float: left;
	margin-right: 30px;
	width: 380px;
	height: 70px;
}

.adBox .zt3 {
	float: left;
	width: 380px;
	height: 70px;
}

.styBox .styLeft {
	width: 790px;
	float: left;
}

.styBox .styNav {
	width: 100%;
	height: 50px;
	background-color: #f2f5f8;
	position: relative;
}

.styBox .navHead {
	background: url(/Japanese/img/tibg1.png) center top no-repeat;
	background-size: cover;
	width: 160px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	font-size: 24px;
	line-height: 50px;
	padding-left: 40px;
}

.styBox .styTab {
	padding-left: 230px;
	float: left;
}

.styBox .styTab .sty {
	float: left;
	font-size: 16px;
	color: #5e5e5e;
	margin-top: 12px;
	cursor: pointer;
	border-right: 1px solid #8c8d8e;
	padding-left: 11px;
	padding-right: 11px;
}

.styBox .styTab .sty:nth-last-of-type(1) {
	border-right: 0px;
}

.styBox .styTab .sty:hover {
	text-decoration: underline;
}


/*.styBox .styTab .sty.lactive{
  color: #2d49c2;
  font-weight: bold;
  border-bottom: 3px solid #2d49c2;
}*/

.styBox .more {
	font-size: 16px;
}

.styBox .more a {
	color: #dcdbd8;
	float: right;
	line-height: 50px;
	padding-right: 0px;
	font-family: "����";
	font-size: 20px;
	color: #73726c;
}

.styBox .styRight {
	float: left;
	margin-left: 30px;
	width: 380px;
}

.styBox .styRight .navHead {
	width: 189px;
}

.styTabBox {
	margin-top: 28px;
}

.styTabBox .styTabLeft {
	width: 380px;
	/*box-shadow: 0px 4px 6px 0px rgba(45, 77, 164, 0.1);*/
	float: left;
	padding-bottom: 10px;
}

.styTabBox .styTabLeft div {
	width: 100%;
	padding-bottom: 20px;
}

.styTabBox .styTabLeft div>a {
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.styTabBox .styTabLeft div h3 {
	width: 100%;
	font-size: 20px;
	color: #425196;
	border-bottom: 1px solid #d9dcea;
	line-height: 27px;
	margin-bottom: 15px;
}

.styTabBox .styTabLeft div h3 a {
	font-family��"����";
	font-size: 20px;
	color: #dcdbd8;
	float: right;
}

.styTabBox .styTabRight div {
	width: 100%;
	padding-bottom: 20px;
}

.styTabBox .styTabRight div>a {
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.styTabBox .styTabRight div h3 {
	width: 100%;
	font-size: 20px;
	color: #425196;
	border-bottom: 1px solid #d9dcea;
	line-height: 27px;
	margin-bottom: 15px;
}

.styTabBox .styTabRight div h3 a {
	font-family��"����";
	font-size: 20px;
	color: #dcdbd8;
	float: right;
}

.styTabBox .styLb {
	width: 380px;
	height: 214px;
}

.styTabBox .styTabLeft h1 {
	padding: 0 20px;
	font-size: 18px;
	color: #333335;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 20px 0;
}

.styTabBox .styTabLeft h1 a:hover {
	color: #996c33;
}

.styTabBox .styTabRight h1 a:hover {
	color: #996c33;
}

.styTabBox .styTabRight ul li a:hover {
	color: #996c33;
}

.styRight .styTabTwoBox ul li a:hover {
	color: #996c33;
}

.styTabTwo .styRi:hover {
	text-decoration: underline;
}

.styTabBox .styTabLeft p {
	padding: 0 20px 0;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.styTabBox .styTabLeft ul li {
	font-size: 16px;
	/*11.28�޸�*/
	color: #333335;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.styTabBox .styTabLeft ul li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	transform: translateY(0px);
}

.styTabBox .styTabRight {
	margin-left: 30px;
	width: 380px;
	float: left;
}

.styTabBox .styTabRight h1 img {
	display: inline;
	margin-bottom: -5px;
	margin-right: 10px;
	/*11.28�޸�*/
}

.styTabBox .styTabRight h1 {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
}

.styTabBox .styTabRight h1 a {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
}

.styTabBox .styTabRight p {
	font-size: 14px;
	color: #666;
	padding: 15px 0 5px;
	/*11.28�޸�*/
	line-height: 24px;
	/*11.28�޸�*/
	border-bottom: 1px solid #eeeeee;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	width: 100%;
}

.styTabBox .styTabRight ul li {
	font-size: 16px;
	/*11.28�޸�*/
	color: #333335;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.styTabBox .styTabRight ul li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	transform: translateY(0px);
}

.styTabBox .styTabRight ul li span {
	color: #2d49c2;
}

.styTabTwo .styRi {
	width: 45%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #666;
	font-weight: bold;
	cursor: pointer;
}

.styTabTwo .styRi.lactive {
	color: #2d49c2;
	text-decoration: underline;
}

.styTabTwoBox .styTwoTab:last-child {
	display: none;
}

.styTabTwo span {
	float: left;
	width: 10%;
	text-align: center;
	font-size: 16px;
	color: #666;
}

.styRight .styTabTwoBox {
	box-shadow: 0px 4px 6px 0px rgba(45, 77, 164, 0.1);
	padding-top: 30px;
}

.styRight .styTabTwo {
	margin-top: 8px;
	margin-bottom: 8px;
}

.styRight .styTabTwoBox .styRiLb {
	width: 380px;
	height: 214px;
}

.styRight .styTabTwoBox ul {
	padding-bottom: 10px;
	padding-top: 8px;
}

.styRight .styTabTwoBox ul li {
	font-size: 16px;
	color: #333335;
	padding: 7px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.styRight .styTabTwoBox ul li span {
	width: 8px;
	height: 8px;
	background-color: #3f4f95;
	float: left;
	margin: 5px 10px 0 10px;
	border-radius: 50%;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.newsBox .newsLeft .swiper-slide {
	position: relative;
}

.newsBox .newsLeft .swiper-slide h1 {
	width: 100%;
	color: white;
	text-align: left;
	height: 60px;
	line-height: 78px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
}

.newsBox .newsLeft .swiper-slide h1 span {
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 70%;
	display: block;
}

.newsBox .newsLeft .swiper-pagination {
	bottom: 10px;
	text-align: right;
	left: unset;
	right: 20px;
}

.newsBox .newsLeft .swiper-pagination-bullet {
	background-color: #d5bdbb;
}

.newsBox .newsLeft .swiper-pagination-bullet-active {
	padding: 0 10px;
	border-radius: 3px;
}

.styTabBox .styTabLeft .swiper-pagination-bullet {
	background-color: #fff;
}

.newsBox .newsLeft .swiper-slide {
	position: relative;
}

.styRight .styTabTwoBox .swiper-slide h1 {
	width: 100%;
	color: white;
	text-align: left;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
}

.styRight .styTabTwoBox .swiper-slide h1 span {
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 85%;
	display: block;
	font-size: 16px;
}

.styRight .styTabTwoBox .swiper-pagination {
	bottom: 11px;
	text-align: right;
	left: unset;
	right: 5px;
}

.styRight .styTabTwoBox .swiper-pagination-bullet {
	background-color: #fff;
}

.headRr1 {
	position: absolute;
	left: -25px;
	top: 28px;
	width: 90px;
	max-width: unset;
	display: none;
}

.headCtrl:hover img {
	display: block;
}

.xsBox1 .xs {
	display: none;
}

.xsBox1 .xs:first-child {
	display: block;
}

.xsBox2 .xs {
	display: none;
}

.xsBox2 .xs:first-child {
	display: block;
}

.xsBox3 .xs {
	display: none;
}

.xsBox3 .xs:first-child {
	display: block;
}

.xsBox3 .xs {
	display: none;
}

.xsBox3 .xs:first-child {
	display: block;
}

.index-nav-frame-line a {
	font-family: "装甲明朝";
	color: #d9d9d9;
}


/*英文统一标题样式*/

.allTitle .allTitleTab1.lactive {
	background-size: cover;
	width: auto;
	height: 50px;
	color: #394a92;
	font-size: 24px;
	line-height: 50px;
	padding-left: 15px;
	font-weight: bold;
	float: left;
	cursor: pointer;
	font-family: "Futura Md BT";
}

.allTitle .allTitleTab1.lactive1 {
	background-size: cover;
	width: auto;
	height: 30px;
	color: #394a92;
	font-size: 20px;
	line-height: 40px;
	margin-top: 6px;
	padding-left: 5px;
	font-weight: bold;
	float: left;
	cursor: pointer;
	font-family: "Futura Md BT";
}

.allTitle .allTitleTab1:hover,
.allTitle .allTitleTab2:hover {
	text-decoration: none;
}

.allTitle .allTitleTab2 {
	background: url(/Japanese/img/tibg2.png) center top no-repeat;
	background-size: cover;
	width: 159px;
	height: 50px;
	margin-left: -15px;
	color: #333335;
	font-size: 24px;
	line-height: 50px;
	padding-left: 60px;
	float: left;
	cursor: pointer;
}

.allTitle .allTitleTab2.lactive {
	background: url(/Japanese/img/tibg2s.png) center top no-repeat;
	background-size: cover;
	color: #fff;
}

.allTitle {
	border-left: 10px solid #394a92;
	margin: 20px auto;
	background: #f2f5f8;
}

.allTitle .allTitleTab3 {
	/*background: url(/Japanese/img/more.png) center top no-repeat;*/
	line-height: 50px;
	font-family: "����";
	color: #73726c;
	font-size: 20px;
	background-size: cover;
	width: 93px;
	height: 50px;
	margin-left: -15px;
	text-align: right;
	padding-right: 5px;
	float: left;
}