﻿/* 弹出层 */
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    cursor: pointer;
	background-size:cover;
	background-position: center center;
}
.social-share .wechat-qrcode {
	display: none;
	border: 1px solid #eee;
	position: absolute;
	z-index: 9;
	bottom:100%;
	margin-bottom:10px;
	left: 50%;
	transform:translateX(-50%);
	width: 200px;
	min-height: 192px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 2px 10px #aaa;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms
}
.social-share .wechat-qrcode.bottom {
	top: 40px;
	left: -84px
}
.social-share .wechat-qrcode.bottom:after {
	display: none
}
.social-share .wechat-qrcode h4 {
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777;
}
.social-share .wechat-qrcode .qrcode {
	width: 105px;
	margin: 10px auto
}
.social-share .wechat-qrcode .qrcode table {
	margin: 0 !important
}
.social-share .wechat-qrcode .help p {
	font-weight: normal;
	line-height: 16px;
	padding: 0;
	margin: 0
}
.social-share .wechat-qrcode:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}
.social-share .social-share-icon:hover .wechat-qrcode {
	display: block
}
.elasticLayer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.elasticLayer.on {
  display: block;
}

.elasticLayer .close {
  width: 50px;
  height: 50px;
  background: url(../images/detail_close.png) no-repeat #ff0000;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.pre-icon {
  width: 29px;
  height: 54px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -27px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyBjbGFzcz0iaWNvbiIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjIwMC4wMHB4IiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzJjMmMyYyIgZD0iTTU4OS4wODggNzkwLjYyNEwzMTAuNDY0IDUxMmwyNzguNjI0LTI3OC42MjQgNDUuMjQ4IDQ1LjI0OEw0MDAuOTYgNTEybDIzMy4zNzYgMjMzLjM3NnoiICAvPjwvc3ZnPg==) no-repeat 0 0;
  background-size: 100% 100%;
  opacity: 0.2;
}

.next-icon {
  width: 29px;
  height: 54px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -27px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyBjbGFzcz0iaWNvbiIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjIwMC4wMHB4IiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzJjMmMyYyIgZD0iTTQzNC45NDQgNzkwLjYyNGwtNDUuMjQ4LTQ1LjI0OEw2MjMuMDQgNTEybC0yMzMuMzc2LTIzMy4zNzYgNDUuMjQ4LTQ1LjI0OEw3MTMuNTY4IDUxMnoiICAvPjwvc3ZnPg==) no-repeat 0 0;
  background-size: 100% 100%;
  opacity: 0.2;
}

.pre-icon.on, .next-icon.on {
  opacity: 1;
  cursor: pointer;
}

.elasticLayer .content {
  position: absolute;
  left: 100px;
  top: 100px;
  bottom: 100px;
  right: 100px;
  background: #fff;
}

.elasticLayer .content .box {
  position: absolute;
  left: 60px;
  right: 60px;
  top: 60px;
  bottom: 60px;
  background: #000;
  overflow: hidden;
}

.elasticLayer .textBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 12px;
  z-index: 99;
}

.textBox .title {
  font-size: 20px;
  line-height: 32px;
  padding: 6px 0;
}

.elasticLayer .content .imgs {
  white-space: nowrap;
  height: 100%;
}

