@charset "utf-8";
*{ margin:0; padding:0;}
ul li{ list-style:none;}
a{ text-decoration:none; color: #505050;}
a:hover{ text-decoration:underline;color:#f60}
img{ border:0;}
.clear{ clear:both; height:0;_height:0; line-height:0; font-size:0;}
body{ background:#f8f8f8; position:relative;font-size:14px; font-family:"microsoft yahei"}
button,input,textarea,th,td {}
.fl{ float:left}
.fr{ float:right}
.toabsolute{ position: absolute;;}
.torelative{ position:relative;}
.none{ display:none}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}

.topHeader {
  background: #085CA7;
  color: #fff;
  font-size: 12px;
  line-height: 42px;
  min-width: 1200px;
}
.topHeader .topTxt {
  float: left;
}
.topHeader .topNav {
  float: right;
}
.topHeader .topNav>.btn {
  float: right;
  margin: 0 12px;
}
.topHeader .topNav>.btn.listWrap {
  margin-right: 0;
}
.topHeader .topNav>a,
.topHeader .topNav .btn>a {
  color: inherit;
}
.topHeader .topNav>a.btn {
  position: relative;
}
.topHeader .topNav>a.btn:after {
  position: absolute;
  right: -12px;
  top: 15px;
  width: 1px;
  height: 15px;
  content: '';
  background: #fff;
}
.topHeader .topNav>a:hover,
.topHeader .topNav>a.registered {
  color: #d05d38;
}
.topNav .listWrap {
  position: relative;
}
.listWrap .linkList {
  position: absolute;
  top: 100%;
  right: 0;
  width: 315px;
  background: #fff;
  box-shadow: 0 0 10px rgba( 0, 0, 0, .3);
  color: #666;
  padding: 10px 15px;
  box-sizing: border-box;
  line-height: 30px;
  display: none;
  z-index: 2;
}
.listWrap:hover .linkList {
  display: block;
}
.topNav .listWrap:hover>a {
  color: #d05d38;
}
.topNav .topList a {
  float: left;
  width: 95px;
}
.topNav .topList a:hover {
  color: #0095EB;
}
.topNav .bottomList {
  border-top: 1px solid #ccc;
  margin-top: 10px;
}
.topNav .bottomList li {
  float: left;
  color: #666;
  margin: 0 5px;
}
.topNav .bottomList li:hover {
  color: #d05d38;
}
.topNav .bottomList .wechat:hover .iconfont {
  color: #8ec12b;
}


/* 搜索容器 */
.searchContainer {
  margin-top: 19px;
}
.searchContainer .logo {
  float: left;
}
.searchContainer .changeCity {
  float: left;
  margin-left: 20px;
  width: 60px;
  text-align: center;
  padding-top: 20px;
}
.searchContainer .changeCity>h6 {
  color: #000;
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#citySelect {
  font-size: 12px;
  line-height: 1;
  color: #8c8c8c;
  cursor: pointer;
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  border: none;
  text-align: center;
}
.searchContainer .searchWrap {
  position: relative;
  padding-top: 20px;
  width: 526px;
  box-sizing: border-box;
  height: 55px;
  float: left;
  margin-left: 50px;
  background: url('../images/icon/iconSearch.png') no-repeat right 9px top 26px;
}
#headerSearch{    width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  right: 0;}
.searchWrap .searchVal {
  float: left;
  border: 1px solid #dadad8;
  border-right: none;
  font-size: 12px;
  line-height: 34px;
  color: #000;
  width: 84px;
  text-indent: 13px;
  position: relative;
  background: url('../images/icon/xiala.png') no-repeat right 7px top 15px;
  cursor: pointer;
}
.searchWrap .searchVal ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: 1px solid #dadad8;
  border-top: none;
  box-sizing: border-box;
  opacity: 0;
  height: 0;
  overflow: hidden;
  background: #fff;
  z-index: 2;
}
.searchWrap .searchVal:hover ul {
  opacity: 1;
  transition: .2s;
  height: auto;
}
.searchWrap .searchVal ul li:hover {
  color: #0095EB;
}
.searchWrap input {
  float: left;
  width: 438px;
  height: 36px;
  border: 1px solid #dadad8;
  text-indent: 10px;
  box-sizing: border-box;
}
.searchContainer .chatImgWrap {
  float: right;
  padding: 17px 56px 0 0;
  cursor: pointer;
}
.chatImgWrap .img {
  display: block;
}
.chatImgWrap .imgWrap {
  width: 40px;
  height: 40px;
  position: relative;
}
.chatImgWrap .imgShow {
  position: absolute;
  width: 120px;
  top: 100%;
  left: 50%;
  display: none;
  transform: translateX(-50%);
  padding: 10px;
  background: #fff;
  z-index: 101;
  box-shadow: 0 0 3px rgba( 0, 0, 0, .3);
}
.chatImgWrap .imgWrap:hover .imgShow {
  display: block;
}

/* 主导航 */
.manNav {
  margin-top: 20px;
}
.manNav h2 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #085CA7;
  line-height: 36px;
  position: relative;
  font-family: arial, Helvetica, Tahoma, sans-serif;
}
.manNav h2:after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  bottom: -4px;
  height: 4px;
  background: #e35f21;
}
.manNav .nav1 {
  float: left;
  padding: 14px 18px 0;
  font-size: 16px;
  line-height: 1;
  color: #4f4f4f;
}
.manNav .nav1 a {
  float: left;
  margin: 0 18px;
}
.manNav .nav1 a.active {
   font-weight: 700;
   color:#085CA7
}
.manNav .nav1 a:hover {
  color: #085CA7;
}
.manNav .nav2 {
  float: right;
  font-size: 14px;
  line-height: 1;
  color: #5972b3;
  padding-top: 16px;
}
.manNav .nav2 a {
  margin: 0 7px;
}
.manNav .nav2 a:nth-last-of-type(1) {
  color: #e35f21;
}

