@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li, form {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

dl, dt, dd, table {
    margin: 0;
    padding: 0;
    list-style: none;
}

input, button {
    margin: 0;
    padding: 0;
    appearance: none;
    outline: none;
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    font-weight: normal;
}

img {
    border: #4184A9;
}

body a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #c7000a;
}

body {
    font-family: "microsoft yahei";
    font-size: 14px;
    color: #333333;
    /* 背景颜色*/
}


body#ztBackground {
    /* 背景颜色*/
    background:  -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#ffffff));
    background: -webkit-linear-gradient(top, #FFFFFF, #ffffff);
    background: -moz-linear-gradient(top, #FFFFFF, #ffffff);
    background: -o-linear-gradient(top, #FFFFFF, #ffffff);
    background: -ms-linear-gradient(top, #FFFFFF, #ffffff);
    background: linear-gradient(top, #FFFFFF, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#ffffff);
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt25 {
    margin-top: 25px
}

.mt20 {
    margin-top: 20px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb25 {
    margin-bottom: 25px
}

.mb40 {
    margin-bottom: 40px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 15px
}

.pt10 {
    padding-top: 10px
}

.pt40 {
    padding-top: 40px
}

.pt15 {
    padding-top: 15px
}

.pb50 {
    padding-bottom: 50px
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}
.text-con{text-align:content}
.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
    font-size: 0;
    clear: both
}

.inline {
    display: inline
}

.block {
    display: block
}

.inline-block {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.hidden {
    display: none
}

.fll {
    float: left;
}

.flr {
    float: right;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.wrapper {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 1200px;
    padding: 0px 0px;
    background: #FFFFFF;
}

.container {
    width: 100%;
}

.boxCenter {
    margin: 0 auto;
}

.header, .footer {
    width: 100%;
}

.header {
    position: relative;
    z-index: 999;
}

.main {
    position: relative;
    z-index: 2;
}

/*屏幕分辨率大于等于1200px时*/

.main {
    width: 1000px;
    height: auto;
}

.header-top {
    height: 38px;
    background-color: #fcfafa;
    position: relative;
    z-index: 9999;
}

.header-top .welcom {
    float: left;
    line-height: 38px;
}


.header-top ul {
    height: 100%;
    float: right;
    padding: 7px 0;
}

.header-top ul > li {
    float: left;
    height: 24px;
    line-height: 24px;
    position: relative;
    cursor: pointer;
}

.header-top ul > li a {
    font-size: 12px;
    padding: 0 10px 0 40px;
    border-right: 1px solid #333;
    color: #666;
}

.header-top ul > li:last-child a {
    border-right: 0;
}

.header-top ul > li:hover a {
    color: #C7000A;
}

.header-top ul > li.bjhl {
    background: url(../images/top-bar-bjhl-icon.png) no-repeat 9px center;
    background-size: 27px 22px;
}

.header-top ul > li.bjhl:hover {
    background: url(../images/top-bar-bjhl-icon-hover.png) no-repeat 9px center;
    background-size: 27px 22px;
}

.header-top ul > li.jylogo {
    background: url(../images/jylogo.png) no-repeat 9px center;
    background-size: 34px 22px;
}

.header-top ul > li.jylogo:hover {
    background: url(../images/jylogo_hover.png) no-repeat 9px center;
    background-size: 34px 22px;
}

.header-top ul > li.appdownbox {
    background: url(../images/top-bar-app-icon.png) no-repeat 15px center;
}

.header-top ul > li.appdownbox:hover {
    background: url(../images/top-bar-app-icon-hover.png) no-repeat 15px center;
}

.header-top ul > li.wxdownbox {
    background: url(../images/top-bar-wechat-icon.png) no-repeat 10px center;
}

.header-top ul > li.wxdownbox:hover {
    background: url(../images/top-bar-wechat-icon-hover.png) no-repeat 10px center;
}

.header-top ul > li.douyin {
    background: url(../images/top-bar-douyin-icon.png) no-repeat 10px center;
}

.header-top ul > li.douyin:hover {
    background: url(../images/top-bar-douyin-icon-hover.png) no-repeat 10px center;
}

.header-top ul > li.tstel {float: right;line-height: 38px;margin-left:10px;color: #666;}
/*app 下载二维码*/
.app-down {
    display: none;
    width: 130px;
    height: 160px;
    position: absolute;
    background-color: #eee;
    border-radius: 5px;
    behavior: url(../images/ie-css3.htc);
    top: 42px;
    right: 10px;
    -moz-box-shadow: 0px 0px 8px #969696;
    -webkit-box-shadow: 0px 0px 8px #969696;
    box-shadow: 0px 0px 8px #969696;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=125, Strength=9);
}

.app-down ol {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 12px;
    background-color: #EEEEEE;
    border-radius: 5px;
    behavior: url(../images/ie-css3.htc);
    -webkit-box-shadow: 0px 0px 8px #969696;
    box-shadow: 0px 0px 8px #969696;
}

.app-down ol > li:first-child {
    width: 100px;
    padding: 15px 15px 0;
}

.app-down ol > li:first-child img {
    width: 100%;
}

.app-down ol > li.appdown-last-li {
    position: absolute;
    width: 29px;
    height: 19px;
    top: -18px;
    right: 20px;
}

.header-top ul > li:hover div {
    display: block;
}

/*微信  下载二维码*/
.weixin-down {
    display: none;
    width: 260px;
    height: 160px;
    background-color: #EEEEEE;
    position: absolute;
    border-radius: 5px;
    behavior: url(../images/ie-css3.htc);
    top: 42px;
    right: 10px;
    -moz-box-shadow: 0px 0px 8px #969696;
    -webkit-box-shadow: 0px 0px 8px #969696;
    box-shadow: 0px 0px 8px #969696;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=125, Strength=9);
}

.weixin-down div {
    width: 50%;
    height: 100%;
    float: left;
    font-size: 12px;
    text-align: center;
}

.weixin-down div ol {
    width: 130px;
    height: 100%;
}

.weixin-down div ol li:first-child {
    width: 100px;
    padding: 15px 15px 0;
}

.weixin-down div ol li:first-child img {
    width: 100%;
}

.weixin-down i {
    display: block;
    position: absolute;
    width: 29px;
    height: 19px;
    top: -18px;
    right: 20px;
    background: url(../images/top-menu-down-bg.png);
}

/*抖音  下载二维码*/
.douyin-down {
    display: none;
    width: 190px;
    height: 225px;
    position: absolute;
    background-color: #eee;
    border-radius: 5px;
    behavior: url(../images/ie-css3.htc);
    top: 42px;
    right: 10px;
    -moz-box-shadow: 0px 0px 8px #969696;
    -webkit-box-shadow: 0px 0px 8px #969696;
    box-shadow: 0px 0px 8px #969696;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=125, Strength=9);
}

.douyin-down ol {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 12px;
    background-color: #EEEEEE;
    border-radius: 5px;
    behavior: url(../images/ie-css3.htc);
    -webkit-box-shadow: 0px 0px 8px #969696;
    box-shadow: 0px 0px 8px #969696;
}

.douyin-down ol > li:first-child {
    width: 170px;
    padding: 15px 15px 0;
}

.douyin-down ol > li:first-child img {
    width: 100%;
}

.douyin-down ol > li.douyindown-last-li {
    position: absolute;
    width: 29px;
    height: 19px;
    top: -18px;
    right: 20px;
}

.header-top ul > li:hover div {
    display: block;
}

/*logo*/
.header-middle {
    height: 102px;
    position: relative;
    z-index: 0;
    background-color: #fff;
}

.header-logo {
    height: 58px;
    padding: 27px 0 23px;
    float: left;
    width: 40%;
    position: absolute;
}

.header-logo img {
}

.header-right {
    width: 41%;
    float: right;
}

.header-text {
    height: 23px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

/*搜索*/
.head-search {
    width: 480px;
    float: right;
    position: absolute;
    margin-top: 30px;
}

.hot-search {
    width: 480px;
    color: #999;
    height: 14px;
}

.hot-search h5 {
    float: left;
    font-size: 12px;
}

.hot-search a {
    float: left;
    margin-right: 10px;
    color: #999;
    font-size: 12px;
    border-right: 1px #999 solid;
    padding-right: 10px;
    height: 14px;
    line-height: 14px;
}

.hot-search a:last-child {
    border-right: 0px
}

.head-fb-btn {
    position: absolute;
    left: 1010px;
    top: 40px;
    line-height: 36px;
    font-size: 14px;
    height: 36px;
    border: 2px #dd342c solid;
    text-align: center;
    width: 116px;
    color: #dd342c;
}

.head-fb-btn:hover {
    color: #fff;
    background: #dd342c;
}

.head-cord {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 12px;
}

.head-cord .qrcode {
    text-align: center;
}

.base-select {
    position: relative;
    z-index: 10000;
    float: left;
}

.base-select cite {
    width: 96px;
    height: 36px;
    line-height: 36px;
    display: block;
    color: #807a62;
    text-align: center;
    border-right: 1px #ddd solid;
    cursor: pointer;
    font-style: normal;
    background: #f6f6f6;
}

.base-select cite .ico {
    background: url(../images/triangle-down.png) no-repeat;
    display: inline-block;
    width: 7px;
    height: 4px;
    margin-left: 5px;
    -webkit-transition: -webkit-transform .2s ease-out;
    -moz-transition: -moz-transform .2s ease-out;
    -o-transition: -o-transform .2s ease-out;
    -ms-transition: -ms-transform .2s ease-out;
    position: absolute;
    top: 17px;
}

.base-select:hover cite .ico {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.head-location .location_qiehuan {
    position: absolute;
    background: #fff;
    top: -5px;
    z-index: 33;
    width: 88px;
    border: 1px #ddd solid;
    padding-top: 30px;
    display: none;
}

.base-select.search-select {
    width: 98px;
    z-index: 20000 !important;
}

.base-select.search-select ul {
    width: 96px;
    border: 2px solid #de332c;
    background-color: #ffffff;
    position: absolute;
    z-index: 20000 !important;
    top: 36px;
    left: -2px;
    display: none;
}

.base-select.search-select ul li {
    height: 30px;
    line-height: 30px;
    z-index: 20000 !important;
}

.base-select.search-select ul li a {
    display: block;
    height: 30px;
    color: #333333;
    text-decoration: none;
    padding-left: 4px;
    padding-right: 10px;
    text-align: center;
    z-index: 20000 !important;
}

.base-select.search-select ul li a:hover {
    background-color: #f1f1f1;
}

.title-search {
    border: 2px #dd342c solid;
    height: 36px;
}

.title-search-box {
    border: 2px #dd342c solid;
    height: 38px;
}

.title-search .search-input {
    line-height: 34px;
    padding-left: 10px;
    font-size: 12px;
    padding-right: 0px;
}

.title-search .search-button {
    float: right;
    width: 85px;
    height: 36px;
    background: #dd342c;
    border: none;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.title-search .search-button:hover {
    background: #b61109
}

.title-search .search-button i {
    top: 0;
    left: 0;
    width: 82px;
    height: 36px;
    display: block;
    position: absolute;
    overflow: hidden;
}

.field {
    position: relative;
    float: left;
    width: 292px;
}

.field input {
    width: 280px;
    color: #333;
    height: 36px;
    font-size: 12px;
    padding: 0 12px;
    border: 0;
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.field input:focus {
    outline: 0;
}

.field input::-webkit-input-placeholder {
    color: #999;
}

.field input::-moz-placeholder {
    color: #999;
}

/* firefox 19+ */
.field input:-ms-input-placeholder {
    color: #999;
}

/* ie */
.field input:-moz-placeholder {
    color: #999;
}

/*导航*/

.header-nav {
    height: 45px;
}

.header-nav-box {
    background-color: #c7000a;
    height: 45px;
    position: relative;
}

.header-bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 45px;
    background-color: #FCFAFA;
    height: 0;
    box-shadow: 0 0 10px 0 #999999;
    transition: background-color 1s, height .1s;
}


.nav-box {
    position: relative;
}

.nav-box ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.nav-box ul li {
    float: left;
    width: 10%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-left: 1px solid #a40000;
}

.nav-box ul li a {
    font-size: 15px;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.nav-box ul li:hover{
    background-color: #fcfafa;
    color: #C7000A !important;
}
.nav-box ul li a:hover{
    color: #C7000A !important;
}


/*.nav-box-active {

}*/

.nav-box-visited {
    background-color: #ac010a;
    color: #fefefc !important;
}

.header-search-fiexed {
    width: 10%;
    height: 100%;
    float: left;
    display: none;
    overflow: hidden;
    text-align: center;
}

.header-search-fiexed img {
    float: left;
}

.header-input-search {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #C7000A;
    width: 850px;
    height: 45px;
    padding-left: 50px;
    display: none;
}

.header-input-search input {
    width: 100%;
    height: 36px;
    margin: 0;
    line-height: 50px;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    background-color: transparent;
    color: #f0f0f0;
}

.menu-child-box {
    background: #fcfafa;
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0;
    height: 310px;
    z-index: 100;
    display: none;
    padding-top: 40px;
}

.menu-child-box.on {
    display: block;
}

.menu-child-box a:hover {
    color: #c7000a;
}

.menu .menu-child-list1 {
    padding-top: 20px;
    height: auto;
    overflow: hidden;
}

.menu-child-list1 dl {
    width: 200px;
    float: left;
}

.menu-child-list1 dl dt {
    height: 32px;
    line-height: 32px;
    padding-left: 25px;
    text-align: left;
}

.menu-child-list1 dl dt a {
    color: #C7000A;
    font-size: 16px;
    text-align: left;
}

.menu-child-list1 dl dd {
    border-right: 1px dashed #c6c0c0;
    padding-left: 25px;
    padding-bottom: 20px;
}

.menu-child-list1 dl dd a {
    font-size: 14px;
    color: #666666;
}

.menu-child-list1 dl dd div {
    height: 32px;
    line-height: 32px;
    text-align: left;
}

.menu-child-list1 dl.wd1 {
    width: 150px;
}

.menu-child-list1 dl dd div.lev2-title {
    padding-top: 20px;
}

.menu-child-list1 dl dd div.lev2-title a {
    font-size: 16px;
    color: #333333;
}

.menu-child-list1 dl dd.noborder, .menu-child-list2 dl dd.noborder {
    border: 0;
}

.menu-child-list1 dl > dt > a:hover {
    background-color: transparent;
    color: #C7000A;
}

.menu-child-list1 dl > dd a:hover {
    background-color: transparent;
    color: #C7000A;
}

.menu-child-project dd a {
    font-size: 16px;
    color: #333;
}

/*导航下拉样式2*/
.menu .menu-child-list2 {
    padding-top: 30px;
    height: auto;
    overflow: hidden;
}

.menu-child-list2 dl {
    width: 152px;
    float: left;
}

.menu-child-list2 dl dt {
    height: 32px;
    line-height: 32px;
    padding-left: 25px;
    text-align: left;
}

.menu-child-list2 dl dt a {
    color: #C7000A;
    font-size: 16px;
    text-align: left;
}

.nav-box ul li:nth-of-type(5) div.menu-child-box .menu-child-list2 dl dt a {
    color: #333;
}

.nav-box ul li:nth-of-type(5) div.menu-child-box .menu-child-list2 dl dt a:hover {
    color: #c7000a;
}

.menu-child-list2 dl dd {
    border-right: 1px dashed #c6c0c0;
    padding-left: 25px;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.menu-child-list2 dl dd a {
    font-size: 14px;
    color: #666666;
}

.menu-child-list2 dl dd a:hover {
    color: #c7000a;
}

.menu-child-list2 dl dd div {
    height: 28px;
    line-height: 28px;
    text-align: left;
}

.menu-media {
    width: 690px;
    float: right;
    overflow: hidden;
}

.menu-media .menu-media-li {
    width: 309px;
    padding: 21px 15px;
    float: left;
}

.menu-media .menu-media-li .menu-media-li-pic {
    width: 172px;
    height: 107px;
    float: left;
}

.menu-media .menu-media-li .menu-media-li-pic a img {
    width: 100%;
    height: 100%;
}

.menu-media .menu-media-li .menu-media-li-txt {
    padding-left: 15px;
    width: 121px;
    float: left;
}

.menu-media .menu-media-li .menu-media-li-txt h3 {
    height: 28px;
    width: 100%;
    line-height: 28px;
    text-align: left;
    font-size: 14px;;
}

.menu-media .menu-media-li .menu-media-li-txt h3 a, .menu-media .menu-media-li .menu-media-li-txt h3 a {
    color: #333333;
    font-size: 14px;
}

.menu-media .menu-media-li .menu-media-li-txt h3 a:hover {
    color: #c7000a;
}

.menu-media .menu-media-li .menu-media-li-txt p {
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    text-align: left;
    overflow: hidden;
    height: 80px;
}

.menu-child-list2 > dl > dt > a:hover {
    background-color: transparent;
    color: #C7000A;
}

.menu-child-list2 > dl > dd a:hover {
    background-color: transparent;
    color: #C7000A !important;
}

.dt-font {
    text-align: left !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 32px !important;
    margin: 0 !important;
    line-height: 32px !important;
}

.dt-font a {
    color: #333 !important;
    font-size: 16px !important;
}

.dd-font {
    text-align: left !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 32px !important;
    margin: 0 !important;
    line-height: 32px !important;
}

.dd-font a {
    font-size: 16px !important;
    color: #C7000A !important;
}

.border-rgt-none {
    border-right: 0 !important;
}

#menu-child-zhuanlan dl {
    width: 220px;
}

#menu-child-zhuanlan dl dt {
    height: 32px;
    line-height: 32px;
}

#menu-child-zhuanlan .menu-media {
    width: 336px;
}

#menu-child-zhidu .menu-media {
    width: 370px;
}

#menu-child-zhuanlan .firstdd {
    margin-top: -10px !important;
    padding-top: 10px !important;
}

#menu-child-us .menu-media {
    width: 370px;
}

.menu-child-box > div > dl > dd.menu-child-dd {
    border-right: none;
}

.menu-child-box > #menu-child-zhidu > dl > dd.menu-child-dd {
    border-right: none;
    border-left: 1px dashed #c6c0c0;
}

.menu-child-box > #menu-child-member > dl > dd.menu-child-dd a {
    color: #C7000A !important;
}

#menu-child-member dl {
    width: 166px;
}

#menu-child-member .menu-media {
    width: 330px;
}

#menu-child-fuwu dl {
    width: 202px;
}

#menu-child-fuwu .menu-media {
    width: 390px;
}

#nav-search-btn {
    width: 100%;
    height: 100%;
    background: #c7000a;
    cursor: pointer;
}

