@charset "utf-8";
/* 
@font-face {
    font-family: "HONORSansCN";
    src: url('../images/HONORSansCN-Light.ttf') format('truetype');
} */

body,
input,
button,
select,
textarea {
    font: 14px/1.6 "PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
    background: #f5f5f5;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    color: inherit;
    font-weight: normal;
    font-family: "normal";
    font-size: 14px;
    box-sizing: border-box;
    font-style: normal;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.w100 {
    width: 100%;
    overflow: hidden;
}

.w1280 {
    width: 1200px;
    margin: 0 auto;
}

.index-ad {
    width: 1280px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}

.index-ad img {
    width: 1280px;
    height: auto;

}

.index-ad a {
    line-height: 0;
    display: block;
}


/* 页码  */
.pages {
    padding: 40px 0;
    font-size: 16px;
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pages a,
.pages b {
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    padding: 0 15px;
    border-radius: 2px;
    background: #f1f1f1;
}

.pages b {
    background: #006ab7;
    color: #fff;
}

.pages .a1 {
    width: 80px;
    position: relative;
}

.pages .a1::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .03;
}

.pages .a1:hover {
    color: #006ab7;
}

.pages .a1:hover::after {
    background-color: currentColor;
}

.pages .a1.a1f {
    color: #ccc;
    cursor: default;
}

.pages .a1.a1f:hover {
    color: #ccc !important;
}

.pages .a1.a1f:hover::after {
    background-color: #000;
}

.pages a:not(.a1):hover {
    background: #006ab7;
    color: #fff;
}

.pages i {
    margin-left: 4px;
    margin-right: 4px;
    color: #999;
    display: inline-block;
    vertical-align: 4px;
}

/* 详情页页码  */
.page {
    background-color: #f7f8f9;
    height: 56px;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page p {
    color: #999;
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    flex: 50% 0 1;
    padding-left: 20px;
}


/* 首页头部 */
.wnav {
    width: 100%;
    font-size: 0;
    line-height: 0;
    background: #182a4f;
    color: #fff;
    position: relative;
    z-index: 2;
}

.wnav_w {
    width: 1280px;
    margin: 0 auto;
    height: 30px;
    color: #fff;
}

.weyu {
    float: left;
}

.weyu a {
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    float: left;
}

.weyu span {
    float: left;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
}

div#site_menu {
    display: block;
    float: left;
    margin-right: 10px;
    line-height: 60px;
    font-size: 13px;
}

.site_menu {
    display: none;
}

.site span {
    color: #717171;
    float: left;
    height: 40px;
    margin-right: 10px;
    line-height: 40px;
}
span.area_ms {
    color: #fff;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 0 6px 0 8px;
    color: #ffffff;
    float: right;
}
.city2024 {
    position: relative;
    cursor: pointer;
    height: 30px;
    float: left;
    display: inline-block;
    line-height: 30px;
    margin-left: 10px;
}

a.cur2024 {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 0 6px 0 8px;
    color: #ffffff;
}

i.fgx {
    height: 12px;
    display: inline-block;
    border: 1px solid #cdcdcd;
}

.city2024 a.cur2024 i {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right-color: #3C68ED;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: 0 0;
    margin-top: 13px;
    margin-left: 8px;
    float: right;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    -webkit-transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
}



.city2024:hover {
    /* background-color: #fff; */
    /* box-shadow: 0 0 4px #dbdbdb */
}

.city2024:hover .city-list {
    margin-top: 0;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.city2024:hover a i {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right-color: #3C68ED;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: 0 0;
    margin-top: 13px;
    float: right;
    margin-left: 8px;
    -ms-transform-origin: 75% 25%;
    transform-origin: 75% 25%;
    -webkit-transform-origin: 75% 25%;
    -moz-transform-origin: 75% 25%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    -webkit-transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s
}

.city2024 .city-list {
    background: #182a4f;
    padding-bottom: 3px;
    position: absolute;
    padding-left: 11px;
    top: 30px;
    width: 250px;
    z-index: 669;
    box-shadow: 0 2px 4px #dbdbdb;
    left: 0;
    opacity: 1;
    margin-top: -10px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: opacity 0.3s,margin 0.3s;
    -webkit-transition: opacity 0.3s,margin 0.3s;
    -moz-transition: opacity 0.3s,margin 0.3s;
    -ms-transition: opacity 0.3s,margin 0.3s;
    -o-transition: opacity 0.3s,margin 0.3s;

}

.city2024 .city-list dl::after {
    content: '';
    display: block;
    clear: both
}

.city2024 .city-list dl dt {
    color: #ffffff;
    line-height: 28px;
    padding-top: 5px;
    padding-left: 8px;
    font-size: 13px;
}

.city2024 .city-list dl dd {
    float: left
}

.city2024 .city-list dl dd a {
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    font-size: 13px;
}

.city2024 .city-list dl dd a:hover {
    color: #3C68ED
}

.city2024 .city-list .more_city {
    position: absolute;
    right: 28px;
    bottom: 3px;
    padding: 0;
    line-height: 30px;
    height: 30px;
    font-size: 13px;
}

.city2024 .city-list .more_city:hover {
    color: #3C68ED
}



.wtuser {
    float: right;
}

.kfu span {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    padding-right: 10px;
}



.kfbox {
    width: 285px;
    padding: 15px;
    position: absolute;
    left: 0;
    display: block;
    overflow: hidden;
    top: 30px;
    background: #182a4f;
    color: #fff;
    opacity: 1;
    box-shadow: 0 2px 4px #dbdbdb;
    margin-top: -10px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: opacity 0.3s,margin 0.3s;
    -webkit-transition: opacity 0.3s,margin 0.3s;
    -moz-transition: opacity 0.3s,margin 0.3s;
    -ms-transition: opacity 0.3s,margin 0.3s;
    -o-transition: opacity 0.3s,margin 0.3s;
}

.kfu:hover .kfbox{
    margin-top: 0;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}


.kfbox::before {

    border-right: 1px solid #f3f3f3;
}

.kfleft {
    float: left;
    text-align: center;
    width: 100px;
}

.kfleft img {
    width: 100px;
    float: left;
}

.kfleft span {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 13px;
}

.kfright {
    float: left;
    overflow: hidden;
    width: 140px;
    color: #fff;
    font-size: 13px;
    margin-left: 15px;
}

.kfright li {
    height: 35px;
    line-height: 35px;
}

.kfright li a {
    padding-left: 30px;
    position: relative;
    display: inline-block;
}

.kfright li a span {
    /* margin-left: 15px; */
    width: 140px;
    display: inline-block;
    font-size: 14px;
    text-align: left;
}

a.qqico::before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(../images/qq.png) no-repeat;
    background-size: 20px;
    left: 0px;
    top: 6px;
}
a.tico::before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(../images/tell.png) no-repeat;
    background-size: 20px;
    left: 0px;
    top: 6px;
}
a.wxhico::before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(../images/wxdl.png) no-repeat;
    background-size: 20px;
    left: 0px;
    top: 6px;
}