/* 底部 */
.footer {
	border-top: 1px solid #edf1fa;
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  line-height: 28px;
  color: #1f1f1f;
  overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .footer { border-top: 0.5px solid #999 }
}
@media screen and (-webkit-min-device-pixel-ratio: 3) {
    .footer { border-top: 0.333333px solid #999 }
}
.footer .list1 a,
.footer .list1 span {
  display: inline-block;
  margin: 0 3px;
  vertical-align: middle;
}
.footer .list1 span {
  width: 4px;
  height: 1px;
  background: #1f1f1f;
}
.footer .list2 li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.footer .list2 li:hover span,
.footer .list1 a:hover {
  text-decoration: underline;
}
.footer p {
  cursor: pointer;
}

/* 地区选择 */
.areaContenier {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba( 0, 0, 0, .5);
  display: none;
}
.areaContenier.show .areaWrap {
  opacity: 1;
  transition: .3s;
}
.areaContenier.show {
  display: block;
}
.areaContenier .areaWrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-right: 20px;
  padding: 20px 30px;
  width: 400px;
  height: 300px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  opacity: 0;
}
.areaContenier .areaSureBtn {
  margin: 50px auto 0;
  width: 60px;
  background: #d05d38;
  text-align: center;
  color: #fff;
  line-height: 32px;
  cursor: pointer;
}
/* #citySelect */

/* 右侧悬浮窗 */
.suspensionWrap {
  position: fixed;
  top: 200px;
  right: 30px;
  width: 60px;
  background: #fff;
  box-shadow: 0 0 4px rgba( 0, 0, 0, .5);
  padding: 1px 0 8px;
  z-index: 10;
}
.suspensionWrap.right {
  right: 16px;
}
.suspensionWrap ul li {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: #ababab;
  cursor: pointer;
  position: relative;
}
.suspensionWrap ul img,
.suspensionWrap .toTopImg {
  display: block;
  margin: 0 auto;
  transform: rotateY(0deg);
}
.suspensionWrap ul li:hover p {
  color: #d05d38;
}
.suspensionWrap ul li:hover img {
  transition: 1.5s;
  transform: rotateY(360deg);
}
.suspensionWrap .toTopImg {
  margin-top: 25px;
  cursor: pointer;
}
.suspensionWrap .suspensionClose {
  margin-top: 26px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: #ababab;
  cursor: pointer;
}
.suspensionWrap .suspensionClose:hover {
  color: #d05d38;
}
.suspensionWrap .asideLi {
  position: absolute;
  right: 100%;
  top: 0;
  box-shadow: 0 0 4px rgba( 0, 0, 0, .3);
  width: 120px;
  padding: 20px;
  background: #fff;
  display: none;
  text-align: left;
}
.suspensionWrap .asideLi .asideImg {
  display: block;
  width: 100px;
  height: 100px;
}
.suspensionWrap .phoneLi:hover .asideLi,
.suspensionWrap .emailLi:hover .asideLi,
.suspensionWrap .chatLi:hover .asideLi {
  display: block;
  animation: asideLiOut .3s forwards;
}

@keyframes asideLiOut {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}


/* bottomLink */
.bottomLink {
  padding: 35px 0;
  overflow: hidden;
}
.bottomLink .itemCon {
  float: left;
}
.bottomLink .itemCon1,
.bottomLink .itemCon2,
.bottomLink .itemCon3 {
    width: 90px;
    margin-right: 60px;
}
.bottomLink .itemCon4 {
  width: 220px;
}
.bottomLink .itemCon5 {
  width: 106px;
}
.bottomLink .itemCon h5 {
  text-align: center;
  font-size: 16px;
  color: #394f9a;
}
.bottomLink .itemCon4 h5,
.bottomLink .itemCon5 h5 {
  text-align: left;
}
.bottomLink .itemCon .itemLink {
  text-align: center;
  color: #000;
  font-size: 12px;
  margin-top: 20px;
}
.bottomLink .itemCon .itemLink:hover {
  color: #e35f21;
}
.bottomLink .itemCon4 .bottomPhone {
  border-top: 1px solid #b5b5b5;
  margin-top: 12px;
  padding-left: 50px;
  font-size: 20px;
  color: #000;
  background: url('../images/index/greenPhone.png') no-repeat 0 19px;
}
.bottomLink .itemCon4 {
  margin-right: 160px;
}
.bottomLink .itemCon4 .bottomPhone p {
  margin-top: 10px;
}
.bottomLink .itemCon5 .codeWrap {
  width: 104px;
  padding-top: 5px;
  margin-top: 6px;
}
.bottomLink .itemCon5 .codeWrap img {
  display: block;
  width: 96px;
  height: 96px;
}
.bottomLink .itemCon5 .codeWrap p {
  font-size: 12px;
  line-height: 24px;
  color: #6f6f6f;
}

/* 友情链接 */
.friendLink {
  padding-bottom: 90px;
}
.friendLink h5 {
  float: left;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  width: 90px;
  margin-top: 10px;
}
.friendLink div {
  float: left;
  width: 1110px;
}
.friendLink div a,
.friendLink div span {
  float: left;
}
.friendLink div a {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  color: #656565;
}
.friendLink div a:hover {
  color: #e35f21;
}
.friendLink div span {
  height: 14px;
  width: 1px;
  background: #656565;
  margin: 10px 8px 0;
}

.head2 {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  position: relative;
  text-indent: 24px;
}
.head2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 26px;
  background: #e35f21;
  content: '';
}

