html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft yahei";
    font-size: 12px;
    color: #333;
    background-color: #f8f8f8;
}

ol,
ul,
li {
    list-style: none outside none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    border: none;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

tr,
td,
th {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #474747;
    line-height: 100%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

i,
em,
b,
strong {
    font-style: normal;
    font-weight: normal;
}

input,
textarea,
select {
    padding: 0;
    border: 1px solid #CCC;
    font-family: inherit;
    outline: none;
}

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot?t=1510648453053');
    /* IE9*/
    src: url('../fonts/iconfont.eot?t=1510648453053#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf?t=1510648453053') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg?t=1510648453053#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-market:before {
    content: "\e652";
}

.icon-agricultural:before {
    content: "\e653";
}

.icon-financing:before {
    content: "\e654";
}

.icon-cycle:before {
    content: "\e655";
}

.icon-setting:before {
    content: "\e656";
}

.icon-money:before {
    content: "\e657";
}

.icon-turnover:before {
    content: "\e658";
}

.icon-tax:before {
    content: "\e659";
}

.icon-simple:before {
    content: "\e65a";
}

/* å­—ä½“é¢œè‰² */

.color_white {
    color: #fff;
}

.color_2 {
    color: #222;
}

.color_3 {
    color: #333;
}

.color_6 {
    color: #666;
}

.color_9 {
    color: #999;
}

.color_blue {
    color: #4a89dc;
}

.color_ylw {
    color: #f5af5d;
}

/* å­—ä½“å¤§å° */

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font28 {
    font-size: 28px;
}

.font30 {
    font-size: 30px;
}

.font32 {
    font-size: 32px;
}

.font36 {
    font-size: 36px;
}

.font72 {
    font-size: 72px;
}

/* å­—ä½“æ ·å¼ */

.font_normal {
    font-weight: normal;
}

.font_bold {
    font-weight: bold;
}

.font_lighter {
    font-weight: lighter;
}

/* å­—ä½“æŽ’åˆ— */

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

/* æµ®åŠ¨ */

.left {
    float: left;
}

.right {
    float: right;
}

/* æ¸…æµ®åŠ¨ */

.clear {
    clear: both;
    /* height: 0; */
    overflow: hidden;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

/*è¾¹æ¡†*/
.border_r {
    border-right: 1px solid #e6e9ed;
}

/* æ˜¾ç¤º */

.block {
    display: block;
}

.inline_block {
    display: inline-block;
}

.table {
    display: table;
}

.tab_cell {
    display: table-cell;
}

/* æŽ’åˆ—æ–¹å¼ */

.vertical_center {
    vertical-align: middle;
}

.vertical_bottom {
    vertical-align: text-bottom;
}

/* å®šä½ */

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

/* å¤–è¾¹è· */

.pad_l8 {
    padding-left: 8px;
}

.pad_r8 {
    padding-right: 8px;
}

.pad_l10 {
    padding-left: 10px;
}

/* å†…è¾¹è· */

.mg_l5 {
    margin-left: 5px;
}

.mg_l10 {
    margin-left: 10px;
}

/* è¾“å…¥æ¡†å…¬ç”¨ */

.input {
    position: relative;
}

.input input {
    position: relative;
    background-color: transparent;
    z-index: 2;
}

.input .wbc-placeholder {
    font-size: 16px;
    color: #aaa;
    position: absolute;
    top: -3px;
    left: 10px;
    z-index: 1;
}


.header {
    width: 1200px;
    margin: 20px auto;
}

.logo span {
    border-left: 2px solid #999;
    display: inline-block;
    line-height: 32px;
    margin-left: 10px;
    text-indent: 10px;
}

.login {
    height: 50px;
    line-height: 50px;
}

.login span {
    cursor: pointer;
    padding: 8px 12px;
    margin: 3px;
}

.login span:hover {
    background-color: #5d9cec;
    color: #fff;
    border-radius: 4px;
}

.banner {
    background: url(../img/nxz.jpg) center center;
    height: 500px;
}

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

.shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
}

.nxz_banner_wp {
    top: 170px;
    left: 15px;
    padding: 8px 15px;
}

.subtitle {
    padding-left: 15px;
}

.why_title {height: 170px;line-height: 160px;}

.why_item {
    width: 1200px;
    margin: 0 auto 65px;
}

.why_item .iconfont {
    font-size: 68px;
}

.why_item .tab_cell div {
    margin-top: 8px;
}

.what {
    background-color: #f1f1f1;
}

.what_wp {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.what_nxz {
    vertical-align: top;
    padding: 70px 15px 10px;
    line-height: 26px;
}

.what_nxz_title {
    line-height: 66px;
}

.blurb_title {
    height: 150px;
    line-height: 150px;
}

.blurb_item_wp {
    width: 1200px;
    margin: 0 auto 60px;
}

.blurb_item {
    width: 240px;
    display: inline-block;
    text-align: left;
    line-height: 24px;
}

.blurb_item_title {
    line-height: 50px;
}

.nxb_banner {
    background-image: url(../img/nxb.jpg);
}

.nxb_blurb_item {
    width: 195px;
    display: block;
    margin: 0 auto;
}
/*footer*/
.h_footer{
    background: #555555;
}
.hf_bot,.hf_link{padding:20px 0px;}
.hf_bot{color:#fff;}
.hfl_link{padding-left:50px;}
.hfl_link a{margin:0px 5px;}
.hfl_link a.first{margin-left:0px;}
.hf_ewm{cursor:pointer;}
.hf_ewm em{display:inline-block;}
.hf_ewm i{display:inline-block;background:url(../images/main01.png) no-repeat 0px 0px;padding:0px 0px 0px 35px;height:25px;vertical-align:top;}
.hf_ewm i.icon1{background-position:0px -582px;}
.hf_ewm i.icon2{background-position:0px -617px;}
.hf_ewm i.icon3{background-position:0px -526px;}
.hf_tel{position:relative;}
.hf_tel h3{background:url(../images/main01.png) no-repeat -1px -520px;padding-left:30px}
.ewm{display:none;position:absolute;right:15px;bottom:-30px;}
.h_pad10{padding-left:10px;}
.h_pad20{padding-left:20px;}
.h_pad10_t{margin-left:-6px;}
.hpadt{padding-top:5px;}
.min-height400{min-height:300px;}
.t_center{
    text-align:center;
}
.f14{
    font-size: 14px
}