.kft {
    float: left;
    display: inline-block;
    font-size: 13px;
}

.kfu {
    float: left;
    position: relative;
}

.kft li {
    line-height: 30px;
    height: 30px;
    float: left;
    padding: 0px 5px;
}

.kft li span {
    color: #ffaa00;
    margin-left: 10px;
}
.kfu span  i {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right-color: #3C68ED;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: 0 0;
    margin-top: 13px;
    /* margin-left: 8px; */
    float: right;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    -webkit-transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
}

.kfbot {
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
}

.kfbot a {
    background: #fa0;
    width: 100%;
    font-size: 13px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    position: relative;
}
.kfbot a::before{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../images/zxkf.png) no-repeat;
    top: 4px;
    bottom: 0px;
    background-size: 20px;
    left: 80px;
}

/* 导航部分 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.topNav {
    position: relative;
    z-index: 1;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #EDEEF0;
    font-size: 14px;
    margin-top: 40px;
}

.topNav-width {
    width: 1040px;
    margin: 0 auto;
}

.topNav h3 {
    font-weight: normal;
    font-size: 100%;
}

.topNav dl {
    zoom: 1;
}

.topNav .tnLeft {
    float: left;
}

.topNav .tnRight {
    float: right;
}

.topNav dd {
    float: left;
    position: relative;
}

.topNav dd h3 {
    float: left;
}

.topNav dd h3 a {
    display: inline-block;
    zoom: 1;
    padding: 0px 15px;
    font-size: 16px;
}

.topNav dd h3 a i {
    display: inline-block;
    width: 8px;
    height: 5px;
    margin: 0 0 0 5px;
    overflow: hidden;
    vertical-align: middle;
    font-size: 12px;
    line-height: 13px;
    background: url(../images/icon.png) 0 -61px no-repeat;
}

.topNav dd h3 a:hover,
.topNav dd.on h3 a {
    color: #FF8400;
    font-weight: bolder;
}

.topNav .welcome {
    padding-right: 15px;
    color: #FF8400;
}

.topNav .welcome a {
    color: #FF8400;
    padding-left: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    position: relative;
    font-weight: bold;
    font-size: 18px;
}
.topNav .welcome a::before{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../images/caisetell.png) no-repeat;
    background-size: 20px;
    top: -2px;
    left: 0px;
    background-position: center;
}
.topNav dd ul {
    display: none;
    /*默认隐藏*/
    position: absolute;
    width: 110px;
    top: 60px;
    left: 0;
    border-top: 0;
    background: #fff;
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
}