.mapcenter>img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

.indexBanner {
  display: block;
  max-width: 1200px;
  margin: 20px auto 0;
  max-height: 100px;
  object-fit: cover;
  cursor: pointer;
}

.popupHead {
  background: #ebeef5;
  line-height: 56px;
  padding: 0 20px 0 24px;
}
.popupHead h4 {
  float: left;
  font-size: 20px;
  color: #000;
}
.popupHead i {
  float: right;
  color: #828283;
  font-size: 18px;
  cursor: pointer;
  transition: 1s;
}
.popupHead i:hover {
  transform: rotate(360deg);
}


/* 协议 */
.agreementContainer,
.popupWindow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 1100px;
  min-height: 1000px;
  background: rgba( 0, 0, 0, .5);
}
.agreementContainer .agreementWrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1004px;
  height: 794px;
  background: #fff;
  transform: translate(-50%, -50%);
  border: 1px solid #d4d4d4;
  box-shadow: 0 0 5px rgba( 0, 0, 0, .3);
}

.agreementInfoWrap {
  height: 1002px;
  height: 738px;
  padding: 14px 16px 34px 35px;
  box-sizing: border-box;
}
.agreementInfoWrap dl {
  font-size: 14px;
  line-height: 16px;
  max-height: 100%;
  overflow-y: auto;
}
.agreementInfoWrap dl dt,
.agreementInfoWrap dl dd {
  padding-right: 25px;
  margin-top: 18px;
}
.agreementInfoWrap dl dt {
  color: #1f1f1f;
}
.agreementInfoWrap dl dd {
  color: #757575;
}
.agreementInfoWrap dl::-webkit-scrollbar {
  width: 6px;
  background-color: rgba( 0, 0, 0, 0);
}
.agreementInfoWrap dl::-webkit-scrollbar-thumb {
  background-color: #ebeef5;
}

