@charset "utf-8";
/* /zhuanti/hxjy/zqbby21/release/css/index.css */
@charset "UTF-8";
/* 基础模块 */
/* CSS Document
Date:		2013/12/20
Author:		小芳
Update:
*/
/* CSS reset */
html {
  color: #000;
  background: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

button {
  border: none;
  -webkit-tap-hightlight-color: transparent;
  tap-hightlight-color: transparent;
}

input, select, img {
  vertical-align: middle;
}

input, select {
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

body, button, input, select, textarea {
  font: 12px/1.5 tahoma, arial, 宋体, sans-serif;
}

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

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

th {
  text-align: inherit;
}

fieldset, img {
  border: 0;
}

iframe {
  display: block;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

del {
  text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 500;
}

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

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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:hover {
  text-decoration: underline;
}

ins, a {
  text-decoration: none;
}

/*Correct block display not defined in IE6/7/8/9 & ff3,IE需要在js中createElement(tag)*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* global */
body {
  background: #000;
}

.wrapper {
  margin: 0 auto;
  text-align: left;
  width: 1000px;
}

td {
  font-size: 12px;
  line-height: 160%;
}

.txthide {
  text-indent: -999em;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
  /* for IE6 IE7 */
}

.hidden {
  display: none !important;
}

.left, .right {
  display: inline;
  zoom: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

.my_footer {
  margin-top: 0px;
}

a:active, a:focus, input {
  -moz-outline: none;
  outline: none;
  ie-dummy: expression(this.hideFocus=true);
}

a:hover {
  text-decoration: none;
}

.my_footer {
  margin-top: 0;
}

input::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #308586;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #308586;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #308586;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #308586;
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #308586;
}

textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #308586;
}

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #308586;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #308586;
}

input:focus, textarea:focus {
  outline: none;
}

/*@mixin*/
/* 渐变 */
/* 描边 */
/* 默认文字颜色 */
/* 默认文字强调颜色 */
.text_default_em {
  color: #f1d588 !important;
}

/* 带背景的文字默认 */
/* 带背景文字强调颜色 */
.text_bg_em {
  color: #9c0000 !important;
}

/* 动效 */
@keyframes slideDowm {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 800px;
  }
}
@keyframes slideDowm_1 {
  0% {
    top: -629px;
  }
  100% {
    top: -165px;
  }
}
@keyframes floats {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(15px);
  }
  to {
    transform: translateY(-30px);
  }
}
@keyframes floatsX {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(15px);
  }
  to {
    transform: translateX(-30px);
  }
}
/* 放大 */
@keyframes scale_1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale_x_1 {
  0% {
    transform: scaleX(1);
  }
  40% {
    transform: scaleX(1.2);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes scale_x_2 {
  0% {
    transform: scaleX(1);
  }
  60% {
    transform: scaleX(0.8);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes chuizi {
  0% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  30% {
    -moz-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  100% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
@keyframes goto_y {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes goto_x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes goto_y_s {
  0% {
    transform: translateY(-1px);
  }
  50% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(-1px);
  }
}
@keyframes overturn {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(720deg);
  }
}
@keyframes opacity_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fly_l {
  0% {
    margin-left: -100%;
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
@keyframes fly_r {
  0% {
    margin-left: 100%;
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
@keyframes shaking {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0px);
  }
}
/* 摇晃 */
@keyframes sway {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes zoomin {
  0% {
    opacity: 0;
    transform: scale(3);
  }
  50% {
    opacity: 0;
    transform: scale(3);
  }
}
@keyframes wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1920px;
  }
}
@keyframes logoZoom {
  40% {
    transform: scale(1.4);
  }
  41% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes draw-in {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-90deg);
  }
}
@keyframes draw-out {
  0% {
    transform: rotateY(-90deg);
  }
  100% {
    transform: rotateY(0);
  }
}
.sections-hd .btn-head-group {
  background-image: url(../zhuanti/hxjy/zqbby21/release/images/sprite_btn.png?);
  background-repeat: no-repeat;
}

.m-box .tit, .mod .mod-hd-tit {
  background-image: url(../zhuanti/hxjy/zqbby21/release/images/sprite_tit.png?);
  background-repeat: no-repeat;
}

/* 页面模块 */
/* 背景 */
.my_fbtm {
  background: #1b243c;
  overflow: hidden;
}

.wrap {
  margin: 0 auto;
  width: 1200px;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}

.sections-hd {
  background: url(../zhuanti/hxjy/zqbby21/release/images/full_bg.jpg?) center top no-repeat;
}
.sections-hd .sections-bg-1 {
  background: url(../zhuanti/hxjy/zqbby21/release/images/hbg_01.jpg?) center top no-repeat;
  height: 195px;
}
.sections-hd .sections-bg-2 {
  background: url(../zhuanti/hxjy/zqbby21/release/images/hbg_02.jpg?) center top no-repeat;
  height: 195px;
}
.sections-hd .sections-bg-3 {
  background: url(../zhuanti/hxjy/zqbby21/release/images/hbg_03.jpg?) center top no-repeat;
  height: 195px;
}
.sections-hd .sections-bg-4 {
  background: url(../zhuanti/hxjy/zqbby21/release/images/hbg_04.jpg?) center top no-repeat;
  height: 195px;
}
.sections-hd .logo {
  position: absolute;
  width: 240px;
  height: 70px;
  left: 50%;
  margin-left: -120px;
  top: 30px;
  font-size: 0;
}
.sections-hd .head-time {
  display: none;
}
.sections-hd .btn-home {
  display: none;
}
.sections-hd .head-group {
  position: absolute;
  top: 10px;
  right: 0;
}
.sections-hd .btn-head-group {
  font: 500 14px/28px "microsoft yahei";
  color: #ffffff;
  display: inline-block;
  background-position: 0 0;
  width: 104px;
  height: 28px;
  text-align: center;
  margin: 0 5px;
}
.sections-hd .btn-head-group:hover {
  filter: brightness(1.2);
  background-position: 0 -28px;
  width: 100px;
  height: 24px;
  line-height: 24px;
  margin: 2px 7px;
}

.sections-bd-1 {
  background: url(../zhuanti/hxjy/zqbby21/release/images/section1.jpg?) center 0 no-repeat;
  height: 821px;
}

.sections-bd-2 {
  background: url(../zhuanti/hxjy/zqbby21/release/images/section2.jpg?) center 0 no-repeat;
  height: 1059px;
}

.sections-bd-3 {
  background: url(../zhuanti/hxjy/zqbby21/release/images/section3.jpg?) center 0 no-repeat;
  height: 824px;
}

.mod .mod-hd {
  padding-bottom: 56px;
}
.mod .mod-hd-tit {
  background-position: 0 0;
  width: 800px;
  height: 70px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
}

.mod--01 .mod-bd {
  padding: 50px 40px 0 500px;
}
.mod--01 .mod-bd .text {
  font: 500 18px/32px "microsoft yahei";
  color: #93b8ff;
  margin-bottom: 35px;
}

.mod--02 .mod-hd-tit {
  background-position: 0 -70px;
  width: 800px;
  height: 70px;
}
.mod--02 .mod-bd {
  padding: 25px 20px 0;
}

.mod--03 .mod-hd-tit {
  background-position: 0 -140px;
  width: 800px;
  height: 70px;
}
.mod--03 .mod-bd {
  padding: 56px 20px 0;
}

.m-box .tit {
  background-position: 0 -290px;
  width: 500px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
}
.m-box .m-hd {
  text-align: center;
  margin: 0 auto 20px;
}

.m-js .info {
  font: 500 14px/24px "microsoft yahei";
  color: #93b8ff;
}

.m-jl {
  width: 680px;
  margin-top: 30px;
}
.m-jl .tit {
  background-position: 0 -210px;
  width: 520px;
  height: 40px;
}

.m-getjl {
  width: 660px;
  margin-top: 30px;
}
.m-getjl .tit {
  background-position: 0 -250px;
  width: 520px;
  height: 40px;
}
.m-getjl .textlist {
  font: 500 14px/28px "microsoft yahei";
  color: #93b8ff;
}

.m-box1 {
  background: url(../zhuanti/hxjy/zqbby21/release/images/translucent-bg.png?) 0 0 no-repeat;
  width: 450px;
  height: 428px;
  overflow: hidden;
}
.m-box1 .m-hd {
  text-align: center;
  height: 62px;
  padding-top: 10px;
  font: 500 14px/24px "microsoft yahei";
  color: #593320;
}
.m-box1 .m-hd .tit {
  font-size: 24px;
  font-weight: 700;
}
.m-box1 .m-bd {
  padding: 30px 30px 0;
}
.m-box1 .textlist {
  font: 500 14px/28px "microsoft yahei";
  color: #93b8ff;
}

.m-jfgz {
  float: left;
}

.m-kfgz {
  float: right;
}

.mod-silde {
  overflow: hidden;
  width: 680px;
  height: 350px;
  position: relative;
  *zoom: 1;
  padding: 0;
  background: transparent none;
  border: 0 none;
}

.mod-silde .slide-list {
  position: relative;
  *zoom: 1;
}

.mod-silde .slide-list li {
  position: absolute;
  top: 0;
  left: 0;
}

.mod-silde .slide-dot {
  width: 680px;
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 10;
  height: 15px;
  text-align: center;
}

.mod-silde .slide-dot li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
  margin: 0 5px;
  text-align: center;
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 7px;
  background: #93b8ff;
  transition: width 0.3s, background-color 0.3s;
}

.mod-silde .slide-dot li.cur {
  height: 15px;
  background: #f1d588;
  width: 32px;
}

.page-ft {
  text-align: center;
  font: 700 14px/28px "microsoft yahei";
  color: #93b8ff;
  margin: -60px auto 40px;
}
