
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
img {
    vertical-align: middle;
}
/* 要注意表单元素并不继承父级 font 的问题 */

blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, legend, li, ol, p, pre, td, th, ul{
  font-family:"Microsoft YaHei",sans-serif;
}

button {
  border: none;
  background: transparent;
  outline: none;
  font-family: "Arial","Microsoft YaHei";
}

input {
  /*font-family: "宋体",sans-serif;*/
  font-family:"Microsoft YaHei",sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-size: 100%;
}

input, select, textarea {
    font-size: 100%;
    outline:none;
}

/* 去掉各Table  cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* IE bug fixed:th 不继承 text-align */
th {
    text-align: inherit;
}

/* 去除默认边框 */
fieldset, img {
    border: 0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
    border: 0;
    font-variant: normal;
}

/* 一致的 del 样式 */
del {
    text-decoration: line-through;
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500;
}

/* 去掉列表前的标识, li 会继承 */
ol, ul {
    list-style: none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

/* 统一上标和下标 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

/* 正常链接 未访问 */
/* a:link {
        color: #08c;
}
*/

a {
  color: inherit;
  font-size: inherit;
}
/* 鼠标悬停 */
a:hover {
    color: inherit;
    text-decoration: none;
    outline: none;
}
a,a:hover,a:active,a:link,a:visited{
    outline: none;
    text-decoration: none;
}


/* 默认不显示下划线，保持页面简洁 */
ins, a {
    text-decoration: none;
}

/* 代码字体 */
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/* 清理浮动 */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1; /* for IE6 IE7 */
}

/* 隐藏, 通常用来与 JS 配合 */
body .fn_hide {
    display: none;
}

/* 设置内联, 减少浮动带来的bug */
.fn-left, .fn-right {
    display: inline;
}
.fn_left {
    float: left;
}
.fn_right {
    float: right;
}

/*文字居中，居左，居右*/
.fn_tc{
    text-align: center;
}
.fn_tl{
    text-align: left;
}
.fn_tr{
    text-align: right;
}
/* 单行文字溢出时出现省略号，需设定宽度 */
.fn_text_overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fn_hide {
	overflow: hidden;
}
button{
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}


body{
  background: #fff;
}


/**/