/* 各类弹窗 */
.popupWindow .popupWrap {
  width: 464px;
  border: 1px solid #d4d4d4;
  background: #fff;
  padding-bottom: 16px;
}
.popupWindow .popupHead {
  line-height: 52px;
}
.popupContent .popupCon {
  padding: 15px 25px;
  min-height: 104px;
  box-sizing: border-box;
}
.popupContent .popupCon p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #202020;
}
.popupContent .popupCon p span {
  color: #d05d38;
}
.popupContent .popupBtn {
  font-size: 0;
  text-align: right;
  padding: 0 15px;
}
.popupContent .popupBtn span {
  display: inline-block;
  width: 80px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  margin: 0 5px;
  cursor: pointer;
}
.popupContent .popupBtn span:hover {
  color: #d05d38;
}
.popupContent .popupBtn .popupSure {
  background: #4764ae;
}
.popupContent .popupBtn .popupCancel {
  background: #b5b5b5;
}
.popupContent .inPayCode {
  margin-top: 15px;
  font-size: 0;
}
.popupContent .inPayCode span {
  font-size: 14px;
  color: #1f1f1f;
  line-height: 34px;
  vertical-align: middle;
}
.popupContent .inPayCode input {
  display: inline-block;
  width: 176px;
  height: 34px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  vertical-align: middle;
  text-indent: 10px;
  line-height: 32px;
}

.popupContent .mesForSeller {
  display: block;
  width: 100%;
  height: 126px;
  padding: 5px 7px;
  font-size: 12px;
  line-height: 1.5;
  color: #989898;
}

.popupWrap.identification {
  width: 650px;
}
.identification .popupContent {
  padding: 8px 22px 52px 28px;
}
.identification .tipsTxt {
  background: #ecf0ff;
  font-size: 14px;
  line-height: 16px;
  color: #085CA7;
  padding: 8px 10px;
  border: 1px solid #4764ae;
}

.infoCheckWrap {
  margin-top: 30px;
  color: #1f1f1f;
}
.infoCheckWrap .localpdate {
  float: left;
  width: 350px;
}
.infoCheckWrap .updateTitle {
  font-size: 16px;
}



.infoCheckWrap .checkInput {
  font-size: 0;
  margin-top: 20px;
}
.infoCheckWrap .checkInput>span {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  font-size: 14px;
  width: 100px;
}
.infoCheckWrap .checkInput>span>i {
  color: #e77b52;
}
.checkInput .idCode {
  width: 244px;
  height: 34px;
  border: 1px solid #dbdbdb;
  vertical-align: middle;
  text-indent: 10px;
}
.checkInput .label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.checkInput .label input {
  display: none;
}
.checkInput .label div {
  width: 134px;
  height: 38px;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  font-size: 16px;
  line-height: 26px;
  background: #f8f8f8;
}
.checkInput .label div img {
  vertical-align: middle;
}
.localpdate .updateNeed {
  font-size: 14px;
  color: #8f8f8f;
  margin-top: 5px;
  padding-left: 98px;
}
.localpdate .updateSureBtn {
  margin: 40px auto 0;
  width: 116px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  background: #4764ae;
}

.infoCheckWrap .phonepdate {
  float: right;
  width: 240px;
  border-left: 1px solid #ebebeb;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
}
.infoCheckWrap .phonepdate .updateCode {
  display: block;
  padding: 30px;
  border: 1px solid #d0d0d0;
  width: 110px;
  height: 110px;
  margin: 18px auto 0;
}
.infoCheckWrap .phonepdate .saoTxt {
  margin-top: 14px;
  font-size: 14px;
  color: #d05d38;
}
.infoCheckWrap .phonepdate .saoWater {
  margin-top: 14px;
  font-size: 14px;
  color: #1f1f1f;
}
/* .updateCode */