#nav-search-btn img {
    margin-left: 38px;
}

.base-select cite .ico {
    background: url(../images/triangle-down.png) no-repeat;
    display: inline-block;
    width: 7px;
    height: 4px;
    margin-left: 5px;
    -webkit-transition: -webkit-transform .2s ease-out;
    -moz-transition: -moz-transform .2s ease-out;
    -o-transition: -o-transform .2s ease-out;
    -ms-transition: -ms-transform .2s ease-out;
    position: absolute;
    top: 17px;
}

.base-select:hover cite .ico {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.head-location .location_qiehuan {
    position: absolute;
    background: #fff;
    top: -5px;
    z-index: 33;
    width: 88px;
    border: 1px #ddd solid;
    padding-top: 30px;
    display: none;
}


.footer {
    border-top: 1px solid #b5b5b5;
    margin-top: 25px;
    width: 100%;
}

.footer-pannel {
    height: 150px;
    padding: 15px 0 35px 0;
}

.footer-menu {
    padding-right: 10px;
    float: left;
    width: 95px;
}

.footer-pannel dl dt {
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.footer-pannel dl dt a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.footer-menu dd {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.footer-menu dd a {
    font-size: 12px;
    color: #666666;
}

.footer-yqlj {
    width: 220px;
    float: left;
}

.footer-pannel dl.footer-yqlj dt {
    text-align: left;
}

.footer-yqlj dd {
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.footer-yqlj dd span {
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    background: url(../images/footer-yqlj-icon1.png) no-repeat left center;
    width: 220px;
    display: block;
    font-size: 12px;
    background-size: 100% 100%;
    color: #666;
}

.footer-yqlj dd ul {
    background: #f9f9f9;
    position: absolute;
    left: 0;
    display: none;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    overflow-x: hidden;
    overflow-y: auto;
}

.footer-yqlj dd ul.down1 {
    top: -184px;
    height: 184px;
    border-top: 0;
}

.footer-yqlj dd ul.down2 {
    top: -184px;
    height: 184px;
    border-bottom: 0;
}

.footer-yqlj dd ul.down3 {
    top: -184px;
    height: 184px;
    border-bottom: 0;
}

.footer-yqlj dd ul li {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.footer-yqlj dd ul li a {
    padding: 0 8px;
    color: #666666;
    font-size: 12px;
}

.footer-yqlj dd ul li a:hover {
    color: #666666;
}

.footer-pannel a:hover {
    color: #c7000a;
}

.footer-yqlj dd.on ul {
    display: block;
}

.footer-yqlj dt:nth-of-type(1) a:hover {
    color: #333;
}

.footer-mobile {
    width: 245px;
    float: right;
    font-size: 12px;
}

.footer-mobile dd {
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0 40px;
}

.footer-mobile dd span {
    width: 48px;
    text-align: justify;
    text-justify: inter-ideograph;
    float: left;
}

.footer-mobile dd span b {
    float: right;
    font-weight: normal;
}

.footer-pannel dl.footer-mobile dt {
    height: auto;
    padding-top: 5px;
    line-height: 20px;
}

.footer-pannel dl.footer-mobile dt h3 {
    font-size: 14px;
    color: #000000;
    height: 28px;
    line-height: 28px;
}

.footer-pannel dl.footer-mobile dt p {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
}

.footer-bottom {
    background: #7d7d7d;
    height: 68px;
    line-height: 68px;
    text-align: center;
    color: #fff;
    font-size: 12px;;
}

.footer-bottom img {
    display: inline;
    vertical-align: middle;
    margin-left: 20px;
}

.footer-bottom a span {
    display: inline !important;
    background-color: #c7000a !important;
    margin-left: 17px;
}

#laydate_box {
    border: 1px solid #B3B3B3;
}


.public-ul {
    width: 100%;
    height: 18px;
    margin-top: 30px;
    box-sizing: border-box;
}

.public-ul li {
    float: left;
    height: 100%;
    font-size: 14px;
    padding: 0 15px;
    border-right: 1px solid #b3b3b3;
    line-height: 16px;;
}

.public-ul-active {
    color: #c7000a !important;
}

.public-ul li:last-child {
    border-right: none;
}

.Dg2 {
    width: 500px;
    margin: 0 auto;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
    color: #666;
    padding-left: 8px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

/* 客服样式 */


/* 项目详情页客服样式 */
.cbex_xmKf {
    padding-left: 320px;
    float: left;
    width: 30px;
}

.cbex_xmKf.propertyBtn {
    padding-left: 600px;
}

.cbex_xmKf ul {
    height: 100%;
}

.cbex_xmKf ul li {
    float: left;
    margin-right: 10px;
    line-height: 30px;
    position: relative;
    width: 80px;
    height: 30px;
    border-radius: 5px;
    background-color: #c7000a;
    border: none;
    outline: none;
    cursor: pointer;
}

.cbex_xmKf ul li p {
    font-size: 12px;
    color: #fff;
    text-align: center;
}


/*翻页*/
.pages {
    text-align: center;
    padding: 45px 0;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}

.pages a, .pages span {
    padding: 0 2px;
    color: #333333;
}

.pages a:hover, .pages a.on {
    color: #c7000a;
}

.pages span input {
    width: 20px;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #b3b3b3;
}

.pages span button {
    margin-left: 4px;
    width: 45px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    vertical-align: middle;
    font-size: 12px;
}

@media (max-width: 1200px) {
    body {
        width: 1200px;
    }
}

/*屏幕分辨率大于等于1440px时*/
@media screen and (min-width: 1440px ) {

    .public-ul {
        width: 100%;
        height: 20px;
        margin-top: 20px;
        box-sizing: border-box;
    }

    .public-ul li {
        float: left;
        height: 100%;
        font-size: 16px;
        padding: 0 15px;
        border-right: 1px solid #b3b3b3;
        line-height: 20px;;
    }

    .public-ul-active {
        color: #c7000a !important;
    }

    .public-ul li:last-child {
        border-right: none;
    }

    .main {
        width: 1200px;
    }

    /*头部app区域*/
    .header-top {
        height: 40px;
        background-color: #fcfafa;
    }

    .header-top > .main > ul {
        height: 100%;
        float: right;
        padding: 7px 0;
    }

    .header-top > .main > ul > li {
        float: left;
        height: 26px;
        line-height: 32px;
        position: relative;
    }

    .header-top > .main > ul > li a {
        font-size: 14px;
    }

    .header-top > .main > ul > li:hover a {
        color: #C7000A;
    }

    .weixin-down {
        width: 312px;
        height: 180px;
        line-height: 20px;
        font-size: 14px;
        top: 50px;
    }

    .weixin-down div {
        width: 50%;
        height: 100%;
        float: left;
        font-size: 12px;
        text-align: center;
    }

    .weixin-down div ol {
        width: 156px;
        height: 100%;
    }

    .weixin-down div ol li:first-child {
        width: 126px;
        padding: 15px 15px 0;
    }

    .weixin-down div ol li:first-child img {
        width: 100%;
    }

    .weixin-down i {
        display: block;
        position: absolute;
        width: 29px;
        height: 19px;
        top: -18px;
        right: 20px;
    }

    .app-down {
        width: 160px;
        height: 178px;
        line-height: 20px;
        font-size: 14px;
        top: 50px;
    }

    .app-down ol > li:first-child {
        width: 130px;
        padding: 15px 15px 0;
    }

    /*头部导航区域*/
    .header-middle {
        height: 123px;
    }

    .header-logo {
        padding: 34px 0 29px;
    }

    .header-search {
        height: 40px;
        margin-top: 20px;
        width: 408px;
        background: url(../images/search-bg.jpg) no-repeat;
    }

    .header-search input {
        width: 100%;
        height: 24px;
        border: none;
        background-color: transparent;
        line-height: 24px;
        padding: 8px 0 8px 40px;
        background: url(../images/search-icon-5.png) no-repeat 10px center;
        font-size: 14px;
        color: #999;
        font-family: "Microsoft YaHei";
    }

    #search-btn {
        width: 60px;
        height: 40px;
        position: absolute;
        right: 1px;
        top: 0px;
        background-color: #015794;
        text-align: center;
        line-height: 33px;
        color: #fff;
        font-size: 16px;
    }

    /*头部导航区*/
    .header-nav {
        background-color: #FCFAFA;
        height: 45px;
    }

    .header-nav-box {
        background-color: #c7000a;
        height: 45px;
        line-height: 45px;;
    }

    .header-bg {
        width: 100%;
        position: absolute;
        left: 0;
        top: 45px;
        background-color: #FCFAFA;
    }

    .header-search-fiexed {
        width: 10%;
        height: 100%;
        float: left;
        display: none;
        overflow: hidden;
        text-align: center;
    }

    .header-search-fiexed img {
        float: left;
    }

    .header-input-search {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #C7000A;
        width: 1030px;
        height: 45px;
        padding-left: 50px;
        display: none;
        font-weight: 500;
    }

    .header-input-search input {
        width: 100%;
        height: 32px;
        margin: 0;
        line-height: 36px;
        font-size: 16px;
        border-bottom: 1px solid #f0f0f0;
        background-color: transparent;
        color: #f0f0f0;
    }

    .nav-box {
        position: relative;
    }

    .nav-box ul {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .nav-box ul li {
        float: left;
        width: 12.5%;
        height: 45px;
        text-align: center;
        line-height: 45px;
        border-left: 1px solid #a40000;
        color: #fff;
    }

    .nav-box ul li a {
        color: #fff;
        font-size: 20px;
        display: block;
        width: 100%;
        height: 100%;
    }

/*    .nav-box-active {
        background-color: #fcfafa;
        color: #C7000A !important;
    }*/
    .nav-box ul li:hover{
        background-color: #fcfafa;
    }
    .nav-box ul li a:hover{
        color: #C7000A !important;
    }

    .nav-box-visited {
        background-color: #ac010a;
        color: #fefefc !important;
    }

    .menu-child-box {
        background: #fcfafa;
        width: 100%;
        position: absolute;
        top: 45px;
        left: 0;
        height: 402px;
        z-index: 9999;
        display: none;
        padding-top: 28px;
    }

    .menu-child-box.on {
        display: block;
    }

    .menu-child-box a:hover {
        color: #c7000a;
    }

    .menu .menu-child-list1 {
        padding-top: 20px;
        height: auto;
        overflow: hidden;
    }

    .menu-child-list1 dl {
        width: 230px;
        float: left;
    }

    .menu-child-list1 dl dt {
        height: 36px;
        line-height: 36px;
        padding-left: 30px;
        text-align: left;
    }

    .menu-child-list1 dl dt a {
        color: #C7000A;
        font-size: 18px;
        text-align: left;
    }

    .menu-child-list1 dl dd {
        padding-left: 30px;
        padding-bottom: 20px;
    }

    .menu-child-list1 dl dd a {
        font-size: 16px;
        color: #666666;
    }

    .menu-child-list1 dl dd div {
        height: 36px;
        line-height: 36px;
        text-align: left;
    }

    .menu-child-list1 dl.wd1 {
        width: 180px;
    }

    .menu-child-list1 dl dd div.lev2-title {
        padding-top: 20px;
    }

    .menu-child-list1 dl dd div.lev2-title a {
        font-size: 18px;
        color: #333333;
    }

    .menu-child-list1 dl dd.noborder, .menu-child-list2 dl dd.noborder {
        border: 0;
    }

    .menu-child-list1 dl > dt > a:hover {
        background-color: transparent;
        color: #C7000A;
    }

    .menu-child-list1 dl > dd a:hover {
        background-color: transparent;
        color: #C7000A;
    }

    .menu-child-project dd div {
        line-height: 50px !important;
    }

    /*导航下拉样式2*/
    .menu .menu-child-list2 {
        padding-top: 30px;
        height: auto;
        overflow: hidden;
    }

    .menu-child-list2 dl {
        width: 178px;
        float: left;
    }

    .menu-child-list2 dl dt {
        height: 36px;
        line-height: 32px;
        padding-left: 30px;
        text-align: left;
    }

    .menu-child-list2 dl dt a {
        color: #C7000A;
        font-size: 16px;
        text-align: left;
    }

    .dt-font {
        text-align: left !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: 32px !important;
        margin: 0 !important;
        line-height: 32px !important;
    }

    .dt-font a {
        color: #333 !important;
        font-size: 16px !important;
    }

    .dd-font {
        text-align: left !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: 32px !important;
        margin: 0 !important;
        line-height: 32px !important;
    }

    .dd-font a {
        font-size: 16px !important;
        color: #C7000A !important;
    }

    .nav-box ul li:nth-of-type(5) div.menu-child-box .menu-child-list2 dl dt a {
        color: #333;
    }

    .nav-box ul li:nth-of-type(5) div.menu-child-box .menu-child-list2 dl dt a:hover {
        color: #c7000a;
    }

    .menu-child-list2 dl dd {
        border-right: 1px dashed #c6c0c0;
        padding-left: 30px;
        margin-top: -10px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .menu-child-list2 dl dd a {
        font-size: 16px;
        color: #666666;
    }

    .menu-child-list2 dl dd a:hover {
        color: #c7000a;
    }

    .menu-child-list2 dl dd div {
        height: 32px;
        line-height: 32px;
        text-align: left;
    }

    .menu-child-list2 > dl > dt > a:hover {
        background-color: transparent;
        color: #C7000A;
    }

    .menu-child-list2 > dl > dd a:hover {
        background-color: transparent;
        color: #C7000A !important;
    }

    .menu-media {
        width: 830px;
        float: right;
        overflow: hidden;
    }

    .menu-media .menu-media-li {
        width: 240px;
        padding: 10px 0px 20px;
        float: left;
    }

    .yssc .menu-media .menu-media-li {
        width: 375px;
        /*padding-left: 20px;*/
    }

    .menu-media .menu-media-li .menu-media-li-pic {
        width: 210px;
        height: 130px;
        float: left;
    }

    .menu-media .menu-media-li .menu-media-li-pic a img {
        width: 100%;
        height: 100%;
    }

    .menu-media .menu-media-li .menu-media-li-txt {
        width: 210px;
        float: left;
        padding: 5px 0 0;
        text-align: center;
    }
    .yssc .menu-media .menu-media-li .menu-media-li-txt{
        width: 145px;
        padding-left: 10px;
    }

    .menu-media .menu-media-li .menu-media-li-txt h3 {
        height: 28px;
        line-height: 28px;
        text-align: left;
        font-size: 14px;;
    }

    .menu-media .menu-media-li .menu-media-li-txt h3 a {
        color: #333333;
        font-size: 15px;
        font-weight: bold;
    }

    .menu-media .menu-media-li .menu-media-li-txt h3 a:hover {
        color: #c7000a;
    }

    .menu-media .menu-media-li .menu-media-li-txt p {
        line-height: 20px;
        font-size: 14px;
        color: #666666;
        text-align: left;
        height: 80px;
    }

    #menu-child-zhuanlan dl {
        width: 250px;
    }

    #menu-child-zhuanlan .menu-media {
        width: 448px;
    }

    #menu-child-zhidu .menu-media {
        width: 450px;
    }

    #menu-child-us .menu-media {
        width: 450px;
    }

    .menu-child-box > div > dl > dd.menu-child-dd {
        border-right: none;
    }

    .menu-child-box > #menu-child-zhidu > dl > dd.menu-child-dd {
        border-right: none;
        border-left: 1px dashed #c6c0c0;
    }

    .menu-child-box > #menu-child-member > dl > dd.menu-child-dd a {
        color: #C7000A !important;
    }

    #menu-child-member dl {
        width: 200px;
    }

    #menu-child-member .menu-media {
        width: 400px;
    }

    #menu-child-fuwu dl {
        width: 220px;
    }

    #menu-child-fuwu .menu-media {
        width: 530px;
    }

    #nav-search-btn img {
        margin-left: 48px;
    }

    .footer {
        margin-top: 30px;
        width: 100%;
    }

    .footer-pannel {
        height: 170px;
        padding: 20px 0 45px 0;
    }

    .footer-menu {
        padding-right: 25px;
        float: left;
        width: 105px;
    }

    .footer-pannel dl dt {
        text-align: center;
        height: 32px;
        line-height: 32px;
    }

    .footer-pannel dl dt a {
        font-size: 16px;
        color: #333333;
        font-weight: 500;
    }

    .footer-menu dd {
        height: 32px;
        line-height: 32px;
        text-align: center;
    }

    .footer-menu dd a {
        font-size: 14px;
        color: #666666;
    }

    .footer-yqlj {
        width: 230px;
        float: left;
    }

    .footer-pannel dl.footer-yqlj dt {
        text-align: left;
    }

    .footer-yqlj dd {
        width: 100%;
        position: relative;
        margin-top: 10px;
    }

    .footer-yqlj dd span {
        height: 35px;
        line-height: 35px;
        padding-left: 5px;
        background: url(../images/footer-yqlj-icon.png) no-repeat left center;
        width: 230px;
        display: block;
        font-size: 12px;
        background-size: 100% 100%;
	}

    .footer-yqlj dd ul {
        background: #f9f9f9;
        position: absolute;
        top: 35px;
        left: 0;
        display: none;
        z-index: 100;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #f0f0f0;
        height: 200px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .footer-yqlj dd ul.down1 {
        top: -195px;
        height: 195px;
        border-top: 0;
    }

    .footer-yqlj dd ul.down2 {
        top: -195px;
        height: 195px;
        border-bottom: 0;
    }

    .footer-yqlj dd ul.down3 {
        top: -195px;
        height: 195px;
        border-bottom: 0;
    }

    .footer-yqlj dd ul li {
        height: 32px;
        line-height: 32px;
        cursor: pointer;
    }

    .footer-yqlj dd ul li a {
        padding: 0 10px;
        color: #666666;
    }

    .footer-yqlj dd ul li a:hover {
        color: #666666;
    }

    .footer-pannel a:hover {
        color: #c7000a;
    }

    .footer-yqlj dd.on ul {
        display: block;
    }

    .footer-mobile {
        width: 320px;
        float: right;
    }

    .footer-mobile dd {
        height: 30px;
        line-height: 30px;
        text-align: center;
        padding: 0 64px;
    }

    .footer-mobile dd span {
        text-align: justify; /*text-justify:inter-ideograph;*/
        float: left;
    }

    .footer-mobile dd span b {
        float: right;
        font-weight: normal;
    }

    .footer-pannel dl.footer-mobile dt {
        height: auto;
        padding-top: 5px;
        line-height: 24px;
    }

    .footer-pannel dl.footer-mobile dt h3 {
        font-size: 18px;
        color: #000000;
        height: 30px;
        line-height: 30px;
    }

    .footer-pannel dl.footer-mobile dt p {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }

    .footer-bottom {
        background: #7d7d7d;
        height: 68px;
        line-height: 68px;
        text-align: center;
        color: #fff;
    }

    .footer-bottom img {
        display: inline;
        vertical-align: middle;
        margin-left: 20px;
    }

    /*翻页*/
    .pages {
        text-align: center;
        padding: 50px 0;
        height: 30px;
        line-height: 30px;
    }

    .pages a, .pages span {
        padding: 0 2px;
        color: #333333;
    }

    .pages a:hover, .pages a.on {
        color: #c7000a;
    }

    .pages span input {
        width: 25px;
        text-align: center;
        padding: 0;
        vertical-align: middle;
        border: 1px solid #b3b3b3;
    }

    .pages span button {
        margin-left: 4px;
        width: 48px;
        height: 24px;
        line-height: 24px;
        padding: 0;
        vertical-align: middle;
    }


    /* 项目详情页客服样式 */
    .cbex_xmKf {
        padding-left: 320px;
        float: left;
        width: 30px;
    }

    .cbex_xmKf.propertyBtn {
        padding-left: 800px;
    }

    .cbex_xmKf ul {
        height: 100%;
    }

    .cbex_xmKf ul li {
        float: left;
        margin-right: 10px;
        line-height: 30px;
        position: relative;
        width: 80px;
        height: 30px;
        border-radius: 5px;
        background-color: #c7000a;
        border: none;
        outline: none;
        cursor: pointer;
    }

    .cbex_xmKf ul li p {
        font-size: 12px;
        color: #fff;
        text-align: center;
    }

}