.topNav dd ul li {
    line-height: 35px;
    /* border-bottom: 1px solid #FECC5B; */
}

.topNav dd ul li a {
    display: block;
    color: #333;
    padding: 0 15px;
    font-size: 16px;
}

.topNav dd ul li a:hover {
    color: #E67902;
}

.topNav dd ul li a span {
    color: #FF8400;
    margin-left: 5px;
}

.navbg {
    height: 120px;
    width: 100%;
    background: #fff;
}

.nav {
    width: 1280px;
    margin: 0 auto;
}
.logo {
    width: 240px;
    float: left;
    height: 120px;
}
.logo img {
    height: 80px;
    margin-top: 20px;
    width: 240px;
}

.inav {
    float: left;
    width: 1040px;
    height: 120px;
    border-bottom: 1px solid #EDEEF0;
    position: relative;
}
.wms {
    width: 100%;
    position: absolute;
    top: 20px;
}

.wms span {
    line-height: 40px;
    font-size: 13px;
    padding: 6px 15px;
    border: 1px solid #006ab7;
    height: 40px;
    border-radius: 30px;
    position: relative;
    padding-left: 35px;
}
.wms span::before{
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(../images/zhuanye.png) no-repeat;
    background-size: 18px;
    background-position: center;
    left: 10px;
    top: 0px;
}
dd.welcome {
float: right;
    width: 170px;
    line-height: 40px;
    height: 40px;
    border-radius: 30px;
    position: relative;
    padding-left: 30px;
    text-align: center;
}
dd.welcome::before{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../images/caisetell.png) no-repeat;
    background-size: 20px;
    top: 10px;
    left: 8px;
}
dd.welcome a {
    font-size: 18px;
    /*font-weight: bold;*/
    /*font-family: "PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;*/
}


/* 底部 */
.footer {
    position: relative;
    z-index: 1;

    width: 100%;
    /*background: url(../images/footer-bg.jpg) no-repeat center;*/
    background: #000;
    background-size: cover;
}
.foot {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    padding-bottom: 60px;
}

.foot_logo {
    float: left;
    width: 400px;
    margin-top: 60px;
}

.foot_logo img {
    height: 120px;
}

.foot_logo span {
    font-size: 14px;
    padding: 10px;
    color: #a5a5a5;
}

.foot_ser {
    float: left;
    width: 530px;
    margin-top: 60px;
}

.footer_contact {
    float: left;
    width: 350px;
    margin-top: 60px;
}



.fuwulist {
    width: 100%;
    margin-top: 15px;
}

.fwitem {
    overflow: hidden;
    width: 80px;
    float: left;
    text-align: left;
    margin-right: 30px;
}

.fwitem_t {    
}
.fwitem_t a {
    position: relative;
    color: #006ab7;
    font-weight: bold;
    display: inherit;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #525252;
    
    padding:0px;
    text-align: center;
}
.fwitem_list {
    float: left;
}

.fwitem_list li {
    float: left;
    margin-right: 5px;
    height: 40px;
    line-height: 40px;
}

.fwitem_list li a {
    padding-left: 10px;
    position: relative;
    color: #949494;
}
.fwitem_list li a:hover{
    color: #ca0000;
    transition: 0.3s linear;
}
.fwitem_list li a::before{
   /* content: ''; */
   width: 4px;
   height: 4px;
   position: absolute;
   background: #fff;
   top: 6px;
   left: 0px;
   border-radius: 3px;
}

.zy_footer_item h3 {
    padding: 5px 10px 15px 0;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    color: #a5a5a5;
}

.zy_footer_item span {
    padding: 5px 5px 5px 0;
    line-height: 20px;
    font-size: 14px;
    color: #afafaf;
    width: 100%;
    display: inline-block;
}

.zy_qrcode {
    width: 100%;
}

