/*默认方法*/
.mr {
  margin-left: auto;
  margin-right: auto;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.overfont {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body {
  font-family: '微软雅黑';
}
img[src*="/ads/"]{
  display: inline-block !important;
}
.main{
  top:0px;
  left: 0px;
}
/*全局变量*/
.view-index {
  /* 首页头部 */
  /* 首页主导航 */
  /* 首页轮播扁图 */
  /* 小喇叭时间 */
  /* 主体 */
}
.view-index .header {
  width: 100%;
  min-width: 1198px;
  min-height: 184px;
  height: 184px;
  background-image: url("../images/index-header-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.header-in .header-in-top .header-in-logo {
  font-size: 0px;
  float: left;
  margin: 30px 0 0 80px;
}
.view-index .header-in {
  max-width: 1198px;
  width: 100%;
  min-height: 184px;
  height: 184px;
  margin-left: auto;
  margin-right: auto;
}
.view-index .header-in-top {
  width: 100%;
  height: 100px;
  max-height: 100px;
  overflow: hidden;
}
.view-index .header-in-top .header-in-login {
  width: 100%;
  height: 24px;
  margin-top: 40px;
  zoom: 1;
}
.view-index .header-in-top .header-in-login a{
  color: #000;
}
.view-index .header-in-top .header-in-login:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.view-index .header-in-top .header-in-login > div {
  float: right;
  margin-left: 35px;
  padding-left: 40px;
  background-image: url("../images/index-icon-team.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 20px;
  padding-top: 4px;
}
.view-index .header-in-top .header-in-login > div.mail {
  background-position: 0px 2px;
}
.view-index .header-in-top .header-in-login > div.man {
  background-position: 0px -39px;
}
.view-index .header-in-top .header-in-login > div.collect {
  background-position: 0px -80px;
}
.view-index .header-in-bottom {
  zoom: 1;
  overflow: hidden;
}
.view-index .header-in-bottom:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.view-index .header-in-bottom > div {
  float: left;
}
.view-index .header-in-bottom .header-in-logo {
  font-size: 0px;
}
.view-index .header-in-bottom .header-in-tips {
  padding-top: 15px;
  margin-left: 400px;
}
.view-index .header-in-bottom .header-in-search {
  float: right;
  margin-top: 10px;
  width: 200px;
  height: 34px;
  background-image: url("../images/index-search-bg.png");
  background-repeat: no-repeat;
}
.view-index .header-in-bottom .header-in-search-warp {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.view-index .header-in-bottom .header-in-search-warp:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.view-index .header-in-bottom .header-in-search-warp > div {
  float: left;
}
.view-index .header-in-bottom .header-in-search-warp-context {
  width: 155px;
  height: 34px;
  overflow: hidden;
}
.view-index .header-in-bottom .header-in-search-warp-context input {
  display: block;
  border: none;
  width: 140px;
  height: 26px;
  margin-top: 2px;
  margin-left: 15px;
  font-size: 14px;
  line-height: 26px;
  outline: none;
}
.view-index .header-in-bottom .header-in-search-warp-btn {
  margin-top: 2px;
  width: 30px;
  height: 30px;
  background-image: url("../images/index-icon-team.png");
  background-repeat: no-repeat;
  background-position: 5px -118px;
}
.view-index .nav {
  min-width: 1118px;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #dd373a;
}
.view-index .nav-in {
  width: 1118px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}
.view-index .nav-in-item {
  float: left;
  height: 20px;
  font-size: 16px;
  font-weight: bolder;
  line-height: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #fff;
  border-top: 5px solid #fff;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s ;
  -ms-transition: all .3s ;
  -o-transition: all .3s ;
  transition: all .3s ;
}
.view-index .nav-in-item a{
  color: #000;
}
.view-index .nav-in-item.active {
  color: #dd373a ;
  padding-bottom: 13px;
  border-color: #dd373a;
  border-bottom-color: #fff;
}
.view-index .nav-in-item.sub {
  position: relative;
}
.view-index .nav-in-item .sub-nav {
  display: none;
  position: absolute;
  z-index: 100;
  top: 46px;
  left: 0px;
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border-bottom: 1px solid #dd373a;
  font-size: 12px;
  width: 105px;
  zoom: 1;
}
.view-index .nav-in-item .sub-nav:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.view-index .nav-in-item .sub-nav a {
  display: block;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #4c4c4c;
  text-align: center;
  line-height: 24px;
}
.view-index .nav-in-item .sub-nav a:hover{
  color: #b3242d;
  text-decoration: underline;
}
.view-index .banner {
  width: 1118px;
  height: 200px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.view-index .banner-warp {
  width: 1118px;
  height: 200px;
  overflow: hidden;
}
.view-index .banner-warp .banner-item-group {
  position: relative;
  left: 0px;
  width: 3594px;
  height: 200px;
  zoom: 1;
  font-size: 0px;
}
.view-index .banner-warp .banner-item-group:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.view-index .banner-warp .banner-item-group .banner-item {
  float: left;
  width: 1118px;
}
.view-index .banner-warp .banner-item-group .banner-item img {
  width: 100%;
  /*height: 200px;*/
}
.view-index .tips {
  width: 1068px;
  padding-left: 50px;
  margin-left: auto;
  margin-right: auto;
  height: 35px;
  background-color: rgba(166, 169, 171, 0.22);/*#e5f7ff;*/
  background-image: url("../images/index-icon-team.png");
  background-position: 5px -153px;
  background-repeat: no-repeat;
  line-height: 35px;
  zoom: 1;
}
.view-index .tips:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.view-index .tips-title {
  font-weight: 600;
  height: 35px;
  float: left;
}
.view-index .tips-context {
  float: left;
  height: 35px;
  width: 960px; /*988*/
  overflow: hidden;.view-index .tips-context
}
.view-index .tips-context-group {
  position: relative;
  top: 0px;
}
.view-index .tips-context .tips-item {
  height: 35px;
  max-width: 280px;
  font-size: 14px;
  margin-left: 45px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-index .tips-context .tips-item a {
  color: #333333;
}
.view-index .tips-context .tips-item-group {
  zoom: 1;
  width: 100%;
  height: 35px;
}
.view-index .tips-context .tips-item-group:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.view-index .main {
  width: 1118px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  /*固定广告*/
  /*固定广告 结束*/
}
.view-index .main .news {
  width: 100%;
  zoom: 1;
}
.view-index .main .news:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.view-index .main .news-banner {
  width: 737px;
  height: 415px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.view-index .main .news-banner-warp {
  font-size: 0px;
  position: relative;
  width: 737px;
  height: 415px;
}
.view-index .main .news-banner-warp .news-banner-item {
  float: left;
  width: 737px;
}
.view-index .main .news-banner-warp .news-banner-item img{
  width: 100%;
}
.view-index .main .news-banner-warp .news-banner-item-group {
  position: relative;
  left: 0px;
  zoom: 1;
  width: 2211px;
  height: 415px;
}
.view-index .main .news-banner-warp .news-banner-item-group:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.view-index .main .news-banner-bar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #000;
  color: #fff;
}
.view-index .main .news-banner-bar .title {
  height: 50px;
  line-height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  max-width: 450px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.view-index .main .news-banner-bar .bar {
  float: right;
  height: 8px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-right: 40px;
  width: auto;
}
.view-index .main .news-banner-bar .bar div {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  float: left;
  cursor: pointer;
  background-color: #fff;
}
.view-index .main .news-banner-bar .bar div.active {
  background-color: #cd292c;
}
.view-index .main .news-lists {
  width: 355px;
  max-height: 415px;
  overflow: hidden;
}
.view-index .main .news-lists-title {
  padding-left: 20px;
  padding-right: 20px;
  zoom: 1;
  font-size: 24px;
  height: 42px;
  line-height: 35px;
  background-image: url("../images/title-bg.png");
  background-repeat: no-repeat;
}
.view-index .main .news-lists-title:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.view-index .main .news-lists-title a {
  font-size: 16px;
}
.view-index .main .lists-item-context-element .lists-item-context-element {
  zoom: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 16px;
  line-height: 16px;
}
.view-index .main .lists-item-context-element .lists-item-context-element a{
  font-size: 15px;
  padding-left: 15px;
  color: #000;
  display: block;
  max-width: 355px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 20px;
  background-image: url("../images/lists-icon.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}
.view-index .main .news-lists-group .first-tit{
  font-size:19px;
  padding: 12.5px 5px;
  max-width: 370px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-index .main .news-lists-group .item {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  zoom: 1;
}
.view-index .main .news-lists-group .item:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.view-index .main .news-lists-group .item a {
  color: rgba(76, 76, 76, 0.82);
  display: block;
  line-height:20px;
  font-size: 14px;
  text-indent: 2em;
  overflow : hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.view-index .main .news-lists a {
  color: #000;
}
.view-index .main .news-lists a:hover {
  color: #b3242d;
  text-decoration: underline;
}
.view-index .main .lists {
  width: 1198px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.view-index .main .lists-group {
  width: 100%;
  margin-top: 35px;
  zoom: 1;
}
.view-index .main .lists-group:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.view-index .main .lists-group .lists-item {
  margin-right: 5px;
  font-size: 15px; /*14*/
  overflow: hidden;
  width: 370px;
}
.view-index .main .lists-group .lists-item.small .lists-item-img {
  width: 362px; /*300*/
  /*height: 120px;*/
  margin-bottom: 12px;
}
.view-index .main .lists-group .lists-item.small .lists-item-img img{
  width: 100%;
}
.view-index .main .lists-group .lists-item.f_r {
  margin-right: 0px;
}
.view-index .main .lists-group .lists-item-title {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
  zoom: 1;
  font-size: 20px;
  height: 42px;
  line-height: 35px;
  background-image: url("../images/title-bg.png");
  background-repeat: no-repeat;
}
.view-index .main .lists-group .lists-item-title:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.view-index .main .lists-group .lists-item-title a {
  font-size: 14px;
  color: #000;
}
.view-index .main .lists-group .lists-item-context {
  padding-bottom: 0px;
}
.view-index .main .lists-group .lists-item-context-element {
  zoom: 1;
  padding-bottom: 11px; /*15*/
  height: 16px;
  line-height: 16px;
}
.view-index .main .news-lists-group .lists-item-context-element{
  zoom: 1;
  padding-bottom: 8px; /*15*/
  height: 16px;
  line-height: 16px;
}
.view-index .main .lists-group .lists-item-context-element:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.view-index .main .lists-group .lists-item-context-element a {
  font-size: 15px;
  padding-left: 15px;
  color: #000;
  display: block;
  max-width: 290px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 20px;
  background-image: url("../images/lists-icon.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}
.view-index .main .news-lists-context .lists-item-context{
  margin-top: 4px;
}
.view-index .main .news-lists-group .lists-item-context-element a{
  font-size: 15px;
  line-height: 30px;
  padding-left: 15px;
  color: #000;
  display: block;
  max-width: 290px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 20px;
  background-image: url("../images/lists-icon.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}
.view-index .main .lists-group .lists-item-context-element a:hover {
  color: #b3242d;
  text-decoration: underline;
}
.view-index .main .lists-group .lists-item-context-element p {
  font-size: 12px;
  margin-right: 5px;
}
.view-index .main .lists-group .lists-item-img {
  width: 360px;
  font-size: 0px;
  margin-left: auto;
  margin-right: auto;
}
.view-index .main .lists-group .lists-item-img img {
  width: 100%;
}
.view-index .main .leaflet {
  zoom: 1;
  margin-bottom: 30px;
  margin-top: 35px;
}
.view-index .main .leaflet:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.view-index .main .leaflet-fixed {
  width: 245px;
  /*height: 200px;*/
  height:150px;
  overflow: hidden;
  cursor:pointer;
}
.view-index .main .leaflet-fixed img {
  width: 100%;
  cursor:pointer;
}
.view-index .main .leaflet-banner {
  width: 870px;
  height: 150px;
}
.view-index .main .leaflet-banner-warp {
  width: 870px;
  height: 150px;
  /*height:175px;*/
  overflow: hidden;
}
.view-index .main .leaflet-banner-group {
  position: relative;
  width: 2934px;
  zoom: 1;
  height: 200px;
}
.view-index .main .leaflet-banner-group:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.view-index .main .leaflet-banner-item {
  float: left;
  width: 978px;
  height: 150px;
  zoom: 1;
}
.view-index .main .leaflet-banner-item:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.view-index .main .leaflet-banner-item a {
  display: block;
  width: 229px;
  min-height: 100%;
  margin-left: 1px;
}
.view-index .main .leaflet-banner-item img {
  display: block !important;
  width: 100%;
  height: auto;
}

.view-index .footer {
  width: 100%;
  min-width: 1118px;
}
.view-index .footer .members {
  width: 1118px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.view-index .footer .members-title {
  margin-top: 85px;
  margin-bottom: 38px;
  width: 1198px;
  height: 3px;
  background-color: #999999;
  position: relative;
}
.view-index .footer .members-title span {
  padding: 16px;
  font-size: 34px;
  color: #000;
  position: absolute;
  background-color: #fff;
  left: 50%;
  margin-left: -84px;
  margin-top: -37px;
}
.view-index .footer .members-context {
  zoom: 1;
}
.view-index .footer .members-context:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.view-index .footer .members-context .item {
  width: 146px;
  height: 95px;
  margin-left: 10px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  float: left;
}
.view-index .footer .members-context .item img {
  display: block !important;
  width: 100%;
}
.view-index .footer .friend-link {
  width: 1118px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}
.view-index .footer .friend-link span {
  margin-right: 20px;
  font-size: 14px;
}
.view-index .footer .friend-link span select {
  width: 270px;
}
.view-index .footer .end {
  width: 100%;
  min-width: 1198px;
  background-color: #666666;
  padding-top: 15px;
  padding-bottom: 10px;
}
.view-index .footer .end-in {
  zoom: 1;
  width: 100%;
  max-width: 1018px;
  padding-left: 90px;
  padding-right: 90px;
  margin-left: auto;
  margin-right: auto;
}
.view-index .footer .end-in:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.view-index .footer .end-info {
  float: left;
  zoom: 1;
  max-width: 700px;
  font-size: 14px;
  overflow: hidden;
  color: #fff;
  padding-bottom: 15px;
  /*padding-top: 20px;*/
}
.view-index .footer .end-info:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
.view-index .footer .end-info span {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
.view-index .footer .end-qrcode {
  float: right;
  width: 100px;
}
.view-index .footer .end-qrcode img {
  width: 100%;
}
.view-index .footer .end-qrcode p {
  width: 105px;
  text-align: center;
  margin-top: 5px;
  color: #fff;
}

@-webkit-keyframes spin {
  from { -webkit-transform: rotateY(0deg); }
  to { -webkit-transform: rotateY(360deg); }
}
.view-index .footer .members-context .item.spin {
  -webkit-transform-style: preserve-3d;
  -webkit-animation: spin 2s  linear;
  -moz-transform-style: preserve-3d;
  -moz-animation: spin 2s  linear;
  -ms-transform-style: preserve-3d;
  -ms-animation: spin 2s  linear;
  transform-style: preserve-3d;
  animation: spin 2s  linear;
}
.view-index .main .lists-group .lists-item-img .lists-item-link{
  width: 170px;
  height: 60px;
  overflow: hidden;
  margin-top: 5px;
}
.view-index .main .lists-group .lists-item-img .lists-item-link img {
  width: 100%;
}
.view-index .footer .members .vip-item-title{
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
  margin-top: 30px;
  zoom: 1;
  font-size: 20px;
  height: 42px;
  line-height: 35px;
  background-image: url("../images/title-bg2.png");
  background-repeat: no-repeat;
  background-position: 0px -18px;
}
.view-index .footer .members .vip-item-title a{
  font-size: 16px;
  color: #000;
}
/** 会员单位 **/
.bank-body{
  min-height: 274px;
  width: 850px;
  height: auto;
  margin-top: 10px;
}
.bank-body .bank-tit{
  height: 22px;
  width: 840px;
  font: bold 14px Trebuchet MS, 宋体;color: #666;
  padding: 12px 0 0 10px;
  margin:0;
  background: #a3cfeb;
}
.bank-body .bank-tit span{
  height: 20px;
  width: 100%;
  font: bold 14px Trebuchet MS, 宋体;
  color: #666;
  float: left;
  margin-left: 13px;
  text-align: left;
}
.bank-body .bank-cont{
  border: 1px solid #e7e9ef;
  margin:0 0 10px 0;
  padding: 10px 0 5px 10px;
  float: left;
  width: 838px;
}
.bank-body .bank-cont .bank-ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.bank-body .bank-cont .bank-ul li{
  padding: 2px 12px 0px 12px;
  color: #727271;
  height: 32px;
  width: 222px;
  float: left;
}
.bank-body .bank-cont .bank-ul .bank-name{
  color: #606060;
  text-decoration: none;
  line-height: 16px;
}