/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: "Arial, Helvetica, sans-serif";
}
ol, ul, dl, li{
    list-style: none;
}

/*table {
    border-collapse: collapse;
    border-spacing: 0;
}*/

a {
    text-decoration: none;
    color:#333;
}
b {
    font-weight: bold;
}
body {
	background: #fff;
}
.video_pic {
	vertical-align: middle;
	width: 0.5rem;
}

/* 头部内容 */
.web_header {
	padding-bottom: 0.3rem;
	width: 100%;
	background: #eef5f9;
}
.web_header_wrap {
	padding: 3.5% 4%;
    margin: auto;
	width: 92%;
	overflow: hidden;
	background: #fff;
}
.web_logo {
	float: left;
	width: 7rem;
}
.web_logo img {
	width: 7rem;
}
.web_header_content {
	float: right;
}
.web_header_lang {
	display: inline-block;
}
.web_header_lang a {
	font-size: 0.533333rem;
	color: #999;
	font-weight: bold;
	vertical-align: middle;
}
.lang_en {
	display: none;
}

/* 导航内容 */
.slide_down {
	display: inline-block;
}
.slide_down_img {
	display: inline-block;
	width: 0.6rem;
	height: 0.5rem;
	vertical-align: middle;
	cursor: pointer;
	background: url(/english/images/menu.png) no-repeat center center;
}
.rotateImg{
	background: url(/english/images/search.jpg) no-repeat center center;
}
.slide_nav {
	display: none;
	position: fixed;
	top: 1.81rem;
	right: -0.51rem;
	z-index: 99;
	height: 100%;
	overflow-y: auto;
	background-color: #21518e;
	/*transition: height .3s;*/
}

.nav_menu {
	padding: 0.1rem 0 1.333333rem 0.4rem;
	width: 6.5rem;
}
.nav_menu li {
	line-height: 1.133333rem;
	
}
.nav_menu li a {
	display: block;

}
.nav_menu li img {
	width: 0.53rem;
	vertical-align: middle;
}
.nav_menu li span {
	vertical-align: middle;
	/*margin-left: 0.906667rem;*/
	width: 5.147rem;
	display: inline-block;
	font-size: 0.4rem;
	color: #fff;
	border-bottom: 1px solid #7f94ae;
}


/*底部内容*/
.web_footer {
	padding: 0.8rem 0;
	font-size: 0.4rem;
	color: #777;
	text-align: center;
	
}


/* 当前地位 */
.currentPath {
    margin: 0.133333rem auto 0.25rem;
    padding-left: 0.4rem;
    width: 92%;
    font-size: 0.426667rem;
    color: #333;
    line-height: 0.65rem;
    background: url(/english/images/nov_ico.png) no-repeat left 0.13rem;
    background-size: 0.28rem 0.373333rem;
}

.currentPath a {
    font-size: 0.426667rem;
    color: #333
}<!--耗时1785044377.9542秒-->