.elasticLayer .content .imgs .item {
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* reset */

html {
  height: 100%;
}

body {
  min-height: 100%;
}

body {
  _height: 100%;
}

body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption {
  *zoom: 1;
}

li {
  list-style-type: none;
}

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

iframe, frame, fieldset, img {
  border: 0 none;
}

img {
  vertical-align: top;
}

input[type="button"], input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

button {
  cursor: pointer;
}

input, textarea, button {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type="radio"] {
  -webkit-border-radius: 100%;
  -webkit-appearance: radio;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  resize: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

caption, th {
  text-align: left;
}

th {
  font-weight: normal;
}

em, cite, address, i {
  font-style: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

body, input, select, button, textarea {
  font-size: 14px;
  font-family: "Microsoft Yahei", arial, "\5b8b\4f53";
}

body {
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #333;
}

a {
  blr: expression(this.onFocus=this.blur());
}

a * {
  *cursor: pointer;
}

:focus {
  outline: none;
}

* {
  -moz-user-select: none;
}

.edit_con_original {
  line-height: 2;
  padding: 0 0;
  color: #333;
}

.edit_con_original ul {
  margin: inherit;
  padding: inherit;
  padding-left: 2em;
}

.edit_con_original ul li {
  list-style-type: disc;
  margin: auto;
}

.edit_con_original ol {
  margin: inherit;
  padding: inherit;
}

.edit_con_original ol li {
  list-style-type: decimal;
  margin: auto;
}

.edit_con_original h1 {
  font-size: 2em;
  font-weight: bold;
}

.edit_con_original h2 {
  font-size: 1.5em;
  font-weight: bold;
}

.edit_con_original h3 {
  font-size: 1.17em;
  font-weight: bold;
}

.edit_con_original h4 {
  font-size: 1em;
  font-weight: bold;
}

.edit_con_original h5 {
  font-size: 0.83em;
  font-weight: bold;
}

.edit_con_original h6 {
  font-size: 0.67em;
  font-weight: bold;
}

.edit_con_original em {
  font-style: italic;
}

.edit_con_original cite {
  font-style: italic;
}

.edit_con_original address {
  font-style: italic;
}

.edit_con_original i {
  font-style: italic;
}

.edit_con_original table {
  border-collapse: separate;
  border-spacing: 2px;
}

.edit_con_original img, .WordSection1 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/*所有后台编辑器区域都要引用 edit_con_original 类名*/

/* clear 页头，页脚，内容区都不用再加清除样式 */

.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before {
  content: "";
  display: table;
}

.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after {
  content: "";
  display: table;
  clear: both;
}

.fixed, .clearfix, .cf, .header, .main, .footer {
  *zoom: 1;
}

.clear, .cl {
  display: block !important;
  float: none !important;
  clear: both;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

/*超出显示省略号*/

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*input的placeholder颜色兼容*/

input {
  outline: none;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #777777;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #777777;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/*左右浮动*/

.fl {
  float: left;
}

.fr {
  float: right;
}

/*整体布局*/

.wraper {
  width: 100%;
  margin: auto;
}

.wrap {
  max-width: 1568px;
  width: 95%;
  margin: auto;
}

/*图片经过*/

.tran_scale {
  overflow: hidden;
  display: block;
}

.tran_scale img {
  transition: 0.8s all;
  -webkit-transition: 0.8s all;
}

/*两端对齐*/

.justify {
  text-align: justify;
  text-justify: distribute-all-lines;
}

/*上下居中*/

.v-m-c {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
}

/*左右居中*/

.l-m-c {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: 0;
}

/*绝对居中*/

.a-m-c {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

a:hover {
  color: #ff0000;
}

.main {
  position: relative;
  z-index: 2;
  margin-top: 152px;
}

.animate {
  transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_slowx {
  transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_fast {
  transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_slow {
  transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_normal {
  transition: 0.5s all linear;
}

.header {
  z-index: 9;
  position: fixed;
  width: 100%;
}

.hearder_t {
  height: 37px;
  line-height: 37px;
  background: #e4e4e4;
  /*overflow: hidden;*/
  transition: all 0.3s;
}

.hearder_t_con {
  font-size: 0;
  color: #414141;
  font-size: 14px;
  text-align: right;
}

.hearder_t_con a {
  color: #414141;
  font-size: 14px;
  display: inline-block;
}

.hearder_t_con a.hearder_t_item {
  margin-left: 34px;
}

.hearder_t_con a.hearder_t_f {
  margin: 0 8px;
}

.hearder_t_con em#divLoginState {
  display: inline-block;
}

.hearder_t_con .lan {
  display: inline-block;
  margin-left: 34px;
  padding: 0 10px;
  color: #fff;
  background: #737373;
  position: relative;
}

.hearder_t_con .lan dt a {
  color: #fff;
}

.hearder_t_con .lan dd {
  display: none;
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 32px;
  width: 100%;
  text-align: center;
}

.hearder_t_con .lan dd a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #737373;
}

.hearder_t_con .lan.on dd {
  display: block;
}

@media only screen and (max-width:767px) {
  .hearder_t_con a {
    font-size: 12px;
  }
  .hearder_t_con .lan {
    padding: 0 5px;
    margin-left: 0;
  }
}

.hearder_b {
  height: 115px;
  padding: 30px 0 0;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #f7f7f7;
}

.hear_l>a {
  float: left;
  margin-right: 28px;
  width: 260px;
}

.logo {
  width: 100%;
  transition: all 0.3s;
}

.hear_l_con {
  color: #9e9e9e;
  line-height: 55px;
  padding-left: 27px;
  border-left: #d7d7d7 solid 1px;
}

.hear_l_con a {
  color: #9e9e9e;
  display: inline-block;
  vertical-align: top;
  width:98px;text-align:center;
}

.h_ic02{display:none;}

.hear_l_con a{position:relative}
.hear_l_con a.on:after{content:"";position:absolute;top: -30px;left:0;width:100%;height: 115px;background:#fe0000;}
.scroll .hear_l_con a.on:after{height: 75px;top:-10px}

.hear_l_con a b,.hear_l_con a em{position:relative;z-index:2;}
.hear_l_con a em{}
.hear_l_con a b{font-weight:normal;display: block;line-height: 30px;}
.hear_l_con a em{width:26px;height:26px;overflow:hidden;margin:auto;display:block;margin-bottom:10px;}
.hear_l_con a em img{width:100%;height:100%;}

.hear_l_con a.on .h_ic01{display:none;}
.hear_l_con a.on .h_ic02{display:block;}
.hear_l_con a.on{color:#fff;}
.scroll .hear_l_con a em{margin-bottom:4px;}

@media only screen and (max-width: 1024px) {
.hear_l_con a{width:65px;}
.hear_l_con a b{line-height:20px;}
.hear_l_con a em{margin-bottom:5px;}
.hear_l_con a.on:after{top:-18px; height:88px;}
.scroll .hear_l_con a.on:after{height:71px;}
}

/*
.hear_l_con a.on {
  color: #ff0000;
  font-size: 28px;
}
*/

.hear_l_con span {
  display: inline-block;
  margin: 0 16px;
}

.hear_l_con span img {
  vertical-align: middle;
}

.scroll .hearder_b {
  left: 0;
  top: 0;
  z-index: 9999;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  height: 75px;
  padding: 10px 0;
}

.scroll .hearder_t {
  height: 0px;
}

.nav {
  height: 55px;
  line-height: 55px;
}

.nav ul {
  font-size: 0;
}

.nav ul li {
  display: inline-block;
  margin: 0 30px;
  padding-bottom: 30px;
  cursor: pointer;
}

.index_home .nav ul li {
  margin: 0 24px !important;
}

@media only screen and (max-width:1600px) {
	 .index_home .nav ul li {
	  margin: 0 14px !important;
	}
}
@media only screen and (max-width:1340px) {
	 .index_home .nav ul li {
	  margin: 0 10px !important;
	}
}
.scroll .nav ul li {
  padding-bottom: 10px;
}

.nav ul li>a {
  color: #414141;
  display: block;
}

.nav ul li.on>a {
  color: #ff0000;
}

.nav ul li>a i {
  float: right;
  color: #959595;
  display: none;
  position: absolute;
  right: 15px;
  top: 0;
  display: none;
}

.nav ul li.on>a i {
  color: #fff;
}

.nav ul li:hover dl {
  opacity: 1;
  visibility: visible;
}

.nav ul li dl {
  position: absolute;
  width: 1568px;
  padding: 10px 15px;
  /*background: rgba(255,255,255,0.9);*/
  background: #f6f6f6;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, 100%);
  max-width: 95%;
  text-align: center;
  bottom: 0;
  line-height: normal;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.nav ul li dl dd a {
  color: #414141;
  line-height: 30px;
  display: inline-block;
}

.nav ul li dl dd a:hover {
  color: #ff0000;
}

.nav ul li dl dd {
  display: inline-block;
}

.nav ul li dl dd:last-child img {
  display: none;
}

.nav ul li dl dd img {
  vertical-align: middle;
  margin: 0 30px;
}

.nav ul li dl dd:first-child {
  display: none;
}

.phone-show {
  display: none;
}

.phone_box {
  display: none;
}

.phone_menu {
  color: #333;
  display: block;
  /*background: #005bac;*/
  width: 30px;
  height: 30px;
  transform: translateX(0px);
  cursor: pointer;
}

.phone_menu em.p1 {
  display: block;
  width: 20px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -11px;
  border-radius: 2px;
}

.phone_menu em.p2 {
  display: block;
  width: 20px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  margin-top: 0;
  left: 50%;
  margin-left: -11px;
  border-radius: 2px;
}

.phone_menu em.p3 {
  display: block;
  width: 20px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  margin-top: 6px;
  left: 50%;
  margin-left: -11px;
  border-radius: 2px;
}

.phone_menu em.p1 {
  transform: rotate(0deg);
  margin-top: -7px;
}

.phone_menu em.p2 {
  opacity: 1;
}

.phone_menu em.p3 {
  transform: rotate(0deg);
  margin-top: 7px;
}

.phone_menu.on {
  transform: translateX(0px);
}

.phone_menu.on em.p1 {
  transform: rotate(45deg);
  margin-top: 0;
}

.phone_menu.on em.p2 {
  opacity: 0;
}

.phone_menu.on em.p3 {
  transform: rotate(-45deg);
  margin-top: 0;
}

.search_box {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  background: transparent url(../images/search.png) center center no-repeat;
  margin: 10px 3px 0 30px;
  background-size: 60%;
}

.search {
  width: 0px;
  opacity: 0;
  height: 30px;
  line-height: 28px;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.42, 0, 1, 1) 0s;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 2;
  border: #414141 solid 1px;
}

.search_text {
  width: 168px;
  height: 28px;
  padding: 0 0 0 12px;
  border: none;
  background: none;
  color: #414141;
  font-size: 12px;
}

.search_text::-webkit-input-placeholder {
  color: #414141;
}

.search_btn {
  background: transparent url(../images/search.png) center center no-repeat;
  background-size: 60%;
  width: 30px;
  height: 30px;
  border: none;
}

.search_box.on .search {
  width: 200px;
  opacity: 1;
}

.footer {
  background: #f0f0f0;
  clear: both;
}

.footer1 {
  padding: 60px 0;
  overflow: hidden;
  border-bottom: #414141 solid 1px;
}

.footer1 dl {
  float: left;
  width: 20%;
  padding-left: 5%;
}

.footer1 dl dt {
  color: #414141;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 1.18em;
}

.footer1 dl dd {
  color: #777777;
  line-height: 2.33em;
}

.footer2 {
  padding: 40px 0 80px;
}
.footer2:after{ display:block; content:''; clear:both;}
.footer2_logo {
  width: 36%;
}

.footer2_logo img {
  width: 100%;
}

.footer2_con {
  width: 35%;
  padding: 0 5.6%;
}

.footer2_con p {
  color: #000;
  line-height: 16px;
  margin-bottom: 10px;
}

.footer2_share {
  font-size: 0;
  margin-top: 25px;
}
.footer2_share:after{ display:block; content:''; clear:both;}

.footer2_share .bdshare-button-style0-16 a, .footer2_share .bdshare-button-style0-16 .bds_more {
  padding-left: 48px;
  line-height: 48px;
  height: 48px;
  margin: 0;
  margin-right: 20px;
}

.footer2_share a img {
  width: 100%;
  height: 100%;
}

.footer2_r {
  width: 29%;
  position: relative;
}

.footer2_r .tu {
  width: 22.64%;
  max-width:110px;
  float:left;
  text-align:center;
}
.footer2_r .tu img{ width:100%; display:block; margin-bottom:10px;}

.footer2_r p {
  color: #2e2e2e;
  width: 66.6%;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

a.more {
  display: inline-block;
  padding-right: 16px;
  background: url(../images/more_icon.png) right center no-repeat;
  color: #fff;
  line-height: 1em;
}

a.more1 {
  display: inline-block;
  padding-right: 16px;
  background: url(../images/more_icon01.png) right center no-repeat;
  color: #414141;
  line-height: 1em;
}

/* 页码 */

.page {
  line-height: 34px;
  display:flex; 
  align-items:center;
  vertical-align:middle;
  margin-top: 35px;
  justify-content:center;
  flex-wrap:wrap;
}
.page ul{ display:block;}
.page li {
  float: left;
  width: 34px !important;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #666666 !important;
  border: 1px solid #cecece;
  background: #fff;
  border-left: none;
  text-align:center;
}
.page li:first-child{ border-left: 1px solid #cecece; margin-right: 5px;}
.page li:last-child{ border-left: 1px solid #cecece; margin-left: 5px;}
.page li:nth-child(2){ border-left: 1px solid #cecece;}
.page li.active {
  background: #ff0000;
  color: #fff !important;
  border-color: #ff0000 !important;
  transform: scale(1.01);
}
.page li a,.page li span{ display:block !important;}
.page input {
  width: 38px;
  height: 22px;
  border: 1px solid #d8d8d8;
  text-align: left;
  margin: 0px 6px;
  padding-left: 4px;
}
.page .txtnum{ display:block; margin:0 5px;}
.page a.go {
  width: 45px;
  height: 24px;
  line-height: 22px;
  background: #ff0000;
  color: #fff !important;
  margin-top: 5px;
  margin-left: 11px;
  border: 1px solid #db193d;
  border-radius: 3px;
}
.pagination {
  text-align: center;
}

.page a.num:nth-of-type(2) {
  border-left: 1px solid #cecece;
}

/* 侧边栏 */

.sidebar {
  position: fixed;
  right: 29px;
  top: 50%;
  margin-top: -150px;
  display: none;
  z-index: 99;
  transition: all 0.5s;
}

.sidebar>div {
  width: 104px;
  height: 104px;
  text-align: center;
  line-height: 104px;
}

.sidebar>div>a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 14px;
  cursor:pointer;
}

.sidebar>div>a h4 {
  margin-top: 10px;
}

.sidebar>.box-1 {
  border-bottom: 1px solid #fff;
  background: #7d7d7d;
  clear: both;
  transition: all 0.5s;
}

.sidebar>.box-2 {
  background: #7d7d7d;
  border-bottom: 1px solid #fff;
  transition: all 0.5s;
}

.sidebar>.box-3 {
  background: #7d7d7d;
  transition: all 0.5s;
}

.sidebar>.box-1:hover, .sidebar>.box-2:hover, .sidebar>.box-3:hover {
  background: #a9cae5;
}

.sidebar .sidebar-close {
  float: right;
  width: 15px;
  height: 15px;
  background: url("../images/sech_close.png") no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  cursor: pointer;
}

.sidebar.off {
  transform: translateX(126px);
}

.scroll .hear_l>a {
  float: left;
  margin-right: 0px;
}

.scroll .logo {
  width: 80%;
  height: auto;
  margin-top: 6px;
}

/*
.scroll .hear_l_con a.on {
  font-size: 22px;
}
*/

.sidebar .sidebar-open {
  display: block;
  position: absolute;
  width: 20px;
  height: 30px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  left: -20px;
  top: 25px;
  background: url("../images/reform_pre_on.png") no-repeat center center #f00;
  background-size: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.sidebar.out {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .nav ul li:hover>a {
    color: #ff0000;
  }
  .tran_scale:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
  .ie9 .tran_scale:hover img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}

@media only screen and (max-width: 1919px) {
  .sidebar>div {
    line-height: 80px;
    width: 80px;
    height: 80px;
  }
  .sidebar>div img {
    width: 35px;
  }
  .sidebar.off {
    transform: translateX(104px);
  }
}

@media only screen and (max-width: 1659px) {
  .sidebar>div>a h4 {
    font-size: 12px;
  }
  .sidebar>div img {
    width: 22px;
  }
  .sidebar>div {
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
  .sidebar {
    right: 10px;
  }
  .sidebar.off {
    transform: translateX(68px);
  }
}

@media only screen and (max-width: 1366px) {
  .footer2_share .bdshare-button-style0-16 a, .footer2_share .bdshare-button-style0-16 .bds_more {
    padding-left: 30px;
    line-height: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .nav ul li dl dd img {
    margin: 0 20px;
  }
}

@media only screen and (max-width: 1300px) {
  .nav ul li {
    margin: 0 30px;
  }
  .index_home .nav ul li {
    margin: 0 8px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .nav ul li {
    margin: 0 20px;
  }
.hear_l>a{
width:140px;
}
}

@media only screen and (max-width: 1100px) {
  .nav ul li {
    margin: 0 15px;
  }
  .index_home .nav ul li {
    margin: 0 5px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .phone_box {
    display: block;
  }
  .hearder_b {
    position: relative;
    z-index: 999;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.3);
  }
  .hearder_b, .scroll .hearder_b {
    padding: 18px 0;
    height: auto;
  }
  .hearder_t_con a.hearder_t_item, .hearder_t_con .lan {
    margin-left: 15px;
  }
  .hear_l_con a.on {
    
  }
  .hear_l>a {
    width: 100px;
    margin-right: 10px;
  }
  .hear_l_con span {
    margin: 0 10px;
  }
  .scroll .hear_l>a {
    margin-right: 10px;
  }
  .scroll .hearder_b {
    padding: 10px 0;
  }
  .scroll .hear_l_con a.on {
    
  }
  .scroll .logo {
    width: 100%;
    margin-top: 0;
  }
  .hear_l_con {
    line-height: 30px;
    padding-left: 10px;
  }
  .search_box {
    clear: both;
    width: 200px;
    margin: 0 auto;
    float: none;
  }
  .hear_r {
    position: fixed;
    top: 126px;
    right: 0;
    z-index: 100;
    width: 250px;
    background: #f1f1f1;
    padding: 20px 0 20px;
    transform: translate(100%);
    -webkit-transform: translate(100%);
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    height: 100%;
    border-right: none;
  }
  .hear_r.on {
    transform: translate(0);
    -webkit-transform: translate(0);
  }
  .scroll .hear_r {
    top: 70px;
  }
  .nav {
    clear: both;
    height: auto;
    float: none;
    margin-top: 20px;
  }
  .nav ul li {
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .nav ul li:first-child {
    border-top: 1px solid #e6e6e6;
  }
  .nav ul li>a {
    text-align: left;
    padding: 0 30px;
    line-height: 50px;
  }
  .nav ul li>a i {
    display: none;
  }
  .nav ul li dl {
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translate(100%);
    -webkit-transform: translate(100%);
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    height: calc(100% - 108px);
    height: -moz-calc(100% - 108px);
    opacity: 1;
    visibility: visible;
    padding: 10px 0;
    overflow-y: auto;
  }
  .scroll .nav ul li dl {
    height: calc(100% - 55px);
    height: -moz-calc(100% - 55px);
  }
  .nav ul li dl.on {
    transform: translate(0);
    -webkit-transform: translate(0);
  }
  .nav ul li dl dd a {
    line-height: 40px;
    text-align: center;
  }
  .phone-show {
    display: block;
  }
  .footer1 {
    padding: 40px 0;
  }
  .footer2_share a {
    margin-right: 10px;
  }
  /* .sidebar{display: none!important;} */
  .main {
    margin-top: 108px;
  }
  .search {
    border: none;
  }
  .nav ul li {
    padding-bottom: 0px;
  }
  .nav ul li dl {
    left: 0;
    background: #f1f1f1;
    max-width: none;
    text-align: left;
  }
  .nav ul li dl dd {
    display: block;
    padding: 0 30px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 40px;
  }
  .nav ul li dl dd img {
    display: none;
  }
  .nav ul li dl dd:first-child {
    display: block;
  }
  .scroll .nav ul li {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
.hear_l>a{
width:auto;
}
.hear_l .logo{
width:180px;
margin-top:-18px;
margin-bottom:-18px;
height:88px;
}
.scroll .hear_l>a  .logo{
width:143px;
height:70px;
margin-top:-10px;
margin-bottom:-10px;

}
  .footer1 {
    padding: 30px 0;
  }
  .footer1 dl {
    margin-bottom: 20px;
    width: 100%;
    padding-left: 0;
  }
  .footer1 dl:last-child {
    margin-bottom: 0;
  }
  .footer1 dl dt {
    margin-bottom: 0;
  }
  .footer1 dl dd {
    margin-right: 10px;
    float: left;
  }
  .footer2 {
    padding: 30px 0 50px;
  }
  .footer2_logo {
    width: 80%;
    margin: 0 auto 20px;
  }
  .footer2_con {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .footer2_share {
    margin-top: 15px;
  }
  .footer2_r {
    width: 100%;
  }
  .footer2_r p {
    width: 72%;
  }
  .page a.num, .page span, .page input, .page i, .page .go {
    display: none !important;
  }
  .indexh1 .twentytwenty-before-label, .indexh1 .twentytwenty-after-label {
    opacity: 1;
  }
  .footer1 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 374px) {
  .hearder_t_con a.hearder_t_item, .hearder_t_con .lan {
    margin-left: 5px;
  }
}

/*font-size*/

.fnt_12 {
  font-size: 12px;
}

.fnt_14 {
  font-size: 14px;
}

.fnt_16 {
  font-size: 16px;
}

.fnt_18 {
  font-size: 18px;
}

.fnt_20 {
  font-size: 20px;
}

.fnt_22 {
  font-size: 22px;
}

.fnt_24 {
  font-size: 24px;
}

.fnt_26 {
  font-size: 26px;
}

.fnt_28 {
  font-size: 28px;
}

.fnt_30 {
  font-size: 30px;
}

.fnt_32 {
  font-size: 32px;
}

.fnt_34 {
  font-size: 34px;
}

.fnt_36 {
  font-size: 36px;
}

.fnt_38 {
  font-size: 38px;
}

.fnt_40 {
  font-size: 40px;
}

.fnt_42 {
  font-size: 42px;
}

.fnt_44 {
  font-size: 44px;
}

.fnt_46 {
  font-size: 46px;
}

.fnt_48 {
  font-size: 48px;
}

.fnt_50 {
  font-size: 50px;
}

.fnt_52 {
  font-size: 52px;
}

.fnt_54 {
  font-size: 54px;
}

.fnt_56 {
  font-size: 56px;
}

.fnt_58 {
  font-size: 58px;
}

.fnt_60 {
  font-size: 60px;
}

.fnt_94 {
  font-size: 94px;
}

.fnt_120 {
  font-size: 120px;
}

@media only screen and (max-width: 1520px) {
  /* .fnt_16 { font-size: 14px;}
	.fnt_18 {  font-size:15px;}
	.fnt_20 { font-size: 16px;}
	.fnt_22 {  font-size:18px}
	.fnt_24 { font-size:21px;}
	.fnt_26 { font-size:24px;}
	.fnt_28 {  font-size:22px;}
	.fnt_32 {  font-size:25px;}
	.fnt_34 {  font-size:26px;}
	.fnt_36 { font-size:28px;}
	.fnt_40 { font-size:30px;}
	.fnt_44 { font-size:35px;}
	.fnt_48 {  font-size:38px;}
	.fnt_52 { font-size:42px;}
	.fnt_54 { font-size:44px;}
	.fnt_58 { font-size:48px;}
	.fnt_60 {font-size: 48px;}
	.fnt_94 { font-size:70px;}
	.fnt_120 { font-size: 105px;}
	.fnt_38 { font-size:34px;} */
}

@media only screen and (max-width: 1440px) {
  .fnt_16 {
    font-size: 14px;
  }
  .fnt_18 {
    font-size: 16px;
  }
  .fnt_24 {
    font-size: 18px;
  }
  .fnt_30 {
    font-size: 20px;
  }
  .fnt_48 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1366px) {
  /* .fnt_16 { font-size: 13px;}
	.fnt_18 {  font-size:16px;}
	.fnt_20 { font-size: 15px;}
	.fnt_22 { font-size:16px;}
	.fnt_24 { font-size:18px;}
	.fnt_26 { font-size:22px;}
	.fnt_28 { font-size:18px;}
	.fnt_30 { font-size:18px;}
	.fnt_32 { font-size:21px;}
	.fnt_34 { font-size:22px;}
	.fnt_36 { font-size:24px;}
	.fnt_40 { font-size:26px;}
	.fnt_44 { font-size:29px;}
	.fnt_48 { font-size:32px;}
	.fnt_52 { font-size:36px;}
	.fnt_54 { font-size:38px;}
	.fnt_58 { font-size:40px;}
	.fnt_60 {font-size:40px;}
	.fnt_94 { font-size:60px;}
	.fnt_120 { font-size: 105px;}
	.fnt_38 { font-size:28px;} */
}

@media only screen and (max-width: 1140px) {
  /* .fnt_26 { font-size:20px;}
	.fnt_28 { font-size:16px;}
	.fnt_32 { font-size:19px;}
	.fnt_36 { font-size:21px;}
	.fnt_40 { font-size:24px;}
	.fnt_44 { font-size:26px;}
	.fnt_48 { font-size:28px;}
	.fnt_60 {font-size:34px;}
	.fnt_58 { font-size:32px;}
	.fnt_52 { font-size:30px;}
	.fnt_54 { font-size:32px;}
	.fnt_94 { font-size:50px;}
	.fnt_120 { font-size: 70px;}
	.fnt_24 { font-size:18px;} */
}

@media only screen and (max-width: 1024px) {
  /* .fnt_26 { font-size:18px;}
	.fnt_30 { font-size:18px;}
	.fnt_48 { font-size:24px;}
	.fnt_40 { font-size:20px;}
	.fnt_44 { font-size:23px;}
	.fnt_36 { font-size:19px;}
	.fnt_60 {font-size:30px;}
	.fnt_120 { font-size: 64px;}
	.fnt_24 { font-size:16px;}
	.fnt_38 { font-size:20px;}
	.fnt_58 { font-size:28px;}
	.fnt_52 { font-size:26px;}
	.fnt_54 { font-size:28px;}
	.fnt_94 { font-size:40px;} */
}

@media only screen and (max-width: 767px) {
  /* .fnt_22{ font-size:14px;}
	.fnt_24{ font-size:14px;}
	.fnt_26 { font-size:16px;}
	.fnt_30 { font-size:16px;}
	.fnt_32 { font-size:16px; }
	.fnt_34{ font-size:18px;}
	.fnt_36 { font-size:15px;}
	.fnt_40 { font-size:16px;}
	.fnt_44 { font-size:18px;}
	.fnt_48 { font-size:20px;}
	.fnt_60 {font-size:18px;}
	.fnt_120 { font-size: 48px;}
	.fnt_38 { font-size:18px;}
	.fnt_58 { font-size:24px;}
	.fnt_52 { font-size:22px;}
	.fnt_54 { font-size:20px;}
	.fnt_94 { font-size:24px;} */
  .fnt_18 {
    font-size: 14px;
  }
  .fnt_24 {
    font-size: 16px;
  }
  .fnt_30 {
    font-size: 16px;
  }
  .fnt_48 {
    font-size: 22px;
  }
}

.twentytwenty-wrapper {
  overflow: hidden;
}

.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.ie10 .twentytwenty-before-label, .ie10 .twentytwenty-after-label, .ie9 .twentytwenty-before-label, .ie9 .twentytwenty-after-label {
  opacity: 1;
}

.compute .per-title {
  padding-left: 0px;
}

.compute .per-title p {
  color: #000;
  line-height: 30px;
  padding-bottom: 10px;
}

.compute-wrap {}

.compute-wrap .compute-box {
  width: 100%;
  font-size: 18px;
  margin-bottom: 40px;
  border-top: 1px solid #d7d7d7;
}

.compute-wrap .compute-box:nth-of-type(1) {
  border: none;
}

.compute-wrap .compute-list {
  position: relative;
}

.compute-wrap .compute-item {
  padding: 10px 0;
  float: left;
  line-height: 58px;
}

.compute-item.item1 {
  width: 24%;
}

.compute-item.item2 {
  width: 76%;
}

.compute-item.item3 {
  width: 16%;
  display: none;
}

.compute-down {
  width: 600px;
  height: 58px;
  border: 1px solid #b6b6b6;
  position: relative;
  background: #fff;
}

.compute-down:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 7px;
  background: url(../images/register_arrow.png) no-repeat;
  right: 24px;
  top: 50%;
  margin-top: -4px;
}

.compute-down span {
  line-height: 58px;
  padding: 0 8px;
}

.compute-down ul {
  width: calc(100% + 2px);
  position: absolute;
  top: 100%;
  background: #fff;
  border: 1px solid #b6b6b6;
  left: -1px;
  display: none;
  max-height: 300px;
  overflow: auto;
}

.compute-down ul li {
  padding: 0 8px;
  line-height: 30px;
  font-size: 16px;
}

.compute-inp {
  width: 600px;
  height: 58px;
  border: 1px solid #b6b6b6;
  position: relative;
  background: #fff;
  overflow: hidden;
}

.compute-inp input {
  line-height: 58px;
  padding: 0 8px;
  border: 0;
  width: 100%;
  height: 58px;
  margin-top: -1px;
  font-size: 18px;
}

.compute-down, .compute-inp {
  cursor: pointer;
}

@media (max-width: 1000px) {
  .compute-item.item1 {
    width: 40%;
  }
  .compute-item.item2 {
    width: 60%;
  }
  .compute-wrap .compute-item {
    font-size: 14px;
  }
  .compute-down, .compute-inp {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .sidebar.off .sidebar-open {
    visibility: visible;
    opacity: 1;
  }
  .sidebar.off {
    transform: translateX(71px);
    -webkit-transform: translateX(71px);
  }
}

@media (max-width: 767px) {
  .compute-item.item1 {
    width: 100%;
  }
  .compute-item.item2 {
    width: 100%;
  }
  .compute-wrap .compute-item {
    line-height: 40px;
    padding: 0;
  }
  .compute-wrap .compute-list {
    margin-bottom: 20px;
  }
  .compute-wrap .compute-box {
    margin-bottom: 0;
  }
  .compute-wrap .compute-list:last-child {
    margin-bottom: 0;
  }
  /*.edit_con_original img{max-height: 480px;}*/
}

.hear_l_con a:last-child, .hear_l_con span {
  /*display: none;*/
}





/* 20190107 */

#newBridge {
  display: none !important;
}

/*2019-11-07*/

.scroll .hearder_t {
  visibility: visible;
  opacity: 0;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}

/* 2020-09-02 */

.tran_scale {
  position: relative;
}

.tran_scale i {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  /*background: url(../images/video_paly.png) no-repeat;*/
  background-size: cover;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.sidebar.dis {
  display:block !important;
  opacity:1 !important;
}
.social-share-icon{ position:relative;}
.social-share .social-share-icon:hover .wechat-qrcode {
	display: block
}

.social-share-icon .help{
	padding-bottom:15px;}