/* 以宽度为1200px；html的font-size为8px 的px对应关系
 * --12px---14px---16px---18px---20px---22px---24px--26px---28px----30px---32px--34px----36px
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham-Bold.otf');
}
* {
  padding: 0;
  margin: 0;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  /* Firefox */
  -webkit-box-sizing: content-box;
  /* Safari */
}
button,
input {
  border: none;
  background-color: transparent;
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
html {
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
a:visited {
  color: inherit;
}
b,
strong {
  font-weight: bold;
}
em {
  font-style: normal;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
li,
ol {
  list-style: none;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: none;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**居中*/
/**IE8 不支持*/
/**居中*/
/**清除浮动,控制第一行的margin-top不起作用*/
/**兼容ie7*/
/**弹性布局*/
/**常用左右边距设置*/
/**常用上下边距设置*/
/**字体设置*/
/**字体状态设置，主要是位置，和加粗*/
/**格子系统设置@list 百分比*/
/**等分格子设置*/
/**规范z-index的泛滥使用，规范了7层，-2，-1,0,1,2,3,4,5*/
/**控制多行隐藏*/
/**强制不换行*/
.noWrap {
  white-space: nowrap;
}
/**宽度*/
/**rgba颜色兼容性设置*/
/**IE8 不支持*/
/**border-radius*函数*/
/**IE8 不支持*/
/**box-shadow的属性设置*/
/**IE8 不支持*/
/**过渡动画*/
/**IE8 不支持*/
/**盒子模型*/
/**IE8 不支持*/
/**盒子模型*/
/**IE8 不支持*/
/**不能够被选取*/
/**IE8 不支持*/
/**盒子阴影*/
/**IE8 不支持*/
/**border-radius*函数*/
/*兼容ie8及以下*/
/**IE8 不支持*/
/**input的placeholder字体设置*/
/**线条*/
/**chrome 清除滚动条*/
/**IE8不支持*垂直渐变色*/
/**图片预加载*/
/**图片预加载通过before的方式*/
/**栅格**/
@font-face {
  font-family: 'iconfont';
  src: url('../iconfont/iconfont.eot');
  src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('../iconfont/iconfont.woff') format('woff'), url('../iconfont/iconfont.ttf') format('truetype'), url('../iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
html {
  min-width: 1200px;
  width: 100%;
  overflow-x: hidden;
  height: 100%;
}
body {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
.l_con {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
img[class^="icon_"] {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
i[class^="icon_"] {
  vertical-align: middle;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  font-style: normal;
}
body {
  font-size: 18px;
}
.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
/**清除浮动，以及第一个孩子的margin-top:,以及最后一个孩子margin-bottom:错乱的问题上下边*/
.clear {
  *zoom: 1;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.toh {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.f-theme {
  color: #015BAC;
}
.noWrap {
  white-space: nowrap;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.pf {
  position: fixed;
}
.wf {
  width: 100%;
  max-width: 100%;
}
.hide {
  display: none;
}
.toh {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blod {
  font-weight: bold;
}
/**grid*/
*[class^="g-"] {
  *zoom: 1;
}
*[class^="g-"]:before,
*[class^="g-"]:after {
  content: "";
  display: table;
}
*[class^="g-"]:after {
  clear: both;
}
.g-d-2 > * {
  float: left;
  width: 50%;
}
.g-d-3 > * {
  float: left;
  width: 33.33333333%;
}
.g-d-4 > * {
  float: left;
  width: 25%;
}
.g-d-5 > * {
  float: left;
  width: 20%;
}
.g-d-6 > * {
  float: left;
  width: 16.66666667%;
}
.g-d-7 > * {
  float: left;
  width: 14.28571429%;
}
.g-d-8 > * {
  float: left;
  width: 12.5%;
}
.bg-c {
  background-color: #015BAC;
}
.bg-sc {
  background-color: #015BAC;
}
.f-c {
  color: #015BAC;
}
.f-sc {
  color: #015BAC;
}
.f-t-c {
  text-align: center;
}
.f-wb {
  font-weight: bold;
}
.btHov {
  transition: all 0.22s linear 0s;
  -moz-transition: all 0.22s linear 0s;
  -webkit-transition: all 0.22s linear 0s;
  -o-transition: all 0.22s linear 0s;
}
.btHov:hover {
  -khtml-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  filter: alpha(opacity=85);
  filter: "alpha(opacity=85)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
}
.noShow {
  visibility: hidden;
}
.comp_radio {
  width: auto;
}
.comp_radio input {
  display: none!important;
}
.comp_radio .one {
  float: left;
  cursor: pointer;
  margin-top: 7px;
}
.comp_radio .two {
  float: left;
  cursor: pointer;
  margin-top: 7px;
  margin-left: 50px;
}
.comp_radio .sexRadio {
  float: left;
  font-size: 18px;
  color: #333;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  height: 25px;
  line-height: 25px;
}
.comp_radio .sexCheck {
  float: left;
  margin-left: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  height: 23px;
  width: 23px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 0px;
  line-height: 23px;
}
.comp_radio .sexCheck img {
  margin-top: 20%;
  width: 92%;
  display: none;
}
.comp_radio .active .sexCheck {
  background-color: #015BAC;
  border: 1px solid #015BAC;
}
.comp_radio .active .sexCheck img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.comp_select {
  position: relative;
  float: left;
  width: 230px;
  height: 35px;
  z-index: 2000;
  cursor: default;
}
.comp_select .noTxt {
  font-size: 16px;
  color: #999;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  line-height: 35px;
}
.comp_select > .c_input {
  border: 1px solid #000;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  height: 35px;
  font-size: 16px;
  color: #000;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}
.comp_select > .comp_down {
  position: relative;
  z-index: 1000;
  overflow-y: auto;
  display: none;
  border: 1px solid #000;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 1px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.comp_select > .comp_down > ul {
  position: relative;
  z-index: 1000;
  max-height: 234px;
  *height: 234px;
  overflow-y: auto;
}
.comp_select > .comp_down > ul > li {
  position: relative;
  z-index: 1000;
  transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.comp_select > .comp_down > ul > ._preChoose {
  background-color: #000;
  color: #fff;
}
.comp_select > .ico_drop_down {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 8px;
  width: 14px;
  background-image: url('../images/ico/arrow_down0.png');
  background-repeat: no-repeat;
}
.comp_select ._search {
  outline: none;
  width: 100%;
  max-width: 100%;
  margin: 10px 0px 15px 0px;
  padding: 0px 10px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #f1f1f1;
  background-color: #f1f1f1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.comp_select ._search:focus {
  border: 1px solid #eee;
  -moz-box-shadow: 2px 2px 9px 0px #fff;
  -webkit-box-shadow: 2px 2px 9px 0px #fff;
  box-shadow: 2px 2px 9px 0px #fff;
  background-color: #fff;
}
.comp_select.active > .c_input {
  border: 1px solid #000;
}
.comp_select.active > .comp_down {
  display: block;
}
.comp_tip {
  position: fixed;
  left: 50%;
  top: 35%;
  z-index: 4000;
}
.comp_noticeTip {
  white-space: nowrap;
  padding: 6px 22px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 5px 0px #999;
  -webkit-box-shadow: 2px 2px 5px 0px #999;
  box-shadow: 2px 2px 5px 0px #999;
  background: url('../images/login/tip.png') no-repeat;
  background-position: 22px 17.5px;
  background-color: #fff;
  padding-left: 38px;
}
.comp_noticeTip > img {
  float: left;
  display: inline-block;
}
.comp_noticeTip .comp_txt {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.comp_rightTip {
  white-space: nowrap;
  padding: 6px 22px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 5px 0px #999;
  -webkit-box-shadow: 2px 2px 5px 0px #999;
  box-shadow: 2px 2px 5px 0px #999;
  background: url('../images/login/success.png') no-repeat;
  background-position: 22px 17.5px;
  background-color: #fff;
  padding-left: 38px;
}
.comp_rightTip > img {
  float: left;
  display: inline-block;
}
.comp_rightTip .comp_txt {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.comp_errorTip {
  -moz-box-shadow: 2px 2px 5px 0px #999;
  -webkit-box-shadow: 2px 2px 5px 0px #999;
  box-shadow: 2px 2px 5px 0px #999;
  padding: 6px 22px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  white-space: nowrap;
  text-align: center;
  background: url('../images/login/danger.png') no-repeat;
  background-position: 22px 17.5px;
  background-color: #fff;
  padding-left: 38px;
}
.comp_errorTip > img {
  float: left;
  display: inline-block;
}
.comp_errorTip .comp_txt {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.comp_checkbox {
  *zoom: 1;
  cursor: pointer;
}
.comp_checkbox:before,
.comp_checkbox:after {
  content: "";
  display: table;
}
.comp_checkbox:after {
  clear: both;
}
.comp_checkbox input {
  display: none;
}
.comp_checkbox .comp_label {
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 21px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.comp_checkbox .comp_check {
  float: left;
  height: 19px;
  width: 19px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-left: 10px;
  font-size: 0px;
}
.comp_checkbox .comp_check > img {
  width: 100%;
  display: none;
  margin-top: 15%;
}
.comp_input {
  margin-left: 1px;
  margin-right: 1px;
  height: 38px;
  line-height: 38px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.22s linear 0s;
  -moz-transition: all 0.22s linear 0s;
  -webkit-transition: all 0.22s linear 0s;
  -o-transition: all 0.22s linear 0s;
}
.comp_input > div {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  height: 100%;
}
.comp_input textarea,
.comp_input input {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 16px;
  color: #000;
  line-height: 40px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  z-index: 2;
  border: none!important;
  margin: 0px!important;
  padding: 0px!important;
  background-color: transparent;
}
.comp_input textarea:focus,
.comp_input input:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.comp_input .placeholder {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  left: 0px;
  top: 0px;
  text-align: left;
  font-size: 16px;
  color: #ccc;
  line-height: 40px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.comp_input.focus {
  border: 1px solid #015BAC;
  -moz-box-shadow: 0px 0px 3px 0px #59bfca;
  -webkit-box-shadow: 0px 0px 3px 0px #59bfca;
  box-shadow: 0px 0px 3px 0px #59bfca;
}
.comp_loading {
  position: fixed;
  top: 35%;
  left: 50%;
  z-index: 4000;
  width: 98px;
  height: 98px;
  display: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#80000000', endColorstr='#80000000');
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: -45px;
  margin-left: -55px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
:root .comp_loading {
  filter: none;
}
.comp_loading .spin_img {
  width: 50px;
  height: 50px;
  display: block;
  margin: 21px auto;
}
.comp_loading .spinner {
  position: relative;
  margin: 15px auto;
  width: 68px;
  height: 68px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/com/loading_68.gif');
}
.comp_loading .container1 > div,
.comp_loading .container2 > div,
.comp_loading .container3 > div {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.comp_loading .spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.comp_loading .container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.comp_loading .container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.comp_loading .circle1 {
  top: 0;
  left: 0;
}
.comp_loading .circle2 {
  top: 0;
  right: 0;
}
.comp_loading .circle3 {
  right: 0;
  bottom: 0;
}
.comp_loading .circle4 {
  left: 0;
  bottom: 0;
}
.comp_loading .container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.comp_loading .container3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.comp_loading .container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.comp_loading .container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.comp_loading .container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.comp_loading .container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.comp_loading .container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.comp_loading .container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.comp_loading .container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.comp_loading .container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.comp_loading .container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.site_addr {
  padding-top: 30px;
  *zoom: 1;
}
.site_addr:before,
.site_addr:after {
  content: "";
  display: table;
}
.site_addr:after {
  clear: both;
}
.site_addr .icon_home {
  position: relative;
  float: left;
  top: 2px;
  right: 0px;
  width: 18px;
  height: 17px;
  margin-right: 5px;
  margin-left: -8px;
  background: url('../img/home_1.png') no-repeat;
}
.site_addr .tit {
  position: relative;
  float: left;
  left: 0px;
  width: 260px;
  height: 100px;
  cursor: pointer;
  margin-top: -80px;
  font-size: 24px;
  color: #fff;
  line-height: 100px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  font-weight: bold;
  transition: all 0.22s linear 0s;
  -moz-transition: all 0.22s linear 0s;
  -webkit-transition: all 0.22s linear 0s;
  -o-transition: all 0.22s linear 0s;
  text-align: center;
  background-repeat: no-repeat;
  background-color: #015BAC;
}
.site_addr .tit:hover {
  background-color: #6eabe1;
}
.site_addr .addr {
  position: relative;
  float: right;
  width: 860px;
  height: 20px;
}
.site_addr .addr > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site_addr .addr,
.site_addr .addr a {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.site_addr .addr a {
  margin: 0px 8px;
  display: inline-block;
}
.site_addr .addr .crumb{
	margin-left: -10px;
}
.site_addr .addr .icon_line {
  font-weight: bold;
}
.site_addr .addr .active {
  color: #015BAC;
}
/**统一的二级导航*/
/**统一的二级导航*/
.b_subNav {
  width: 260px;
  margin-bottom: 55px;
  background-color: #f5f5f5;
}
.b_subNav .nav_a {
  position: relative;
  font-size: 0px;
  width: 100%;
  max-width: 100%;
}
.b_subNav .nav_a > li {
  height: 61px;
  margin-left: 4px;
  margin-right: 20px;
  border-bottom: 1px solid #dfe2e5;
}
.b_subNav .nav_a > li .nav_tit {
  height: 63px;
  transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  margin-top: -1px;
  margin-left: -4px;
  margin-right: -20px;
  background-color: transparent;
  border-left: 3px solid transparent;
}
.b_subNav .nav_a > li .nav_tit > div {
  width: 100%;
  height: 100%;
}
.b_subNav .nav_a > li .nav_tit > div a {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  font-size: 18px;
  color: #333;
  line-height: 63px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  text-align: center;
}
.b_subNav .nav_a > li:last-child {
  border-bottom: 1px solid transparent;
}
.b_subNav .nav_a > li:hover .nav_tit,
.b_subNav .nav_a > li.active .nav_tit {
  background-color: #dce1e8;
  border-left: 3px solid #015BAC;
}
.b_subNav .nav_a > li:hover .nav_tit > div a,
.b_subNav .nav_a > li.active .nav_tit > div a {
  color: #015BAC;
}
.paging {
  padding: 50px 0;
  text-align: center;
}
.paging li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.paging li ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.paging li a,
.paging li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 5px;
  padding: 8px 13px;
  border: 1px solid #ccc;
  background: #faf9f9;
  margin-right: 8px;
  margin-left: 8px;
  font-size: 14px;
  font-weight: normal;
  color: #999;
  transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
}
.paging li a:hover,
.paging li.active a {
  color: #fff;
  background-color: #015BAC;
  border: 1px solid #015BAC;
  text-decoration: none;
}
.pagination {
  height: 50px;
  display: table;
  overflow: hidden;
  margin: 50px auto 0;
  font-size: 0px;
}
.pagination li {
  float: left;
  margin: 8px;
  color: #666;
  height: 30px;
  transition: all 0.05s linear 0s;
  -moz-transition: all 0.05s linear 0s;
  -webkit-transition: all 0.05s linear 0s;
  -o-transition: all 0.05s linear 0s;
  border-radius: 2px;
  border: 0;
}
.pagination li:hover {
  color: #fff;
  background: #015BAC;
  border: 0;
}
.pagination li:hover a {
  color: #fff;
}
.pagination li a {
  width: auto;
  height: 30px;
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 30px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  padding: 0 12px;
}
.pagination .active {
  background: #015BAC;
  /* border: 1px solid #015BAC; */
}
.pagination .active a {
  color: #fff;
}
.header {
  position: relative;
  z-index: 1000;
}
.header .h_banner {
  position: relative;
  overflow: hidden;
  font-size: 0px;
  height: 138px;
  background-color: #015BAC;
}
.header .h_banner .bg {
  position: relative;
  height: 110px;
}
.header .h_banner .cover {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.header .h_banner .cover .l_con {
  *zoom: 1;
  height: 100%;
}
.header .h_banner .cover .l_con:before,
.header .h_banner .cover .l_con:after {
  content: "";
  display: table;
}
.header .h_banner .cover .l_con:after {
  clear: both;
}
.header .h_banner .cover .logo {
  /* float: left; */
  width: auto;
  height: 100%;
  margin-top: 0;
  color: #fff;
  font-size: 32px;
  padding-top: 31px;
}
.header .h_banner .cover .logo img{
  height: 76px;
  vertical-align: middle;
  margin-right: 5px;
}
.header .h_banner .cover .logo span{
  font-size: 32px;
  vertical-align: middle;
  color: #fff;
  display: inline-block;
  padding-bottom: 4px;
  margin-right: 5px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica;
}
.header .h_banner .cover .right {
  float: right;
  width: 250px;
}
.header .h_banner .cover .link_home {
  float: right;
  margin-right: 15px;
  display: block;
  margin-top: 35px;
  font-size: 15px;
  color: #fff;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  *line-height: 180%;
  letter-spacing: 2px;
}
.header .h_banner .cover .link_home .icon_home {
  float: left;
  margin-top: -2px;
  *margin-top: 5px;
  margin-right: 10px;
  height: 17px;
  width: 17px;
  background-image: url('../images/ico/home.png');
}
.header .h_banner .cover .comp_input {
  float: right;
  position: relative;
  width: 160px;
  margin-top: 15px;
  height: 27px;
  border: 1px solid #accee4;
  background-color: rgba(255, 255, 255, 0.39);
  background-color: #0f4d97;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  -o-border-radius: 38px;
  border-radius: 38px;
}
.header .h_banner .cover .comp_input > div {
  margin-left: 20px;
  margin-right: 58px;
}
.header .h_banner .cover .comp_input > div input {
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.header .h_banner .cover .comp_input .icon_search {
  position: absolute;
  top: 4px;
  right: 21px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url('../img/search.png');
}
.header .h_banner .cover .comp_input.focus {
  border: 1px solid #accee4;
  -moz-box-shadow: 0px 0px 5px 0px #eee;
  -webkit-box-shadow: 0px 0px 5px 0px #eee;
  box-shadow: 0px 0px 5px 0px #eee;
}
.header .search {
  position: relative;
  height: 32px;
  margin-top: 53px;
  margin-right: 22px;
}
.header .search input {
  float: right;
  color: #fff;
  width: 256px;
  *width: 166px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 44px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  border: 1px solid #efefef;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: transparent;
  background-color: rgba(239, 239, 239, 0.2);
}
.header .search input::-webkit-input-placeholder {
  color: #efefef;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.header .search input:-moz-placeholder {
  color: #efefef;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.header .search input::-moz-placeholder {
  color: #efefef;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.header .search input:-ms-input-placeholder {
  color: #efefef;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.header .search input.placeholder {
  color: #efefef;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.header .search .btn_search {
  position: absolute;
  top: 8px;
  right: 20px;
  width: 16px;
  height: 16px;
  background-image: url('../img/search.png');
}
.header .nav_bar {
  height: 45px;
  background-color: #fff;
}
.header .navs {
  font-size: 0px;
}
.header .navs > li {
  position: relative;
  float: left;
  width: 133px;
  height: 45px;
}
.header .navs > li > a {
  width: 100%;
  height: 45px;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 45px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  text-align: center;
}
.header .navs > li > .sub_navs {
  position: absolute;
  left: 0px;
  top: 45px;
  opacity: 0;
  min-width: 100%;
  transition: all 0.22s linear 0s;
  -moz-transition: all 0.22s linear 0s;
  -webkit-transition: all 0.22s linear 0s;
  -o-transition: all 0.22s linear 0s;
  visibility: hidden;
  background-color: #015BAC;
}
.header .navs > li > .sub_navs > li {
  height: 45px;
  transition: all 0.22s linear 0s;
  -moz-transition: all 0.22s linear 0s;
  -webkit-transition: all 0.22s linear 0s;
  -o-transition: all 0.22s linear 0s;
}
.header .navs > li > .sub_navs > li > a {
  white-space: nowrap;
  height: 45px;
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  text-align: left;
}
.header .navs > li > .sub_navs > li:hover {
  background-color: #fff;
}
.header .navs > li > .sub_navs > li:hover > a {
  color: #015BAC;
}
.header .navs > li:hover {
  background-color: #015BAC;
}
.header .navs > li:hover > .sub_navs {
  opacity: 1;
  visibility: visible;
}
.header .navs > li:hover > a {
  color: #fff;
}
.header .user {
  position: absolute;
  right: 20px;
  margin-top: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.header .user > .login {
  color: #fff;
  margin-right: 15px;
  transition: all 0.22s linear 0s;
  -moz-transition: all 0.22s linear 0s;
  -webkit-transition: all 0.22s linear 0s;
  -o-transition: all 0.22s linear 0s;
}
.header .user > .login:hover {
  color: #00c1de;
}
.header .user > .register {
  color: #fff;
  margin-left: 15px;
  transition: all 0.22s linear 0s;
  -moz-transition: all 0.22s linear 0s;
  -webkit-transition: all 0.22s linear 0s;
  -o-transition: all 0.22s linear 0s;
}
.header .user > .register:hover {
  color: #00c1de;
}
.header .user > .userAccount {
  color: #fff;
  margin-right: 15px;
  transition: all 0.22s linear 0s;
  -moz-transition: all 0.22s linear 0s;
  -webkit-transition: all 0.22s linear 0s;
  -o-transition: all 0.22s linear 0s;
}
.header .user > .userAccount:hover {
  color: #00c1de;
}
.header .user > .quiz {
  color: #fff;
  margin-left: 15px;
  transition: all 0.22s linear 0s;
  -moz-transition: all 0.22s linear 0s;
  -webkit-transition: all 0.22s linear 0s;
  -o-transition: all 0.22s linear 0s;
}
.header .user > .quiz:hover {
  color: #00c1de;
}
.footer {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #dbdfe8;
}
.footer .info {
  height: 214px;
}
.footer .info .l_con {
  *zoom: 1;
}
.footer .info .l_con:before,
.footer .info .l_con:after {
  content: "";
  display: table;
}
.footer .info .l_con:after {
  clear: both;
}
.footer .info .chunk_1 {
  float: left;
  width: 188px;
  height: 214px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../../image/ico_v_line.png');
}
.footer .info .chunk_1 .logo {
  width: 150px;
  height: 150px;
  margin-top: 30px;
  background-size: 100% 100%;
}
.footer .info .chunk_2 {
  float: left;
  width: 250px;
  height: 214px;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../../image/ico_v_line.png');
}
.footer .info .chunk_2 .tit {
  margin-top: 44px;
  font-size: 16px;
  width:205px;
  color: #242830;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.footer .info .chunk_2 .con {
  *zoom: 1;
  margin-top: 17px;
  width:205px;
}
.footer .info .chunk_2 .con:before,
.footer .info .chunk_2 .con:after {
  content: "";
  display: table;
}
.footer .info .chunk_2 .con:after {
  clear: both;
}
.footer .info .chunk_2 .con .list_1 {
  float: left;
  width: 140px;
  line-height: 26px;
}
.footer .info .chunk_2 .con .list_1 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #8c949f;
  line-height: 26px;
  display: block;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.footer .info .chunk_2 .con .list_1 a:hover {
  text-decoration: underline;
}
.footer .info .chunk_2 .con .list_2 {
  float: left;
  width: 140px;
  margin-left: 20px;
}
.footer .info .chunk_2 .con .list_2 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #8c949f;
  line-height: 26px;
  display: block;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.footer .info .chunk_2 .con .list_2 a:hover {
  text-decoration: underline;
}
.footer .info .chunk_3 {
  float: left;
  width: 297px;
  height: 214px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../../image/ico_v_line.png');
}
.footer .info .chunk_3 .tit {
  margin-top: 44px;
  font-size: 16px;
  color: #242830;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.footer .info .chunk_3 .con {
  *zoom: 1;
  margin-top: 17px;
  font-size: 14px;
  color: #8c949f;
  line-height: 26px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.footer .info .chunk_3 .con:before,
.footer .info .chunk_3 .con:after {
  content: "";
  display: table;
}
.footer .info .chunk_3 .con:after {
  clear: both;
}
.footer .info .chunk_4 {
  *zoom: 1;
  float: right;
  width: 299px;
  height: 214px;
  padding-left: 32px;
}
.footer .info .chunk_4:before,
.footer .info .chunk_4:after {
  content: "";
  display: table;
}
.footer .info .chunk_4:after {
  clear: both;
}
.footer .info .chunk_4 .code1,
.footer .info .chunk_4 .code2,
.footer .info .chunk_4 .code3 {
  position: relative;
  float: left;
  width: 83px;
  margin-top: 56px;
  margin-right: 25px;
}
.footer .info .chunk_4 .code1 .txt,
.footer .info .chunk_4 .code2 .txt,
.footer .info .chunk_4 .code3 .txt {
  position: relative;
  left: 50%;
  width: 134px;
  margin-top: 9px;
  margin-left: -67px;
  text-align: center;
  font-size: 14px;
  color: #242830;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.footer .info .chunk_4 .code1 > .code_img,
.footer .info .chunk_4 .code2 > .code_img,
.footer .info .chunk_4 .code3 > .code_img,
.footer .info .chunk_4 .code1 > .code_img,
.footer .info .chunk_4 .code2 > .code_img,
.footer .info .chunk_4 .code3 > .code_img,
.footer .info .chunk_4 .code1 > .code_zb,
.footer .info .chunk_4 .code2 > .code_zb,
.footer .info .chunk_4 .code3 > .code_zb,
.footer .info .chunk_4 .code1 > .code_zb,
.footer .info .chunk_4 .code2 > .code_zb,
.footer .info .chunk_4 .code3 > .code_zb {
  width: 83px;
  height: 83px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../../image/code_1.png');
}
.footer .info .chunk_4 .code2 > .code_img {
  background-image: url('../../image/code_2.png');
}
.footer .info .chunk_4 .code3 {
  float: right;
  margin-right: 0px;
}
.footer .info .chunk_4 .code3 > .code_img {
  background-image: url('../../image/code_3.png');
}
.footer .bottom {
  text-align: center;
  height: 44px;
  font-size: 12px;
  color: #8b94a4;
  line-height: 44px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  background-color: #242830;
}
.page_index {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-width: 1920px;
  background-color: #f3f5f8;
}
.page_index .header_index {
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0px;
  z-index: 3000;
  left: 0px;
  height: 200px;
  background-image: url('../images/cms/index/bg_header.png');
  background-repeat: no-repeat;
  background-position: center top;
}
.page_index .header_index > .l_con {
  position: relative;
  height: 105px;
  width: 1250px;
}
.page_index .header_index .logo {
  width: 363px;
  height: 64px;
  display: block;
  background: url('../images/cms/index/logo.png') no-repeat;
  background: url('../images/cms/index/logo.svg') center / contain no-repeat;
  background-size: 100%;
  background-position: center;
}
.page_index .header_index .left {
  float: left;
  width: 393px;
}
.page_index .header_index .left .logo {
  margin-top: 28px;
}
.page_index .header_index .right {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 600px;
}
.page_index .header_index .search {
  position: relative;
  height: 32px;
  margin-top: 17px;
  margin-right: 22px;
}
.page_index .header_index .search input {
  float: right;
  color: #fff;
  width: 256px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 44px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  border: 1px solid #8995a6;
  background-color: transparent;
}
.page_index .header_index .search input::-webkit-input-placeholder {
  color: #8995a6;
  font-size: 14px;
}
.page_index .header_index .search input:-moz-placeholder {
  color: #8995a6;
  font-size: 14px;
}
.page_index .header_index .search input::-moz-placeholder {
  color: #8995a6;
  font-size: 14px;
}
.page_index .header_index .search input:-ms-input-placeholder {
  color: #8995a6;
  font-size: 14px;
}
.page_index .header_index .search input.placeholder {
  color: #8995a6;
  font-size: 14px;
}
.page_index .header_index .search .btn_search {
  position: absolute;
  top: 8px;
  right: 20px;
  width: 16px;
  height: 16px;
  background-image: url('../img/search.png');
}
.page_index .header_index .menus {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 850px;
}
.page_index .header_index .menus > ul {
  float: right;
  height: 35px;
}
.page_index .header_index .menus > ul > li {
  position: relative;
  float: left;
}
.page_index .header_index .menus > ul > li > a {
  position: relative;
  height: 35px;
  display: block;
  transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 15px;
  color: #fff;
  line-height: 35px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  border-radius: 2px;
}
.page_index .header_index .menus > ul > li > .subs {
  position: absolute;
  *zoom: 1;
  left: 50%;
  top: 35px;
  opacity: 0;
  min-width: 100%;
  visibility: hidden;
  *visibility: visible;
  *display: none;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transition: all 0.22s linear 0s;
  -moz-transition: all 0.22s linear 0s;
  -webkit-transition: all 0.22s linear 0s;
  -o-transition: all 0.22s linear 0s;
}
.page_index .header_index .menus > ul > li > .subs:before,
.page_index .header_index .menus > ul > li > .subs:after {
  content: "";
  display: table;
}
.page_index .header_index .menus > ul > li > .subs:after {
  clear: both;
}
.page_index .header_index .menus > ul > li > .subs > ul {
  margin-top: 15px;
  border-radius: 2px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 5px 0px #efefef;
  -webkit-box-shadow: 0px 0px 5px 0px #efefef;
  box-shadow: 0px 0px 5px 0px #efefef;
}
.page_index .header_index .menus > ul > li > .subs > ul > li {
  background-color: #fff;
}
.page_index .header_index .menus > ul > li > .subs > ul > li > a {
  text-align: center;
  white-space: nowrap;
  transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  height: 35px;
  display: block;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 14px;
  color: #333;
  line-height: 35px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_index .header_index .menus > ul > li > .subs > ul > li:hover {
  background-color: #015BAC;
}
.page_index .header_index .menus > ul > li > .subs > ul > li:hover a {
  color: #fff;
}
.page_index .header_index .menus > ul > li.active {
  background-color: #fff;
}
.page_index .header_index .menus > ul > li.active > a {
  color: #015BAC;
}
.page_index .header_index .menus > ul > li:hover > a {
  background-color: #f1715e;
}
.page_index .header_index .menus > ul > li:hover > .subs {
  visibility: visible;
  opacity: .9;
  *display: block;
}
.page_index .header_index.header_fixed {
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0px;
  left: 0px;
  height: 45px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  animation: move ease .8s 1;
  border-top: 5px solid #015BAC;
  -webkit-animation: move ease .8s 1;
}
.page_index .header_index.header_fixed > .l_con {
  height: 45px;
}
.page_index .header_index.header_fixed .left .logo {
  margin-top: 0px;
  width: 323px;
  height: 40px;
  display: block;
  background: url('../images/cms/index/logo_2.png') no-repeat;
  background: url('../images/cms/index/logo_2.svg') center / contain no-repeat;
  background-size: auto 100%;
  background-position: left center;
}
.page_index .header_index.header_fixed .search {
  display: none;
}
.page_index .header_index.header_fixed .menus > ul > li > .subs > li {
  background-color: #015BAC;
}
.page_index .header_index.header_fixed .menus > ul > li > .subs > li > a {
  color: #fff;
}
.page_index .header_index.header_fixed .menus > ul > li > .subs > li:hover {
  background-color: #fff;
}
.page_index .header_index.header_fixed .menus > ul > li > .subs > li:hover a {
  color: #015BAC;
}
.page_index .header_index.header_fixed .menus > ul > li.active {
  background-color: #fff;
}
.page_index .header_index.header_fixed .menus > ul > li.active > a {
  color: #015BAC;
}
.page_index .header_index.header_fixed .menus > ul > li:hover > a {
  color: #fff;
  background-color: #015BAC;
}
.page_index .header_index.header_fixed .menus > ul > li:hover > .subs {
  visibility: visible;
  opacity: 1;
  *display: block;
}
.page_index .banner {
  position: relative;
  left: 50%;
  width: 1920px;
  height: 540px;
  margin-left: -960px;
}
.page_index .banner .bannerImg {
  font-size: 0px;
  display: block;
}
.page_index .banner .swiper-slide {
  font-size: 0px;
}
.page_index .banner .pagination {
  position: absolute;
  z-index: 2000;
  left: 50%;
  bottom: 0px;
  height: 62px;
  width: 1920px;
  text-align: center;
  margin-left: -960px;
  background-color: transparent;
}
.page_index .banner .swiper-pagination-switch {
  width: 9px;
  height: 9px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0px 14px;
  margin-top: 25px;
  transition: all 0.22s linear 0s;
  -moz-transition: all 0.22s linear 0s;
  -webkit-transition: all 0.22s linear 0s;
  -o-transition: all 0.22s linear 0s;
  background-color: #fff;
  box-shadow: 0px 0px 5.6px 0.4px rgba(0, 0, 0, 0.3);
}
.page_index .banner .swiper-active-switch {
  width: 38px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  background-color: #fff;
}
.page_index .fun_menu {
  position: relative;
  height: 150px;
  background-color: #ffffff;
  box-shadow: 1.5px 2.6px 6.9px 0.1px rgba(40, 21, 103, 0.11);
}
.page_index .fun_menu .container {
  width: 1200px;
  height: 150px;
  margin: 0 auto;
}
.page_index .fun_menu ul {
  *zoom: 1;
}
.page_index .fun_menu ul:before,
.page_index .fun_menu ul:after {
  content: "";
  display: table;
}
.page_index .fun_menu ul:after {
  clear: both;
}
.page_index .fun_menu ul > li {
  float: left;
  text-align: center;
  width: 200px;
  height: 150px;
  transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
}
.page_index .fun_menu ul > li .img {
  height: 38px;
  margin-top: 39px;
}
.page_index .fun_menu ul > li .txt {
  text-align: center;
  margin-top: 15px;
  font-size: 17px;
  color: #242830;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_index .fun_menu ul > li.l1 .img {
  background: url('../images/cms/index/icon_1.png') center no-repeat;
}
.page_index .fun_menu ul > li.l1:before {
  position: absolute;
  height: 0px;
  width: 0px;
  content: " ";
}
.page_index .fun_menu ul > li.l2 .img {
  background: url('../images/cms/index/icon_2.png') center no-repeat;
}
.page_index .fun_menu ul > li.l2:before {
  position: absolute;
  height: 0px;
  width: 0px;
  content: " ";
}
.page_index .fun_menu ul > li.l3 .img {
  background: url('../images/cms/index/icon_3.png') center no-repeat;
}
.page_index .fun_menu ul > li.l3:before {
  position: absolute;
  height: 0px;
  width: 0px;
  content: " ";
}
.page_index .fun_menu ul > li.l4 .img {
  background: url('../images/cms/index/icon_4.png') center no-repeat;
}
.page_index .fun_menu ul > li.l4:before {
  position: absolute;
  height: 0px;
  width: 0px;
  content: " ";
}
.page_index .fun_menu ul > li.l5 .img {
  background: url('../images/cms/index/icon_5.png') center no-repeat;
}
.page_index .fun_menu ul > li.l5:before {
  position: absolute;
  height: 0px;
  width: 0px;
  content: " ";
}
.page_index .fun_menu ul > li.l6 .img {
  background: url('../images/cms/index/icon_6.png') center no-repeat;
}
.page_index .fun_menu ul > li.l6:before {
  position: absolute;
  height: 0px;
  width: 0px;
  content: " ";
}
.page_index .fun_menu ul > li:hover {
  background-color: #015BAC;
}
.page_index .fun_menu ul > li:hover .txt {
  color: #fff;
}
.page_index .sec_3 > .container {
  *zoom: 1;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 65px;
}
.page_index .sec_3 > .container:before,
.page_index .sec_3 > .container:after {
  content: "";
  display: table;
}
.page_index .sec_3 > .container:after {
  clear: both;
}
.page_index .sec_3 .tab_tit {
  position: relative;
  font-size: 0px;
  padding-top: 58px;
  padding-bottom: 19px;
}
.page_index .sec_3 .tab_tit .line {
  position: relative;
  top: 5px;
  width: 1px;
  height: 25px;
  background-color: #bbb;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.page_index .sec_3 .tab_tit .item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  font-size: 25px;
  color: #363636;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  padding: 0px 13px;
}
.page_index .sec_3 .tab_tit .item.active {
  font-weight: bold;
  color: #015BAC;
}
.page_index .sec_3 .tab_page {
  margin-top: 22px;
}
.page_index .sec_3 .tab_page > li {
  position: relative;
}
.page_index .sec_3 .page_tzgg,
.page_index .sec_3 .page_zszc,
.page_index .sec_3 .page_zsdt {
  position: relative;
  *zoom: 1;
}
.page_index .sec_3 .page_tzgg:before,
.page_index .sec_3 .page_zszc:before,
.page_index .sec_3 .page_zsdt:before,
.page_index .sec_3 .page_tzgg:after,
.page_index .sec_3 .page_zszc:after,
.page_index .sec_3 .page_zsdt:after {
  content: "";
  display: table;
}
.page_index .sec_3 .page_tzgg:after,
.page_index .sec_3 .page_zszc:after,
.page_index .sec_3 .page_zsdt:after {
  clear: both;
}
.page_index .sec_3 .page_tzgg .see_more,
.page_index .sec_3 .page_zszc .see_more,
.page_index .sec_3 .page_zsdt .see_more {
  position: absolute;
  top: -57px;
  right: 0px;
  font-size: 14px;
  color: #015BAC;
  line-height: 20px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_index .sec_3 .page_tzgg .see_more:hover,
.page_index .sec_3 .page_zszc .see_more:hover,
.page_index .sec_3 .page_zsdt .see_more:hover {
  color: #2d333e;
}
.page_index .sec_3 .page_tzgg .n_strong,
.page_index .sec_3 .page_zszc .n_strong,
.page_index .sec_3 .page_zsdt .n_strong {
  position: relative;
  float: left;
  width: 495px;
  height: 320px;
  display: block;
  background-color: #efefef;
}
.page_index .sec_3 .page_tzgg .n_strong .img,
.page_index .sec_3 .page_zszc .n_strong .img,
.page_index .sec_3 .page_zsdt .n_strong .img {
  height: 320px;
  overflow: hidden;
}
.page_index .sec_3 .page_tzgg .n_strong .img > div,
.page_index .sec_3 .page_zszc .n_strong .img > div,
.page_index .sec_3 .page_zsdt .n_strong .img > div {
  height: 320px;
  transition: all 0.12s linear 0s;
  -moz-transition: all 0.12s linear 0s;
  -webkit-transition: all 0.12s linear 0s;
  -o-transition: all 0.12s linear 0s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page_index .sec_3 .page_tzgg .n_strong .img:hover > div,
.page_index .sec_3 .page_zszc .n_strong .img:hover > div,
.page_index .sec_3 .page_zsdt .n_strong .img:hover > div {
  transform: scale(1.2);
}
.page_index .sec_3 .page_tzgg .n_strong .bottom,
.page_index .sec_3 .page_zszc .n_strong .bottom,
.page_index .sec_3 .page_zsdt .n_strong .bottom {
  position: absolute;
  *zoom: 1;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 68px;
  padding-left: 19px;
  padding-right: 19px;
  background-color: #015BAC;
  background-color: rgba(43, 127, 136, 0.8);
}
.page_index .sec_3 .page_tzgg .n_strong .bottom:before,
.page_index .sec_3 .page_zszc .n_strong .bottom:before,
.page_index .sec_3 .page_zsdt .n_strong .bottom:before,
.page_index .sec_3 .page_tzgg .n_strong .bottom:after,
.page_index .sec_3 .page_zszc .n_strong .bottom:after,
.page_index .sec_3 .page_zsdt .n_strong .bottom:after {
  content: "";
  display: table;
}
.page_index .sec_3 .page_tzgg .n_strong .bottom:after,
.page_index .sec_3 .page_zszc .n_strong .bottom:after,
.page_index .sec_3 .page_zsdt .n_strong .bottom:after {
  clear: both;
}
.page_index .sec_3 .page_tzgg .n_strong .bottom .tit,
.page_index .sec_3 .page_zszc .n_strong .bottom .tit,
.page_index .sec_3 .page_zsdt .n_strong .bottom .tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_index .sec_3 .page_tzgg .n_strong .bottom .tim,
.page_index .sec_3 .page_zszc .n_strong .bottom .tim,
.page_index .sec_3 .page_zsdt .n_strong .bottom .tim {
  margin-top: 2px;
  font-size: 12px;
  color: #aecacd;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_index .sec_3 .page_tzgg .list,
.page_index .sec_3 .page_zszc .list,
.page_index .sec_3 .page_zsdt .list {
  float: right;
  width: 666px;
}
.page_index .sec_3 .page_tzgg .list > li,
.page_index .sec_3 .page_zszc .list > li,
.page_index .sec_3 .page_zsdt .list > li {
  float: left;
  width: 666px;
  height: 49px;
  margin-bottom: 5px;
  background-color: #fff;
}
.page_index .sec_3 .page_tzgg .list > li > a,
.page_index .sec_3 .page_zszc .list > li > a,
.page_index .sec_3 .page_zsdt .list > li > a {
  display: block;
}
.page_index .sec_3 .page_tzgg .list > li .tim,
.page_index .sec_3 .page_zszc .list > li .tim,
.page_index .sec_3 .page_zsdt .list > li .tim {
  float: left;
  text-align: center;
  width: 82px;
  margin-top: 12px;
  font-size: 15px;
  color: #333;
  line-height: 25px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_index .sec_3 .page_tzgg .list > li .tit,
.page_index .sec_3 .page_zszc .list > li .tit,
.page_index .sec_3 .page_zsdt .list > li .tit {
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 543px;
  margin-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  color: #353437;
  line-height: 25px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  border-left: 1px solid #8e9697;
}
.page_index .sec_3 .page_tzgg .list > li:hover > a .tim,
.page_index .sec_3 .page_zszc .list > li:hover > a .tim,
.page_index .sec_3 .page_zsdt .list > li:hover > a .tim {
  color: #015BAC;
}
.page_index .sec_3 .page_tzgg .list > li:hover > a .tit,
.page_index .sec_3 .page_zszc .list > li:hover > a .tit,
.page_index .sec_3 .page_zsdt .list > li:hover > a .tit {
  color: #015BAC;
}
.page_index .m_tit {
  margin-top: 62px;
  margin-bottom: 43px;
}
.page_index .m_tit .container {
  width: 1200px;
  margin: 0 auto;
}
.page_index .m_tit .ca {
  font-weight: bold;
  font-size: 25px;
  color: #015BAC;
  line-height: 25px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_index .m_tit .en {
  font-size: 12px;
  color: #2d333e;
  line-height: 25px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_index .m_tit .see_more {
  float: right;
  margin-top: 10px;
  font-weight: normal;
  font-size: 14px;
  color: #015BAC;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_index .m_tit .see_more:hover {
  color: #2d333e;
}
.page_index .sec_4 {
  *zoom: 1;
  background-color: #fff;
}
.page_index .sec_4:before,
.page_index .sec_4:after {
  content: "";
  display: table;
}
.page_index .sec_4:after {
  clear: both;
}
.page_index .sec_4 .list_1 {
  /*ul>li{
				.pr;
				.fl;
				
			}*/
}
.page_index .sec_4 .list_1 .container {
  position: relative;
  *zoom: 1;
  padding-bottom: 62px;
  width: 1220px;
  margin: 0 auto;
}
.page_index .sec_4 .list_1 .container:before,
.page_index .sec_4 .list_1 .container:after {
  content: "";
  display: table;
}
.page_index .sec_4 .list_1 .container:after {
  clear: both;
}
.page_index .sec_4 .list_1 .container .swiper-button-prev {
  position: absolute;
  top: 105px;
  left: -50px;
  width: 40px;
  height: 40px;
  background-image: url('../images/cms/index/btn_left.png');
}
.page_index .sec_4 .list_1 .container .swiper-button-prev:hover {
  background-image: url('../images/cms/index/btn_left_hover.png');
}
.page_index .sec_4 .list_1 .container .swiper-button-next {
  position: absolute;
  top: 105px;
  width: 40px;
  height: 40px;
  right: -50px;
  background-image: url('../images/cms/index/btn_right.png');
}
.page_index .sec_4 .list_1 .container .swiper-button-next:hover {
  background-image: url('../images/cms/index/btn_right_hover.png');
}
.page_index .sec_4 .list_1 .container .swiper-container {
  width: 100%;
  max-width: 100%;
  height: 250px;
}
.page_index .sec_4 .list_1 .container .swiper-container .item {
  position: relative;
  width: 285px;
  height: 250px;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
}
.page_index .sec_4 .list_1 .container .swiper-container .item .img {
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #efefef;
}
.page_index .sec_4 .list_1 .container .swiper-container .item .img .cover {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(50, 52, 62, 0.6);
  padding-top: 35px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  color: #fffefe;
  line-height: 20px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  text-align: justify;
  text-justify: inter-ideograph;
}
.page_index .sec_4 .list_1 .container .swiper-container .item .img .cover .see_more {
  font-size: 14px;
  color: #f1715e;
  line-height: 25px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_index .sec_4 .list_1 .container .swiper-container .item .img .cover .see_more:hover {
  opacity: .8;
}
.page_index .sec_4 .list_1 .container .swiper-container .item .tit {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #015BAC;
  box-shadow: 1.5px 2.6px 7px 0px rgba(0, 0, 0, 0.24);
}
.page_index .sec_4 .list_1 .container .swiper-container .item:hover .img .cover {
  opacity: 1;
  visibility: visible;
}
.page_index .sec_4 .list_1 .container .swiper-container .item:before {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 4px;
  content: ' ';
  bottom: -28px;
  display: none;
  margin-left: -25px;
  border-radius: 4px;
  background-color: #f1715e;
}
.page_index .sec_4 .list_1 .container .swiper-container .item:hover .tit {
  background-color: #f1715e;
}
.page_index .sec_4 .list_2 {
  background-color: #f3f5f8;
}
.page_index .sec_4 .list_2 .container {
  *zoom: 1;
  width: 1200px;
  height: 206px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.page_index .sec_4 .list_2 .container:before,
.page_index .sec_4 .list_2 .container:after {
  content: "";
  display: table;
}
.page_index .sec_4 .list_2 .container:after {
  clear: both;
}
.page_index .sec_4 .list_2 ul > li {
  display: none;
}
.page_index .sec_4 .list_2 ul > li .tit {
  margin-top: 40px;
  font-weight: bold;
  font-size: 16px;
  color: #015BAC;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_index .sec_4 .list_2 ul > li .desc {
  height: 85px;
  overflow: hidden;
  margin-top: 15px;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_index .sec_4 .list_2 ul > li .desc .see_more {
  font-size: 14px;
  color: #015BAC;
  line-height: 28px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_index .sec_5 {
  height: 512px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #015BAC;
  background-image: url('../images/cms/index/bg_video.png');
}
.page_index .sec_5 .container {
  width: 1200px;
  margin: 0 auto;
}
.page_index .sec_5 .container .m_tit {
  margin-top: 62px;
  font-weight: bold;
  margin-bottom: 39px;
}
.page_index .sec_5 .container .m_tit .ca {
  font-size: 25px;
  color: #fff;
  line-height: 25px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_index .sec_5 .container .m_tit .en {
  font-weight: normal;
  font-size: 12px;
  color: #d1d3d7;
  line-height: 25px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_index .sec_5 .container .m_tit .see_more {
  float: right;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  font-weight: normal;
}
.page_index .sec_5 .container .m_tit .see_more:hover {
  opacity: .8;
}
.page_index .sec_5 .container .module_1 {
  float: left;
  width: 495px;
}
.page_index .sec_5 .container .module_1 .comp_video {
  height: 324px;
  background-color: #efefef;
}
.page_index .sec_5 .container .module_2 {
  float: right;
  width: 665px;
}
.page_index .sec_5 .container .module_2 .m_con .col {
  float: left;
  width: 249px;
}
.page_index .sec_5 .container .module_2 .m_con .col .img_1,
.page_index .sec_5 .container .module_2 .m_con .col .img_2 {
  height: 152px;
  display: block;
  background-color: #efefef;
  overflow: hidden;
}
.page_index .sec_5 .container .module_2 .m_con .col .img_1 > div,
.page_index .sec_5 .container .module_2 .m_con .col .img_2 > div {
  width: 100%;
  max-width: 100%;
  height: 152px;
  transition: all 0.05s linear 0s;
  -moz-transition: all 0.05s linear 0s;
  -webkit-transition: all 0.05s linear 0s;
  -o-transition: all 0.05s linear 0s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page_index .sec_5 .container .module_2 .m_con .col .img_1:hover > div,
.page_index .sec_5 .container .module_2 .m_con .col .img_2:hover > div {
  transform: scale(1.1);
}
.page_index .sec_5 .container .module_2 .m_con .col .img_2 {
  margin-top: 20px;
}
.page_index .sec_5 .container .module_2 .m_con .img_3 {
  float: right;
  width: 394px;
  height: 324px;
  display: block;
  overflow: hidden;
  background-color: #efefef;
}
.page_index .sec_5 .container .module_2 .m_con .img_3 > div {
  width: 100%;
  max-width: 100%;
  height: 324px;
  transition: all 0.05s linear 0s;
  -moz-transition: all 0.05s linear 0s;
  -webkit-transition: all 0.05s linear 0s;
  -o-transition: all 0.05s linear 0s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page_index .sec_5 .container .module_2 .m_con .img_3:hover > div {
  transform: scale(1.1);
}
.page_index .sec_6 {
  background-color: #fff;
}
.page_index .sec_6 .container {
  position: relative;
  *zoom: 1;
  width: 1200px;
  margin: 0 auto;
  padding: 65px 0px;
}
.page_index .sec_6 .container:before,
.page_index .sec_6 .container:after {
  content: "";
  display: table;
}
.page_index .sec_6 .container:after {
  clear: both;
}
.page_index .sec_6 .container .tit {
  float: left;
  width: 183px;
  height: 437px;
  display: block;
  transition: all 0.05s linear 0s;
  -moz-transition: all 0.05s linear 0s;
  -webkit-transition: all 0.05s linear 0s;
  -o-transition: all 0.05s linear 0s;
  background: url('../images/cms/index/video_tit.png') no-repeat;
  background: url('../images/cms/index/video_tit.svg') center / contain no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.page_index .sec_6 .container .tit:hover {
  opacity: .95;
}
.page_index .sec_6 .container .video_1 {
  float: left;
  width: 610px;
  height: 437px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page_index .sec_6 .container .video_2 {
  float: right;
  width: 387px;
  height: 208px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page_index .sec_6 .container .video_3 {
  float: right;
  width: 387px;
  height: 208px;
  margin-top: 17px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page_new_list {
  position: relative;
}
.page_new_list .sec_2 .l_con {
  *zoom: 1;
  padding-bottom: 50px;
}
.page_new_list .sec_2 .l_con:before,
.page_new_list .sec_2 .l_con:after {
  content: "";
  display: table;
}
.page_new_list .sec_2 .l_con:after {
  clear: both;
}
.page_new_list .left {
  position: relative;
  float: left;
  width: 262px;
}
.page_new_list .right {
  position: relative;
  float: right;
  width: 860px;
  margin-top: 15px;
  border-top: 1px solid #cbcbcb;
}
.page_new_list .right .rslt {
  position: relative;
}
.page_new_list .right .rslt .comp_loading {
  position: absolute;
}
.page_new_list .right .no_data {
  margin-top: 77px;
  text-align: center;
  margin-bottom: 77px;
}
.page_new_list .right .no_data i {
  width: 156px;
  height: 158px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('../../image/no_data.png');
}
.page_new_list .right .no_data .txt {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #888;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  letter-spacing: 1px;
}
.news_list > li {
  *zoom: 1;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px dashed #cbcbcb;
}
.news_list > li:before,
.news_list > li:after {
  content: "";
  display: table;
}
.news_list > li:after {
  clear: both;
}
.news_list > li .tit {
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 735px;
  transition: all 0.05s linear 0s;
  -moz-transition: all 0.05s linear 0s;
  -webkit-transition: all 0.05s linear 0s;
  -o-transition: all 0.05s linear 0s;
}
.news_list > li .tit,
.news_list > li .tit a {
  font-size: 16px;
  color: #333;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.news_list > li .date {
  float: right;
  transition: all 0.05s linear 0s;
  -moz-transition: all 0.05s linear 0s;
  -webkit-transition: all 0.05s linear 0s;
  -o-transition: all 0.05s linear 0s;
  font-size: 16px;
  color: #666;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.news_list > li:hover .tit,
.news_list > li:hover .tit a {
  color: #015BAC;
}
.news_list > li:hover .date {
  color: #015BAC;
}
.page_new_detail .banner {
  position: relative;
}
.page_new_detail .banner > img {
  position: relative;
  display: block;
  left: 50%;
  margin-left: -960px;
}
.page_new_detail .banner .cover {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.page_new_detail .banner .cover .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;
}
.page_new_detail .banner .cover .txt .ca {
  width: 100%;
  max-width: 100%;
  font-size: 27px;
  color: #fff;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
}
.page_new_detail .banner .cover .txt .en {
  width: 100%;
  max-width: 100%;
  font-size: 40px;
  color: #fff;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  font-weight: bold;
  text-align: center;
}
.page_new_detail .news_wrap {
  margin-top: 30px;
  padding-bottom: 50px;
  position: relative;
}
.page_new_detail .news_wrap > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page_new_detail .news_wrap .news .tit {
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  color: #015BAC;
  line-height: 50px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_new_detail .news_wrap .news .info {
  font-size: 13px;
  color: #999;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  margin: 0 0 10px;
  text-align: center;
}
.page_new_detail .news_wrap .news .info > span {
  margin: 0px 10px;
}
.page_new_detail .news_wrap .news .font-set {
  font-size: 13px;
  color: #999;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  text-align: right;
}
.page_new_detail .news_wrap .news .font-set a {
  cursor: pointer;
}
.page_new_detail .news_wrap .news .line {
  width: 100%;
  max-width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 20px;
  background-color: #ccc;
}
.page_new_detail .news_wrap .news .detail {
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 16px;
  color: #333;
  line-height: 175%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_new_detail .news_wrap .news .detail ul,
.page_new_detail .news_wrap .news .detail li,
.page_new_detail .news_wrap .news .detail ol,
.page_new_detail .news_wrap .news .detail dl,
.page_new_detail .news_wrap .news .detail dd,
.page_new_detail .news_wrap .news .detail dt,
.page_new_detail .news_wrap .news .detail p,
.page_new_detail .news_wrap .news .detail h1,
.page_new_detail .news_wrap .news .detail h2,
.page_new_detail .news_wrap .news .detail h3,
.page_new_detail .news_wrap .news .detail h4,
.page_new_detail .news_wrap .news .detail h5,
.page_new_detail .news_wrap .news .detail h6,
.page_new_detail .news_wrap .news .detail form,
.page_new_detail .news_wrap .news .detail fieldset,
.page_new_detail .news_wrap .news .detail legend,
.page_new_detail .news_wrap .news .detail img,
.page_new_detail .news_wrap .news .detail div {
  text-align: justify;
  text-justify: inter-ideograph;
}
.page_new_detail .news_wrap .news .detail,
.page_new_detail .news_wrap .news .detail p,
.page_new_detail .news_wrap .news .detail div {
  text-align: justify;
  text-justify: inter-ideograph;
}
.page_new_detail .news_wrap .news .detail img,
.page_new_detail .news_wrap .news .detail table {
  max-width: 100%!important;
}
.page_new_detail .news_wrap .news .detail p {
  margin: 1.5em 0;
}
.page_new_detail .turn_page {
  margin-top: 22px;
}
.page_new_detail .turn_page a {
  font-size: 16px;
  color: #333;
  margin-bottom: 6px;
}
.page_new_detail .turn_page a:hover {
  color: #015BAC;
}
.page_new_detail_1 .sec_2 .l_con {
  *zoom: 1;
  padding-bottom: 50px;
}
.page_new_detail_1 .sec_2 .l_con:before,
.page_new_detail_1 .sec_2 .l_con:after {
  content: "";
  display: table;
}
.page_new_detail_1 .sec_2 .l_con:after {
  clear: both;
}
.page_new_detail_1 .left {
  position: relative;
  float: left;
  width: 262px;
}
.page_new_detail_1 .right {
  position: relative;
  float: right;
  *zoom: 1;
  width: 860px;
  margin-top: 15px;
  border-top: 1px solid #cbcbcb;
}
.page_new_detail_1 .right:before,
.page_new_detail_1 .right:after {
  content: "";
  display: table;
}
.page_new_detail_1 .right:after {
  clear: both;
}
.page_new_detail_1 .news_wrap {
  margin-top: 30px;
  padding-bottom: 50px;
  position: relative;
}
.page_new_detail_1 .news_wrap > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page_new_detail_1 .news_wrap .news .tit {
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  color: #015BAC;
  line-height: 50px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_new_detail_1 .news_wrap .news .info {
  font-size: 13px;
  color: #999;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  margin: 0 0 10px;
  text-align: center;
}
.page_new_detail_1 .news_wrap .news .info > span {
  margin: 0px 10px;
}
.page_new_detail_1 .news_wrap .news .font-set {
  font-size: 13px;
  color: #999;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  text-align: right;
}
.page_new_detail_1 .news_wrap .news .font-set a {
  cursor: pointer;
}
.page_new_detail_1 .news_wrap .news .line {
  width: 100%;
  max-width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 20px;
  background-color: #ccc;
}
.page_new_detail_1 .news_wrap .news .detail {
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 16px;
  color: #333;
  line-height: 175%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_new_detail_1 .news_wrap .news .detail ul,
.page_new_detail_1 .news_wrap .news .detail li,
.page_new_detail_1 .news_wrap .news .detail ol,
.page_new_detail_1 .news_wrap .news .detail dl,
.page_new_detail_1 .news_wrap .news .detail dd,
.page_new_detail_1 .news_wrap .news .detail dt,
.page_new_detail_1 .news_wrap .news .detail p,
.page_new_detail_1 .news_wrap .news .detail h1,
.page_new_detail_1 .news_wrap .news .detail h2,
.page_new_detail_1 .news_wrap .news .detail h3,
.page_new_detail_1 .news_wrap .news .detail h4,
.page_new_detail_1 .news_wrap .news .detail h5,
.page_new_detail_1 .news_wrap .news .detail h6,
.page_new_detail_1 .news_wrap .news .detail form,
.page_new_detail_1 .news_wrap .news .detail fieldset,
.page_new_detail_1 .news_wrap .news .detail legend,
.page_new_detail_1 .news_wrap .news .detail img,
.page_new_detail_1 .news_wrap .news .detail div {
  text-align: justify;
  text-justify: inter-ideograph;
}
.page_new_detail_1 .news_wrap .news .detail,
.page_new_detail_1 .news_wrap .news .detail p,
.page_new_detail_1 .news_wrap .news .detail div {
  text-align: justify;
  text-justify: inter-ideograph;
}
.page_new_detail_1 .news_wrap .news .detail img,
.page_new_detail_1 .news_wrap .news .detail table {
  max-width: 100%!important;
}
.page_new_detail_1 .news_wrap .news .detail p {
  margin: 1.5em 0;
}
.page_new_detail_1 .turn_page {
  margin-top: 22px;
}
.page_new_detail_1 .turn_page a {
  font-size: 16px;
  color: #333;
  margin-bottom: 6px;
}
.page_new_detail_1 .turn_page a:hover {
  color: #015BAC;
}
.page_video_list {
  padding-bottom: 50px;
}
.page_video_list .sec_2 {
  margin-top: 62px;
}
.page_video_list .sec_2 .l_con {
  *zoom: 1;
}
.page_video_list .sec_2 .l_con:before,
.page_video_list .sec_2 .l_con:after {
  content: "";
  display: table;
}
.page_video_list .sec_2 .l_con:after {
  clear: both;
}
.page_video_list .no_data {
  margin-top: 77px;
  text-align: center;
  margin-bottom: 77px;
}
.page_video_list .no_data i {
  width: 156px;
  height: 158px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('../../image/no_data.png');
}
.page_video_list .no_data .txt {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #888;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  letter-spacing: 1px;
}
.page_video_list .video_list {
  *zoom: 1;
  margin-left: -21px;
  margin-right: -21px;
}
.page_video_list .video_list:before,
.page_video_list .video_list:after {
  content: "";
  display: table;
}
.page_video_list .video_list:after {
  clear: both;
}
.page_video_list .video_list > li {
  position: relative;
  float: left;
  width: 372px;
  height: 288px;
  margin: 0px 21px 45px;
  font-size: 0px;
  overflow: hidden;
  background-color: #efefef;
}
.page_video_list .video_list > li .img {
  position: relative;
  width: 100%;
  height: 288px;
  display: block;
  transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  background-size: cover;
  background-position: center;
}
.page_video_list .video_list > li .img .icon_play {
  position: absolute;
  top: 111px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../../image/icon_play_1.png');
}
.page_video_list .video_list > li:hover .img .icon_play {
  background-image: url('../../image/icon_play_1_hover.png');
}
.page_video_list .video_list > li .cover {
  position: absolute;
  height: 66px;
  bottom: 0px;
  width: 100%;
  max-width: 100%;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#80000000', endColorstr='#80000000');
  background-color: rgba(0, 0, 0, 0.5);
}
:root .page_video_list .video_list > li .cover {
  filter: none;
}
.page_video_list .video_list > li .cover .tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 66px;
  display: block;
  transition: all 0.22s linear 0s;
  -moz-transition: all 0.22s linear 0s;
  -webkit-transition: all 0.22s linear 0s;
  -o-transition: all 0.22s linear 0s;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 18px;
  color: #fff;
  line-height: 66px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  text-align: center;
}
.page_video_list .video_list > li .cover .tit:hover {
  color: #f1f1f1;
}
.page_video_list .video_list > li:hover > img {
  transform: scale(1.2);
}
.page_video_list .no_data {
  margin-top: 77px;
  text-align: center;
  margin-bottom: 77px;
}
.page_video_list .no_data i {
  width: 156px;
  height: 158px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('../../image/no_data.png');
}
.page_video_list .no_data .txt {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #888;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  letter-spacing: 1px;
}
.page_video_list .paging {
  padding-top: 20px;
}
.page_video_list_1 {
  padding-bottom: 50px;
}
.page_video_list_1 .no_data {
  margin-top: 77px;
  text-align: center;
  margin-bottom: 77px;
}
.page_video_list_1 .no_data i {
  width: 156px;
  height: 158px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('../../image/no_data.png');
}
.page_video_list_1 .no_data .txt {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #888;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  letter-spacing: 1px;
}
.page_video_list_1 .sec_2 .l_con {
  *zoom: 1;
  padding-bottom: 50px;
}
.page_video_list_1 .sec_2 .l_con:before,
.page_video_list_1 .sec_2 .l_con:after {
  content: "";
  display: table;
}
.page_video_list_1 .sec_2 .l_con:after {
  clear: both;
}
.page_video_list_1 .left {
  position: relative;
  float: left;
  width: 262px;
}
.page_video_list_1 .right {
  position: relative;
  float: right;
  *zoom: 1;
  width: 860px;
  margin-top: 15px;
  border-top: 1px solid #cbcbcb;
}
.page_video_list_1 .right:before,
.page_video_list_1 .right:after {
  content: "";
  display: table;
}
.page_video_list_1 .right:after {
  clear: both;
}
.page_video_list_1 .video_list {
  *zoom: 1;
  margin-right: -26px;
  margin-top: 50px;
}
.page_video_list_1 .video_list:before,
.page_video_list_1 .video_list:after {
  content: "";
  display: table;
}
.page_video_list_1 .video_list:after {
  clear: both;
}
.page_video_list_1 .video_list > li {
  position: relative;
  float: left;
  width: 270px;
  height: 200px;
  margin-right: 25px;
  margin-bottom: 35px;
  font-size: 0px;
  overflow: hidden;
  background-color: #efefef;
}
.page_video_list_1 .video_list > li .img {
  position: relative;
  width: 100%;
  height: 200px;
  display: block;
  transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  background-size: cover;
  background-position: center;
}
.page_video_list_1 .video_list > li .img .icon_play {
  position: absolute;
  top: 79px;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-top: -31px;
  margin-left: -31px;
  background-image: url('../../image/icon_play_1.png');
}
.page_video_list_1 .video_list > li:hover .img .icon_play {
  background-image: url('../../image/icon_play_1_hover.png');
}
.page_video_list_1 .video_list > li .cover {
  position: absolute;
  height: 45px;
  bottom: 0px;
  width: 100%;
  max-width: 100%;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#80000000', endColorstr='#80000000');
  background-color: rgba(0, 0, 0, 0.5);
}
:root .page_video_list_1 .video_list > li .cover {
  filter: none;
}
.page_video_list_1 .video_list > li .cover .tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 45px;
  display: block;
  transition: all 0.22s linear 0s;
  -moz-transition: all 0.22s linear 0s;
  -webkit-transition: all 0.22s linear 0s;
  -o-transition: all 0.22s linear 0s;
  margin-left: 22px;
  margin-right: 22px;
  font-size: 18px;
  color: #fff;
  line-height: 45px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  text-align: center;
}
.page_video_list_1 .video_list > li .cover .tit:hover {
  color: #f1f1f1;
}
.page_video_list_1 .video_list > li:hover > img {
  transform: scale(1.2);
}
.page_video_list_1 .paging {
  padding-top: 20px;
}
.page_video_detail .sec_2 {
  padding-bottom: 50px;
  margin-top: 62px;
}
.page_video_detail .sec_2 .l_con {
  *zoom: 1;
}
.page_video_detail .sec_2 .l_con:before,
.page_video_detail .sec_2 .l_con:after {
  content: "";
  display: table;
}
.page_video_detail .sec_2 .l_con:after {
  clear: both;
}
.page_video_detail .video_detail {
  width: 1200px;
  margin-top: 30px;
  padding-bottom: 50px;
}
.page_video_detail .video_detail .tit {
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  color: #015BAC;
  line-height: 50px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_video_detail .video_detail .info {
  font-size: 13px;
  color: #999;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  margin: 0 0 10px;
  text-align: center;
}
.page_video_detail .video_detail .info > span {
  margin: 0px 10px;
}
.page_video_detail .video_detail .comp_video {
  width: 100%;
  height: 675px;
  margin-top: 25px;
  background-color: #333;
}
.page_video_detail_1 .sec_2 .l_con {
  *zoom: 1;
  padding-bottom: 50px;
}
.page_video_detail_1 .sec_2 .l_con:before,
.page_video_detail_1 .sec_2 .l_con:after {
  content: "";
  display: table;
}
.page_video_detail_1 .sec_2 .l_con:after {
  clear: both;
}
.page_video_detail_1 .left {
  position: relative;
  float: left;
  width: 262px;
}
.page_video_detail_1 .right {
  position: relative;
  float: right;
  *zoom: 1;
  width: 860px;
  margin-top: 15px;
  border-top: 1px solid #cbcbcb;
}
.page_video_detail_1 .right:before,
.page_video_detail_1 .right:after {
  content: "";
  display: table;
}
.page_video_detail_1 .right:after {
  clear: both;
}
.page_video_detail_1 .video_detail {
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  padding-bottom: 50px;
}
.page_video_detail_1 .video_detail .tit {
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  color: #015BAC;
  line-height: 50px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_video_detail_1 .video_detail .info {
  font-size: 13px;
  color: #999;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  margin: 0 0 10px;
  text-align: center;
}
.page_video_detail_1 .video_detail .info > span {
  margin: 0px 10px;
}
.page_video_detail_1 .video_detail .comp_video {
  background-color: #efefef;
  width: 100%;
  height: 479px;
  margin-top: 30px;
}
.page_img_list {
  padding-bottom: 50px;
}
.page_img_list .no_data {
  margin-top: 77px;
  text-align: center;
  margin-bottom: 77px;
}
.page_img_list .no_data i {
  width: 156px;
  height: 158px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('../../image/no_data.png');
}
.page_img_list .no_data .txt {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #888;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  letter-spacing: 1px;
}
.page_img_list .sec_2 .l_con {
  *zoom: 1;
  padding-bottom: 50px;
}
.page_img_list .sec_2 .l_con:before,
.page_img_list .sec_2 .l_con:after {
  content: "";
  display: table;
}
.page_img_list .sec_2 .l_con:after {
  clear: both;
}
.page_img_list .left {
  position: relative;
  float: left;
  width: 262px;
}
.page_img_list .right {
  position: relative;
  float: right;
  *zoom: 1;
  width: 860px;
  margin-top: 15px;
  border-top: 1px solid #cbcbcb;
}
.page_img_list .right:before,
.page_img_list .right:after {
  content: "";
  display: table;
}
.page_img_list .right:after {
  clear: both;
}
.page_img_list .newsList {
  *zoom: 1;
  margin-right: -26px;
  margin-top: 50px;
}
.page_img_list .newsList:before,
.page_img_list .newsList:after {
  content: "";
  display: table;
}
.page_img_list .newsList:after {
  clear: both;
}
.page_img_list .newsList > li {
  position: relative;
  float: left;
  width: 270px;
  height: 200px;
  margin-right: 25px;
  margin-bottom: 35px;
  font-size: 0px;
  overflow: hidden;
  background-color: #efefef;
}
.page_img_list .newsList > li .img {
  position: relative;
  width: 100%;
  height: 200px;
  display: block;
  transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  background-size: cover;
  background-position: center;
}
.page_img_list .newsList > li:hover .img {
  transform: scale(1.1);
}
.page_img_list .newsList > li .cover {
  position: absolute;
  height: 45px;
  bottom: 0px;
  width: 100%;
  max-width: 100%;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#80000000', endColorstr='#80000000');
  background-color: rgba(0, 0, 0, 0.5);
}
:root .page_img_list .newsList > li .cover {
  filter: none;
}
.page_img_list .newsList > li .cover .tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 45px;
  display: block;
  transition: all 0.22s linear 0s;
  -moz-transition: all 0.22s linear 0s;
  -webkit-transition: all 0.22s linear 0s;
  -o-transition: all 0.22s linear 0s;
  margin-left: 22px;
  margin-right: 22px;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  text-align: center;
}
.page_img_list .newsList > li .cover .tit:hover {
  color: #f1f1f1;
}
.page_img_list .newsList > li:hover > img {
  transform: scale(1.2);
}
.page_img_list .paging {
  padding-top: 20px;
}
.page_img_detail .sec_2 {
  margin-top: 62px;
}
.page_img_detail .sec_2 .l_con {
  *zoom: 1;
}
.page_img_detail .sec_2 .l_con:before,
.page_img_detail .sec_2 .l_con:after {
  content: "";
  display: table;
}
.page_img_detail .sec_2 .l_con:after {
  clear: both;
}
.page_img_detail .show_img {
  text-align: center;
  margin-top: 55px;
}
.page_img_detail .show_img > img {
  width: 100%;
  max-width: 100%;
}
.page_img_detail .img_detail {
  margin-top: 30px;
  padding-bottom: 50px;
  position: relative;
}
.page_img_detail .detail {
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 16px;
  color: #333;
  line-height: 175%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_img_detail .detail ul,
.page_img_detail .detail li,
.page_img_detail .detail ol,
.page_img_detail .detail dl,
.page_img_detail .detail dd,
.page_img_detail .detail dt,
.page_img_detail .detail p,
.page_img_detail .detail h1,
.page_img_detail .detail h2,
.page_img_detail .detail h3,
.page_img_detail .detail h4,
.page_img_detail .detail h5,
.page_img_detail .detail h6,
.page_img_detail .detail form,
.page_img_detail .detail fieldset,
.page_img_detail .detail legend,
.page_img_detail .detail img,
.page_img_detail .detail div {
  text-align: justify;
  text-justify: inter-ideograph;
}
.page_img_detail .detail,
.page_img_detail .detail p,
.page_img_detail .detail div {
  text-align: justify;
  text-justify: inter-ideograph;
}
.page_img_detail .detail img,
.page_img_detail .detail table {
  max-width: 100%!important;
}
.page_img_detail .detail p {
  margin: 1.5em 0;
}
.page_img_detail .img_tit {
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  color: #015BAC;
  line-height: 50px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_img_detail .info {
  font-size: 13px;
  color: #999;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  margin: 0 0 10px;
  text-align: center;
}
.page_img_detail .info > span {
  margin: 0px 10px;
}
.page_img_detail .line {
  width: 100%;
  max-width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ccc;
}
.page_img_detail .turn_page {
  margin-top: 22px;
}
.page_img_detail .turn_page a {
  font-size: 16px;
  color: #333;
  margin-bottom: 6px;
}
.page_img_detail .turn_page a:hover {
  color: #015BAC;
}

#detail_mainPlace .detail{
        text-align:center;
}
.page_new_detail .banner img{
	width:100%;
}
.page_new_list .banner img{
	width:100%;
}
