/* 样式重置 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, 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, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* 使低版本浏览器支持html5 */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {line-height: 1;}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}

table {border-collapse: collapse;border-spacing: 0;}

img, fieldset {border: 0;}

/* 设置图片为100%，用于响应式 */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* 响应式Video */
.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------------------ 栅格布局 --------------- */

/*--- 浮动清理 ---*/
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

/*--------------- 固定布局 -------------*/
.container{
	/* margin-right: auto;
    margin-left: auto; */
    margin-left: 30px;
	width: 1000px;
	max-width: 90%;
	*zoom: 1;
}
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}
.container:after {
  clear: both;
}

/* 不能用container直接布局，要嵌套row作为二级容器布局.固定布局 */
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after{
  display: table;
  line-height: 0;
  content: "";
}
.row:after {
  clear: both;
}

/* eq-g 加起来须等于12，放在row下面，每eq-g加85px。计算方式为每个栅格间距为20px，因为有margin-left: 20px; ,所以以两个.eq-g6 的间隔为20px； */
[class*="eq-g"] {float: left;min-height: 1px;margin-left: 20px;}
.eq-g12 {width: 1000px;}
.eq-g11 {width: 915px;}
.eq-g10 {width: 830px;}
.eq-g9 {width: 745px;}
.eq-g8 {width: 660px;}
.eq-g7 {width: 575px;}
.eq-g6 {width: 490px;}
.eq-g5 {width: 405px;}
.eq-g4 {width: 320px;}
.eq-g3 {width: 235px;}
.eq-g2 {width: 150px;}
.eq-g1 {width: 65px;}
/*----------------------------- 固定布局 end ----------------------*/

/*----------------- 流式布局 ------------------*/
.container-fluid {padding-right: 20px;padding-left: 20px;*zoom: 1;}
.container-fluid:before,
.container-fluid:after {
	display: table;
	line-height: 0;
	content: "";
}
.container-fluid:after {
	clear: both;
}

/* row-fluid流式布局 */
.row-fluid {width: 100%;*zoom: 1;}
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}
.row-fluid:after {
  clear: both;
}

[class*="eq-flu-g"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*="eq-flu-g"]:first-child {
  margin-left: 0;
}
.eq-flu-g12 {width: 100%;}
.eq-flu-g11 {width: 91.5%;}
.eq-flu-g10 {width: 83%;}
.eq-flu-g9 {width: 74.5%;}
.eq-flu-g8 {width: 66%;}
.eq-flu-g7 {width: 57.5%;}
.eq-flu-g6 {width: 49%; *width:46.8%;}
.eq-flu-g5 {width: 40.5%;}
.eq-flu-g4 {width: 32%; *width:31.9%;}
.eq-flu-g3 {width: 23.5%;}
.eq-flu-g2 {width: 15%;}
.eq-flu-g1 {width: 6.5%;}
/*----------------- 流式布局 end ------------------*/

/*------------ 全局样式 ------------*/
body {
	font: 12px/1.5em  Georgia, "微软雅黑"; /* 默认字体14px,行高为24px */
	color: #000;
}
html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}


a {
	color: #000;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
a:hover,
a:focus{
	color: #333;
}

p {
	margin: 10px 0;
	padding: 0;
	line-height: 24px;
}

h1,h2,h3,h4,h5,h6
{
	line-height: 1.6em;
	font-weight: normal;
	color: #333;
}

h1 {font-size: 30px;}
h2 {font-size: 26px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

ul#nav{
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
  padding: 12px 10px 12px 0;
  text-transform:uppercase;
  float: left;
  display: inline-block;
  margin-top: 13px; /* 导航距离 */
  width: 581px;
}
ul#nav li{
  float: left;
  margin-left: 48px; /* 栏目距离 */
}
ul#nav li:first-child{
  margin-left: 10px;
}
ul#nav li a{
  display: block;
  font-weight: bold;
  font-size: 12px; /* 导航文字大小 */
}

#lang{
	text-transform: none;
	font-weight:normal;
  margin-top:30px;
}
#lang a{
  margin-right: 10px;
  line-height: 12px;
}
a.lang-en{
}
a.lang-zh{
padding-left: 5px;
}
h2{
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px #000 solid;
  padding-bottom: 10px;
}
h4{
  font-weight: bold;
  font-size: 12px;
  margin: 10px 0;
}
.sidebar{
  text-transform:uppercase;
  font-weight: bold;
  padding-left: 50px;
}
.sidebar li {
  padding: 3px 0;
}
.sidebar #menu-item-54-en,.sidebar #menu-item-54-zh,#menu-item-42-en,#menu-item-42-zh{ display:block; width:30px; float:left;text-transform: none; font-weight:normal; padding-top:20px;}
.sidebar #menu-item-54-en a:link,.sidebar #menu-item-54-zh a:link,#menu-item-42-en a:link,#menu-item-42-zh a:link{ color:#ccc;}
.sidebar #menu-item-54-en a:hover,.sidebar #menu-item-54-zh a:hover,#menu-item-42-en a:hover,#menu-item-42-zh a:hover{ color:#ccc}
.sidebar li a:link{ color:#000;}
.sidebar li a:visited,#works li a:visited{ color:#ccc;}
.sidebar li a:active,.sidebar li a:hover,.sidebar li a:focus,.sidebar .current-menu-item a{color:#000 !important;}
.current-lang a{color:#000 !important }
.list .entry{border-bottom: 1px #000 solid;padding-bottom:5px;margin-bottom:20px;}
.list h4.title{}
#links-img { margin-top:200px;}
#links-img img{ padding:0 25px;}
#content{
  width: 581px;
  padding-bottom: 50px;
}
#home-content { width: 1680px; }
#home-content img{
	border-left:1px solid #000;
   border-right: 1px #000 solid;
   padding:0 10px;
   float:left;
}
.work-name{ width:1680px; height:60px; margin-bottom:30px; clear:both;}
.work-name li{ display:block; width:418px; height:60px; float:left;}
.work-name li p{ display:block; width:100%; height:16px; text-indent:10px;line-height:16px; text-align:left;}
.work-name li a:hover{ text-decoration:underline;cursor:pointer}
.work-img{ width:1680px;}

#tubiao{ background:url(images/tubiao.gif); width:260px; height:120px; float:left; margin-left:100px; margin-top:10px; }
.international{ width:1684px !important;}
.international .work-img { width:1700px !important; height:564px;}
.international .work-img img{ width:400px!important; height:564px!important;}
.international .work-name{ width:1684px !important;}
.international .work-name li{ width:421px;}
#works{ margin-top:50px; clear:both; padding-left:50px;}
#works li{ padding:5px 0; width:120px;display:block;}
#works li.current-menu-item a{ color:#000 !important;}
#works li a{font:12px/1.5em Georgia, "微软雅黑";font-weight: bold;text-transform: uppercase;}
#works li a:hover{text-decoration:underline;}
#cnzz_stat_icon_1000262642{margin-left:22%;margin-bottom:20px; height:20px;display:block;overflow:hidden;}
#cnzz_stat_icon_1000262642 a{ display:block; margin-top:-16px;}