﻿@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  color: #666;
}

a img {
  border: none;
  width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
  font-family: 'Microsoft Yahei', sans-serif;
  /*轮播是个坑 这里就是坑！！！*/
  overflow-x: hidden;
  max-width: 1920px;
  min-width: 1200px;
  position: relative;
  /**/
}

a {
  text-decoration: none;
}


.g-hd {
  width: 100%;
}

.m-wrap {
  width: 1280px;
  margin: 0 auto;
}

.m-hd {
  width: 100%;
  height: 120px;
  border-bottom: 1px solid #eaeaea;
  background-image: url("/images2014/hdbg.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.m-logo {
  float: left;
  height: 120px;
  width: 355px;
  margin-left: 30px;
  background-image: url("/images2014/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.m-rg {
  float: right;
}

/*微信*/
.m-lx {
  width: 106px;
  position: relative;
  cursor: pointer;
  float: left;
}

.m-lx dl {
  float: right;
  height: 72px;
  line-height: 30px;
  color: #666;
}

.m-lx dl dt {
  float: left;
  width: 42px;
  height: 100%;
  background-image: url("/images2014/wechatlogo.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.m-lx dl dd {
  float: left;
  line-height: 72px;
}

.QRcode {
  display: none;
  position: absolute;
  top: 64px;
  right: 0px;
  width: 131px;
  height: 131px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 9999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.QRcode:after {
  content: '';
  position: absolute;
  right: 10px;
  top: -5px;
  width: 0;
  height: 0;
  border-width: 0px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent;
}

.QRcode:before {
  content: '';
  position: absolute;
  right: 10px;
  top: -6px;
  width: 0;
  height: 0;
  border-width: 0px 6px 6px 6px;
  border-style: solid;
  border-color: #ccc transparent;
}

.QRcode img {
  width: 96%;
  height: 96%;
  margin: 2%;
}

.m-search {
  position: relative;
  float: left;
  width: 366px;
  height: 30px;
  margin: 20px 26px 0 26px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding-left: 30px;
  background-image: url("/images2014/searchIcon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

/*下拉*/
.m-search-select {
  position: relative;
  float: left;
  width: 100px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  line-height: 29px;
  text-align: center;
}

.m-search-select:after {
  content: '';
  position: absolute;
  width: 0;
  right: 0;
  top: 12px;
  right: 0;
  border-width: 4px 4px 0;
  border-style: solid;
  border-color: #ef7f00 transparent transparent;
}

.m-search-select div {
  display: none;
  overflow: hidden;
  position: absolute;
  width: 120%;
  height: 202px;
  left: 0;
  top: 30px;
  z-index: 999;
}

.m-search-select ul {
  left: 0;
  z-index: 999;
  /*padding-right: 16px;*/
  max-height: 200px;
  overflow-x: hidden;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;

  background-color: #fff;

  position: absolute;
}

.m-search-select li {
  z-index: 999;
  width: 100px;
  height: 30px;
  border-bottom: 1px solid #ccc;
}

.m-searchh li:hover {
  background-color: #0d527b;
  color: #fff;
}

.m-search-select li a:hover {
  background-color: #0d527b;
  color: #fff;
}

.m-search-select li a {
  display: block;
  width: 100px;
  text-align: center;
  height: 100%;
  color: #666;
  background-color: #fff;

}

.current {
  background-color: #0d527b;
  background-image: none !important;
}

.current a {
  color: #fff !important;
}



.m-search input {
  outline: none;
  float: left;
  width: 168px;
  height: 28px;
  line-height: 28px;
  border: 0;
}

.m-search .btn {
  position: absolute;
  right: -1px;
  top: -1px;
  display: block;
  width: 70px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background-image: url("/images2014/searchbtn.png");
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;

  border-radius: 30px;
}

.m-time {
  clear: both;
  width: 438px;
  padding-right: 26px;
  float: left;
  font-size: 14px;
  text-align: right;
  margin-top: 4px;
}

.m-nav {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-image: url("/images2014/navbg.png");
}

.m-nav ul {
  margin-left: 218px;
}

.m-nav li {
  width: 114px;
  float: left;
  height: 35px;
  line-height: 35px;
  -webkit-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  background-image: url("/images2014/navlibg1.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.m-nav li:hover {
  background-color: #0d527b;
  background-image: none;
}

.m-nav li:hover a {
  color: #fff;
}

.m-nav li a {
  -webkit-transform: skew(45deg);
  -o-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000;
}

.g-br {
  margin: 0px auto;
  padding: 0px;
  width: 1920px;
  overflow: hidden;
}

.g-br .main {
  width: 1920px;
  position: absolute;
  top: 156px;
  left: 50%;
  margin: 0 0 0 -960px;
}

/************/
/* Browser Resets */
.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.no-js .slides>li:first-child {
  display: block;
}

.flexslider {
  position: absolute;
  width: 1920px;
  height: 384px;
}

.flexslider .slides li img {
  width: 1920px;
}

.flexslider .slides {
  zoom: 1;
}

.flex-direction-nav {
  position: absolute;
  top: 35%;
  right: 18.8%;
  width: 40px;
  margin: 0 auto;
  height: 107px;
  z-index: 9998;
}

.flex-direction-nav a {
  width: 40px;
  height: 107px;
  display: block;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
}

.flex-direction-nav .flex-next {
  left: 0;
  background: url(/images2014/main_08.png) no-repeat;
}

.flex-direction-nav .flex-prev {
  right: 0;
  background: url(/images2014/main_07.png) no-repeat;
}

.flexslider:hover .flex-next:hover {
  background: url(/images2014/main_10.png) no-repeat;
}

.flexslider:hover .flex-prev:hover {
  background: url(/images2014/main_09.png) no-repeat;
}


.flex-direction-nav2 {
  position: absolute;
  top: 35%;
  left: 18.8%;
  width: 40px;
  margin: 0 auto;
  height: 107px;
  z-index: 9998;
}

.flex-direction-nav2 a {
  width: 40px;
  height: 107px;
  display: block;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
}

.flex-direction-nav2 .flex-next {
  left: 0;
  background: url(/images2014/main_08.png) no-repeat;
}

.flex-direction-nav2 .flex-prev {
  right: 0;
  background: url(/images2014/main_07.png) no-repeat;
}



.g-bd {
  margin-top: 384px;
  padding-top: 34px;
  min-height: 306px;
  background-image: url(/images2014/contentbg.png);
  background-repeat: repeat-x;
}

.m-content1 {
  width: 100%;
  float: left;
}

.m-content1 .lt {
  width: 590px;
  float: left;
}

.m-content1 .lt .swiper-slide {
  position: relative;
}

.m-content1 .lt .swiper-slide .title {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  text-indent: 20px;
  z-index: 10;
}

.m-content1 .lt .swiper-slide .title p {
  line-height: 50px;
  color: #fff;
}

.m-content1 .lt .swiper-button-prev {
  background-image: url(/images2014/swiperLeft1.png);
}

.m-content1 .lt .swiper-button-next {
  background-image: url(/images2014/swiperRight1.png);
}

.m-content1 .rg {
  width: 687px;
  float: left;
}

.m-content1 .rg .box1 {
  height: 128px;
  border-bottom: 1px solid #eeeff0;
}

.m-content1 .rg .box1 dt {
  float: left;
}

.m-content1 .rg .box1 dt div {
  margin: 18px 15px 17px 0;
  width: 142px;
  height: 94px;
}

.m-content1 .rg .box1 dd {
  padding: 18px 12px 0 0;
}

.m-content1 .rg .box1 dd p {
  font-size: 14px;
  color: #999;
  line-height: 22px;
}

.m-content1 .rg .box1 dd .tit {
  font-size: 16px;
  color: #0d527b;
  line-height: 34px;
}

.m-content1 .rg ul {
  margin-top: 8px;
}

.m-content1 .rg ul li {
  position: relative;
  height: 30px;
  line-height: 30px;
  padding-left: 14px;
}

.m-content1 .rg ul li:after {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  top: 12px;
  right: 0;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #ef7f00;
  /*透明  透明 透明 黄 */
}

.m-content1 .rg ul li a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

.m-content1 .rg ul li a span {
  display: inline-block;
  float: right;
}

.m-content1 .rg ul li a:hover {
  color: #ef7f00;
}

.m-tit {
  width: 100%;
  height: 42px;
  border-bottom: 1px solid #eeeff0;
  line-height: 23px;
  margin: 0 0 10px 0;
}

.m-tit span {
  float: left;
  display: inline-block;
  height: 40px;
  font-size: 18px;
  padding-right: 16px;
  font-weight: bold;
  border-bottom: 3px solid #ef7f00;
}

.m-tit a {
  font-size: 14px;
  float: right;
  display: inline-block;
  text-decoration: none;
  color: #ef7f00;
}

.m-content2 {
  float: left;
  margin-left: 44px;
}

.m-content2 dt {
  height: 65px;
  line-height: 65px;
  margin: 15px 45px 0 0;
}

.m-content2 dt span {
  font-size: 18px;
  font-weight: bold;
}

.m-content2 dt a {
  display: inline-block;
  float: right;
  text-decoration: none;
  font-size: 14px;
  color: #ef7f00;
}

.m-content2 dd {
  width: 374px;
  float: left;
  margin-right: 32px;
  margin-bottom: 20px;
  height: 268px;
}

.m-content2 dd div {
  width: 374px;
  height: 168px;
  margin: 0px;
  position: relative;
}

.m-content2 dd div img {
  width: 374px;
  height: 168px;
}

.m-content2 dd .tit {
  line-height: 48px;
  font-size: 16px;
  color: #0d527b;
}

.m-content2 dd p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
}

.m-content3 {
  float: left;
  margin-top: 34px;
}

.m-content3 .lt {
  width: 450px;
  float: left;
}

.m-content3 .lt dt {
  padding: 0 38px 0 45px;
  height: 42px;
}

.m-content3 .lt dt span {
  font-size: 18px;
  font-weight: bold;
}

.m-content3 .lt dt a {
  display: inline-block;
  float: right;
  text-decoration: none;
  font-size: 14px;
  color: #ef7f00;
}

.m-content3 .lt dd {
  margin: 0 38px 0 45px;
  padding: 8px 0;
  background-color: #fcfcfc;
  padding-left: 23px;
}

.m-content3 .lt dd li {
  position: relative;
  height: 28px;
  line-height: 28px;
  padding-left: 14px;
}

.m-content3 .lt dd li:after {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  top: 10px;
  right: 0;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #ef7f00;
  /*透明  透明 透明 黄 */
}

.m-content3 .lt dd li a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

.m-content3 .lt dd li a:hover {
  color: #ef7f00;
}

.m-content3 .rg {
  width: 782px;
  float: left;
}

.m-content3 .rg dl {
  width: 11%;
  margin-right: 11%;
  height: 126px;
  margin-top: 14px;
  float: left;
  text-align: center;
}

.m-content3 .rg dl:nth-child(6) {
  margin-right: 0;
}

.m-content3 .rg dl dt {
  height: 126px;
  float: left;
}

.m-content3 .rg dl dt div {
  height: 126px;
  width: 86px;
  margin-right: 14px;
  position: relative;
  /* 兼容ie7*/
}

.m-content3 .rg dl dd {
  width: 100%;
  position: relative;
  /*height: 126px;*/
  float: left;
}

.m-content3 .rg dl dd .name {
  font-size: 16px;
  color: #0d527b;
  line-height: 28px;
}

.m-content3 .rg dl dd .txt {
  font-size: 14px;
  color: #999;
  line-height: 28px;
}

.m-content3 .rg dl dd .btn {
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 28px;
  line-height: 28px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #ef7f00;
}

.g-ft {
  width: 100%;
  margin-top: 38px;
  border-top: 1px solid #d2d2d2;
  padding: 16px 0;
  float: left;
}

.g-ft p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: center;
}

.g-bd2 {
  padding-top: 34px;
  min-height: 390px;
  background-image: url(/images2014/contentbg.png);
  background-repeat: repeat-x;
}

.m-leftList {
  width: 308px;
  float: left;
}

.m-leftList dl {
  width: 200px;
  margin-left: 52px;
  text-indent: 24px;
}

.m-leftList dl dt {
  height: 65px;
  line-height: 65px;
  font-size: 22px;
  color: #fff;
  background-image: url(/images2014/listhd.png);
}

.m-leftList dl dd {
  position: relative;
  border: 1px solid #ececec;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-border-bottom-left-radius: 5px;
  padding: 0 15px 22px 15px;
  background-image: url(/images2014/listbg.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  -webkit-box-shadow: 0px 2px 2px #999;
  -moz-box-shadow: 0px 2px 2px #999;
  box-shadow: 0px 2px 2px #999;
}

.m-leftList dl dd li {
  overflow: hidden;
}

.m-leftList dl dd li a {
  float: left;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #727272;
  background-image: url(/images2014/listicon.png);
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 1px solid #efefef;
}

.m-leftList dl dd li a:hover {
  color: #0d527b;
}

.m-leftList dl dd li .select {
  font-weight: bold;
  color: #0d527b;
}

.m-leftList .leftList2 li a {
  font-size: 14px;
  background: none;
}

.m-leftList dl dd .leftList2 .active a {
  color: #0d527b;
  font-weight: bold;
}

.m-rightContet {
  float: left;
  width: 918px;
  max-width: 918px;
  min-height: 600px;

}

.m-rightContet p {
  /*padding: 24px 0;*/
  line-height: 30px;
  font-size: 16px;
  /*text-indent: 32px;*/
  color: #666;
}

.m-tit .map {
  float: right;
}

.m-tit .map ul {
  background-image: url("/images2014/map-home.png");
  background-repeat: no-repeat;
  padding-left: 16px;
  background-position: left 15px;
  height: 46px;
  line-height: 40px;
}

.m-tit .map li {
  float: left;
  padding-right: 10px;
  margin-right: 6px;
  background-image: url("/images2014/map-list.png");
  background-repeat: no-repeat;
  background-position: right 18px;
}

.m-tit .map li a {
  color: #666;
}

.m-tit .map .currently {
  background-image: none;
  padding-right: 0;
  margin-right: 0;
}

.m-tit .map .currently a {
  font-weight: bold;
  color: #000;
}

.m-hy-list {
  width: 100%;
  height: 128px;
  border-bottom: 1px solid #f7f7f7;
}

.m-hy-list dt {
  padding-top: 35px;
  float: left;
}

.m-hy-list dt div {
  width: 130px;
  height: 63px;
  margin-right: 50px;
}

.m-hy-list dd {
  padding-top: 35px;
  float: left;
}

.m-hy-list dd .name {
  line-height: 36px;
  font-size: 18px;
  color: #0d527b;
}

.m-hy-list dd .url {
  font-size: 14px;
  color: #999;
}

.m-hy-list dd a {
  text-decoration: none;
}

.m-paging {
  margin-top: 80px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}

.m-paging span {
  color: red;
}

.m-paging .content {
  width: 65%;
  text-align: center;
  margin: 0 auto;
}

.m-tw-list {
  float: left;
  width: 100%;
  height: 198px;
  border-bottom: 1px solid #f7f7f7;
}

.m-tw-list dt {
  padding-top: 34px;
  float: left;
}

.m-tw-list dt div {
  width: 206px;
  height: 126px;
  margin-right: 50px;
}

.m-tw-list dt div img {
  width: 206px;
  /*height: 126px;*/
}

.m-tw-list dd {
  min-width: 200px;
  position: relative;
  max-width: 662px;
  height: 138px;
  padding-top: 24px;
  float: left;
}

.m-tw-list dd .tit {
  line-height: 36px;
  font-size: 18px;
  color: #0d527b;
}

.m-tw-list dd .txt {
  font-size: 18px;
  line-height: 32px;
  color: #999;
}

.m-tw-list dd .time {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: #ccc;
  padding-left: 27px;
  line-height: 21px;
  background-image: url("..//images2014/timeicon.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.m-tw-list dd a {
  text-decoration: none;
}

.m-dy-list {
  padding-bottom: 100px;
}

.m-dy-list p {
  padding: 24px 0;
  line-height: 30px;
  font-size: 16px;
  text-indent: 32px;
  color: #666;
}

.m-dy-list ul {
  margin-bottom: 34px;
}

.m-dy-list ul li {
  line-height: 36px;
  font-size: 16px;
  text-indent: 30px;
  color: #666;
}

.m-dy-list ul .tit {
  text-indent: 0;
  color: #000;
  font-weight: bold;
}

.m-member-list {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f7f7f7;
}

.m-member-list dt {
  margin: 34px 26px 0 0;
  float: left;
}

.m-member-list dt div {
  width: 220px;
  height: 295px;
}

.m-member-list dt div img {
  width: 220px;
  /*height: 295px;*/
}

.m-member-list dd {
  float: left;
  margin-top: 22px;
  max-width: 660px;
}

.m-member-list dd .ywname {
  line-height: 54px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}

.m-member-list dd .name {
  line-height: 30px;
  margin-bottom: 24px;
  font-size: 18px;
  color: #000;
}

.m-member-list dd p {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}

.m-member-list dd p a {
  display: block;
  width: 100%;
  height: 100%;
}

.m-message {
  margin-bottom: 100px;
  font-size: 14px;
  color: #666;
}

.m-message table {
  width: 100%;
}

.m-message tr {
  height: 70px;
}

.m-message tr .remarks {
  margin: 0 28px 0 26px;
  border: 1px solid #e7e7e7;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #f6fefe;
  height: 105px;
}

.m-message tr .remarks legend {
  line-height: 20px;
  font-size: 18px;
  margin-left: 26px;
  color: #000;
}

.m-message tr .remarks p {
  text-indent: 26px;
  font-size: 14px;
  line-height: 42px;
}

.m-message td input[type="text"] {
  outline: none;
  width: 361px;
  height: 32px;
  border: 1px solid #e4e4e4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 8px;
}

.m-message td textarea {
  border: 1px solid #e4e4e4;
  resize: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 8px;
}

.m-message td .btn {
  background-image: url("..//images2014/sublimeBnt.png");
  border: 0;
  width: 125px;
  height: 41px;
  line-height: 40px;
  text-align: center;
  font-family: 'Microsoft Yahei', sans-serif;
  font-size: 22px;
  color: #fff;
}

.m-message .bq {
  width: 160px;
  padding-top: 27px;
  padding-right: 18px;
  text-align: right;
  vertical-align: top;
}

.m-message .yzm img {
  width: 58px;
  /*height: 36px;*/
  margin-left: 10px;
  vertical-align: middle;
}

.m-viewxq {
  min-height: 800px;
}

.m-viewxq .spTit {
  width: 90%;
  height: 52px;
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #f7f7f7;
}

.m-viewxq .classMenu {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  height: 100px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #f7f7f7;
}

.m-viewxq .classMenu span {
  color: #666;
}

.m-viewxq .classMenu p a {
  margin: 0 5px;
  text-decoration: none;
  color: #000;
  line-height: 16px;
}

.m-viewxq .classMenu p a span {
  margin: 0 5px;
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.m-viewxq .classMenu p a .a-tsk {
  width: 36px;
}

.m-viewxq .viewWrap2 {
  width: 90%;
  margin: 0 auto;
}

.m-viewxq .viewWrap2 dd {
  width: 100%;
}

.m-viewxq .viewWrap2 dd img {
  width: 100%;
}



.m-viewxq .viewWrap2 dd p {
  line-height: 2em;
  color: #666;
}

.m-viewxq .m-imglist {
  margin-top: 35px;
}

.m-viewxq .m-imglist ul {
  width: 1184px;
  margin: 0 auto;
}

.m-viewxq .m-imglist li {
  margin: 23px 25px;
  width: 246px;
  float: left;
}

.m-viewxq .m-imglist .img {
  display: block;
  width: 246px;
  height: 164px;
}

.close {
  float: left;
  width: 100%;
  text-align: center;
  height: 70px;
  line-height: 70px;
}

.close a {
  color: #000;
  text-decoration: none;
}


/*增加*/




.m-member-list2 li {
  height: 250px;
  float: left;
  width: 156px;
  margin: 40px 34px 0 0;
  text-align: center;

}

.m-member-list2 li div {
  width: 156px;
  height: 204px;
}

.m-member-list2 li div img {
  width: 156px;
  height: 204px;
}

.m-member-list2 li label {
  line-height: 54px;
}

.m-hy-list2 li {
  position: relative;
  height: 65px;
  line-height: 65px;
  font-size: 18px;
  color: #0d527b;
  text-indent: 20px;
  border-bottom: 1px solid #f7f7f7;
}

.m-hy-list2 li:after {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  top: 30px;
  right: 0;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #ef7f00;
}




.gxrTable tr {
  border: 1px solid #999;
  line-height: 30px;

}

.gxrTable td {
  border: 1px solid #999;
  text-align: center;

}

.firstRow {
  background-color: #f1f1f1;
}

/* 2019-2-26 */
.chamber-meber-list {
  margin-top: 45px;
  overflow: hidden;
}

.chamber-tit {
  font-size: 36px;
  color: #125c80;
  height: 34px;
  line-height: 34px;
  background: url(..//images2014/right-icon.png) no-repeat left center;
  background-size: 29px 34px;
  padding-left: 48px;
  margin-bottom: 42px;
}

.chamber-meber-list ul {
  width: 110%;
}

.chamber-meber-list ul li {
  width: 162px;
  max-width: 162px;
  height: 277px;
  text-align: center;
  float: left;
  margin: 0 30px 32px 0;
}

.chamber-meber-list ul li p {
  height: 44px;
  line-height: 44px;
  font-size: 22px;
  color: #332c2b;
}

.chamber-meber-list ul li img {
  height: 232px;
}

.donation-table {
  width: 100%;
  text-align: center;
  border: 1px solid #ececec;
  margin-top: 24px;
}

.donation-table tr td {
  border: 1px solid #ececec;
}

.donation-table thead td {
  text-align: center;
  height: 35px;
  line-height: 35px;
  background: #f4f4f4;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.donation-table .donation-name {
  width: 458px;
}

.donation-table tbody td {
  color: #333333;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  text-align: left;
  padding-left: 20px;
}

/*会员优惠*/
.discount-list {
  float: left;
  width: 970px;
  margin-top: 24px;
}

.discount-list ul {
  width: 110%;
}

.discount-list li {
  float: left;
  width: 454px;
  margin: 0 10px 20px 0;
  height:205px;
}

.discount-list .discount-img {
  float: left;
  width: 220px;
  height: 164px;
  margin-right: 15px;
  overflow: hidden;
}

.discount-list .discount-details {
  margin-top: 10px;
}

.discount-list .discount-details h3 {
  color: #262626;
  font-size: 16px;
  margin-bottom: 15px;
}

.discount-list .discount-details p {
  color: #202020;
  font-size: 14px;
  line-height: 30px;
}

.discount-list .discount-details .discount-address {
  overflow: hidden;
}

.discount-list .discount-details .discount-address p {
  float: left;
}

.discount-list .discount-details .discount-address .address-text {
  width: 75%;
  color: #898989;
}

.discount-list .discount-details p span {
  color: #898989;
}

/* 2019/4/12 */
.discount-title {
  padding: 25px 0 17px 0;
  border-bottom: 1px dashed #eee;
  margin-bottom: 15px;
}

.discount-title h3 {
  font-size: 16px;
  font-weight: bold;
}

.discount-details p {
  line-height: 28px;
  color: #666;
  font-family: "微软雅黑" !important;
}
/* 申请加入 */
.apply-join .apply-title{
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.apply-join .apply-title .cn{
  font-size: 22px;
  color: #424242;
  font-weight: bold;
  padding-top: 14px;
}
.apply-join .apply-title .en{
  font-size: 12px;
  color: #424242;
  padding-top: 8px;
}
.apply-form{
  width: 100%;
  margin-top: 30px;
}
.apply-form .join-type{
  width: 900px;
  background: #f6f6f6;
  height: 38px;
  line-height: 38px;
  color: #4d4d4d;
  font-size: 14px;
  padding-left: 16px;
  border: 1px solid #ededed;
}
.join-table{
  width: 918px;
  background: #f6f6f6;
  margin-top: 5px;
  border: 1px solid #ebebeb;
}
.join-table tr td{
  border: 1px solid #ebebeb;
  text-align: center;
  color: #4d4d4d;
  font-size: 14px;
}
.join-table tr td p{
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1;
  padding-top: 4px;
}
.join-table tr td input[type="text"]{
  width: 87.5%;
  height: 20px;
  line-height: 20px;
  border: 1px solid #ebebeb;
  padding: 0 5px;
}
.join-table tr td input.m82{
  width: 82%;
}
.join-table tr td input.m95{
  width: 95%;
}
.join-table tr td input.m96{
  width: 96%;
}
.join-table tr td input.m90{
  width: 90%;
}
.join-table tr td textarea{
  width: 96%;
  height: 110px;
  padding: 5px;
  resize: none;
  border: 1px solid #ebebeb;
}
.statement-box,.sign-box{
  margin-top: 5px;
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid #ebebeb;
  overflow: hidden;
}
.statement-box .statement{
  margin-bottom: 15px;
  overflow: hidden;
}
.statement-box .tit{
  width: 100px;
  float: left;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.statement-box .text{
  float: left;
  width: 795px;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 20px;
}
.statement-box .text input,.sign-box input{
  width: 90px;
  height: 20px;
  border: 1px solid #ebebeb;
  margin: 0 4px;
  padding: 0 10px;
}
.statement-box .text b{
  font-weight: bold;
}
.sign-box p{
  color: #4d4d4d;
  font-size: 14px;
  line-height: 24px;
}
.sign-box p b{
  font-weight: bold;
}
.sign-box input{
  width: 150px;
}
.apply-btn{
  margin-top: 58px;
  text-align: center;
}
.apply-btn input[type='submit']{
  cursor: pointer;
  width: 126px;
  height: 39px;
  line-height: 39px;
  background: #175d8a;
  color: #ffffff;
  font-size: 16px;
  border: 0;
  border-radius: 5px;
  margin: 0 10px;
}
.apply-btn input[type='reset']{
  cursor: pointer;
  width: 126px;
  height: 39px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  color: #676767;
  margin: 0 10px;
}
.join-table .photo{
  position: relative;
  text-align: center;
  display: inline-block;
  width: 185px;
  height: 206px;
  overflow: hidden;
  margin: 0 auto;
  background: url(..//images2014/apply-upload.png) no-repeat center center;
}
.join-table .photo.no-photo{
  background: none;
}
.join-table .photo #imgshow{
  width: 100%;
  height: auto;
}
.join-table .photo #filed {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 5;
}
/* 打印 */
/* .stamp{
  padding: 0 50px;
} */
.stamp .join-type{
  font-size: 16px!important;
  width: 86.5%;
  height: 58px;
  line-height: 58px;
}
.stamp .apply-title{
  font-size: 16px!important;
  width: 88%;
}
.stamp .join-table{
  font-size: 16px!important;
  width: 88%;
}
.stamp .join-table tr td{
  font-size: 16px!important;
}
.stamp .bold{
  font-weight: bold;
  background: #fff;
  text-align: left;
  padding: 0 10px;
}
.stamp .bold.line24{
  line-height: 24px;
}
.stamp .statement-box{
  width: 86.5%;
}
.stamp .sign-box{
  width: 86.5%;
}
.stamp .statement-box .tit{
  width: 115px;
  line-height: 24px;
}
.stamp .statement-box .tit,.stamp .statement-box .text,.stamp .sign-box p{
  font-size: 16px!important;
}
.stamp .statement-box,.stamp .sign-box{
  padding: 20px 10px;
}
.stamp .sign-box p{
  line-height: 40px;
}
.stamp .statement-box .text{
  line-height: 30px;
}
.apply-join .footnote{
  font-size: 12px;
  line-height: 30px;
  text-align: right;
  color: #a3a3a3;
}
.stamp .footnote{
  width: 87.5%;
}

/*  日期控件 */
.date_selector, .date_selector *{width: auto;height: auto;border: none;background: none;margin: 0;padding: 0;text-align: left;text-decoration: none;}
.date_selector{background:#fbfbfb;border: 1px solid #ccc;padding: 10px;margin:0;margin-top:-1px;position: absolute;z-index:100000;display:none;border-radius: 3px;box-shadow: 0 0 5px #aaa;box-shadow:0 2px 2px #ccc; width:220px;}
.date_selector_ieframe{position: absolute;z-index: 99999;display: none;}
.date_selector .nav{width: 17.5em;}
.date_selector .nav p{clear: none;}
.date_selector .month_nav, .date_selector .year_nav{margin: 0 0 3px 0;padding: 0;display: block;position: relative;text-align: center;}
.date_selector .month_nav{float: left;width: 42%;}
.date_selector .year_nav{float: left;width: 42%;margin-left: 5%;}
.date_selector .month_name, .date_selector .year_name{font-weight: bold;line-height: 20px;}
.date_selector .button{display: block;position: absolute;top: 0;width:18px;height:18px;line-height:16px;font-weight:bold;color:#5985c7;text-align: center;font-size:12px;overflow:hidden;border: 1px solid #ccc;border-radius:2px;}
.date_selector .button:hover, .date_selector .button.hover{background:#5985c7;color: #fff;cursor: pointer;border-color:#3a930d;}
.date_selector .prev{left: 0;}
.date_selector .next{right: 0;}
.date_selector table{border-spacing: 0;border-collapse: collapse;clear: both;margin: 0; width:220px;}
.date_selector th, .date_selector td{width: 2.5em;height: 2em;padding: 0 !important;text-align: center !important;color: #666;font-weight: normal;}
.date_selector th{font-size: 12px;}
.date_selector td{border:1px solid #f1f1f1;line-height: 2em;text-align: center;white-space: nowrap;color:#5985c7;background: #fff;}
.date_selector td.today{background: #eee;}
.date_selector td.unselected_month{color: #ccc;}
.date_selector td.selectable_day{cursor: pointer;}
.date_selector td.selected{background:#2b579a;color: #fff;font-weight: bold;}
.date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover{background:#5985c7;color: #fff;}

.join-table input.date_birth{
  cursor: pointer;
  background: #fff url(..//images2014/date-icon.png) no-repeat 96% center;
  background-size: 14px 15px;
}
.sign-box input.date_picker{
  cursor: pointer;
  width: 90px;
  background: #fff url(..//images2014/date-icon.png) no-repeat 96% center;
  background-size: 14px 15px;
}






/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/*会员企业*/
.sort-letter {
  margin-bottom: 10px;
}
.sort-letter a{
  text-align: center;
  display: inline-block;
  background-color: #f09936;
  width: 20px;
  height: 20px;
  color:#fff;
  line-height: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.hy-list{
  width: 49%;
  height:166px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #e9f6fd;
  margin: 0 .5% 10px;
  position: relative;
}
.hy-list .letter{
  display: inline-block;
  background-color: #f09936;
  width: 20px;
  height:20px;
  color:#fff;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 10px;
  top:0;
}
.hy-list .hy-pic{
  display: inline-block;
  float: left;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  vertical-align: middle;
}
.hy-list .hy-pic img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.hy-list .hy-box{
  vertical-align: middle;
  float: left;
  width: 328px;
}
.hy-list .hy-box .title{
  font-size: 16px;
  color: #262626;
  line-height: 38px;
  font-weight: bold;
}
.hy-list .hy-box .title span{
  display: inline-block;
  padding: 0 15px;
  border-radius: 15px;
  color: #fff;
  background-color: #0d527b;
  line-height: 22px;
  font-size: 14px;
  margin-right: 8px;
}
.hy-list .hy-box .title var{
  float: right;
  font-size: 14px;
  color:#d3d3d3;
  font-weight: normal;
}
.hy-box .hy-box-c{
  display: block;
  overflow: hidden;
  /* margin-top: 20px; */
  width: 100%;
}
.hy-box .hy-box-c div{
  display: block;
  width: 100%;
  /* margin-right: 4%; */
  /* float: left; */
  position: relative;
  overflow: hidden;
  margin-top: 12px;
}
.hy-box .hy-box-c div:last-child{
  margin-right: 0;
  /* width: 49%; */
}
.hy-box .hy-box-c div i{
  display: block;
  width: 24px;
  height: 25px;
  background: url(/images2014/loc.png) no-repeat center;
  margin: 0 6px;
  vertical-align: middle;
  float: left;
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.hy-box .hy-box-c div:last-child i{
  background: url(/images2014/bus.png) no-repeat;
}
.hy-box .hy-box-c div span{
  display: inline-block;
  color: #898989;
  font-size: 13px;
  line-height: 24px;
  vertical-align: middle;
  width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  float: left;
  padding-left: 40px;
}
.hy-box .hy-box-c div:first-child span{
  width: 300px;
}
.m-hy .m-tit{
  border-bottom: 0;
}
.m-hy .spTit{
  height:auto;
  border: 0;
}
.m-hy .spTit img{
  display: block;
  margin: 0 auto 20px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.m-hy .spTit p{
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
}
.m-hy .spTit span{
  display: inline-block;
  padding: 0 20px;
  border-radius: 15px;
  color: #fff;
  background-color: #0d527b;
  line-height: 22px;
  font-size: 14px;
  margin-right: 12px;
}
.m-viewxq.m-hy .classMenu{
  text-align: left;
  margin-top: 20px;
  padding-bottom: 15px;
}
.m-viewxq.m-hy .classMenu p span{
  margin-right: 50px;
}
.m-viewxq.m-hy .classMenu p span i{
  display: inline-block;
  width: 22px;
  height:26px;
  vertical-align: middle;
  margin-right: 8px;
}
.m-viewxq.m-hy .classMenu p span i.loc{
  background: url("/images2014/loc.png") no-repeat center;
}
.m-viewxq.m-hy .classMenu p span i.date{
  background: url("/images2014/date.png") no-repeat center;
}
.m-viewxq.m-hy .classMenu p span i.bus{
  background: url("/images2014/bus.png") no-repeat center;
}

.m-viewxq.m-hy .classMenu p var{
  color:#000;
}

.m-hy .viewWrap2 p{
  line-height: 30px;
  color:#666;
  font-size: 16px;
  margin-top: 35px;
  text-indent: 30px;
}
.m-hy .viewPic{
  display: block;
  width: 90%;
  margin: 0 auto 90px;
}
.m-hy .viewPic li{
  display: inline-block;
  width: 246px;
  height:164px;
  text-align: center;
  line-height: 164px;
  overflow: hidden;
  margin: 50px 50px 0 0;
}
.m-hy .viewPic li:nth-child(4n){
  margin-right: 0;
}

