.zx_header{
  width: 100%;
  height: 92px;
  background: url(nav.png) no-repeat center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

/**/


body{
    background: #fff url(bg_top2.jpg) center top no-repeat fixed;
    background-attachment: fixed;  
}

body.zx_index{
  background-attachment: scroll;
}


.main{
    width: 100%;
    height: auto;
    /*margin: 72px 0 0 0;*/
    box-sizing: border-box;
    padding: 15px 0 0 0;
}

.main_location{
  height: 19px;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding: 0 0 0 22px;
  max-width: 1400px;
  height: auto;
  margin: 0 auto 15px;
}

*+html .main_location{
  margin: 112px auto 15px;
}

/*.main.indexMain{
  background-attachment: scroll;
}*/

.indexMain .main_location{
  max-width: 1400px;
}


.main_location:before{
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background: #fff;
  position: absolute;
  left: 11px;
  top: 7px;
}


.main_location a{
  color: #fff;
}
@media screen and (max-width: 1560px){.main_location{width: 1340px;}}
@media screen and (max-width: 1430px){.main_location{width: 1220px;}}
@media screen and (max-width: 1200px){.main_location{width: 1120px;}}



.icon_video{
  width: 54px;
  height: 54px;
  background: url(icon_video.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  /*opacity: 0;*/
  margin: -27px 0 0 -27px;
}


/*-------------------------------------------------------- fanye ------------------------------------------------------------*/

.fanye{
  width: 100%;
  height: 38px;
  margin: 60px auto;
  /*display: none;*/
}

.fanye dl{
    text-align: center;
}


.fanye a{
  display: inline-block;
  width: auto;
  min-width: 38px;
  height: 38px;
  background: #fff;
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 36px;
  padding: 0 10px;
  margin: 0 5px;
  vertical-align: middle;
}

.fanye a:hover{
  color: #1954b5;
  border: 1px solid #1954b5;
}


.fanye a.aPrev ,.fanye a.aNext{
    position: relative;
}

.icon_prev{
    display: block;
    width: 11px;
    height: 17px;
    background: url(icon_prev.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;right: 0;top: 0;bottom: 0;
    margin: auto;
}

.icon_next{
    display: block;
    width: 11px;
    height: 17px;
    background: url(icon_next.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;right: 0;top: 0;bottom: 0;
    margin: auto;
}


.fanye span{
  display: inline-block;
  width: auto;
  height: 38px;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 38px;
  margin: 0 5px;
  vertical-align: middle;
}

.fanye input#pageN{
  display: inline-block;
  width: 50px;
  height: 38px;
  background: #fff;
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 38px;
  padding: 0 10px;
  margin: 0 5px;
  vertical-align: bottom;
}

.fanye a.aFy_on{
  width: 38px;
  height: 38px;
  background: #1954b5;
  border: 1px solid #1954b5;
  color: #fff;
}


/*--------------------------------------------------- 模拟下拉框样式 ---------------------------------------------------------------*/

.select_item {
  display: inline-block;
  width: 118px;
  height: 34px;
  position: relative;
  margin-left: 10px;
  border: 1px solid #114dae;
  border-bottom: 1px solid #114dae;
  box-sizing: border-box;
  background: rgba(255,255,255,0.34);
  *background: #fff;
  background: #fff\0/;
  filter: alpha(opacity=34);  
  color: #000;
  font-size: 14px;
  line-height: 32px;
  /*text-align: center;*/
  user-select: none;
  /*font-family: "宋体",sans-serif;*/
}
.select_item .item_btn {
  line-height: 32px;
  display: block;
  width: 89px;
  height: 100%;
  border-right: 1px solid #114dae;
  position: relative;
  text-indent: 12px;
}

.select_item .item_btn i{
  display: none;
}

.select_item::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 8px;
  background: url(form_select_icon.png) no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  position: absolute;
  right: 8px;
  top: 12px;
}
.select_item:hover {
  color: #000;
}

/* .full_search .search_content .search_select .select_item:hover::after {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.full_search .search_content .search_select .select_item.active::after {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}*/

.select_item .option_block {
    display: none;
    width: 100%;
    position: absolute;
    top: 32px;
    left: -1px;
    background: rgba(255,255,255,0.85);
    *background: #fff;
    background: #fff\0/;
    filter: alpha(opacity=85);
    z-index: 9;
    border: 1px solid #114dae;
    border-top: 1px solid #114dae;
}

.select_item .option_block ul{
  width: 100%;
  height: auto;
}

.select_item .option_block .option_list li{
    text-align: left; 
    text-indent: 12px;
}


.select_item .option_block .option_list li i{
  display: inline-block;
  width: 22px;
  height: 19px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  background-image: url(sprites.png);
  background-repeat: no-repeat;  
}

.icon_select_img{
  background-position: 0 0;
}

.icon_select_video{
  background-position: -66px 0;
}

.icon_select_music{
  background-position: -22px 0;
}

.icon_select_news{
  background-position: -44px 0;
}

.select_item .option_block .option_list li:hover {
/*  background: #114dae;
    color: #fff;*/
    color: #114dae;
    position: relative;
}

.select_item .option_block .option_list li:hover:after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #114dae;
  position: absolute;
  left: 0;
  bottom: 0;
}

.select_item.active .option_list li:hover .icon_select_img{
  background-position:  0 -20px;
}

.select_item.active .option_list li:hover .icon_select_video{
  background-position:  -66px -20px;
}

.select_item.active .option_list li:hover .icon_select_music{
  background-position:  -22px -20px;
}

.select_item.active .option_list li:hover .icon_select_news{
  background-position:  -44px -20px;
}



/*------------------------------------------------  动画 --------------------------------------------------------------*/

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}




@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}




@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}