.vab-width {
    width: 1200px;
    margin: 0 auto;
}

/* è”ç³»æˆ‘ä»¬ */
.footer-main .footer-link {
    margin: 0 20px 0 30px;
    max-width: 679px;
}

.divInput {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    border-radius: 2px;
}

.divInput .option-li {
    position: absolute;
    bottom: 34px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
    display: none;
    z-index: 999;
    width: 215px;
}

.divInput .input-cls:hover .option-li {
    display: block;
    color: red;
}

.divInput .input-cls input {
    height: 34px;
    width: 215px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    padding: 10px;
    color: #fff;
    border: 1px solid #7676760a;
    box-sizing: border-box;
    cursor: pointer;
}

.divInput .input-cls img {
    position: absolute;
    right: 10px;
    top: 12px;
    transform: rotate(90deg);
    width: 12px;
}

.divInput .option-li ul {
    margin-bottom: 0;
    padding: 0;
}

.divInput .option-li ul li {
    list-style: none;
    height: 32px;
    line-height: 32px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 215px;
}

.divInput .option-li ul li :hover {
    color: #BE956B;
}

.divInput .option-li ul li a {
    text-decoration: none;
    color: #FFF;
    padding-left: 6px;
}

/* å…³äºŽæˆ‘ä»¬ */
.footer-contact .contact-content {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.contact-content img {
    margin-left: 5px;
}

.footer-contact .contact-platform {
    margin-top: 5px;
    font-size: 12px;
    max-width: 70px;
    min-height: 28px;
    text-align: center;
}

/* æŠ•è¯‰ç”µè¯ */
.footer-phone .phone {
    background-color: #3b50e7;
    padding: 22px;
}

.footer-phone .phone p {
    letter-spacing: 2px;
}

.footer-phone .phone p:last-of-type {
    padding-top: 20px;
    letter-spacing: 8px;
}

/* åˆ†å‰²çº¿ */
.footer-wrapper .footer-divider {
    border: 1px solid;
    border-image: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)) 1 1;
}