.zycol {
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.zycol p {
    line-height: 30px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    width: 80px;
    color: #a5a5a5;
}

.qrcode_wrap {
    position: relative;
}

.qrcode_wrap img {
    z-index: 10;
    left: 0;
    top: 0;
    transition: max-width .2s;
    max-width: 80px;
    max-height: 80px;
}
.qrcode_wrap:hover .zy_qrcode_image {
    position: absolute;
    z-index: 305;
    max-width: 140px;
    max-height: 140px;
    box-shadow: 0 0 20px 0 rgba(20, 34, 67, .1)
}
.jdc-qrcode {
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
}


 .zycol:last-child .zy_qrcode_image {
    right: 0;
    left: auto;
}

.banquan {
    border-top: 1px solid #464545;
    font-size: 14px;
    color: #fff;
}
.bqbox {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
.bqbox {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

ul.banquan_l {
    float: left;
}
ul.banquan_l p {
    width: 100%;
    line-height: 40px;
    color: #a5a5a5;
}

ul.banquan_l p a {
    float: left;
    margin-right: 15px;
    color: #b1b1b1;
}
ul.footer_law {
    float: right;
}

ul.footer_law li {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 15px;
}

ul.footer_law li a {
    font-size: 14px;
    color: #a5a5a5;
}

ul.footer_law li a:hover{
    color: #ca0000;
    transition: 0.3s linear;
}

.city_area {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
}

.city_area li {
    float: left;
    margin-right: 15px;
}

.city_area li a {
    font-size: 16px;
    padding: 5px 14px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
}

.city_area li a:hover {
    color: #ca0000;
    border: 1px solid #ca0000;
    transition: 0.3s linear;
    background: #ca0000;
    color: #fff;
}

/* 面包屑 */
.mbxbg {
    width: 100%;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-bottom: 1px solid #f9f9f9;
}

.mbx {
    width: 1280px;
    margin: 0 auto;
}


.mbx a {
    margin-right: 10px;
    margin-left: 10px;
}
.mbx a:first-child{
    margin-right: 10px;
    margin-left: 0px;
}

a.nlistad {
    line-height: 0;
    display: block;
}

a.nlistad img {
    width: 100%;
    height: 120px;
}

.ad {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.f_r {
    width: 100%;
    margin-top: 20px;
}

.f_r span {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.bq {
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    padding: 10px;
}

.bq li {
    float: left;
    width: 25%;
    padding: 2px;
}

.bq li a img {
    width: 100%;
    height: auto;
}


/*main css*/
.izl-rmenu {
    position: fixed;
    right: 0px;
    bottom: 10px;
    padding-bottom: 73px;
    background: url(../images/r_b.png) 0px bottom no-repeat;
    z-index: 999;
}

.izl-rmenu .btn {
    width: 72px;
    height: 73px;
    margin-bottom: 3px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
}

.izl-rmenu .btn-qq {
    background: url(../images/r_qq.png) 0px 0px no-repeat;
    background-color: #6da9de;
}
.izl-rmenu .btn-zx {
    background: url(../images/r_zx.png) 0px 0px no-repeat;
    background-color: #6da9de;
}
.izl-rmenu .btn-qq:hover {
    background-color: #488bc7;
}
.izl-rmenu .btn-zx:hover {
    background-color: #488bc7;
}
.izl-rmenu a.btn-qq,
.izl-rmenu a.btn-qq:visited {
    background: url(../images/r_qq.png) 0px 0px no-repeat;
    background-color: #6da9de;
    text-decoration: none;
    display: block;
    background-size: 73px;
}
.izl-rmenu a.btn-zx,
.izl-rmenu a.btn-zx:visited {
    background: url(../images/r_zx.png) 0px 0px no-repeat;
    background-color: #6da9de;
    text-decoration: none;
    display: block;
    background-size: 73px;
}
.izl-rmenu .btn-wx {
    background: url(../images/r_wx.png) 0px 0px no-repeat;
    background-color: #78c340;
    background-size: 73px;
}

.izl-rmenu .btn-wx:hover {
    background-color: #58a81c;
}

.izl-rmenu .btn-wx .pic {
    position: absolute;
    left: -165px;
    top: 0px;
    display: none;
    width: 160px;
    height: 160px;
    border-radius: 10px;
}

.izl-rmenu .btn-phone {
    background: url(../images/r_phone.png) 0px 0px no-repeat;
    background-color: #fbb01f;
    background-size: 73px;
}

.izl-rmenu .btn-phone:hover {
    background-color: #ff811b;
}

.izl-rmenu .btn-phone .phone {
    background-color: #ff811b;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}

.izl-rmenu .btn-top {
    background: url(../images/r_top.png) 0px 0px no-repeat;
    background-color: #666666;
    display: none;
    background-size: 73px;
}

.izl-rmenu .btn-top:hover {
    background-color: #444;
}