/* 分页插件 */
.changePagesRy {
  text-align: center;
  margin: 30px auto 0;
  box-sizing: border-box;
}
.changePagesRy * {
  line-height: 26px;
}
.changePagesRy button {
  margin:0 3px;
  min-width:30px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #5e5e5e;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.changePagesRy button:hover {
  background: #0eb0d2;
  color: #ffffff;
  font-weight: 700;
}
.changePagesRy .btn_dis {
  cursor: default;
  opacity: .7;
  background: #eeeeee;
  color: #5e5e5e;
}
.changePagesRy .page_dot{
  font-size: 12px;
  color: #b4b0b0;
}
.changePagesRy .btn_dis:hover {
  background: #eeeeee;
  color: #5e5e5e;
 
}
.changePagesRy .current_page {
  background: #0eb0d2;
  color: #ffffff;
}
.changePagesRy .input_page_num {
  width:30px;
  height: 26px;
  margin:0 3px;
  padding: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #5e5e5e;
  outline: none;
}
.changePagesRy .page_total,
.changePagesRy .page_text {
  color: #2b2b2b;
  font-size: 13px;
}


.commonScrollbar::-webkit-scrollbar { 
  width : 6px;   
  height: 1px;
  }
.commonScrollbar::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #085CA7;
   
}
.commonScrollbar::-webkit-scrollbar-track {
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #ededed;
  border-radius: 6px;
}