.footer-wrapper .footer-desc {
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
}

.footer-wrapper .footer-desc p {
    display: inline-block;
    font-size: 12px;
    margin-left: 20px;
}

/* é¡µè„šäºŒç»´ç å­—ä½“ */
.footer-wrapper .contact-platform {
    line-height: 12px !important;
}

.roate {
    transform: rotate(-90deg) !important;
}

.nav-ywzn-list {
    display: flex;
    justify-content: flex-end;
}

.nav-ywzn-list a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* font-family: 'Arial Negreta', 'Arial Normal', 'Arial'; */
    font-weight: 700;
    font-style: normal;
    color: #333333;
    /* font-size: 18px; */
    text-decoration: none;
    margin-right: 30px;
    position: initial;
    height: initial;
    width: initial;
}

.nav-ywzn-list .nav-left-icon-area {
    margin-top: 30px;
    position: relative;
    left: 0;
    top: 0;
}

.nav-ywzn-list .outerIcon {
    height: 80px;
    width: 80px;
}

.nav-ywzn-list .innerIcon {
    height: 36px;
    width: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pub-module li:not(.th):hover {
    background-color: #fdf6f6;
}

/*项目排序*/

.select {
    padding: 5px 10px;
}

.select > li {
    list-style: none;
    padding: 10px 30px 5px 100px;
    position: relative;
}

.select .select-list.w50 {
    float: left;
    width: 470px;
}

.select .select-list-bot {
    border-top: 1px #e6e6e6 dashed;
    padding-left: 10px;
}

.select dl {
    zoom: 1;
    position: relative;
    line-height: 24px;
}

.select dl:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden
}

