@charset "utf-8";
a {
  color: #333;
}
.strategy-box {
  background: #FCFCFC url("gl_banner_backImg.png") no-repeat top center;
}
/*首页导航*/
.strategy {
  min-width: 1250px;
  border-top: 1px solid #ECF2F9;
}
.strategy .nav {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 3px 0 8px rgba(51, 103, 152, 0.13);
  box-shadow: 3px 0 8px rgba(51, 103, 152, 0.13);
}
.nav-list-ul {
  margin: 0 auto;
  padding-left: 60px;
  font-size: 0;
}
.nav-list-li {
  display: inline-block;
  margin-right: 60px;
  font-size: 16px;
}
.nav-list-li.current a,
.nav-list-li:hover a {
  color: #ff5050;
}
.nav-list-li.current a i,
.nav-list-li:hover a i {
  display: block;
}
.nav-list-a {
  font-size: 16px;
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
}
.nav-list-a i {
  display: none;
  position: absolute;
  left: -11px;
  top: 19px;
  width: 4px;
  height: 4px;
  background-color: #ff5050;
  margin-right: 7px;
}
/*首屏-焦点图*/
.strategy-head {
  margin-bottom: 30px;
}
.banner-btns li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  vertical-align: middle;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
  font-size: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.banner-btns li.on {
  width: 22px;
  border-radius: 10px;
}
.tipsBanner {
  width: 476px;
  height: 230px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(192, 196, 208, 0.3);
  box-shadow: 0 0 30px rgba(192, 196, 208, 0.3);
}
.tipsBanner-list {
  overflow: hidden;
}
.tipsBanner-li {
  width: 477px;
  height: 230px;
}
.tipsBanner-li a {
  display: block;
  width: 100%;
  height: 100%;
}
.tipsBanner-li a img {
  width: 100%;
  height: 100%;
}
.tipsBanner-btns {
  position: absolute;
  bottom: 14px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.tipsBanner-btns-ul {
  display: inline-block;
  height: 18px;
  line-height: 16px;
  padding: 0 2px;
  overflow: hidden;
  border-radius: 22px;
  text-align: center;
  background: url("gl_banner_btns_bg.png") repeat;
}
.tipsBanner-btns-ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  vertical-align: middle;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
  font-size: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.tipsBanner-btns-ul li.on {
  width: 22px;
  border-radius: 10px;
}
/*首屏-右侧新闻信息*/
.strategy-news {
  width: 703px;
  height: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 31px 24px 22px 24px;
  border: 1px solid #eceff1;
  -webkit-box-shadow: 0 0 30px rgba(192, 196, 208, 0.3);
  box-shadow: 0 0 30px rgba(192, 196, 208, 0.3);
  overflow: hidden;
}
.news-con {
  border-bottom: 1px dashed #eee;
  padding-bottom: 16px;
}
.news-con-tips {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-con-tips i {
  display: inline-block;
  width: 47px;
  height: 24px;
  line-height: 24px;
  padding-left: 8px;
  vertical-align: 2px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #FF5050;
  margin-right: 14px;
  position: relative;
}
.news-con-tips i:after {
  content: " ";
  border-width: 0 0 7px 7px;
  border-color: transparent #FF5050 transparent;
  border-style: solid;
  position: absolute;
  width: 0;
  height: 0;
  top: 8px;
  right: -7px;
}
.news-con-text {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin-top: 11px;
  overflow: hidden;
}
.news-con-details {
  color: #069;
  margin-left: 5px;
}
.news-list {
  margin-top: 12px;
  font-size: 16px;
}
.news-list-li {
  display: inline-block;
  width: 310px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10px;
  list-style: block;
}
.news-list-a {
  line-height: 34px;
}
.news-list-a i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #ff5050;
  margin-right: 12px;
  vertical-align: 4px;
  *vertical-align: 6px;
}
.news-list-a:hover {
  color: #ff5050;
  text-decoration: underline;
}
/*主内容*/
.strategy-left {
  width: 883px;
  margin-right: 20px;
}
.strategy-left-box {
  width: 883px;
  -webkit-box-shadow: 0 0 30px rgba(192, 196, 208, 0.3);
  box-shadow: 0 0 30px rgba(192, 196, 208, 0.3);
  background-color: #fff;
}
.strategy-left-tab {
  padding-left: 30px;
  font-size: 0;
  height: 51px;
  border-bottom: 1px solid #eee;
}
.strategy-left-tab li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
}
.strategy-left-tab li.current a,
.strategy-left-tab li:hover a {
  text-decoration: underline;
  color: #ff5050;
}
.strategy-left-tab li .line {
  display: inline-block;
  color: #F3F3F3;
  font-size: 16px;
  line-height: 58px;
  margin-left: 17px;
}
.strategy-left-a {
  display: inline-block;
  font-size: 16px;
  line-height: 58px;
  border-bottom: 2px solid transparent;
}
.strategy-tab-ass {
  margin: 14px 0 2px 0;
}
.strategy-tab-ass li {
  vertical-align: middle;
  display: inline-block;
  width: 84px;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  text-align: center;
}
.strategy-tab-ass li:hover,
.strategy-tab-ass li.current {
  background-color: #FFF2EE;
  border-color: transparent;
}
.strategy-tab-ass li:hover a,
.strategy-tab-ass li.current a {
  color: #ff5050;
}
.strategy-tab-ass li a {
  display: block;
  font-size: 14px;
}
.strategy-con-box {
  position: relative;
  display: none;
  padding: 0 30px 80px 30px;
}
.strategy-con-box.active {
  display: block;
}
.strategy-con-box-list {
  display: none;
}
.strategy-con-box-list.active {
  display: block;
}
.strategy-con-pageCode {
  position: absolute;
  right: 30px;
  bottom: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.strategy-con-pageLi {
  padding: 0 16px;
  height: 40px;
  display: inline-block;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #CDCDCD;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.strategy-con-pageLi:last-child {
  margin-right: 0;
}
.strategy-con-pageLi:hover {
  border-color: #FC4D54;
}
.strategy-con-group {
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px dashed #ccc;
}
.strategy-con-group .pic {
  position: relative;
  display: block;
  width: 228px;
  height: 140px;
  border: 1px solid #ccc;
  margin-right: 22px;
  overflow: hidden;
}
.strategy-con-group .pic.essence i {
  display: block;
}
.strategy-con-group .pic:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.strategy-con-group .pic i {
  display: none;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: url("gl_jinghua.png") no-repeat;
}
.strategy-con-group .pic img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.strategy-con-introduce {
  width: 571px;
  position: relative;
  height: 140px;
}
.strategy-con-title {
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 26px;
}
.strategy-con-title:hover a {
  color: #1b558b;
}
.strategy-con-text {
  font-size: 14px;
  height: 44px;
  color: #666;
  margin-top: 9px;
  line-height: 22px;
  overflow: hidden;
}
.strategy-con-text .details {
  color: #069;
  margin-left: 5px;
}
.strategy-con-keywords {
  margin: 16px 0 22px 0;
  color: #666;
}
.strategy-con-keywords span {
  font-size: 12px;
  display: inline-block;
  margin-right: 20px;
  height: 18px;
  background-color: #B4B9C6;
  padding: 0 5px;
  line-height: 18px;
  color: #fff;
}
.strategy-con-date {
  font-size: 14px;
  line-height: 14px;
  color: #999;
  position: absolute;
  bottom: 0;
  left: 0;
}
.strategy-con-date span {
  margin-right: 18px;
}
.strategy-con-state {
  color: #999;
  line-height: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
.strategy-con-state span {
  margin-left: 24px;
  background: url("gl_icons.png") no-repeat;
  padding-left: 23px;
}
.strategy-con-state span.collect {
  background-position: 0 -121px;
}
.strategy-con-state span.collect.active {
  background-position: 0 -380px;
}
.strategy-con-state span.browse {
  background-position: 0 -143px;
  padding-left: 30px;
}
.insurance-entrance {
  height: 110px;
  background: url(chanpin-car-bg.png) center center no-repeat;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 30px rgba(192, 196, 208, 0.3);
          box-shadow: 0 0 30px rgba(192, 196, 208, 0.3);
}
.insurance-entrance h4 {
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 4px rgba(255, 71, 49, 0.8);
}
.insurance-entrance p {
  line-height: 1;
  font-size: 14px;
  color: #fff;
  margin: 9px 0 16px;
}
.insurance-entrance a {
  display: inline-block;
  background-color: #fff;
  width: 88px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #ff4c4c;
  font-size: 14px;
  border-radius: 24px;
}
.group {
  width: 295px;
  margin-bottom: 14px;
  -webkit-box-shadow: 0 0 30px rgba(192, 196, 208, 0.3);
  box-shadow: 0 0 30px rgba(192, 196, 208, 0.3);
  background-color: #fff;
}
.group-head {
  height: 37px;
  border-bottom: 1px solid #eee;
  padding: 0 20px;
}
.group-head-left {
  padding-top: 8px;
  line-height: 28px;
  font-size: 16px;
  color: #ff532b;
  border-bottom: 2px solid #ff532b;
  font-weight: bold;
}
.group-head-right {
  font-size: 14px;
  line-height: 32px;
  margin-top: 9px;
}
.group-head-right strong {
  color: #ff532b;
  font-weight: normal;
}
.group-head-exchange {
  font-size: 14px;
  line-height: 14px;
  padding-top: 15px;
  color: #4981E8;
}
.group .place_holder {
  width: 60px;
  line-height: 28px;
  margin-right: 10px;
  color: #8c8c8c;
  vertical-align: middle;
}
.group-body {
  padding: 18px 18px 12px 20px;
}
.group-body-policy {
  padding: 28px 22px 24px 20px;
}
.group-body dl {
  margin-left: 1px;
}
.group-body-city,
.group-body-num {
  height: 28px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 0 5px;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.group-body-num {
  width: 162px;
}
.group-body-cityInput,
.group-body-numInput {
  height: 20px;
  position: absolute;
  left: 70px;
  top: 50%;
  margin-top: -11px;
  width: 65%;
  border: none;
  cursor: pointer;
}
.group-body-numInput {
  width: 45%;
}
.group-body strong {
  color: #ff532b;
}
.group.tougao {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px 30px;
}
.group.tougao a {
  font-size: 16px;
  display: block;
  text-align: center;
  line-height: 48PX;
  background-color: #ff5050;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}
.quotationA {
  display: inline-block;
  width: 93px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 20px;
  border-radius: 4px;
  background-color: #ff532b;
  color: #fff !important;
  font-weight: bold;
  cursor: pointer;
}
.quotationA:hover {
  background-color: #e63c22;
}
.checkbox {
  position: absolute;
  top: 4px;
  right: -105px;
  padding-right: 84px;
  color: #8c8c8c;
  vertical-align: middle;
}
.checkbox-input:checked + label {
  background: url(gl_checkbox.png) -2px -26px no-repeat;
}
.checkbox-title {
  position: absolute;
  left: 2px;
  top: 0;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #333;
  padding-left: 20px;
  cursor: pointer;
  margin-right: 0;
  background: url(gl_checkbox.png) -2px -3px no-repeat;
}
.error_div {
  display: none;
  padding-top: 0;
  margin-top: -6px;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.error_div p {
  height: auto;
  line-height: 15px;
  border: 1px solid #ffbdb2;
  background: #fff9f2;
  color: #ff644c;
  padding: 2px 5px;
  display: inline-block;
  width: 238px;
  float: left;
}
.clear {
  clear: both;
  overflow: hidden;
  height: 0;
  line-height: 0;
}
.textInput {
  width: 201px;
  height: 21px;
  line-height: 20px;
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 5px 10px;
}
.discription {
  color: #ff6600;
  font-size: 14px;
  font-weight: bold;
  padding-left: 13px;
  line-height: 32px;
}
.group-body .offer-btn a {
  color: #4981E8;
}
/*热门保险推荐*/
.group-box {
  color: #999;
}
.group-box-pic {
  width: 110px;
  height: 83px;
  margin-right: 15px;
  border: 1px solid #ccc;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.group-box-pic img {
  width: 110px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.group-box-pic:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.group-box-introduce {
  width: 128px;
  font-size: 12px;
}
.group-box-title {
  line-height: 18px;
  font-size: 16px;
}
.group-box-title a:hover{
  color: #ff532b;
}
.group-box-text {
  font-size: 12px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.group-box-money {
  line-height: 26px;
  color: #ff532b;
}
.group-box-money strong {
  font-size: 20px;
  font-weight: normal;
}
.group-box-single {
  font-size: 12px;
  line-height: 14px;
  display: block;
  display: none;
}
.group-box + .group-box {
  margin-top: 20px;
}
.article-lsit li {
  position: relative;
  font-size: 16px;
  line-height: 34px;
}
.article-lsit li:first-child {
  margin-top: -7px;
}
.article-lsit li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #ccc transparent transparent;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  /*顺时针旋转90°*/
}
.article-lsit li:hover a {
  text-decoration: underline;
}
.article-lsit li:hover:before {
  border-color: transparent #ff5050 transparent transparent;
}
.article-lsit i {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-radius: 3px;
  color: #fff;
  padding: 0 4px;
  line-height: 16px;
  font-size: 12px;
  background-color: #FF532B;
}
.article-lsit i:before {
  content: "";
  width: 0;
  height: 0;
  border-width: 3px 8px 3px 0;
  border-color: transparent #FF532B transparent;
  border-style: solid;
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -3px;
}
.article-lsit a {
  display: block;
  padding-right: 40px;
  font-size: 16px;
  line-height: 34px;
  padding-left: 12px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-lsit a:hover {
  color: #ff5050;
}
/*右侧悬浮*/
.float-side {
  position: fixed;
  top: 181px;
  left: 50%;
  margin-left: 613px;
  width: 40px;
  background-color: #fff;
}
.float-side-weChat {
  background: url("gl_icons.png") no-repeat -2px 9px;
}
.float-side-weChat:hover .scan-box {
  display: block;
}
.float-side-weChat .scan-box {
  display: none;
  position: absolute;
  right: 38px;
  top: 0;
  z-index: 5;
  width: 265px;
  height: 223px;
}
.float-side-weChat .scan-box-dl {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.float-side-weChat .scan-box-dt {
  position: absolute;
  right: -12px;
  top: 12px;
  width: 12px;
  height: 16px;
  background: url("gl_arrow_right.png") no-repeat;
}
.float-side-weChat .scan-box-dd {
  height: 90px;
  padding: 10px;
  font-size: 0;
  cursor: default;
}
.float-side-weChat .scan-box-code {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-right: 10px;
  background-color: #6c6c6c;
  vertical-align: middle;
}
.float-side-weChat .scan-box-text {
  display: inline-block;
  width: 130px;
  line-height: 20px;
  vertical-align: middle;
  font-size: 16px;
  color: #069;
}
.float-side-weChat .scan-box-text i {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  font-size: 16px;
  color: #069;
}
.float-side-a {
  display: none;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.float-side li {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.float-side li:hover {
  background-color: #eee;
  color: #666;
}
.float-side li:hover a {
  display: block;
  background-color: #eee;
  color: #666;
}
.float-side .line-b {
  position: absolute;
  width: 30px;
  height: 1px;
  line-height: 0;
  background-color: #eee;
  margin-left: 5px;
}
.float-side-collect {
  background: url("gl_icons.png") no-repeat -2px -33px;
}
.float-side-top {
  background: url("gl_icons.png") no-repeat -1px -75px;
}
.gonglue-head {
  padding: 20px 30px 40px 30px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 34px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(192, 196, 208, 0.3);
          box-shadow: 0 0 30px rgba(192, 196, 208, 0.3);
}
.gonglue-head-img {
  float: left;
}
.gonglue-head-word {
  padding-left: 132px;
}
.gonglue-head-wordTitle {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.gonglue-head-mainWord {
  margin-top: 17px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.strategy-left-tab1 li.current {
  margin-top: 16px;
}
.strategy-left-tab1 li.current a {
  text-decoration: none;
  line-height: 32px;
  border-color: transparent;
}
.strategy-left-tab1 .current {
  border-bottom: 2px solid #ff5050;
}
.strategy-left-tab1 .current a {
  border-color: transparent;
}
.gonglue-banner {
  margin-bottom: 20px;
}
.gonglue-banner img {
  width: 100%;
}
.gonglue-body {
  overflow: hidden;
  padding: 40px 30px 25px;
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(192, 196, 208, 0.3);
          box-shadow: 0 0 30px rgba(192, 196, 208, 0.3);
}
.gonglue-body-title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 20px;
}
.gonglue-body-subTitle {
  color: #999;
  font-size: 14px;
}
.gonglue-body-subTitle div {
  display: inline-block;
}
.gonglue-body-time {
  margin-bottom: 20px;
}
.gonglue-body-share {
  float: right;
}
.gonglue-body-share span {
  margin-left: 15px;
  cursor: pointer;
  padding: 3px 8px 3px 25px;
  display: inline-block;
  background: url("gl_icons.png") no-repeat;
  background-position: 0 -115px;
}
.gonglue-body-share span:nth-child(1).active {
  background-position: 0 -378px;
}
.gonglue-body-share span:nth-child(2) {
  position: relative;
  margin-left: 15px;
  background: url("gl_state_icons.png") no-repeat;
  background-position: 6px 6px;
  border-radius: 4px;
}
.gonglue-body-share span:nth-child(2):hover {
  background-color: #ff5050;
  background-position: 6px -15px;
  color: #fff;
}
.gonglue-body-share-ul {
  display: none;
  position: absolute;
  right: 0;
  top: 26px;
  border-top: 1px solid #fff;
  border-radius: 4px;
  overflow: hidden;
}
.gonglue-body-share-ul li {
  border-top: 1px solid #ff6149;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 61px;
  padding: 3px 8px 3px 25px;
  background: #ff5050 url("gl_state_icons.png") no-repeat;
}
.gonglue-body-share-ul li:nth-child(1) {
  background-position: 6px -38px;
}
.gonglue-body-share-ul li:nth-child(2) {
  background-position: 6px -59px;
}
.gonglue-body-share-ul li:nth-child(3) {
  background-position: 6px -81px;
}
.gonglue-body-share-a {
  display: block;
  color: #fff;
}
.gonglue-body-summary {
  background-color: #f3f3f3;
  padding: 15px 20px;
  line-height: 26px;
  font-size: 14px;
  margin-bottom: 30px;
}
.gonglue-body-summary strong {
  font-weight: bold;
}
.gonglue-body-words {
  text-indent: 2em;
  line-height: 30px;
  font-size: 16px;
}
.gonglue-body-words a{
  color: #ff532b;
  font-weight: bold;
}
.gonglue-body-words a:hover{
  text-decoration: underline;
}
.gonglue-body-bottom {
  margin-top: 20px;
  overflow: hidden;
  line-height: 27px;
}
.gonglue-body-keyWords {
  display: inline-block;
  font-size: 14px;
  float: left;
}
.gonglue-body-keyWords span {
  color: #666;
}
.gonglue-body-shareIcon {
  display: inline-block;
  font-size: 14px;
  float: right;
  overflow: hidden;
}
.gonglue-body-shareIcon span {
  float: left;
  height: 24px;
}
.gonglue-body-shareIcon a {
  float: left;
  cursor: pointer;
  background-image: url("gl_icons.png") !important;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px !important;
  margin: 0 5px 0 !important;
  padding: 0 !important;
}
.gonglue-body-shareIcon a.space {
  background-position: 0 -166px;
}
.gonglue-body-shareIcon a.WeChat {
  background-position: 0 -200px;
}
.gonglue-body-shareIcon a.Sina {
  background-position: 0 -234px;
}
.gonglue-body-flip {height: 84px;text-align: center;font-size: 0;margin-top: 40px;}
.gonglue-body-flip i{display: inline-block;width: 20px;height: 20px;vertical-align: 2px;}
.gonglue-body-flip-prevPage i.icon1{background: url("../images/strategy-prev-icon.png") no-repeat;margin-right: 10px;}
.gonglue-body-flip-nextPage i.icon2{background: url("../images/strategy-next-icon.png") no-repeat;margin-left: 10px;}
.gonglue-body-flip-prevPage a,.gonglue-body-flip-nextPage a{display: inline-block;max-width: 490px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 16px;color: #666;}
.gonglue-body-flip-prevPage a:hover,.gonglue-body-flip-nextPage a:hover{color:#069;}
.gonglue-body-flip-prevPage{display: inline-block;border-right: 1px solid #cfd3db;padding-right: 40px;}
.gonglue-body-flip-nextPage{display: inline-block;padding-left: 40px;}
/*.gonglue-body-flip {*/
  /*padding: 20px 0;*/
  /*height: 84px;*/
  /*display: inline-block;*/
  /*text-align: center;*/
  /*width: 100%;*/
/*}*/
/*.gonglue-body-flip-prevPage,*/
/*.gonglue-body-flip-nextPage {*/
  /*position: relative;*/
  /*background: url("gl_icons.png") no-repeat;*/
  /*display: inline-block;*/
  /*width: 44px;*/
  /*height: 44px;*/
  /*border: 1px solid #cdcdcd;*/
  /*border-radius: 50%;*/
  /*text-align: center;*/
  /*margin: 0 15px;*/
/*}*/
/*.gonglue-body-flip-prevPage a,*/
/*.gonglue-body-flip-nextPage a {*/
  /*display: none;*/
  /*width: 200px;*/
  /*height: 44px;*/
  /*position: absolute;*/
  /*top: -1px;*/
  /*border-radius: 25px;*/
  /*border: 1px solid #cdcdcd;*/
  /*text-align: center;*/
  /*line-height: 44px;*/
  /*font-size: 16px;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*background-color: #fff;*/
/*}*/
/*.gonglue-body-flip-prevPage:hover a,*/
/*.gonglue-body-flip-nextPage:hover a {*/
  /*display: block;*/
/*}*/
/*.gonglue-body-flip-prevPage {*/
  /*background-position: -1px -269px;*/
/*}*/
/*.gonglue-body-flip-prevPage a {*/
  /*right: -1px;*/
/*}*/
/*.gonglue-body-flip-nextPage {*/
  /*background-position: 2px -323px;*/
/*}*/
/*.gonglue-body-flip-nextPage a {*/
  /*left: -1px;*/
/*}*/
/*公共*/
.nav-list li,
.bread-crumb li,
.banner-btns ul,
.banner-btns li,
.news-list i,
.article .share span,
.page a,
.page span,
.page,
.news-list li,
.strategy-tab li,
.float-side .scan-code,
.float-side .scan-text,
.information span,
.article .flip span,
.article .seach-list li,
.float-side .scan i,
.group-body .quotationA,
.twoFlow_good span,
.column-list li,
.guess-list li,
.guess-list a,
.article .seach-list span {
  *display: inline;
  *zoom: 1;
}