.top_lietou{width: 100%;height:42px;background:#f5f5f5; font-size:12px;    border-bottom: 1px solid #eee;}
.top_cot{width: 1200px;margin: 0 auto;line-height:42px; color:#fff;}
.top_left{width:500px;}
.top_left a{ color:#fff;}
.top_cot_content {width: 100%;color:#fff}
.class_top_q{width:16px;height:18px; display:inline-block; background:url(../images/apps_qq.png) no-repeat; vertical-align:middle; margin-right:3px;}
.class_top_s{width:16px;height:18px; display:inline-block; background:url(../images/sina.png) no-repeat; vertical-align:middle; margin-right:3px;}
.class_welcome{height:42px; line-height:42px;color:#fff;}
.class_topLogin { display: inline; float: left;height: 42px;line-height: 42px;position: relative;text-align: center;width:80px;}
.class_topLogin a {color: #ffffff;}
.class_topLogin a:hover{ text-decoration:none}
.class_topLogin a.class_More { background: url(../images/t_menu1.png) no-repeat  63px 15px;display: block; float: left;  height: 42px; padding-left: 10px; position: relative; text-align: left; width: 70px;z-index: 13;}
.class_topLogin a.class_Morecurrent { background: url(../images/t_menu2.png) no-repeat  63px 15px #FFFFFF; border-left: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;padding-left: 9px; width: 69px;}
.class_Moredown {border:1px solid #ccc;border-top:none;left: 0; position: absolute;top: 42px;z-index: 12; background:#fff}
.class_top_nav_box{ width:295px;padding-left:10px; padding-right:10px; float:left; padding-top:5px;}
.class_top_nav_h1{width:100%;height:25px; line-height:25px; background:#f8f8f8; font-weight:bold; text-indent:5px; float:left}
.class_Moredown li {float: left;line-height: 28px; text-align: center;width: 78px;}
.class_Moredown li a {color: #ffffff;}
.class_Moredown li:hover {background-color: #F0F0F0;}
.class_topNav {display: inline;height: 42px; line-height: 42px;position: relative;text-align: center; width: 80px;}
.class_topNav a {color: #ffffff;}
.class_topNav a:hover{ text-decoration:none}
.class_topNav a.class_navMore { background: url(../images/t_menu1.png) no-repeat  70px 15px ;display: block; float: left; height: 42px;padding-left: 10px; position: relative;text-align: left;width: 70px;z-index: 20003;}
.class_topNav a.class_webMorecurrent {background: url(../images/t_menu2.png) no-repeat  70px 15px #FFFFFF;border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; padding-left: 9px;width: 69px;}
.class_webMoredown {background-color: #FFFFFF;border: 1px solid #CCCCCC; left: -237px; position: absolute;text-align: left; top: 34px; width: 315px; z-index: 202; overflow:hidden}
.class_webMoredown .class_top_nav_box_l {float: left;height: auto;padding-bottom: 5px;padding-left: 10px; padding-top: 5px;width:305px;}
.class_webMoredown .class_top_nav_box_l li { float: left;height: 30px;line-height:30px;width:95px;}
.class_webMoredown .class_top_nav_box_l li a {color: #ffffff;}
.class_webMoredown .class_top_nav_box_l li a:hover {color: #0095EB;}
.class_top_nav_box_wx{width:100%;border-top:1px solid #ddd; float:left; padding:10px 0;}
.class_top_nav_box_wx li{ width:70px;float:left}
.class_top_nav_box_wx li a {width:50px;height:25px; line-height:25px; background: url(../images/mobile_ico.gif) no-repeat ;display: block;padding-left: 22px; float:left}
.class_top_nav_box_wx li a.move_01 {background-position: 4px -130px;}
.class_top_nav_box_wx li a.move_01:hover {background-position: 4px 5px;color: #FF6600 !important;}
.class_top_nav_box_wx li a.move_02 {background-position: 2px -158px;}
.class_top_nav_box_wx li  a.move_02:hover {background-position: 2px -23px;}
.class_top_nav_box_wx li a.move_03 {background-position: 0 -210px;}
.class_top_nav_box_wx li a.move_03:hover {background-position: 0 -75px;}
.class_top_nav_box_wx li a.move_04 {background-position: 2px -185px;}
.class_top_nav_box_wx li a.move_04:hover {background-position: 2px -50px;}
.header_Remind{ display:inline;width:40px;height:42px;  position:relative; float:right}
.header_Remind_list_a{width:103px;float:left; line-height:22px; padding-left:5px;}
.header_Remind b{color:#F00}
.header_Remind_list{width:110px;border:1px solid #ccc; background:#fff; position:absolute;left:0px;top:34px; padding-right:6px; padding-bottom:5px;; z-index:500; padding-top:5px;}
.header_Remind_hover{ position:relative;  z-index:9999999;}
.header_Remind_hover .header_Remind_list_a{  float:left;line-height:23px;color:#fff;}
.header_Remind_hover .header_Remind_list_a a{ display:inline-block;width:73px;float:left}
.header_Remind_em{ display:inline-block;background: url(../images/t_menu1.png) no-repeat 33px 15px;display: block;float: left;height: 42px;padding-left: 10px;position: relative;text-align: left;width: 40px;z-index:600;}
.header_Remind_em_hover{width:38px;border-left:1px solid #ccc;border-right:1px solid #ccc;background:#fff url(../images/t_menu2.png) no-repeat 33px 15px;}
.header_Remind_msg{ display:inline-block;width:17px;height:13px; background:url(../images/xf.gif) no-repeat; margin-top:12px;}
.header_Remind_em_hover .header_Remind_msg{ background:url(../images/xf_h.gif) no-repeat;}
.header_Remind_list_r{color:#f60; font-size:14px;}
.wap_icon{ background:url(../images/app-sj.png) no-repeat left center; padding-left:20px; display:inline-block}
.top_logoin {width: 60px;height: 22px;line-height: 22px;text-align: center;background-position: -274px -3px;color: #fff;}
.top_logoin:hover {color: #fff;}
.top_logoin2 {width: 60px;height: 22px;line-height: 22px;text-align: center;background-position: -340px -3px;color: #fff;}
.top_logoin2:hover {color: #fff;}
.top_right_re{position: relative;z-index:1000;}
.top_right {width:600px; position:absolute;right:0px;top:0px;}
.top_right a { color:#fff;}
.fastlogin{float:right;line-height:42px}
.fastlogin span{width:60px;float:left;text-align:center}
.fastlogin span img{ float:left; margin:13px 8px 0 0;}
.fastlogin span a{ float:left;color:#ffffff}
.fastlogin a:hover{ text-decoration:none}
.top_mune {width: 64px;display: inline-block;background-position: -340px -73px;}
.ask_header{width:100%; background:#fff; float:left; padding:10px 0;  }
.ask_header_cont{width:1200px; margin:0 auto}
.ask_header_nav{width:100%;height: 42px;background: #0d8eb0; float:left}

.ask_header_nav_cont{float:right; margin-top:5px;}
.ask_header_nav_cont li{ display:inline-block;    padding: 5px 25px; font-size:16px;color:#fff}
.ask_header_nav_cont li a{color:#fff}
.ask_header_nav_cont li .a_hover{color:#156da0;font-weight:bold}
.ask_header_nav_cont .cur { position:relative;}
.ask_header_nav_cont .cur a{ font-weight:bold; color:#086983}
.ask_header_nav_cont .cur:after{width:40px;height:3px; background:#086983; content:""; position:absolute;left:50%; margin-left:-20px;bottom:-10px;}

.ask_by{font-size: 24px;color: #fff;line-height: 36px;margin-left: 15px;padding-left: 15px;border-left: 1px solid #c9c9c9; float:left; margin-top:5px;}