.select dt {
    width: 100px;
    margin-bottom: 5px;
    position: absolute;
    top: 0;
    left: -100px;
    text-align: right;
    color: #666;
    height: 24px;
    line-height: 24px
}

.select dd {
    float: left;
    display: inline;
    margin: 0 0 5px 5px;
}

.select a {
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    height: 24px;
    border: 1px #fff solid;
    padding: 0 10px;
    text-decoration: none;
    color: #333;
    border-radius: 50px;
}

.select a:hover {
    color: #dd342c;
    border: 1px #dd342c solid;
}

.select .selected a {
    color: #dd342c;
    border: 1px #dd342c solid;
}

.select-result dt {
    font-weight: bold
}

.select-no {
    color: #999
}


.box-menu {
    width: 100%
}

.box-menu .item {
    float: left;
    margin-right: 10px;
    line-height: 24px;
}

.box-menu .item input {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.select-list-bot .boxTop {
    position: relative;
    z-index: 25;
    display: inline-block;
}

.select-list-bot .boxTop input {
    width: 50px;
    height: 25px;
    padding: 0px 5px;
    border: 1px solid #e1e1e1;
    background: #fff;
    font-family: 'microsoft yahei';
    outline: none;
    float: left;
}

.select-list-bot .boxTop input.ip1 {
    margin-right: 2px;
}

.select-list-bot .boxTop input.ip2 {
    margin-left: 2px;
}

.select-list-bot .boxTop .money-btn {
    border: 0px;
}


.select .organization-search dd {
    width: 200px;
}

.select .organization-search dd.select-all {
    width: inherit;
    height: 70px;
}


.select-list-bot .img-btn {
    background: no-repeat center/contain;
    border-radius: 0;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.select-list-bot .img-btn.card {
    background-image: url("../../images/purchase/card.png");
}

.select-list-bot .img-btn.card.active, .select-list-bot .img-btn.card:hover {
    background-image: url("../../images/purchase/card_active.png");
    border-color: transparent;
}

.select-list-bot .img-btn.list {
    background-image: url("../../images/purchase/list.png")
}

.select-list-bot .img-btn.list.active, .select-list-bot .img-btn.list:hover {
    background-image: url("../../images/purchase/list_active.png");
    border-color: transparent;
}


.select-list-bot .location {
    padding-right: 10px;
    line-height: 25px;
    height: 25px;
    position: relative;
    z-index: 44;
    cursor: pointer;
    border: 0px;
}

.select-list-bot .location:hover {
    border: 0px;
}

.select-list-bot .location i {
    background: url(../images/triangle-down.png) no-repeat;
    display: inline-block;
    width: 7px;
    height: 4px;
    margin-top: 10px;
    float: right;
    margin-left: 5px;
    -webkit-transition: -webkit-transform .2s ease-out;
    -moz-transition: -moz-transform .2s ease-out;
    -o-transition: -o-transform .2s ease-out;
    -ms-transition: -ms-transform .2s ease-out;
}

.select-list-bot .location:hover i {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.select-list-bot .location.curr i {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.select-list-bot .location .icon-jiage {
    background: url(../images/js_ico.png) no-repeat -5px -5px;
    display: inline-block;
    line-height: 10px;
    vertical-align: middle;
    margin-left: 4px;
    width: 8px;
    height: 13px;
}

.select-list-bot .location .icon-jiage2 {
    background: url(../images/js_ico.png) no-repeat -60px -5px;
    display: inline-block;
    line-height: 10px;
    vertical-align: middle;
    margin-left: 4px;
    width: 8px;
    height: 13px;
}

.select-list-bot .location.up .icon-jiage {
    background-position: -20px -5px;
}

.select-list-bot .location.down .icon-jiage {
    background-position: -33px -5px;
}

.select-list-bot .location.curr .icon-jiage2 {
    background-position: -83px -5px;
}

.fcdd3 {
    color: #dd342c;
}


/* 分页 */
#pages {
    padding: 14px 0 10px;
	font-family: 宋体, serif;
    text-align: center;
}

#pages li {
    display: inline-block;
}

#pages a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 10px;
    float: left;
}

#pages a.a1 {
    background: url(../images/pages.png) no-repeat 0 5px;
    width: 56px;
    padding: 0
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none
}

#pages span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #5a85b2;
    border: 1px solid #5a85b2;
    color: #fff;
    text-align: center;
    padding: 0 10px
}

.page .noPage {
    display: inline-block;
    width: 56px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}
