@charset "utf-8";
html {
  color: #333333;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
}
em,
i {
  font-style: normal;
  font-weight: normal;
}
ul,
li {
  list-style: none;
}
/* fonts */
body {
  font-size: 14px;
  font-family: "Microsoft Yahei", arial, helvetica, clean, sans-serif;
}
/* custom */
a {
  text-decoration: none;
  border: none;
  color: inherit;
  *color: #333;
}
/* 布局 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.justifyfix {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.clearfix {
  _zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*透明*/
.opacity_0 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* ie8  */
  filter: alpha(opacity=0);
  /* ie5-7  */
  opacity: 0;
}
.opacity_10 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  /* ie8  */
  filter: alpha(opacity=10);
  /* ie5-7  */
  opacity: 0.1;
}
.opacity_20 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  /* ie8  */
  filter: alpha(opacity=20);
  /* ie5-7  */
  opacity: 0.2;
}
.opacity_30 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /* ie8  */
  filter: alpha(opacity=30);
  /* ie5-7  */
  opacity: 0.3;
}
.opacity_40 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* ie8  */
  filter: alpha(opacity=40);
  /* ie5-7  */
  opacity: 0.4;
}
.opacity_50 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* ie8  */
  filter: alpha(opacity=50);
  /* ie5-7  */
  opacity: 0.5;
}
.opacity_60 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  /* ie8  */
  filter: alpha(opacity=60);
  /* ie5-7  */
  opacity: 0.6;
}
.opacity_70 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* ie8  */
  filter: alpha(opacity=70);
  /* ie5-7  */
  opacity: 0.7;
}
.opacity_80 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* ie8  */
  filter: alpha(opacity=80);
  /* ie5-7  */
  opacity: 0.8;
}
.opacity_90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* ie8  */
  filter: alpha(opacity=90);
  /* ie5-7  */
  opacity: 0.9;
}
.opacity_100 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* ie8  */
  filter: alpha(opacity=100);
  /* ie5-7  */
  opacity: 1;
}
.opacity_H:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* ie8  */
  filter: alpha(opacity=100);
  /* ie5-7  */
  opacity: 1;
}
input,
select,
textarea,
button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Microsoft Yahei", arial, helvetica, clean, sans-serif;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
}
/*base style  end---------------------------*/
.fs-6 {
  font-size: 6px;
}
.fs-7 {
  font-size: 7px;
}
.fs-8 {
  font-size: 8px;
}
.fs-9 {
  font-size: 9px;
}
.fs-10 {
  font-size: 10px;
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fs-26 {
  font-size: 26px;
}
.fs-28 {
  font-size: 28px;
}
.fs-30 {
  font-size: 30px;
}
.fs-32 {
  font-size: 32px;
}
.fs-34 {
  font-size: 34px;
}
.fs-36 {
  font-size: 36px;
}
.fs-38 {
  font-size: 38px;
}
.fs-40 {
  font-size: 40px;
}
.fs-42 {
  font-size: 42px;
}
.fs-44 {
  font-size: 44px;
}
.fs-46 {
  font-size: 46px;
}
.fs-48 {
  font-size: 48px;
}
.fs-50 {
  font-size: 50px;
}
.fc-0 {
  color: #000;
}
.fc-1b {
  color: #1b1b1b;
}
.fc-3 {
  color: #333;
}
.fc-4c {
  color: #4c4c4c;
}
.fc-6 {
  color: #666;
}
.fc-80 {
  color: #808080;
}
.fc-8a {
  color: #8a8a8a;
}
.fc-9 {
  color: #999;
}
.fc-c {
  color: #ccc;
}
.fc-e {
  color: #eee;
}
.fc-f {
  color: #fff;
}
.fc-red {
  color: #ff0000;
}
.fc-blue {
  color: #505b8f;
}
.fch-0:hover {
  color: #000;
}
.fch-1b:hover {
  color: #1b1b1b;
}
.fch-3:hover {
  color: #333;
}
.fch-4c:hover {
  color: #4c4c4c;
}
.fch-6:hover {
  color: #666;
}
.fch-80:hover {
  color: #808080;
}
.fch-8a:hover {
  color: #8a8a8a;
}
.fch-9:hover {
  color: #999;
}
.fch-c:hover {
  color: #ccc;
}
.fch-e:hover {
  color: #eee;
}
.fch-f:hover {
  color: #fff;
}
.bgc-f {
  background-color: #fff;
}
.bgc-c {
  background-color: #ccc;
}
.bgc-0 {
  background-color: #000;
}
.bgc1 {
  background-color: #0282d0;
}
.bgc1-d {
  background-color: #02629d;
}
.bgc1-l {
  background-color: #08a0fd;
}
.bgc2 {
  background-color: #fff;
}
.bgc2-d {
  background-color: #e6e6e6;
}
.bgc2-l {
  background-color: #ffffff;
}
.fw-1 {
  font-weight: 100;
}
.fw-4 {
  font-weight: 400;
}
.fw-7 {
  font-weight: 700;
}
.fst-it {
  font-style: italic;
}
.ta-c {
  text-align: center;
}
.ta-l {
  text-align: left;
}
.ta-j {
  text-align: justify;
}
.ta-r {
  text-align: right;
}
.td-c {
  text-decoration: line-through;
}
.ff-song {
  font-family: Arial, Helvetica, FreeSans, "宋体", "华文细黑", "Microsoft YaHei", "Segoe UI", "Lucida Grande", sans-serif, FreeSans, Arimo;
}
.ff-arial {
  font-family: Arial;
}
.ff-gad {
  font-family: Gadugi;
}
/*base*/
html {
  height: 100%;
}
body {
  min-height: 100%;
  position: relative;
  cursor: default;
}
.w {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}
.w-min {
  width: 100%;
  min-width: 980px;
}
.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);
  /* IE6~IE9 */
}
/*gird---------------------*/
.g-header {
  height: 90px;
  background-color: #fff;
}
.g-banner {
  height: 200px;
  background: #000406 url(../images/banner_default.jpg) center no-repeat;
}
.g-body {
  position: relative;
}
.g-footer {
  height: 175px;
}
/*module-----------------------*/
/*header*/
.m-header {
  height: 100%;
  position: relative;
}
.m-header_logo {
  float: left;
  display: block;
  height: 60%;
  position: absolute;
  top: 20%;
}
.m-header_r {
  float: right;
}
/*footer*/
.m-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #0076be url(../images/bg_footer.jpg) center no-repeat;
  background-size: auto 100%;
  color: #fff;
  height: 175px;
}
.m-footer_inner {
  height: 139px;
}
.m-footer_a {
  font-size: 28px;
  padding: 30px 0;
}
.m-footer_inner .u-tel {
  color: #fff;
  margin-top: 60px;
}
.m-footer_item {
  font-size: 12px;
  padding: 0 5px;
}
.m-footer_item:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
}
.m-footer_c {
  height: 35px;
  background-color: transparent;
  line-height: 35px;
  color: #fff;
}
.m-footer_c_btn {
  margin-top: 6px;
  display: inline-block;
  border: 1px solid #fff;
  line-height: 1;
  padding: 4px 5px;
  border-radius: 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* ie8  */
  filter: alpha(opacity=40);
  /* ie5-7  */
  opacity: 0.4;
}
.m-footer_c_btn:hover {
  border-color: #fff;
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* ie8  */
  filter: alpha(opacity=100);
  /* ie5-7  */
  opacity: 1;
}
/*banner*/
.m-banner {
  position: relative;
  height: 100%;
}
.m-banner_a {
  position: absolute;
  left: 0;
  top: 47.66666667px;
}
.m-banner_pos {
  position: absolute;
  left: 0;
  top: 127.33333333px;
}
/*一级导航*/
.m-nav {
  height: 36px;
  background-color: #0282d0;
}
.m-nav_inner {
  height: 100%;
}
.m-nav_item {
  display: block;
  height: 100%;
  float: left;
  width: 108.88888889px;
  line-height: 36px;
  text-align: center;
}
.m-nav_item:hover {
  background-color: #08a0fd;
}
.m-nav_item.current {
  background-color: #08a0fd;
}
/*二级导航*/
.m-navSub1 {
  padding: 30px 0;
}
.m-navSub1_item {
  display: inline-block;
  font-size: 16px;
  padding: 6px 14px;
  color: #0282d0;
  border: 1px solid #0282d0;
  margin-right: 10px;
  border-radius: 3px;
}
.m-navSub1_item.current,
.m-navSub1_item.current:hover {
  background-color: #0282d0;
  color: #fff;
  border-color: #0282d0;
}
.m-navSub1_item:hover {
  background-color: #08a0fd;
  border-color: #08a0fd;
  color: #fff;
}
.m-navSub1_item.disabled,
.m-navSub1_item.disabled:hover {
  border-color: #999;
  color: #999;
  background: none;
}
/*文本章节*/
.m-text1_body {
  color: #999;
  font-size: 12px;
  padding: 0 5px;
}
.m-text1_body p {
  margin: 10px 0;
  line-height: 2;
}
.m-text1_body img {
  max-width: 100%;
  display: block;
  margin: 20px auto;
}
/*列表一 (2列)*/
.m-list1 {
  _zoom: 1;
}
.m-list1:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.m-list1_item {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  float: left;
  width: 450px;
  margin: 0 40px 40px 0;
  height: 170px;
  background-color: #efefef;
}
.m-list1_left {
  display: block;
  float: left;
  width: 170px;
  height: 170px;
  background-color: #999;
}
.m-list1_img {
  display: block;
  height: 100%;
  width: 100%;
}
.m-list1_right {
  float: left;
  width: 280px;
  height: 170px;
}
.m-list1_a {
  margin: 20px 0 20px 15px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
}
.m-list1_aa {
  margin-left: 15px;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.m-list1_b {
  margin: 20px 0 20px 15px;
  line-height: 2;
  color: #666;
  height: 84px;
  overflow: hidden;
}
.m-list1_item:hover {
  -webkit-box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.5);
}
.m-list1_item:hover .m-list1_a,
.m-list1_item:hover .m-list1_aa {
  color: #0282d0;
}
/*人物介绍*/
.m-sec1 {
  min-height: 300px;
}
.m-sec1_a {
  width: 280px;
  background-color: #e6e6e6;
  height: 100%;
  vertical-align: top;
}
.m-sec1_aa {
  width: 240px;
  margin: 20px;
}
.m-sec1_b {
  padding-left: 40px;
}
.m-sec1_b .u-dec1 {
  margin: 30px 0;
}
.m-sec1_bb {
  line-height: 1.6;
  color: #666;
  font-size: 12px;
}
.m-sec1_bc {
  line-height: 1.6;
  color: #666;
  font-size: 12px;
  margin-top: 80px;
}
/*列表二 (4列)　hasHover动效*/
.m-list2 {
  _zoom: 1;
}
.m-list2:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.m-list2.hasHover .m-list2_item {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.m-list2.hasHover .m-list2_item:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background-color: #0282d0;
  color: #fff;
}
.m-list2_item {
  display: block;
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}
.m-list2_img {
  height: 170px;
  width: 230px;
  margin: 10px 0;
}
.m-list2_text {
  font-size: 14px;
  margin: 0 0 10px;
}
/**/
.m-list5 {
  padding: 0;
}
.m-list5_inner {
  margin: 0 -13px;
  _zoom: 1;
}
.m-list5_inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.m-list5_item {
  display: block;
  width: 245.33333333px;
  float: left;
  margin: 0 13px 26px;
  padding: 32px;
  background-color: #f5f5f5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.m-list5_item:hover {
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
}
.m-list5_item:hover .m-list5_btn {
  background-color: #08a0fd;
  color: #fff;
  font-weight: 700;
  border-color: #08a0fd;
}
.m-list5_title {
  font-size: 18px;
  color: #333;
  height: 51px;
  overflow: hidden;
  font-weight: 400;
  margin-bottom: 13px;
}
.m-list5_body {
  font-size: 12px;
  color: #666;
  line-height: 2;
  height: 130px;
  overflow: hidden;
}
.m-list5_btn {
  float: left;
  padding: 7px 20px;
  line-height: 1;
  color: #666;
  border: 1px solid #666;
  border-radius: 3px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.m-list6_item {
  display: block;
  border-top: 1px dotted #ccc;
  padding: 10px 0;
}
.m-list6_item:visited .m-list6_a {
  color: #08a0fd;
}
.m-list6_a {
  font-size: 22px;
  color: #0282d0;
  font-weight: 400;
}
.m-list6_b {
  font-size: 14px;
  color: #999;
  line-height: 2;
  padding-top: 5px;
  text-indent: 2em;
}
.m-list7 {
  border-bottom: 1px dotted #ccc;
}
.m-list7_item {
  border-top: 1px dotted #ccc;
  padding: 15px 0;
  display: block;
  font-size: 16px;
  color: #666;
}
.m-list7_item:hover {
  color: #0282d0;
}
/*列表三 (1列)*/
.m-list3_item {
  display: block;
  height: 160px;
  background-color: #f5f5f5;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.m-list3_item:hover {
  -webkit-box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.3);
}
.m-list3_item:hover .m-list3_a {
  background-color: #08a0fd;
}
.m-list3_item:hover .m-list3_b {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
.m-list3_item:hover .m-list3_ba {
  color: #333;
}
.m-list3_item:hover .m-list3_ca {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.m-list3_item:hover .m-list3_cb {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  background-color: #08a0fd;
  border-color: #08a0fd;
}
.m-list3_item:hover .m-list3_cb:after {
  background-position: -76px -30px;
}
.m-list3_item:visited .m-list3_ba {
  color: #999;
}
.m-list3_a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: left;
  height: 127px;
  padding: 17px 12px;
  width: 204px;
  margin-right: 35px;
}
.m-list3_aa {
  display: block;
  height: 100%;
  width: 100%;
}
.m-list3_b {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: left;
  width: 546px;
  height: 100%;
}
.m-list3_ba {
  font-size: 16px;
  margin: 30px 0;
  font-weight: 400;
  color: #666;
}
.m-list3_bb {
  font-size: 12px;
  line-height: 2;
  height: 48px;
  overflow: hidden;
  color: #999;
}
.m-list3_c {
  float: right;
  width: 140px;
  height: 100%;
}
.m-list3_ca {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 50px;
  color: #999;
  font-weight: 100;
  line-height: 1.2;
  margin: 26px 0 10px;
}
.m-list3_caa {
  font-size: 26px;
}
.m-list3_cab {
  font-size: 12px;
}
.m-list3_cb {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 34px;
  width: 34px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
}
.m-list3_cb:after {
  content: "";
  display: block;
  height: 9px;
  width: 13px;
  margin: 12px auto;
  background: url(../images/sprite.png) 0 -30px;
}
.m-list3B_item {
  display: block;
  height: 160px;
  background-color: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.m-list3B_item:hover {
  -webkit-box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.3);
}
.m-list3B_item:hover .m-list3B_a {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.m-list3B_item:hover .m-list3B_aa {
  color: #333;
}
.m-list3B_item:hover .m-list3B_ba {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.m-list3B_item:hover .m-list3B_bb {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  background-color: #08a0fd;
  border-color: #08a0fd;
}
.m-list3B_item:hover .m-list3B_bb:after {
  background-position: -76px -30px;
}
.m-list3B_item:visited .m-list3B_aa {
  color: #999;
}
.m-list3B_a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: left;
  width: 741px;
  height: 100%;
  margin-left: 30px;
}
.m-list3B_aa {
  font-size: 16px;
  margin: 30px 0;
  font-weight: 400;
  color: #666;
}
.m-list3B_ab {
  font-size: 12px;
  line-height: 2;
  height: 48px;
  overflow: hidden;
  color: #999;
  width: 90%;
}
.m-list3B_ab td {
  width: 33%;
  border: 0;
}
.m-list3B_b {
  float: right;
  width: 140px;
  height: 100%;
}
.m-list3B_ba {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 50px;
  color: #999;
  font-weight: 100;
  line-height: 1.2;
  margin: 26px 0 10px;
}
.m-list3B_baa {
  font-size: 26px;
}
.m-list3B_bab {
  font-size: 12px;
}
.m-list3B_bb {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 34px;
  width: 34px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
}
.m-list3B_bb:after {
  content: "";
  display: block;
  height: 9px;
  width: 13px;
  margin: 12px auto;
  background: url(../images/sprite.png) 0 -30px;
}
.m-list8 {
  overflow: hidden;
}
.m-list8_inner {
  _zoom: 1;
  margin: 0 -10px;
}
.m-list8_inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.m-list8_item {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  float: left;
  width: 480px;
  height: 86px;
  background-color: #fff;
  margin: 10px 10px;
}
.m-list8_item.blue,.m-list8_item:hover {
  background-color: #0282d0;
}
.m-list8_item.blue .m-list8_left,.m-list8_item:hover .m-list8_left {
  color: #fff;
}
.m-list8_item.blue .m-list8_left:after,.m-list8_item:hover .m-list8_left:after {
  background-color: #0282d0;
}
.m-list8_item.blue .m-list8_right,.m-list8_item:hover .m-list8_right {
  color: #fff;
}
.m-list8_item.blue .m-list8_right h2,.m-list8_item:hover .m-list8_right h2 {
  color: #fff;
}
.m-list8_item.blue .m-list8_right p,.m-list8_item:hover .m-list8_right p {
  color: #fff;
}
.m-list8_left {
  display: block;
  height: 100%;
  width: 70px;
  float: left;
  position: relative;
  font-size: 32px;
  line-height: 86px;
  text-align: center;
  font-weight: 700;
  color: #08a0fd;
}
.m-list8_left:after {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  top: 43px;
  left: 0;
  background-color: #fff;
  z-index: 1;
}
.m-list8_right {
  display: block;
  height: 100%;
  width: 410px;
  float: left;
}
.m-list8_right h2 {
  font-size: 16px;
  color: #333;
  margin-top: 23px;
  height: 24px;
  overflow: hidden;
}
.m-list8_right p {
  font-size: 12px;
  color: #999;
}
.m-news_a {
  height: 160px;
  padding: 3px 0;
  border-bottom: 1px dotted #ccc;
  text-align: center;
}
.m-news_aa {
  font-size: 20px;
  color: #666;
  margin: 50px 0 20px;
  font-weight: 400;
}
.m-news_ab {
  font-size: 12px;
  color: #999;
}
.m-news_b {
  padding: 20px 0 70px;
  font-size: 12px;
  color: #999;
  line-height: 2;
  text-align: justify;
}
.m-news_b img {
  display: block;
  max-width: 100%;
  margin: 20px auto 20px;
}
.m-news_c {
  padding: 20px 0;
  height: 120px;
  border-top: 1px dotted #ccc;
}
.m-news_ca {
  float: left;
  width: 830px;
  height: 120px;
  line-height: 2;
}
.m-news_ca p {
  font-size: 12px;
  color: #666;
}
.m-news_cb {
  float: right;
  display: block;
  width: 94px;
  color: #666;
  font-size: 12px;
  text-align: center;
  border: 1px solid #666;
  height: 24px;
  line-height: 24px;
  margin: 35px 0 0;
}
.m-news_cb:hover {
  color: #0282d0;
  border-color: #0282d0;
}
.m-news_cb:active {
  color: #02629d;
  border-color: #02629d;
}
.m-job_a {
  height: 160px;
  padding: 3px 0;
  text-align: center;
}
.m-job_aa {
  font-size: 20px;
  color: #666;
  margin: 50px 0 20px;
  font-weight: 400;
}
.m-job_ab {
  font-size: 12px;
  color: #999;
}
.m-job_b {
  border-top: 1px dashed #ccc;
  padding: 30px 0;
  _zoom: 1;
  line-height: 3;
}
.m-job_b:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.m-job_ba {
  font-size: 16px;
  color: #666;
  width: 20%;
  float: left;
}
.m-job_bb {
  font-size: 12px;
  color: #999;
  width: 80%;
  float: left;
}
.m-list4 {
  _zoom: 1;
}
.m-list4:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.m-list4_item {
  width: 25%;
  display: block;
  float: left;
  height: 218px;
}
.m-list4_item:hover .m-list4_a {
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.7);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.7);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.m-list4_item:hover .m-list4_b {
  color: #333;
}
.m-list4_a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 162px;
  width: 230px;
  display: block;
  background-color: #d7d7d7;
  margin-left: auto;
  margin-right: auto;
}
.m-list4_b {
  font-size: 16px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 10px 0;
  font-weight: 700;
  color: #666;
}
.m-pageDiv .wrap {
  display: inline-block;
}
.m-pageDiv {
  padding-top:30px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
}
.m-pageDiv .prev,
.m-pageDiv .num,
.m-pageDiv .next,
.m-pageDiv .current {
  float: left;
  display: block;
  text-align: center;
  padding: 0 10px;
  min-width: 28px;
}
.m-pageDiv .current {
  background-color: #0282d0;
  color: #fff;
}
.m-pageDiv .prev,
.m-pageDiv .num,
.m-pageDiv .next {
  background-color: #efefef;
  color: #333;
}
.m-pageDiv .prev:hover,
.m-pageDiv .num:hover,
.m-pageDiv .next:hover {
  background-color: #0282d0;
  color: #fff;
}
.m-show {
  width: 470px;
}
.m-show_a {
  width: 100%;
  height: 329px;
  position: relative;
  background-color: #eee;
}
.m-show_a img {
  position: absolute;
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.m-show_b {
  width: 100%;
  height: 75px;
  margin-top: 10px;
}
.m-show_prev,
.m-show_next {
  height: 100%;
  width: 30px;
  float: left;
  background: url(../images/sprite.png) no-repeat;
}
.m-show_prev:hover,
.m-show_next:hover {
  background-color: #0282d0;
}
.m-show_prev {
  background-position: 0 -48px;
}
.m-show_prev:hover {
  background-position: -200px -48px;
}
.m-show_prev.disabled,
.m-show_prev.disabled:hover {
  background-color: transparent;
  background-position: -100px -48px;
}
.m-show_next {
  background-position: -39px -46px;
}
.m-show_next:hover {
  background-position: -240px -48px;
}
.m-show_next.disabled,
.m-show_next.disabled:hover {
  background-color: transparent;
  background-position: -140px -48px;
}
.m-show_wrap {
  width: 390px;
  height: 100%;
  float: left;
  margin: 0 10px;
  overflow: hidden;
}
.m-show_imgs {
  width: 300%;
  height: 100%;
}
.m-show_imgs img {
  display: block;
  float: left;
  margin-right: 10px;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.m-form1_a {
  border: 1px solid #efefef;
  padding: 10px;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
.m-form1_b {
  border: 1px solid #efefef;
  padding: 10px 46px;
}
.m-form1_ba {
  font-size: 24px;
  text-align: center;
  color: #333;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  padding: 20px 0;
}
.m-form1_line {
  display: block;
  padding: 20px 10px;
  border-top: 1px dotted #ccc;
  _zoom: 1;
  vertical-align: top;
}
.m-form1_line:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.m-form1_item {
  width: 50%;
  float: left;
  display: block;
}
.m-form1_name {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 54px;
}
.m-form1_input {
  display: inline-block;
  border: 1px solid #999;
  padding: 5px;
  resize: none;
  font-size: 14px;
  color: #666;
}
.m-form1_input-1 {
  height: 28px;
  margin-right: 20px;
  width: 268px;
  line-height: 28px;
}
.m-form1_input-2 {
  width: 700px;
  height: 200px;
  vertical-align: top;
  line-height: 2;
}
.m-form1_submit {
  display: block;
  height: 47px;
  width: 134px;
  border-radius: 3px;
  background: #0282d0;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  -webkit-box-shadow: inset 4px -2px 10px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 4px -2px 10px rgba(255, 255, 255, 0.3);
  box-shadow: inset 4px -2px 10px rgba(255, 255, 255, 0.3);
}
.m-form1_submit:hover {
  background: #08a0fd;
}
.m-form1_submit:active {
  background: #02629d;
}
.m-proDtl {
  padding: 0;
}
.m-proDtl_a {
  _zoom: 1;
}
.m-proDtl_a:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.m-proDtl_aa {
  float: left;
}
.m-proDtl_ab {
  float: right;
  width: 480px;
}
.m-proDtl_aba {
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.m-proDtl_ab_title {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px dotted #ccc;
}
.m-proDtl_abb_body {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  line-height: 24px;
}
.m-proDtl_abc_line {
  display: block;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  line-height: 24px;
  _zoom: 1;
}
.m-proDtl_abc_line:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.m-proDtl_abc_item {
  float: left;
  width: 50%;
}
.m-proDtl_b {
  margin-top: 40px;
}
.m-proDtl_ba {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
.m-article p {
  font-size: 12px;
  line-height: 2;
  color: #999;
  text-align: justify;
  padding: 10px 0;
}
.m-article h2 {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  margin-top: 20px;
}
.m-article img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
/*灰度列表*/
.m-listGray {
  border-top: 1px dotted #ccc;
  _zoom: 1;
}
.m-listGray:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.m-listGray_item {
  display: block;
  width: 20%;
  height: 89px;
  position: relative;
  float: left;
}
.m-listGray_item img {
  display: block;
  max-height: 60%;
  max-width: 70%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-filter: contrast(0) grayscale(1) brightness(50%);
  -moz-filter: contrast(0) grayscale(1) brightness(50%);
  -ms-filter: contrast(0) grayscale(1) brightness(50%);
  -o-filter: contrast(0) grayscale(1) brightness(50%);
  filter: contrast(0) grayscale(1) brightness(50%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  filter: Gray;
}
.m-listGray_item img:hover {
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  -webkit-filter: none;
}
/*contact*/
.m-contact {
  _zoom: 1;
}
.m-contact:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.m-contact_title {
  font-size: 24px;
  color: #222;
  font-weight: 700;
  margin-bottom: 30px;
}
.m-contact_a {
  width: 680px;
  float: left;
}
.m-contact_a p {
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.m-contact_b {
  width: 300px;
  float: right;
  _zoom: 1;
}
.m-contact_b:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.m-contact_ba {
  float: right;
  font-size: 14px;
  color: #666;
}
.m-contact_bb {
  width: 116px;
  height: 116px;
  display: block;
  float: right;
}
.m-contact.m-contact-a .m-contact_a {
  width: auto;
  float: none;
  text-align: justify;
}
.m-contact.m-contact-a .m-contact_a p {
  display: inline-block;
  margin-right: 20px;
}
.m-map {
  border: 1px solid #ccc;
  height: 400px;
}
/*unit-----------------------------*/
.u-tel {
  color: #0282d0;
  line-height: 1;
}
.u-tel.m-header_r {
  margin-top: 30px;
}
.u-tel_a {
  width: 60px;
  float: left;
  margin: 5px 5px 0 0;
}
.u-tel_aa {
  width: 60px;
  height: 12px;
  text-align: right;
  font-size: 12px;
}
.u-tel_ab {
  width: 60px;
  text-align: right;
  font-size: 18px;
}
.u-tel_b {
  float: right;
  height: 34px;
  font-family: Gadugi;
  font-size: 38px;
}
.u-search1 {
  width: 230px;
  height: 70px;
  color: #999;
}
.u-search1.m-header_r {
  margin-top: 3px;
}
.u-search1_a {
  text-align: right;
  height: 35px;
  line-height: 35px;
}
.u-search1_b {
  display: block;
  height: 33px;
  line-height: 33px;
  background: url(../images/icon_search.png) 7px 11px no-repeat;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.u-search1_b input {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-left: 30px;
  padding-left: 5px;
  border-left: 1px solid #ccc;
  margin-top: 3px;
  width: 198px;
}
.u-title1 {
  font-size: 18px;
  color: #333;
  padding: 0 0 20px 20px;
  position: relative;
  line-height: 1;
}
.u-title1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 4px;
  background-color: #0282d0;
}
.u-dec1 {
  height: 6px;
  width: 27px;
  background: url(../images/sprite.png);
}
.xlf-banner {
  height: 500px;
  width: 100%;
  position: relative;
}
.xlf-banner li {
  list-style: none;
  float: left;
  height: 100%;
  width: 100%;
}
.xlf-banner .xlf-banner-imgplayer {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
.xlf-banner .xlf-banner-imgplayer ul {
  height: 100%;
  width: 100%;
}
.xlf-banner li a {
  display: block;
  background-position: center;
  background-color: #000000;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.xlf-banner .xlf-banner-prev,
.xlf-banner .xlf-banner-next {
  height: 50px;
  width: 50px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 50;
  cursor: pointer;
}
.xlf-banner .xlf-banner-prev {
  background-image: url(../images/xlf_banner_left.png);
  left: 10px;
}
.xlf-banner .xlf-banner-next {
  background-image: url(../images/xlf_banner_right.png);
  right: 10px;
}
.xlf-banner .xlf-banner-nav {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 20px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default;
}
.xlf-banner .xlf-banner-nav span {
  display: inline-block;
  height: 100%;
  margin: 0 10px;
}
.xlf-banner .xlf-banner-nav span:after {
  content: "";
  display: block;
  height: 2px;
  width: 57px;
  margin-top: 20px;
  line-height: 0;
  font-size: 0;
  background-color: #fff;
}
.xlf-banner .xlf-banner-nav span.light:after {
  background-color: #08a0fd;
}
.m-footer_c {
  border-top: 1px dotted #4d9fd2;
}
.c-footer_a {
  display: inline-block;
  height: 30px;
  float: left;
  width: 30px;
  background: url(../images/icon_footer.png) center no-repeat;
}
.c-footer_a-1 {
  background-position: 2px 4px;
}
.c-footer_a-2 {
  background-position: -33px 4px;
}
.c-2-1 {
  padding: 60px 0 100px;
}
.c-2-1 .m-text1_body {
  border-top: 1px dotted #ccc;
}
.c-300 {
  padding: 0 0 100px;
}
.c-301,
.c-400,
.c-500,
.c-600,
.c-700 {
  margin-bottom: 100px;
}
.c-700 .m-form1_b {
  padding-bottom: 30px;
}
.c-701 {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 100px;
}
.c-701 .sec-line {
  border-top: 1px dotted #ccc;
  padding: 20px 0;
}
.c-701 .sec-title {
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
}
/*.c-701 .sec-item{display: inline-block;height:32px;width:120px;background:@color1_l url(../images/icon_qq.png) 7px center no-repeat;border:1px solid @color1_l;margin-right:15px;}
.c-701 .sec-item span{display: block;margin-left:38px;width:82px;height:32px;line-height:32px;color:@color1_l;font-size:16px;font-weight:700;background: #fff;text-align: center}
.c-701 .sec-item:hover span{background-color: @color1_l;color:#fff}*/
.c-701 .sec-b .sec-body {
  color: #08a0fd;
  font-size: 16px;
}
.c-701 .u-service {
  border-color: #0282d0;
  margin-right: 20px;
}
.c-701 .u-service ._a {
  background-color: #0282d0;
}
.c-701 .u-service ._b {
  color: #0282d0;
}
.c-701 .u-service:hover ._b {
  background-color: #0282d0;
  color: #fff;
}
.c-800,
.c-801,
.c-802 {
  padding-bottom: 100px;
}
.c-900 {
  padding: 40px 0 100px;
}
.c-900 .m-contact {
  margin-bottom: 30px;
}
.c-index_footer {
  height: 35px;
}
.c-index_footer .m-footer {
  height: 35px;
  background-image: none;
}
.c-index_footer .m-footer_c {
  border: none;
}
.c-index .sec {
  padding: 80px 0 60px;
}
.c-index .hasBg {
  background-color: #faf7eb;
}
.c-index .dec-add {
  position: relative;
  top: -4px;
  font-size: 12px;
}
.c-index .sec-2 .m-list2_item {
  width: 33%;
}
.c-index .sec-2 .m-list2_img {
  width: 310px;
  height: 159px;
}
.c-index .sec-2 .m-list2_text {
  font-size: 16px;
}
.c-index .sec-3 {
  background: #0471b3 url(../images/bg_index_3.jpg) center no-repeat;
  _zoom: 1;
}
.c-index .sec-3:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.c-index .sec-3 .sec-3_l {
  width: 450px;
  float: left;
}
.c-index .sec-3 .sec-3_la {
  font-size: 20px;
  color: #fff;
}
.c-index .sec-3 .sec-3_lb {
  margin: 30px 0;
}
.c-index .sec-3 .sec-3_lc {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* ie8  */
  filter: alpha(opacity=90);
  /* ie5-7  */
  opacity: 0.9;
}
.c-index .sec-3 .sec-3_ld {
  margin-top: 30px;
}
.c-index .sec-3 .sec-3_r {
  width: 450px;
  float: right;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* ie8  */
  filter: alpha(opacity=90);
  /* ie5-7  */
  opacity: 0.9;
  color: #fff;
}
.c-index .sec-3 .sec-3_ra {
  height: 29px;
  display: block;
  width: 100%;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.c-index .sec-3 .sec-3_raa {
  padding-left: 10px;
  height: 27px;
  display: block;
  float: left;
  width: 53px;
  font-size: 14px;
  color: #fff;
  line-height: 27px;
}
.c-index .sec-3 .sec-3_rab {
  display: block;
  height: 27px;
  width: 380px;
  float: right;
  color: #fff;
}
.c-index .sec-3 .sec-3_rb {
  height: 109px;
  display: block;
  resize: none;
  border: 1px solid #fff;
  width: 100%;
  padding: 5px;
  color: #fff;
  line-height: 1.8;
}
.c-index .sec-3 .sec-3_rc {
  display: block;
  height: 43px;
  width: 100%;
  text-align: center;
  line-height: 42px;
  color: #fff;
  background-color: #6dc7fe;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  margin-top: 15px;
  font-size: 16px;
}
.c-index .sec-3 .sec-3_rc:hover {
  background-color: #87d1fe;
}
.c-index .sec-3 .sec-3_rc:active {
  background-color: #08a0fd;
}
.u-title2 {
  text-align: center;
  margin-bottom: 54px;
  font-size: 32px;
  font-weight: 700;
  color: #1b1b1b;
}
.u-title2 span {
  color: #0371b4;
}
.u-title2.u-title2-white {
  color: #fff;
}
.u-service {
  margin-right: 20px;
  width: 120px;
  height: 30px;
  border: 2px solid #6dc7fe;
  display: inline-block;
}
.u-service ._a {
  float: left;
  width: 34px;
  height: 30px;
  background: #6dc7fe url(../images/icon_qq.png) center no-repeat;
}
.u-service ._b {
  width: 86px;
  float: left;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #f0f0f0;
  font-weight: 700;
  font-size: 16px;
}
.u-service:hover ._b {
  background-color: #6dc7fe;
}
.u-icon-weixin {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  background: #6dc7fe url(../images/icon_weixin.png) center no-repeat;
  border-radius: 50%;
}
.u-icon-weixin_code{
  display: none;;height:120px;position: absolute;left:50px;top:50%;margin-top:-60px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform:translateX(-50px);
  -moz-transform:translateX(-50px);
  -ms-transform:translateX(-50px);
  -o-transform:translateX(-50px);
  transform:translateX(-50px);
}
.u-icon-weixin:hover .u-icon-weixin_code{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.x-mgB{
  margin-top:0;margin-bottom:100px;
}