﻿
* {
  margin: 0;
  padding: 0;
  outline: none;
}
html {
  height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: none;
  font-size: 87.5%;
}
body {
  font-family: 'Microsoft Yahei';
  font-size: 14px;
  background-color: #f2f2f2;
}
body {
  min-width: 1000px;
}
a {
  text-decoration: none;
  color: #1694c8;
}
a:hover {
  color: #f60;
}
input, select, textarea {
  font-family: 'Microsoft Yahei';
  resize: none;
  overflow: visible;
}
li {
  list-style: none;
}
input[type="button"], input[type="submit"], img {
  border: 0;
}
input[type="button"], input[type="submit"] {
  cursor: pointer;
}
a, input[type="button"], button, input[type="submit"], input[type="reset"]{
    -webkit-appearance:none;
}
input[type="text"], textarea{
  background-color:#fff;
}
.clear {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.wrapper {
  width: 1180px;
  margin: 0 auto;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ibvm {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.ml-50 {
  margin-left: 50px;
}
.header-placeholder{
    height: 100px;
}
.text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.boxShade {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/*top bar
--------------------------------------*/
.topBar {
  background-color: #fff;
  -moz-box-shadow: 0 0 4px rgba(11, 3, 6, 0.11);
  -webkit-box-shadow: 0 0 4px rgba(11, 3, 6, 0.11);
  box-shadow: 0 0 4px rgba(11, 3, 6, 0.11);
  min-width: 100%;
  height: 80px;
  padding-top: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.topBar .logo {
  width: 158px;
  height: 60px;
  background: url(../image/logo.png) center center no-repeat;
}
/*81210修改*/
.topBar .topNav {
  text-align: right;
}
/*81210修改end*/
.topBar .topNav .entry {
  font-size: 14px;
  color: #999;
}
.topBar .topNav .entry .welcome {
  font-size: 12px;
}
.topBar .topNav .entry .login {
  margin-left: 60px;
}
.topBar .topNav .entry .login i.user-icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: -1px;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  background: url(../image/user1.png);
}

.topBar .topNav .login a {
  color: #999;
}
.topBar .topNav .login a:hover {
  color: #1496c8;
}

.topBar .topNav .entry .user {
  padding: 0 5px;
}
/*81210修改*/
.topBar .topNav .mainNav {
  margin-top: 23px;
}
/*81210修改end*/
.topBar .topNav .mainNav .nav li {
  float: left;
  margin-left: 50px;
  font-size: 16px;
  height: 30px;
}
.topBar .topNav .mainNav .nav li a {
  color: #464646;
  position: relative;
}
.topBar .topNav .mainNav .nav li a:hover,
.topBar .topNav .mainNav .nav li a.isNow {
  color: #1496c8;
}
.topBar .topNav .mainNav .nav li a:hover .underline,
.topBar .topNav .mainNav .nav li a.isNow .underline {
  width: 38px;
  height: 1px;
  overflow: hidden;
  background-color: #1496c8;
  position: absolute;
  left: 21%;
  bottom: -5px;
}

.topBar .topNav .mainNav .nav li.tohome a:hover .underline,
.topBar .topNav .mainNav .nav li.tohome a.isNow .underline{
  left: -3px;
}

.topBar .topNav .mainNav .nav li .downIcon {
  background: url(../image/icon-down1.png) no-repeat;
  width: 10px;
  height: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 6px 0 15px;
}
.topBar .topNav .mainNav .nav li.listbox {
  position: relative;
  z-index: 9999;
}
.topBar .topNav .mainNav .nav li.listbox .nav_in_downlist {
  background-color: #fff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  width: 130px;
  padding: 10px 0;
  z-index: 999;
  position: absolute;
  top: 28px;
  right: 0;
}
.topBar .topNav .mainNav .nav li.listbox .nav_in_downlist dd {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.topBar .topNav .mainNav .nav li.listbox .nav_in_downlist dd a {
  color: #999;
}
.topBar .topNav .mainNav .nav li.listbox .nav_in_downlist dd:hover {
  background-color: #1694c8;
}
.topBar .topNav .mainNav .nav li.listbox .nav_in_downlist dd:hover a {
  color: #fff;
}

/*footer
--------------------------------------*/
.Footer {
  background-color: #fff;
}
.Footer .JieShao {
  padding-bottom: 35px;
  overflow: hidden;
}
.Footer .JieShao .part {
  padding-top: 40px;
  text-align: left;
  color: #464646;
}
.Footer .JieShao .part .part-list {
  margin-left: 17%;
}
.Footer .JieShao .part .list-one {
  margin: 0;
}
.Footer .JieShao .part .go-wp {
  margin-left: 15%;
}
.Footer .JieShao .part .follow img {
  margin-right: 10px;
  vertical-align: middle;
}
.Footer .JieShao .part h3 {
  font-size: 24px;
  font-weight: normal;
}
.Footer .JieShao .part ul {
  margin-top: 15px;
}
.Footer .JieShao .part ul li {
  padding-top: 12px;
}
.Footer .JieShao .part ul li a {
  font-size: 14px;
  color: #464646;
  line-height: 1;
}
.Footer .JieShao .part ul li a:hover {
  color: #1694c8;
}
.Footer .JieShao .part .honor {
  margin-top: 20px;
  width: 1220px;
}
.Footer .JieShao .part .honor a {
  float: left;
  display: inline;
  padding-top: 10px;
  height: 46px;
  margin-right:17px;
}
.Footer .JieShao .part .honor a img {
  width: 116px;
  height: 46px;
}
.Footer .Link {
  background-color: #333;
}
.Footer .Link .FriendlyLink {
  padding: 35px 0 75px;
}
.Footer .Link .FriendlyLink h2 {
  font-size: 24px;
  font-weight: normal;
  color: #999;
}
.Footer .Link .FriendlyLink .hd .content{
    margin-top: 25px;
}
.Footer .Link .FriendlyLink .hd .content a {
  line-height: 2;
}
.Footer .Link .FriendlyLink {
  color: #999;
}
.Footer .Link .FriendlyLink a {
  font-size: 14px;
  font-family: SimSun;
  color: #999;
}
.Footer .Link .FriendlyLink a:hover {
  color: #f30;
}
.Footer .Link .FriendlyLink i {
  padding: 0 8px;
  font-style: normal;
}
.Footer .Link .FriendlyLink .bd .aboutUs {
  padding: 30px 0 35px;
  border-bottom: 1px solid #464646;
}
.Footer .Link .FriendlyLink .bd .aboutUs a {
  line-height: 2;
}
.Footer .Link .FriendlyLink .bd .aboutUs .about-R {
  text-align: left;
  width: 350px;
}
.Footer .Link .FriendlyLink .bd .aboutUs .tophone {
  color: #1694c8;
}
.Footer .Link .FriendlyLink .bd .aboutUs .guwen {
  margin-left: 20px;
  color: #999;
}
.Footer .Link .FriendlyLink .bd .copyright {
  margin-top: 40px;
  font-size: 12px;
  color: #999;
}

/*侧边功能
--------------------------------------*/
.kf_border {
  width: 40px;
  background-color: #fff;
  height: 100%;
  position: fixed;
  right: 0px;
  top: 0px;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  z-index: 9999;
}
.function {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 100000;
}
.function .type {
  width: 40px;
  min-height: 390px;
  background-color: #fff;
  z-index: 1000 !important;
}
.function .type li {
  position: relative;
}
.function .type li .type-l {
  width: 40px;
  height: 40px;
  /*90711修改*/
  background-image: url(../image/function90711.png);
  /*90711修改end*/
  background-repeat: no-repeat;
  display: block;
  margin-top: 30px;
}
.function .type li:hover .type-l {
  background-color: #1694c8;
}
.function .type li:hover .typeshow{
    display: block !important;
}
.function .type li a.lsjl {
  background-position: 0 0;
}
.function .type li a.scdp {
  background-position: 0 -70px;
}
.function .type li a.gfrx {
  background-position: 0 -140px;
}
.function .type li a.bzzx {
  background-position: 0 -210px;
}
.function .type li a.yjfk {
  background-position: 0 -280px;
}
.function .type li:hover a.lsjl {
  background-position: -40px 0;
}
.function .type li:hover a.scdp {
  background-position: -40px -70px;
}
.function .type li:hover a.gfrx {
  background-position: -40px -140px;
}
.function .type li:hover a.bzzx {
  background-position: -40px -210px;
}
.function .type li:hover a.yjfk {
  background-position: -40px -280px;
}
.function .type .typeshow {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  position: absolute;
  left: -91px;
  top: -1px;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #464646;
  z-index: 11;
}
.function .type .typeshow .icon {
  background: url(../image/jt.png) right 17px no-repeat;
  width: 5px;
  height: 24px;
  display: block;
  float: right;
  margin-right: -5px;
}
.function .type .typeshow .golink {
  display: block;
}
.function .type .lsjldiv {
  width: 240px;
  height: auto;
  line-height: normal;
  padding: 0 10px;
  left: -261px;
}
.function .type .lsjldiv .icon {
  margin-right: -15px;
}
.function .type .lsjldiv .hd {
  height: 56px;
  line-height: 56px;
  color: #464646;
  padding-left: 20px;
  border-bottom: 1px solid #f2f1f0;
  text-align: left;
}
.function .type .lsjldiv .bd {
  padding: 40px 0 30px;
}
.function .type .lsjldiv .bd .desc {
  color: #999;
  margin-top: 20px;
}
.function .type .lsjldiv .bd .browse {
  width: 92px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #1694c8;
  border-radius: 5px;
  color: #1694c8;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 25px;
}
.function .type .lsjldiv .history {
  padding: 5px 0;
}
.function .type .lsjldiv .history .history-list {
  margin-left: 15px;
  max-height: 370px;
  overflow-y: auto;
  text-align: left;
}
.function .type .lsjldiv .history .history-list .list {
  padding: 15px 0;
  position: relative;
}
.function .type .lsjldiv .history .history-list .list .line {
  width: 200px;
  height: 1px;
  background-color: #f2f1f0;
  overflow: hidden;
  position: absolute;
  left: 6px;
  top: 0;
}
.function .type .lsjldiv .history .history-list .list-first .line {
  height: 0;
}
.function .type .lsjldiv .history .history-list .imgbox {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: -3px;
  width: 20px;
}
.function .type .lsjldiv .history .history-list .imgbox img{
	vertical-align: baseline;
}
.function .type .lsjldiv .history .history-list .linkTitle {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 180px;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  color: #464646;
}
.function .type .lsjldiv .history .history-list .price {
  position: absolute;
  right: 20px;
  bottom: 15px;
  color: #ff4f2b;
}
.function .type .lsjldiv .history .history-list .price b {
  font-size: 12px;
  font-weight: normal;
}
.function .type .gfrxdiv {
  width: 190px;
  left: -191px;
}
.function .type .gfrxdiv .hotline {
  color: #1694c8;
  margin-left: 10px;
}
.to-Top {
  position: fixed;
  right: 0;
  bottom: 10px;
  width: 40px;
  text-align: center;
  z-index: 100000;
}
.to-Top a {
  display: block;
}
.service-Kefu {
  position: fixed;
  right: 40px;
  bottom: 0;
  z-index: 9000;
}
.service-Kefu .kefu {
  width: 240px;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  color: #464646;
  margin-top: -20px;
  position: relative;
  z-index: 9900;
}
.service-Kefu .kefu .hd {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}
.service-Kefu .kefu .hd .title {
  background: url(../image/kefu-1.png) left center no-repeat;
  width: 137px;
  height: 151px;
  position: absolute;
  top: -121px;
}

.service-Kefu .kefu .hd .unfold {
  float: right;
  background: url(../image/up.png) no-repeat;
  width: 13px;
  height: 7px;
  margin-top: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.service-Kefu-up .kefu {
  border: 1px solid #e5e5e5;
  border-right: 0;
}
.service-Kefu-up .kefu .hd {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f2f1f0;
}
.service-Kefu-up .kefu .hd .title {
  background: url(../image/kefu-2.png) left center no-repeat;
  width: 137px;
  height: 170px;
}
.service-Kefu-up .kefu .hd .unfold {
  background: url(../image/down.png) no-repeat;
  margin-top: 23px;
}
.service-Kefu-up .kefu .bd {
  padding: 0 20px;
}

/*分页new
-------------------------------------------*/
.pageNew{
    text-align:center;
    line-height:26px;
    padding: 30px 0 40px;
    font-size: 14px;
    color: #323232;
}
.pageNew .borderBox{
    display:inline-block;
    vertical-align:middle;
    height:28px;
    margin-right: 7px;
}
.pageNew .borderBox .numpage,
.pageNew .borderBox a.nextPage{
    float:left;
    border: 1px solid #787878;
    border-radius: 3px;
    margin-left: 10px;
    width: 26px;
    height: 26px;
    color: #323232;
    background: #fff;
}
.pageNew .borderBox a.nextPage{
    width: auto;
    padding: 0 17px;
}
.pageNew .borderBox a:hover, .pageNew .borderBox a.cur{
    background: #1496c8;
    border-color: #1496c8;
    color: #fff;
}
.pageNew .goTo{
    display:inline-block;
    vertical-align:middle;
    height:28px;
}
.pageNew .pageText{
    display:inline-block;
    height:28px;
    *vertical-align:10px;
    vertical-align: top;
    line-height: 28px;
}
.pageNew .pageTxtBox{
    border: 1px solid #C0C0C0;
    background-color: #fff;
    border-radius: 0;
    width: 50px;
    height: 26px;
    color:#323232;
    text-align: center;
    margin: 0 6px;
    vertical-align: top;
    line-height: 26px;
}
.pageNew .pageOkBtn{
    background: #fff;
    border: 1px solid #787878;
    border-radius: 3px;
    width: 65px;
    height: 28px;
    color: #323232;
    font-size: 14px;
    vertical-align: top;
    margin: 0 6px;
    margin-left: 10px;
    line-height: 1;
}
.pageNew .borderBox, .pageNew .goTo{*display:inline;}

.feedback{
    padding: 40px 60px;
    width: 400px;
    height: 330px;
    background-color: #fff;
    display: none;
}
.feedback .tab a{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 24px;
    color: #464646;
    margin-right: 55px;
    position: relative;
    line-height: 1;
    height: 35px;
}
.feedback .tab_con{
}
.feedback .tab a.cur,
.feedback .tab a:hover{
    color: #1694c8;
}
.feedback .tab a.cur i{
    width: 80%;
    height: 1px;
    background-color: #1694c8;
    position: absolute;
    bottom: 0;
    left: 10%;
}
.feedback .tab_con{
    display: none;
    padding: 30px 0 0;
}
.feedback .input-txt{
    display: block;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    padding: 0px 2.5%;
    width: 95%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background: #fff;
}
.feedback textarea.input-txt{
    height: 130px;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1.5;
}
.feedback .btn{
    display: block;
    width: 100%;
    height: 42px;
    background: #178DC5;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
}
/* IE9+ */
@media all and (min-width:0) {
    .feedback .input-txt{
        padding: 0px 10px;
        box-sizing: border-box;
        width: 100%;
    }
}
.feedback .form-row{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.feedback .row-title{
    font-size: 20px;
    color: #464646;
    margin-bottom: 5px;
}
.feedback .col{
    width: 47%;
}

.function .type li.Top{
    display: none;
}
.function .type li.Top a{
  width: 40px;
  text-align: center;
  margin-top: 30px;
  display: block;
}

/*0805客服弹窗修改*/
.service-Kefu .tx {
  width: 142px;
  height: 115px;
  display: block;
  z-index: 9100;
}
.service-Kefu .tx img{
    width: 100%;
    height: 100%;
}
/*81210修改*/
.service-Kefu .tx .icon-png{
	display: none;
}
/*81210修改end*/
.service-Kefu .kefu .hd .newtitle {
  background: url(../image/icon_kf.png) left center no-repeat;
  padding-left: 30px;
}
.service-Kefu .kefu {
	margin-top: 0;
}

/*客服校验
--------------------------------------*/
.function .type li a.kfjy {
  background-position: 0 -350px;
}
.function .type li:hover a.kfjy {
  background-position: -40px -350px;
}
.function .type .jiaoyan{
    width: 105px;
    left: -106px;
}

@media screen and (max-width: 1220px) {
    .wrapper {
      width: 960px;
    }
    /*footer
    --------------------------------------*/
    .Footer .JieShao .part .part-list {
      margin-left: 13.5%;
    }
    .Footer .JieShao .part .list-one {
      margin-left: 0;
    }
    .Footer .JieShao .part .honor {
      width: 1020px;
    }
    .Footer .Link .aboutUs .about-L, .Footer .Link .aboutUs .about-R {
      float: none;
    }
}

/*180110右侧边栏增加公告列表*/
.function .type li a.gglb {
  background-position: 0 -418px;
}
.function .type li a.gglb_gif{
	background: url(../image/notice_icon_newMsg.gif) center center no-repeat;
}
.function .type li:hover a.gglb,
.function .type li:hover a.gglb_gif {
	background-image: url(../image/function90711.png);
  background-position: -40px -418px;
}
.function .type .lsjldiv .history .notice_list{
	margin-left: 12px;
}
.function .type .lsjldiv .history .notice_list .imgbox{
	width: 6px;
	vertical-align: top;
	margin-top: 5px;
}
.function .type .lsjldiv .history .notice_list .imgbox i{
	display: block;
  	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ccc;
}
.function .type .lsjldiv .history .notice_list .linkTitle{
	max-width: 210px; 
	width: auto;
	height: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1;
	*line-height: normal;
}
.function .type .lsjldiv .history .notice_list .time{
	color: #999;
	margin-left: 11px;
	display: block;
    padding-top: 5px
}
.function .type .lsjldiv .history .notice_list .list{
	padding: 9px 0;
	line-height:1;
}
.function .type .lsjldiv .history .notice_list .linkTitle:hover{
	color: #1496C8;
}

.wxqrcodeImg{
	padding: 5px 0;
}
.wxqrcodeImg img{
	width: 120px;
}
/*0817新增*/
.topBar .topNav .mainNav .nav li.listbox .new{
	position: absolute;
	right: 0;
	top: -8px;
}
.topBar .topNav .mainNav .nav li.listbox .nav_in_downlist dd.new-ymx{
	position: relative;
}
.topBar .topNav .mainNav .nav li.listbox .nav_in_downlist dd.new-ymx .icon{
	position: absolute;
	right: 6px;
	top: -1px;
}
/*1107首页导航图标修改*/
.topBar .topNav .mainNav .nav li .new-icon{
	background: url(../image/icon-head.png) no-repeat;
	position: absolute;
	right: -31px;
	top: -8px;
	width: 31px;
	height: 12px;
	display: inline-block;
}
.topBar .topNav .mainNav .nav li .icon-hot{
	background-position: 0 -12px;
}
.topBar .topNav .mainNav .nav li .icon-new{
	background-position: -31px -12px;
	right: 0;
}

.topBar .topNav .mainNav .nav li .icon-eleven{
	background: url(../image/icon_eleven.png) center top no-repeat;
	position: absolute;
	right: -30px;
	top: -6px;
	width: 28px;
	height: 8px;
}

/*81210修改*/
@media screen and (max-width: 1280px) {
	.kf_border {
      width: 0;
    }
    .function{
    	top: auto;
    	bottom: 375px;
    }
    .function .type {
    	width: 35px;
	    min-height: 370px;
	    padding-top: 5px;
    }
    .function .type li .type-l{
    	width: 35px;
    	height: 35px;
    	margin-top: 20px;
	    /*90711修改*/
	    background-image: url(../image/function_s90711.png);
	    /*90711修改end*/
    }
    .function .type li.first .type-l{
    	margin-top: 10px;
    }
    .function .type li a.scdp{
    	background-position: 0 -55px;
    }
    .function .type li a.bzzx{
    	background-position: 0 -165px;
    }
    .function .type li a.yjfk{
    	background-position: 0 -220px;
    }
    .function .type li a.kfjy{
    	background-position: 0 -275px;
    }
    .function .type li a.gglb{
    	background-position: 0 -330px;
    }
    .function .type li:hover a.lsjl {
		background-position: -35px 0;
	}
	.function .type li:hover a.scdp {
	  	background-position: -35px -55px;
	}
	.function .type li:hover a.bzzx {
   		background-position: -35px -165px;
	}
	.function .type li:hover a.yjfk {
   		background-position: -35px -220px;
	}
	.function .type li:hover a.kfjy {
   		background-position: -35px -275px;
	}
	.function .type li a.gglb_gif{
		background: url(../image/notice_icon_newMsg.gif) center center no-repeat;
	}
    .function .type li:hover a.gglb,
	.function .type li:hover a.gglb_gif {
		background-image: url(../image/function_s90711.png);
	  	background-position: -35px -330px;
	}
    .function .type .typeshow{
    	height: 35px;
    	line-height: 35px;
    }
    .function .type .typeshow .icon{
    	background-position: right 15px; 
    }
    .function .type .lsjldiv{
    	height: auto;
    	line-height: normal;
    }
    .function .type .lsjldiv .history .history-list{
    	max-height: 220px;
    }
    .function .type li.first .lsjldiv .history .history-list{
    	max-height: 290px;
    }
    .function .type li.Top{
      	display: block;
    }
    .function .type li.Top a{
    	width: 35px;
    	margin-top: 26px;
    }
    .to-Top {
      	display: none;
    }
    .service-Kefu{
      	right: 35px;
    }
    .service-Kefu .tx .icon-gif{
		display: none;
	}
    .service-Kefu .tx .icon-png{
		display: block;
	}
    .service-Kefu-up .kefu{
      	border: 1px solid #e5e5e5;
      	width: 240px;
	}
}
/*81210修改end*/

/*元旦修改*/
.service-Kefu .tx-yd{
	width: 180px;
	height: 115px;
}

@media screen and (max-width: 1280px) {
	.service-Kefu .tx-yd{
		width: 92px;
		height: 71px;
		position: static;
	}
}
/*元旦修改end*/

/* 8周年 */
.topBar .logo{
  position:relative;
}
.topBar .yyqd{
  position: absolute;
  width: 143px;
  height: 58px;
  background: url(../image/1yqd.png) no-repeat;
  top: 4px;
  left: 166px;
}

.topBar .topNav .mainNav .nav li .icon-8anniversary{
  width:55px;
  height:16px;
  background: url(../image/1yuan.png);
  top: -15px;
  right: -45px;
  -webkit-animation-name:bounce 0.4s linear infinite alternate;
  -moz-animation-name:bounce 0.4s linear infinite alternate;
  -ms-animation:bounce 0.4s linear infinite alternate;
  animation:bounce 0.4s linear infinite alternate;
}

/* 弹跳 */
@-webkit-keyframes bounce{
    0%{-webkit-transform:translateY(0px)}
    100%{-webkit-transform:translateY(-3px)}
}
@-moz-keyframes bounce{
    0%{-moz-transform:translateY(0px)}
    100%{-moz-transform:translateY(-3px)}
}
@-ms-keyframes bounce{
    0%{-ms-transform:translateY(0px)}
    100%{-ms-transform:translateY(-3px)}
}
@keyframes bounce{
    0%{transform:translateY(0px)}
    100%{transform:translateY(-3px)}
}
@media screen and (max-width: 1220px) {
	.topBar .topNav .mainNav .nav li{
		margin-left:25px;
	}
}

/* 20716修改舞小泡晃动 */
.animPaopao-swing{ 
	-webkit-animation:swingPaopao 7s linear infinite;
	animation:swingPaopao 7s linear infinite;
}
@-webkit-keyframes swingPaopao{
	0% {
		-webkit-transform: translateY(60px) rotate(0);
	}
	15% {
		-webkit-transform: translateY(0) rotate(0);
	}
	19% {
		-webkit-transform: rotate(-10deg);
	}
	21% {
		-webkit-transform: rotate(0)
	}
	23% {
		-webkit-transform: rotate(0deg)
	}
	27% {
		-webkit-transform: rotate(10deg)
	}
	29% {
		-webkit-transform: rotate(0)
	}
	31% {
		-webkit-transform: rotate(0deg);
	}
	35% {
		-webkit-transform: rotate(-10deg);
	}
	37% {
		-webkit-transform: rotate(0)
	}
	39% {
		-webkit-transform: rotate(0deg)
	}
	43% {
		-webkit-transform: rotate(10deg)
	}
	45% {
		-webkit-transform: rotate(0)
	}
	47% {
		-webkit-transform: rotate(0deg)
	}
	51% {
		-webkit-transform: rotate(-10deg)
	}
	53% {
		-webkit-transform: rotate(0)
	}
	55% {
		-webkit-transform: rotate(0deg)
	}
	59% {
		-webkit-transform: rotate(10deg)
	}
	61% {
		-webkit-transform: rotate(0)
	}
	63% {
		-webkit-transform: rotate(0deg)
	}
	67% {
		-webkit-transform: rotate(-10deg)
	}
	69% {
		-webkit-transform: rotate(0)
	}
	71% {
		-webkit-transform: rotate(0deg)
	}
	75% {
		-webkit-transform: rotate(10deg)
	}
	77% {
		-webkit-transform: rotate(0deg)
	}
	81% {
		-webkit-transform: translateY(0) rotate(0)
	}
	96% {
		-webkit-transform: translateY(100px) rotate(0)
	}
	100% {
		-webkit-transform: translateY(60px) rotate(0);
	}
}
@keyframes swingPaopao{
	0% {
		transform: translateY(60px) rotate(0);
	}
	15% {
		transform: translateY(0) rotate(0);
	}
	19% {
		transform: rotate(-10deg);
	}
	21% {
		transform: rotate(0)
	}
	23% {
		transform: rotate(0deg)
	}
	27% {
		transform: rotate(10deg)
	}
	29% {
		transform: rotate(0)
	}
	31% {
		transform: rotate(0deg);
	}
	35% {
		transform: rotate(-10deg);
	}
	37% {
		transform: rotate(0)
	}
	39% {
		transform: rotate(0deg)
	}
	43% {
		transform: rotate(10deg)
	}
	45% {
		transform: rotate(0)
	}
	47% {
		transform: rotate(0deg)
	}
	51% {
		transform: rotate(-10deg)
	}
	53% {
		transform: rotate(0)
	}
	55% {
		transform: rotate(0deg)
	}
	59% {
		transform: rotate(10deg)
	}
	61% {
		transform: rotate(0)
	}
	63% {
		transform: rotate(0deg)
	}
	67% {
		transform: rotate(-10deg)
	}
	69% {
		transform: rotate(0)
	}
	71% {
		transform: rotate(0deg)
	}
	75% {
		transform: rotate(10deg)
	}
	77% {
		transform: rotate(0deg)
	}
	81% {
		transform: translateY(0) rotate(0)
	}
	96% {
		transform: translateY(100px) rotate(0)
	}
	100% {
		transform: translateY(60px) rotate(0);
	}
}

/*90711修改 顶部购买网店*/
.topBar .layui-nav{
	background: none;
	padding: 0;
	border-radius: 0;
}
.topBar .layui-nav *{
	font-size: 16px;
}
.topBar .layui-nav .layui-nav-item{
	line-height: normal;
}
.topBar .layui-nav .layui-nav-item a{
	padding: 0;
}
.topBar .layui-nav .layui-nav-more,
.topBar .layui-nav-bar,
.topBar .layui-nav .layui-this:after{
	display: none;
}
.topBar .layui-nav .layui-nav-child a:hover,
.topBar .topNav .mainNav .nav li.listbox .nav_in_downlist dd:hover{
	background-color: #24bbe4;
	color: #fff;
}
.topBar .layui-nav .layui-nav-child dd.layui-this,
.topBar .layui-nav .layui-nav-child dd.layui-this a{
	background: none;
}
.topBar .topNav .mainNav .nav li.listbox .nav_in_downlist{
	left: auto;
	border: 0;
	width: 113px;
}
.topBar .topNav .mainNav .nav li.listbox .nav_in_downlist dd{
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
}
.topBar .topNav .mainNav .nav li.listbox .nav_in_downlist .last{
	margin-bottom: 0;
}
.topBar .topNav .mainNav .nav li.listbox .nav_in_downlist .icon_shop{
	background: url(../image/icon_shops.png) no-repeat;
	width: 17px;
	height: 17px;
	margin: 0 9px 0 18px;
}
.topBar .topNav .mainNav .nav li.listbox .nav_in_downlist .icon_shop-1{
	background-position: 0 0;
}
.topBar .topNav .mainNav .nav li.listbox .nav_in_downlist .icon_shop-2{
	background-position: 0 -34px;
}
.topBar .topNav .mainNav .nav li.listbox .nav_in_downlist .icon_shop-3{
	background-position: 0 -68px;
}
.topBar .topNav .mainNav .nav li.listbox .nav_in_downlist .icon_shop-4{
	background-position: 0 -103px;
}
.topBar .topNav .mainNav .nav li.listbox .nav_in_downlist .icon_shop-5{
    background: url(../image/icon_shops_dxd.png) no-repeat;
}
.topBar .topNav .mainNav .nav li.listbox .nav_in_downlist dd:hover .icon_shop-4{
	background-position: 0 -137px;
}
.topBar .topNav .mainNav .nav li.listbox .nav_in_downlist dd a{
	letter-spacing: 1px;
}

.topBar .topNav .mainNav .nav li .downIcon{
	width: 12px;
	height: 7px;
	margin: 0 10px 0 7px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../image/icon-down190711.png);
}
.topBar .topNav .mainNav .nav li a:hover .downIcon{
  background-position: 0 -7px;
}
.topBar .topNav .mainNav .nav li.listbox_buy .nav_in_downlist{
	width: 105px;
}
.topBar .topNav .mainNav .nav li.listbox_buy .nav_in_downlist dd{
	text-align: left;
}
.topBar .topNav .mainNav .nav li.listbox_buy .downIcon{
	margin-right: 2px;
}
.function .type .lsjldiv .hd_notice{
	position: relative;
}
.function .type .lsjldiv .hd_notice .gomore{
	position: absolute;
	top: 0;
	right: 3px;
	color: #666;
}
.function .type .lsjldiv .hd_notice .gomore:hover{
	color: #1496C8;
}

/*90711修改end*/

/*=================91216新增============*/
.Footer{
	box-shadow: 0 -5px 21px rgba(85, 87, 97, 0.05);
}
.new_wrapper{
	width: 1200px;
	margin: 0 auto;
}
.newFiliale{
	height: 120px;
	border-bottom: 1px solid #F0F0F0;
}
.newFiliale .fenGS{
	float: left;
	width: 170px;
	height: 96px;
	line-height: 1.2;
	text-align: center;
	position: relative;
	padding: 8px 0 16px;
	z-index: 1;
}
.newFiliale .l_line{
	width: 1px;
	height: 28px;
	float: left;
	margin-top: 47px;
	overflow: hidden;
	background-color: #E8E8E8;
}
.newFiliale .fenGS .region{
	font-size: 22px;
	height: 52px;
}
.newFiliale .fenGS .region .txt{
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-weight: bold;
	border-radius: 10px;	
}
.newFiliale .fenGS .region .txt{
	color: #333;
	margin-top: 10px;
	background-color: #F4F4F4;
	transition: all .36s ease;
}
.newFiliale .fenGS .qc{
	color: #666;
	font-size: 18px;
	margin-top: 9px; 
}
.newFiliale .fenGS .eng{
	color: #dadada;
	font-size: 12px;
}
.newFiliale .fenGS:hover{
	z-index:2;
}
.newFiliale .fenGS:hover .txt,
.newFiliale .fenGS.cur .txt{
	background-color: #DDF1F8;
	color: #1aa0d3;
}
.Footer .JieShao{
	padding-bottom: 52px;
}
.Footer .JieShao .new_part{
	padding-top: 54px;
}
.Footer .JieShao .new_part h3{
	font-size: 18px;
	color: #333;
}
.Footer .JieShao .new_part h3 a{
	color: #333;
}
.Footer .JieShao .new_part h3 a:hover{
	color: #1694c8;
}
.Footer .JieShao .part ul li{
	padding-top: 14px;
}
.Footer .JieShao .new_part ul li a {
	color: #666;
}	
.Footer .JieShao .new_part .part-list{
	height: 183px;
	text-align: left;
	line-height: 1.2;
	padding: 0 68px;
	margin: 0 !important;
	border-right: 1px solid #F0F0F0;
}
.Footer .JieShao .new_part .list-one{
	padding-left: 0 !important;
}
.Footer .JieShao .new_part ul{
	margin-top: 12px;
}
.Footer .JieShao .new_part .hotRx{
	color: #666;
	border: 0;
	width: 167px;
}
.Footer .JieShao .new_part .hotRx dt{
	float: left;
	margin-right: 15px;
	height: 20px;
	width: 19px;
}
.Footer .JieShao .new_part .hotRx dd{
	float: left;
	width: 75%;
}
.Footer .JieShao .new_part .hotRx .number{
	font-size: 20px;
	color: #1aa0d3;
	font-weight: bold;
	padding-top: 6px;
	font-family: Arial;
	padding-bottom: 30px;
	white-space: nowrap;
}
.Footer .JieShao .new_part .hotRx .gw{
	font-size: 16px;
	color: #333;
	padding-top: 6px;
}
.Footer .JieShao .new_part .hotRx .gw a{
	color: #333;
}
.Footer .JieShao .new_part .hotRx .gw a:hover{
	color: #1694c8;
}
.Footer .JieShao .new_part .hotRx .icn, .Footer .JieShao .new_part .hotRx .icnFl{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.Footer .JieShao .new_part .hotRx .icn{
	background: url(../image/new-phone.png);
	width: 19px;
	height: 18px;
	margin-top: 3px;
}
.Footer .JieShao .new_part .hotRx .icnFl{
	background: url(../image/new-fl.png);
	width: 23px;
	height: 23px;
}
.Footer .JieShao .new_part .QRcode{
	text-align: center;
}
.Footer .JieShao .new_part .QRcode p{
	margin-bottom: 10px;
}

.new_honor{
	background-color: #535457;
	padding: 50px 0;
}
.Footer .new_honor .part .honor a{
  float: left;
  display: inline;
  margin-right: 18px;
  margin-bottom: 12px;
}
.Footer .new_honor .part .honor a.mr0{
	margin: 0;
}
.Footer .new_honor .part .honor a img{
  width: 117px;
  height: 53px;
}
.Footer .new_honor .copyright{
	margin-top: 23px;
	color: #a6a7ac;
}
.Footer .new_honor .copyright a{
	color: #a6a7ac;
}
.Footer .new_honor .copyright a:hover{
	color: #1aa0d3;
}
.FooterBase .newFiliale .fenGS .con{
	position: relative;
	z-index: 2;
}
.FooterBase .newFiliale .hoverbg{
	position: absolute;
	left: -1px;
	bottom: 0;
	width: 172px;
	height: 145px;
	background: #fff;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 -14px 21px rgba(85, 87, 97, 0.08);
	display: none;
}
.FooterBase .hovercon{
	position: absolute;
	left: 50%;
	top: -255px;
	z-index: 10;
	text-align: left;
	margin-left: -189px;
	padding-bottom: 22px;
	opacity: 0;
	filter: alpha(opacity=0);
	pointer-events: none;
	transition: all .4s cubic-bezier(.3, .8, .6, 1) .2s;
	-webkit-transition: all .4s cubic-bezier(.3, .8, .6, 1) .2s;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}
.FooterBase .hovercon .main{
	position: relative;
	width: 378px;
	height: 158px;
	padding: 30px 0;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 -10px 46px rgba(85, 87, 97, 0.13);
}
.FooterBase .hovercon .main .icon-sj{
	position: absolute;
	bottom: -7px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -6px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 7px solid #fff;
}
.FooterBase .hovercon .title{
	margin: 0 8%;
	padding-bottom: 20px;
	line-height: 35px;
	border-bottom: 1px solid #e5e5e5;
}
.FooterBase .hovercon .title span{
	font-size: 22px;
	color: #333;
	float: left;
}
.FooterBase .hovercon .todetails{
	float: right;
	width: 88px;
	height: 35px;
	color: #fff;
	font-size: 14px;
	padding-left: 19px;
	background: #1aa0d3;
	border-radius: 10px;
	position: relative;
}
.FooterBase .hovercon .todetails:hover{
	background: #1694C8;
}
.FooterBase .hovercon .todetails .icon{
	position: absolute;
	top: 12px;
	right: 18px;
	width: 6px;
	height: 11px;
	background: url(../image/icon_contact.png) 0 0 no-repeat;
}
.FooterBase .hovercon .address{
	padding-top: 17px;
	margin: 0 4.7% 0 7.4%;
}
.FooterBase .hovercon .address p{
	line-height: 23px;
	padding-left: 33px;
	position: relative;
}
.FooterBase .hovercon .address p .icon{
	position: absolute;
	top: 3px;
	left: 0;
	width: 17px;
	height: 18px;
	background-repeat: no-repeat;
	background-image: url(../image/icon_contact.png);
}
.FooterBase .hovercon .address p .icon1{
	background-position: 0 -14px;
}
.FooterBase .hovercon .address p .icon2{
	background-position: 0 -32px;
}
.FooterBase .hovercon .address .primary{
	color: #333;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
}
.FooterBase .hovercon .address .second{
	color: #666;
	font-size: 14px;
	margin-top: 12px;
}
.FooterBase .newFiliale .fenGS:hover .region .txt{
	color: #fff;
	margin-top: 0;
	background: #1aa0d3;
	box-shadow: 2px 4px 16px rgba(26, 160, 211, 0.26);
}
.FooterBase .newFiliale .fenGS:hover .hoverbg{
	display: block;
}
.FooterBase .newFiliale .fenGS:hover .hovercon{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	pointer-events: auto;
}
/*200106修改*/
.newFiliale .fenGS{
	width: 199px;
}
.newFiliale .fenGS-wh{
	width: 198px;
}
.FooterBase .newFiliale .hoverbg{
	width: 201px;
}
.FooterBase .newFiliale .fenGS-wh .hoverbg{
	width: 200px;
}

/*200115修改*/
.companyDis{
	height: 86px;
	border-bottom: 1px solid #f0f0f0;
}
.companyDis .hd,
.companyDis .bd,
.companyDis .line{
	float: left;
}
.companyDis .line{
	width: 2px;
	height: 13px;
	margin-top: 37px;
	margin-left: 26px;
	background: #dcdcdc;
}
.companyDis .bd{
	padding-left: 17px;
}
.companyDis .comAddress{
	float: left;
	width: 4em;
	height: 52px;
	text-align: center;
	position: relative;
	padding: 21px 0 13px;
	margin: 0 70px;
	overflow: hidden;
}
.companyDis .first{
	margin-left: 22px !important;
}
.companyDis .last{
	margin-right: 0 !important;
	margin-left: 70px;
}
.companyDis .comAddress .pitchon{
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -8px;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 7px solid #e9e9ea;
	border-top: 7px solid #f1f1f1\9;
}
.companyDis .comAddress a{
	display: inline-block;
}
.companyDis .comAddress a .primary{
	color: #666;
	font-size: 18px;
	font-weight: bold;
	margin-top: 9px;
}
.companyDis .comAddress a .second{
	color: #999;
	font-size: 14px;
	display: none;
	margin-top: 4px;
}
.companyDis .comAddress:hover{
	overflow: visible;
}
.companyDis .comAddress:hover a .primary,
.companyDis .comAddress.cur a .primary{
	margin-top: 0;
	color: #1eaadc;
}
.companyDis .comAddress:hover a .second,
.companyDis .comAddress.cur a .second,
.companyDis .comAddress.cur .pitchon{
	display: block;
}
.companyDis .last:hover,
.companyDis .last.cur{
	text-align: center;
}
.FooterBase .hovercon{
	top: -228px;
	padding-bottom: 10px;
}
.FooterBase .companyDis .comAddress:hover .hovercon{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	pointer-events: auto;
}
.FooterBase .companyDis .comAddress:hover .pitchon{
	display: block;
}
@media screen and (max-width: 1600px){
	.FooterBase .hovercon-last{
		left: auto;
		right: 0;
		margin-left: 0;
	}
	.FooterBase .hovercon-last .main .icon-sj{
		left: auto;
		right: 22px;
	}
}

@media screen and (max-width: 1220px){
	.new_wrapper{
		width: 960px;
	}
	.companyDis .comAddress{
		margin: 0 46px;
	}
	.companyDis .last{
		margin-left: 46px;
	}
	.Footer .JieShao .new_part .part-list{
		padding: 0 37px;
	}
}

/*20102修改*/
.topBar .CutLine{
	width: 3px;
	height: 46px;
	overflow: hidden;
	margin: 13px 15px 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../image/logo_line.png);
}
.topBar .toIntro{
	padding-top: 12px;
	text-align: center;
}
.topBar .toIntro .first{
	height: 21px;
}
.topBar .toIntro .bottom{
	padding-top: 4px;
}
.topBar .toIntro a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-top: 2px;
}
.topBar .toIntro a:hover{
	margin-top: 0;
}
.topBar .toAbu{
	width: 101px;
	height: 19px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../image/logo_about.png);
}
.topBar .toGq{
	width: 114px;
	height: 20px;
	background: url(../image/logo_guquan.png);
}
.home-header .topBar .CutLine{
	background-position: -3px 0;
}
.home-header .topBar .toAbu{
	background-position: 0 -19px;
}
.topBar .topNav .mainNav .nav li:first-child{
	margin-left:0 !important;
}
/*200107修改*/
.topBar .logo{
	background: none;
	width: auto;
	height: auto;
}
.topBar .icon-logo{
  width: 159px;
  height: 50px;
  margin-top: 10px;
  background: url(../image/logo.png) center center no-repeat;
}
/*200107修改*/
.home-header .topBar .logo{
	background: none;
}
.home-header .topBar .icon-logo{
	background-image: url(../image/logo_white.png);
}
/*20200404*/

/*200403修改*/
.topBar .topNav .mainNav .nav li.listbox_buy .nav_in_downlist{
	width: 130px;
	right: -17px;
}

/*200417修改*/
.toLive{
	position: fixed;
	right: 167px;
	bottom: 320px;
	z-index: 100;
}
.toLive .zhibofixed{
	position: absolute;
	top: 0;
	right: 0;
}
.toLive a{
	width: 83px;
	height: 99px;
	font-size: 0;
	text-align: center;
	display: inline-block;
	background: url(../image/icon_tolive.png) no-repeat;
	position: relative;
}
.toLive .linebox{
	position: absolute;
	bottom: 54px;
	left: 32px;
	width: 19px;
}
.toLive .linebox span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 3px;
	border-radius: 2px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	bottom: 0;
}
.toLive .linebox span:first-child{
	margin: 0;
}
.toLive .linebox span.line1{
	left: 0;
	height: 13px\9;
	animation: line 0.8s infinite ease-in-out;
}
.toLive .linebox span.line2{
	left: 8px;
	height: 9px\9;
	animation: line 0.8s 0.2s infinite ease-in-out;
}
.toLive .linebox span.line3{
	left: 16px;
	height: 16px\9;
	animation: line 0.8s 0.4s infinite ease-in-out;
}

.toLiveList{
	position: relative;
}
.toLiveList .toLive{
	position: absolute;
	bottom: 120px;
	right: 130px;
}
.service-Kefu-up .toLiveList .toLive{
	right: 20px;
	bottom: 120px;
}
@-webkit-keyframes line {
	0% {
	    height: 0;
	}
	50% {
	    height: 16px;
	}
	100% {
	    height: 0;
	}
}
@keyframs line {
	0% {
	    height: 0;
	}
	50% {
	    height: 16px;
	}
	100% {
	    height: 0;
	}
}

/*20716修改*/
@media screen and (max-width: 1280px) {
	.toLive{
		right: 50px;
		bottom: 260px;
	}
	.toLiveList .toLive{
		right: 40px;
		bottom: 132px;
	}
	.service-Kefu-up .toLiveList .toLive{
		bottom: 120px;
	}
}
/*20716修改end*/


/*20522头部导航修改*/
.topBar .topNav .mainNav .nav li a:hover .underline,
.topBar .topNav .mainNav .nav li a.isNow .underline{
	left: 50% !important;
	margin-left: -19px;
}

/*20504修改*/
.function .type{
	min-height: 460px;
}
.function .type li .type-l{
	background-image: url(../image/function90711.png);
}
.function .type li a.mmgl{
	background-position: 0 -490px;
}
.function .type li:hover a.mmgl {
  background-position: -40px -490px;
}
@media screen and (max-width: 1280px) {
	.function{
		bottom: 430px;
	}
	.function .type{
		min-height: 425px;
	}
	.function .type li .type-l{
		background-image: url(../image/function_s90711.png);
	}
	.function .type li a.mmgl{
		background-position: 0 -385px;
	}
	.function .type li:hover a.mmgl {
	  background-position: -35px -385px;
	}
}

/*优选hot标*/
.topBar .topNav .mainNav .nav li .icon-yxhot{
  position: absolute;
  right: 0;
  top: -6px;
}

/*20701修改*/
.service-zhounian .tx{
	width: 245px;
	height: 197px;
	position: relative;
}
.service-zhounian .tx .userClick{
	position: absolute;
	left: 0;
	bottom: -35px;
	width: 100%;
	height: 100%;
}
.service-zhounian.service-Kefu-up .toLiveList .toLive{
	bottom: 0;
}
.service-zhounian.service-Kefu-up{
	overflow: hidden;
	height: 0;
}
.service-zhounian.showKf{
	height: auto;
	overflow: visible;
}
@media screen and (max-width: 1280px){
	.service-zhounian .zhouniantx{
		position: absolute;
		width: 180px;
		height: 145px;
		top: -145px;
		left: -48px;
	}
	.service-zhounian.service-Kefu-up .tx{
		left: 0;
		top: 0;
	}
	.service-zhounian .zhouniantx .userClick{
		left: 15px;
		bottom: -26px;
	}
	.service-zhounian .toLiveList .toLive{
		bottom: 150px;
	}
}

/*20716修改舞小泡头像*/
.service-KefuNew .fix1{
	position: absolute;
	bottom: 0;
	right: 0;
}
.service-KefuNew .tx {
  position: absolute;
  left: 20px;
  top: -118px;
  width: 131px;
  height: 118px;
}
.service-KefuNew .tx img{
	position: absolute;
}
.service-KefuNew .tx .callImg{
	left: 0;
	top: 13px;
	width: 131px;
	height: 120px;
}
.service-KefuNew .tx .callText{
	top: 0;
	right: -6px;
	width: 80px;
	height: 45px;
}
.service-KefuNew .kefu{
	display: block;
	width: 172px;
	color: #fff;
	font-size: 16px;
	box-shadow: none;
	border-radius: 0;
	text-shadow: -0.5px 1px 0 rgba(14, 145, 221, .35);
	background: url(../image/icon_kfbg.png) no-repeat;
}
.service-KefuNew .kefu .hd{
	height: 32px;
	line-height: 32px;
	padding: 0 22px;
}
.service-KefuNew .kefu .hd .newtitle{
	padding-left: 34px;
	background: url(../image/icon_kfimg.png) left 3px no-repeat;
}

/*210105头部订单进度通知*/
.topBar .topNav .entry .login{
	position: relative;
	z-index: 10000;
}
.topBar .topNav .entry .orderNotice{
	position: absolute;
	top: -4px;
	left: -44px;
	width: 28px;
	height: 28px;
	background: url(../image/icon_headnotice.gif) no-repeat;
}
.topBar .topNav .entry .orderNotice p{
	display: none;
	position: absolute;
	top: 30px;
	left: 50%;
	width: 132px;
	height: 30px;
  color: #666;
	font-size: 12px;
	line-height: 30px;
	margin-left: -69px;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.16);
}
.topBar .topNav .entry .orderNotice .icon-sj{
	position: absolute;
	left: 50%;
	top: -4px;
	width: 0;
	height: 0;
	margin-left: -4px;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: 4px solid #fff;
}
.topBar .topNav .entry .orderNotice:hover p{
	display: block;
}

.home-header .topBar .topNav .entry .orderNotice{
	background: url(../image/icon_headnotice_white.gif) no-repeat;
}

/*20531头部新增会员等级图标*/
.topBar .topNav .entry .user{
	padding-left: 30px;
	position: relative;
}
.topBar .topNav .entry .user .levelIcon{
	position: absolute;
	top: 0;
	left: 3px;
	width: 22px;
	height: 20px;
	background: url(../image/headlevel.png) no-repeat;
}
.topBar .topNav .entry .user .levelIcon1{
	background-position: 0 0;
}
.topBar .topNav .entry .user .levelIcon2{
	background-position: 0 -25px;
}
.topBar .topNav .entry .user .levelIcon3{
	background-position: 0 -50px;
}
.topBar .topNav .entry .user .levelIcon4{
	background-position: 0 -75px;
}
.topBar .topNav .entry .user .levelIcon5{
	background-position: 0 -100px;
}
.topBar .topNav .entry .user .levelIcon6{
	background-position: 0 -125px;
}

/*20230809调研问卷入口*/
.dywjFixed{
	position: fixed;
	bottom: 9%;
	left: 2%;
	z-index: 110;
}
.dywjFixed .fixedCon{
	position: absolute;
	bottom: 0;
	left: 0;
}
.dywjFixed .fixedCon .dywj_img{
	border-radius: 22px;
	box-shadow: 0 4px 14px 0.6px rgba(23, 116, 227, 0.5);
}
.dywjFixed .fixedCon .dywj_img:hover{
	box-shadow: 0 4px 14px 0.6px rgba(23, 116, 227, 0.7);
}
.dywjFixed .fixedCon .closeBox{
	margin-top: 15px;
	text-align: center;
}
.dywjFixed .fixedCon .dywjClose{
	width: 22px;
	height: 22px;
	background-image: url(../image/dywj_close.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.dywjFixed .fixedCon .dywjClose:hover{
	background-position: -25px 0;
}

/* 弹入 */
@-webkit-keyframes bouncein{
  0%{opacity:0;-webkit-transform:scale(0.3)}
  50%{opacity:1;-webkit-transform:scale(1.05)}
  70%{-webkit-transform:scale(0.9)}
  100%{-webkit-transform:scale(1)}
}

@keyframes bouncein{
  0%{opacity:0;transform:scale(0.3)}
  50%{opacity:1;transform:scale(1.05)}
  70%{transform:scale(0.9)}
  100%{transform:scale(1)}
}

/* 弹入 */
.bouncein{
	-webkit-animation: bouncein 1s ease-out backwards;
	animation: bouncein 1s ease-out backwards;
}