

/*中文站*/


/*@font-face {
	font-family: 'Hiragino';
	src: url('../../font/(W3)－Hiragino Sans GB W3.otf'); 
}*/

/*后期要求中文也更改成Arial*/
 body {
	font-family: 'Arial', '黑体' !important;
}

/* a {
	font-family: 'Arial';
}*/

header .international a {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	display: inline-block;
	text-align: right;
	padding-right: 11px;
	width: 60px;
	height: 30px;
	line-height: 30px;
	background: #1597d2 url(../../images/commonImg/en.png) no-repeat 10px 8px;
	border-radius: 15px;
	font-size: 14px;
	color:#fff;
	vertical-align: top;
}
header .nav .pull_down .father .father_li .son .title {
/*	height: 55px;*/
/*	line-height: 40px;
	border-bottom: 1px solid #dfdfdf;
	font-size: 14px;*/
}
header .nav .pull_down .father .father_li .son .item {
/*	font-size: 12px;
	line-height: 26px;*/
}
header .nav .pull_down .father .father_li {
    /*padding-bottom: 50px;*/
}

@media screen and (max-width: 1366px) {
	header .nav .pull_down .father .father_li .son .item {
	    /*line-height: 24px;*/
	}
	header .nav .pull_down .father .father_li {
	    /*padding-bottom: 22px;*/
	}	

}

@media screen and (max-width: 1024px) {
	header .nav .pull_down .father {
	    /*padding-top: 30px;*/
	}
}




