﻿/*== 本文件不可擅自修改 ==*/


/*== 01reset ==*/

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
span,
i,
b,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea {
    word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
dfn,
em,
var,
caption,
code,
th {
    font-style: normal;
    font-weight: normal;
}
strong{
	font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

small {
    font-size: 14px;
}

ul,
ol {
    list-style: none;
}

fieldset,
img {
    border: 0;
}

.borderNone {
    border: none
}

caption,
th {
    text-align: left;
}

button,
input,
select,
textarea {
    font-size: 100%;
    box-sizing: content-box;
}

input,
textarea {
    outline: none;
}

textarea {
    overflow: auto;
}

textarea {
    resize: none;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

:-ms-input-placeholder {
    color: #999;
}


/* Internet Explorer 10+ */


/*可根据网站不同进行修改*/

body,
button,
input,
select,
textarea {
    font: 14px "微软雅黑";
    color: #333;
}

a {
    text-decoration: none;
    color: #333;
}


/*== 02文字样式 ==*/

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

.f36 {
    font-size: 36px;
}

.fb {
    font-weight: bold;
}

.fn {
    font-weight: normal;
}


/*== 03文字颜色 ==*/

.f_white {
    color: #fff;
}

.f_3 {
    color: #333;
}

.f_6 {
    color: #666;
}

.f_9 {
    color: #999;
}

.f_96 {
    color: #969696;
}


/*== 04边框圆角 ==*/

.br2 {
    border-radius: 2px;
}

.br4 {
    border-radius: 4px;
}

.br6 {
    border-radius: 6px;
}

.br10 {
    border-radius: 10px;
}

.circle {
    border-radius: 50%;
}


/*== 05宽度 ==*/

.width100 {
    width: 100%;
}


/*== 06布局相关 ==*/

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}


/*block-center块居中*/

.vm {
    vertical-align: middle;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.block {
    display: block;
}

.displayTable {
    display: table;
}

.displayTableCell {
    display: table-cell;
}

.inlineblock {
    display: inline-block;
}

.none {
    display: none;
}

.hidden {
    visibility: hidden;
}

.zoom {
    zoom: 1;
}


/*== 07清除浮动 ==*/

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0px;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}


/*== 08鼠标划上状态==*/

.cp {
    cursor: pointer;
}

.cd {
    cursor: default;
}

.cn {
    cursor: not-allowed
}


/*== 09常用边距 ==*/

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m30 {
    margin: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt100 {
    margin-top: 100px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml100 {
    margin-left: 100px;
}

.mr5 {
    margin-right: 5px;
}

.mr8 {
    margin-right: 8px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr100 {
    margin-right: 100px;
}

.mr130 {
    margin-right: 100px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt100 {
    padding-top: 100px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb100 {
    padding-bottom: 100px;
}

.pl5 {
    padding-left: 5px;
}

.pl8 {
    padding-left: 8px;
}

.pl10 {
    padding-left: 10px;
}

.prl13 {
    padding-left: 14px;
    padding-right: 14px;
}

.prl14 {
    padding-left: 14px;
    padding-right: 14px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 40px;
}

.pl50 {
    padding-left: 50px;
}

.pl100 {
    padding-left: 100px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr35 {
    padding-right: 35px;
}

.pr40 {
    padding-right: 40px;
}

.pr50 {
    padding-right: 50px;
}

.pr100 {
    padding-right: 100px;
}

.pl110 {
    padding-left: 110px;
}


/*=== 10边距清除 ===*/

.mtNone {
    margin-top: 0!important;
}

.mbNone {
    margin-bottom: 0!important;
}

.mlNone {
    margin-left: 0!important;
}

.mrNone {
    margin-right: 0!important;
}

.ptNone {
    padding-top: 0!important;
}

.pbNone {
    padding-bottom: 0!important;
}

.plNone {
    padding-left: 0!important;
}

.prNone {
    padding-right: 0!important;
}


/*=== 11网站安全区域 ===*/

.conAuto {
    width: 1200px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.minwidth {
    min-width: 1200px;
}


/*=== 12本网站文字颜色 ===*/

.f_blue {
    color: #308bd8;
}


/* .f_orange{ color: #ff6a00; } */

.f_orange {
    color: #115FAE;
}

.f_red {
    color: #FF0000;
}

.f_white {
    color: #fff;
}


/*=== 13边框 ===*/

.bd_dd {
    border: 1px solid #ddd;
}

.bd_ed {
    border: 1px solid #EDEDED
}


/*=== 14背景色 ===*/

.bg_white {
    background-color: #fff;
}

.bg_f8 {
    background-color: #F8F8F8
}

.bg_blue {
    background-color: #308bd8;
}

.bg_orange {
    background-color: #115FAE;
}


/*=== 15单行文本溢出隐藏 ===*/

.textoverflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.nodataPic {
    width: 338px;
    height: 299px;
    background: url(../images/icons/noDataPic.png) no-repeat 50%;
    margin: 80px auto;
}
.nodataPicNew{
	width: 338px;
    height: 299px;
    background: url(../images/icons/noDataPicNew.png) no-repeat 50%;
    margin: 80px auto;
}
/*=== 16多行文本溢出隐藏 控制2行 ===*/

.paraoverflow2 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.paraoverflow3 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.paraoverflow4 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}


/*== 17css3常用动画 ==*/


/* 过度动画 */

.transi {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


/* 鼠标划上放大效果 */

.scale:hover {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}


/* 鼠标划上上升效果 */

.upward:hover {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
}


/* 投影效果 */

.shadow {
    box-shadow: 0px 7px 10px #ccc;
}

.shadowHover:hover {
    box-shadow: 0px 7px 10px #ccc;
}


/*=== 18设置图片水平垂直居中 ===*/

.imgVertical {
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
    display: none;
}

select::-moz-expand {
    display: none;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../images/icons/arr_down_lang.png") no-repeat scroll right center !important;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}

.policyWrapper {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.policyApplay:hover .topShape,
.policyApplay:hover .policyMenu {
    display: block
}

.policyMenu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 120px;
    z-index: 100;
}

.policyMenu .policyMenu-content {
    width: 100%;
    /* padding: 40px 40px; */
    box-sizing: border-box;
    margin: auto;
    /* background: url(../../images/index/menuBg.png) no-repeat left center; */
    background-size: cover;
    padding: 30px 40px;
    height: 96px;
}

.policyMenu .policyMenu-content-title {
    width: 780px;
    height: 40px;
    margin: auto;
}

.policyMenu .policyMenu-content-title li {
    float: right;
    line-height: normal;
    margin-right: 20px;
    width: 116px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    background: #2D7ABC;
    border-radius: 5px;
}

.policyMenu .policyMenu-content-title li:hover {
    background: #fff;
    border-radius: 5px;
}

.policyMenu .policyMenu-content-title li a {
    display: inline-block;
    color: #fff;
    width: 116px;
    height: 40px;
    font-size: 16px;
}

.policyMenu .policyMenu-content-title li:hover a {
    color: #115FAE;
}

.policyBox {
    position: relative;
    height: 120px;
    line-height: 120px;
}

.nav-right li {
    padding: 0 25px;
}

.nav-right li a:hover {
    color: #1462AD;
    font-weight: bold;
}

.topShape {
    position: absolute;
    margin-left: 10px;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
    float: left;
    width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-color: transparent transparent #115FAE transparent;
}

.width130 {
    width: 130px;
}

.text-primary {
    color: #FF6A00
}

.logo_Bg .navBarMenu {
    right: 0;
}

.logo_Bg .registerType {
    position: absolute;
    right: 0;
    height: 40px;
    line-height: 40px;
    z-index: 20;
}

.logo_Bg .registerType a {
    cursor: pointer;
}


/* 首页注册多入口 */

#user_zhuce {
    position: relative;
    display: inline;
}

.show_zhuce_box {
    position: absolute;
    top: 18px;
    right: -25px;
    width: 144px;
    height: 50px;
    display: none;
    background: url(../../images/index/1910231045294586436.png) no-repeat;
    z-index: 150;
}

.show_box_list {
    padding: 10px 0 5px 0;
}

.show_box_list li {
    line-height: 26px;
    text-align: center;
    width: 50%;
    float: left;
}

.login-con3 a {
    color: #fff;
    padding: 0 10px;
    cursor: pointer;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    /* width: 120px; */
}

.show_box_list a {
    font-size: 13px;
    line-height: 33px;
    height: 33px;
    color: #333;
}

.show_box_list a:hover {
    color: #115FAE;
}

.verticalMid {
    vertical-align: middle;
}
/* 字体图标库 */
@font-face {font-family: "iconfont";
    src: url('iconfont.eot?t=1597202345913'); /* IE9 */
    src: url('iconfont.eot?t=1597202345913#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAARcAAsAAAAACPwAAAQQAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDNgqEYIQGATYCJAMcCxAABCAFhG0HchvIBxEVnI/JfiTYuMWFTmreJLrQFbSCvAkeqL/0zZ9ZZDeEC3lTAD8pjVNzK+hjlwkb6Pq0//vtMU2EskTzSNXOl/p0V/zsDvN5LqeNiYHND5TLmJPGtKmXBRj3vHdAzXWzskVWBJgC7GwJfwLZIQALwSQiKqubtsWMQl0nADF4QE0vzJEIqkAlMPuNGUcVYgkGzNpc7Taw2Pm9+Ey6MIOGQaJyammr6kvpu8vvbkjdrtNV6ujdpQD2FEggEVAgumdmOiK9eiISi+xTxfMVAt7dsNt5d9myTPYPHhgxoJBoCBBGVI8jpB0bRnh32bAE3isIYYD3KkIoeK8hhIT3OpJowHsDtqPxmKwjzoArsBX4jurLdDyatk9gQnMXbu5KShWpSIreLpNW1+6b59nXtmreHt2r38r5Pj41k0LCFc6+pulPqmZ1bc9ab4Fqh2E9Brfr2aWHW/9JViwTnG/dCzdsv98goL7jAkq/GOWy+3KAYd2laIuw3rwbprbcmZjt6mOgpxOOXDvpzp22dx62u/u6Q7uV8/fXere//7j9vXvjdaNVvN/h/v3U3Xfb3bmTUxewxj/cf03jhtWN1rrFud16zIlc4dqjG7liyaxZNs9nHraxY0aNwrSnnrYZM9p7tDU71GQpx3pQGTNm5Kixnl89xk6fYaNOs379ajWe/XXypUuT8Zj74LMHftvz6jPrfdvMLG7ZoKHXWa8GDVqlZqb+OBd6Nuzcj+If513OujimBPVWDRp4nTU0bBg23Z55JrPt6YwzGTNmvch8sZq8f0NhRiFBo/S14uvh5KUJK3p5Temot422TOh25cq6kKqgdfZDXW0JpuxpeVOfLzUfbz6WS9OShyQOTXzRul271i/c5UOSp11irNz+6BFTURnJOq0N2F/JOTIYQE7V/jv9X7T5YNfl5ufr+gPBP4vMV4CsX9S2h0vhX/NcAfC4k74X5mpKRTuY0aCy5QuYpLD/QXF2NWpS0iDDVLk9wETh1atqgEUrgR214M6z7nJeEKQEZs4KaJgIgsRMpFBJE2HASiaMmCmBhQQanLbiwUgkQjkA8cwkIHDlMDScuQyJK/VCJX0KA958hRFXIWHB99/qyrl1A2ZnwoqxhfoLuolB6HGeuZ0PlE9XUdjuqP+Rsi7BITk13rpjQOpiR37JI7MAQdHDjeCGzkVIFA02vFXM6bRLsWV9aNtE35k5I6jCUAvUvoDWiAJhjWazxPcfkPTkVKiAUDb8h0imyYODrX0F4d0TKhFOZXb2Ih0xJqhVAok8cEMKOa0egZS9yEANtqUaVJOTHTlMVPVsh/f58zwGn3r+NpqtdqfbM998CsUzLdu6IorvDWmpeLyqjVTlPEs6W4NeGBjtnouMFTVqo0N6cqcD') format('woff2'),
    url('iconfont.woff?t=1597202345913') format('woff'),
    url('iconfont.ttf?t=1597202345913') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('iconfont.svg?t=1597202345913#iconfont') format('svg'); /* iOS 4.1- */
  }
  
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-iconfont_up:before {
    content: "\e6c4";
  }
  /* 非首页统一样式，惠企通标题 */
  .hqt_t_title {
    height: 35px;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #343434;
    line-height: 35px;
    vertical-align: middle;
}
/*footer*/
/* .footer .top {
    width: 100%;
    min-width: 1200px;
    height: 146px;
    padding: 40px 0 40px 0;
    background-color: #F6F6F6;
} */
.footer .top {
    width: 100%;
    min-width: 1200px;
    /* height: 146px; */
    height:70px;
    padding: 40px 0 40px 0;
    background-color: #F6F6F6;
}

.footer .top ul li span {
    color: #989898;
}

.footer .top .row-btm {
    text-align: center;
    margin-top: 14px;
}

.footer .bottom {
    width: 100%;
    min-width: 1200px;
    height: 55px;
    background-color: #101010;
}

.footer .footer-top-left {
    width: 1200px;
    position: relative;
}

.footer .footer-top-left ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.footer .footer-top-left ul li {
    height: 36px;
    line-height: 36px;
}

.footer .footer-top-left ul li p {
    display: inline-block;
}

.footer .webApp {
    width: 110px;
}

.footer .webApp .wep {
    width: 110px;
    height: 110px;
}

.width760 {
    width: 760px;
}

.bottom p {
    height: 55px;
    line-height: 55px;
    font-size: 14.5px;
}

.bottom p.p_pic01 {
    background: url(../images/index/footer_icon.jpg) no-repeat left center;
}

.bottom p.p_pic02 {
    width: 50px;
    background: url(../images/index/footer_icon02.jpg) no-repeat center;
}
/* 
.footer-logo {
    width: 81px;
    height: 101px;
    position: absolute;
    right: 50px;
    top: 16px;
    background: url(../../images/index/footer_dzjg.png);
    z-index: 20;
} */
.footer-logo {
    width: 81px;
    height: 101px;
    position: absolute;
    right: 50px;
    /* top: 0px; */
    top:-12px;
    background: url(../../images/index/footer_dzjg.png);
    z-index: 20;
}


/* .umeng-box {
    position: absolute;
    bottom: 122px;
    width: 1200px;
    left: calc(50% - 600px);
} */
.umeng-box {
    position: absolute;
    bottom: 48px;
    width: 1200px;
    left: calc(50% - 700px);
} 

.umeng-box a {
    position: relative;
    left: 320px;
    top: 38px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { 
	-webkit-appearance: none; 
}
input[type="number"]{ 
	-moz-appearance: textfield; 
}