/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
    min-width: 1200px;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: normal;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

body, div, ul, li, a, span, i, em, form, input, header, footer, p, button, img, h1, h2, h3, h4, h5, h6 ,dl,dt,dd,ul,li,ol,label{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-style: normal;
    font-family: "Microsoft YaHei",Arial,sans-serif;
    background: none repeat scroll 0% 0% transparent;
    box-sizing: border-box;
    list-style: outside none none;
    border: medium none;
    color: #333;
    outline: medium none;
}
a {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}

/*以上是重置的样式*/
body,header{
    width: 100%;
}
.header{
    height: 30px;
    border-bottom: 1px solid #E1EAE6;
}
.header-inner{
    width: 1200px;
    margin: 0 auto;
}
.hd1{
    width: 100%;
}
.hd1 span{
    color: #1B7E3D;
    display: inline-block;
    vertical-align: middle;
}
.hd1-left{
    float: left;
    padding-left: 4px;
}
.hd1-right{
    float: right;
    position:relative;
}
.hd1-left> span{
    /*  height: 30px;
      line-height:30px;*/
    margin-right: 40px;
}
.hd1-right span{
    height: 28px;
    line-height: 16px;
    margin-left: 10px;
    display: inline-block;
}
.fuwurexian{
    font-size: 14px;
    position: absolute;
    top: 7px;
    right: 277px;
    width: 200px;
}
.fuwurexian>img{
    margin-top: -3px;
    vertical-align: middle;
}
.accessibility li{
    float: left;
    line-height: 22px;
    margin-left: 15px;
}
.accessibility li a{
    color: #1B7E3D
}
.accessibility{
    padding-top: 3px;
    display: inline-block;
    margin-top: -2px;
}
.nav-body{
    width: 1200px;
    vertical-align: middle;
    margin: 0 auto;
    /* padding: 0 15px;*/
}
.nav-righ{
    float: right;
    height: 50px;
    line-height: 50px;;
}
.nav-righ>li{
    float: left;
    /*margin-right: 4px;*/
    position: relative;
}
.nav-righ>li:hover>div{
    display: block;
}
/*.nav-righ>li>a{
    font-size: 16px;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    color: #438F58;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-righ>li>a:hover{
    color: white;
    background-color: #1B7E3D;
    border-radius: 5px;
}*/

/*微信 hover*/
.weixin-span:hover {
    background-color: #1B7E3D;
    padding: 5px;
    border-radius: 5px;
    color: white;
}
.weixin-logo {
    position: absolute;
    left: -30px;
    top: 39px;
    z-index: 999;
    display: none;
}
.weixin-span:hover {
    background-color: #1B7E3D;
    padding: 5px;
    border-radius: 5px;
    color: white;
}

.banner-left {
    float: left;
    /* margin-left: 22px;*/
}
.weixin-span {
    padding: 5px;
    border-radius: 5px;
}
.hd1-left>span {
    position: relative;
    cursor: pointer;
}
.weixin-span:hover>div {
    display: block;
}

.fuwurexian1-img{
    display: none;
}
/* start footer*/
footer{
    background-color: #003531;
}
.tf-m{
    float: left;
    padding-top: 20px;
    padding-bottom: 25px;
    width: 450px;
    /* border-right: 1px solid #007F77;*/
}
.tf-m>ul>li *{
    color: #FFFFFF;
}
.tf-m>ul{
    float: left;
    width: 110px;
    padding-left: 17px;
}
.tf-m>ul>li>div{
    font-size: 16px;
    font-weight: normal;
}
.tf-m>ul>li>a{
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
}
.tf-m>ul>li:nth-of-type(1){
    margin-bottom: 25px;
}
.ft-m2{
    float: left;
    padding-top: 10px;
}
.ft-m2 {
    width: 365px;
}
.ft-m2-spm{
    font-size: 30px;
    color: white;
    margin-left: 15px;
}
.ft-m2-sp{
    margin-left: 45px;
    margin-bottom: 10px;
    display: inline-block;
}
.ft-m2-sp *{
    vertical-align: middle;
}
.ft-m2-d p span{
    color: white;
}
.ft-m2-d p{
    line-height: 34px;
}

.ft-md>div{
    height: 205px;
}
.ft-m3{
    float:left;
    padding-top: 20px;
    padding-left: 25px;
}
.ft-m3-1>div{
    color: white;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
}
.ft-m3-3{
    width: 150px;
    height: 45px;
    line-height: 42px;
    background-color: #004B3D;
    border-radius: 20px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 20px;
}
.ft-m3-3 span{
    color: white;
    font-size: 16px;
}
.ft-m3-3 *{
    vertical-align: middle;
}
.ft-m3-3 img{
    margin-right: 15px;
}
.ft-m3-4{
    text-align: right;
}
.ft-m3-4 img:nth-of-type(1) {  margin-right: 20px }
.ft-m3-4 img:nth-of-type(2) {  margin-right: 10px }
.ft-md{
    padding-bottom: 30px;
}
.ft-mt-1 li{
    float: left;
    height: 14px;
}
.ft-mt-1 li a {
    display: inline-block;
    width: 88px;
    text-align: center;
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
}
.ft-mt-1 li img{
    vertical-align: middle;
}
.ft-mt-1{
    margin-left: 15px;
}
.ft-mt div{
    color: white;
    font-size: 14px;
    font-weight: normal;
    margin-right: 295px;
}
.ft-mt{
    line-height: 30px;
    width: 1110px;
    margin: 0 auto;
    /* border-top: 1px solid #447A76;*/
}
.ft-mt{
    padding-top:10px;
    padding-bottom: 13px;
}
footer>div:nth-of-type(1){
    width: 1200px;
    margin: 0 auto;
}
#auto{
    width: 1000px;
    margin: 0 auto;
    margin-top: 100px;
}
.ft-m4 {
    width: 372px;
    /*   border-right: 1px solid #007F77;*/
    padding-left: 44px;
    float: left;
    padding-top: 14px;
}
.ft-m4 {
    padding-top: 26px!important;
}
.ft-m4>div:nth-of-type(1) {
    margin-right: 30px;
}

.float-left {
    float: left;
}
.ft-m4>div:nth-of-type(2) {
    margin-right: 30px;
}
.ft-m2-sp, .ft-m2-d {
    margin-left: 45px;
}
footer {
    width: 100%;
  /*  border-top: 2px solid #8CB696;*/
    padding-top: 40px;
}
.float-right {
    float: right;
}
/* end footer*/

/*start 留言*/
.liuyan {
    width: 400px!important;
    height: 400px;
    background: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 4px;
}
.mg {
    margin: 30px;
}
.ly_title {
    height: 40px;
    border-bottom: 1px solid #D7D7D7;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #39ac6a;
    margin-bottom: 10px;
}
.input1 {
    width: 100%;
    padding: 0 5%;
    margin-top: 10px;
    height: 40px;
    border: 1px solid #ccc;
    line-height: 40px;
    border-radius: 2px;
}
#liuyan_content {
    padding: 10px 5%;
    height: 100px;
    border: 1px solid #ccc;
    line-height: 25px;
    border-radius: 2px;
    margin-top: 10px;
    width: 90%;
}
.liuyan_button {
    height: 45px;
    background: #39ac6a;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 2px;
    width: 100%;
    margin-top: 10px;
}
.mask {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
/*end 留言*/



/*userlogin.css*/
body{font-family: "微软雅黑";}
.w100{width: 100%;}
.clear{ zoom:1;clear:both;}
.clear:after{content:""; clear:both; height:0; line-height:0; display:block; visibility:hidden;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.col_green{color: #39ac6a;}
.clo_ccc{color: #D7D7D7;}
.clo_999{color: #999999;}
.clo_red{color: #FF654C;}
.mt15{margin-top: 15px;}
.mt30{margin-top: 30px;}
.pb20{padding-bottom: 20px;}
.text_center{text-align: center;}
.cursor{cursor: pointer;}
.mask{z-index: 998;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.4;filter:alpha(opacity=40);}

.pText{height: 30px;color: #FF654C;font-size: 14px;}
.pText p em{display: inline-block;height: 17px;width: 17px;float: left;margin-top: 5px;}
.pText span{display: inline-block;height: 17px;margin-left: 5px;float: left;color: #FF654C;margin-top: 5px;}
.pText p em img{width: 100%;height: 100%;margin: 0;padding: 0;}

.hidePart{width: 450px;height: 500px;background: #fff;position: fixed;z-index: 999;top: 0;left: 0;right: 0;bottom: 0;margin: auto;border-radius: 4px;}
.hidden_login{width: 77.78%;margin: 0 auto;}
.login_title{height: 60px;border-bottom: 1px solid #D7D7D7;}
.login_title h2{line-height: 60px;font-size: 20px;font-weight: normal;}
.login_validateP{line-height:45px;}
.input{height: 45px;line-height:45px\9;border: 1px solid #D7D7D7;font-size: 14px;box-sizing:border-box;padding: 0 15px;}
.hidePart button{height: 45px;background: #39ac6a;border: none;color: #fff;font-size: 16px;cursor: pointer;}
#login_checkbox{margin: 0;padding:0;margin-top: 3px;height: 16px;border:none;}
.login_label,.agreement,.restPassword{line-height: 22px;}
.register_toggle,.login_toggle{margin-left: 14px;}

#login_phone{background: url(../img/phone.png) no-repeat;background-position: 10px 12px;padding: 0 30px;}
#login_password{background: url(../img/password.png) no-repeat;background-position: 10px 12px;padding: 0 30px;}
.third_party{box-sizing:border-box;}
.third_party span{display: inline-block;width: 48%;text-align: center;}

.bor_red{border: 1px solid #FF654C;}
.fix-top{
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #D0CAC9;
}
/*登录的叉号*/
.hidePart .login-del{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: 18px;
    top: 17px;
    cursor: pointer;
    width: 22px;
    height: 22px;
}

/* star底部 footer*/
/*.ft-m3-1>div {
    font-size: 14px;
    color: white;
    font-weight: normal;
    text-align: center;
    margin-top: 5px;
}
.tf-m>ul>li>div{
    font-size: 16px;
    font-weight: normal;
}*/

/* end底部 footer*/



/*start弹框的覆盖样式*/
/*
.flavr-container .flavr-fixer .flavr-outer .flavr-content .flavr-message{
    font-size:18px;
    width: 290px!important;
}
.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar{
    width: 340px!important;
    overflow: hidden;
    margin-top: 22px!important;
}
.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar.inline .flavr-button:first-child{
    margin-left: 20px!important;
}
.flavr-container .flavr-overlay{
    background: black!important;
    opacity:0;
}
.flavr-container .flavr-fixer .flavr-outer{
    background: none!important;
    position: absolute;
    left:0;
    top:0;
    z-index:33;
}
.flavr-container .flavr-fixer{
    width: 306px!important;
}
.flavr-container .flavr-fixer:after{
    content:'';
    position: absolute;
    width: 340px;
    height: 150px;
    position: absolute;
    left: 0;
    top:0;
    background-color: black;
    opacity: 0.7;
    z-index:2;
    border-radius: 4px;
}
.flavr-container .flavr-fixer .flavr-outer{
    height: 150px!important;
    width: 330px!important;
}
.flavr-container .flavr-fixer .flavr-outer .flavr-content{
   !* padding: 10px 31px 16px!important;*!
}
.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar.inline .primary{
    width: 94px!important;
    min-width: 94px!important;
}
.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar.inline .success{
    width: 94px!important;
    min-width: 94px!important;
}
.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar.inline .default{
    width: 140px!important;
    min-width: 140px!important;
}
.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.primary {
    !*background-color: #969696!important;*!
    margin-right: 43px;
}
.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.success {
    background-color: #3EAF35!important;
}

.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.primary :hover{
    !*background-color: #969696!important;*!
}
.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button.success :hover{
    background-color: #3EAF35!important;
}
.flavr-container .flavr-fixer .flavr-outer .flavr-toolbar .flavr-button{
    padding:0!important;
    height: 32px!important;
    line-height: 32px!important;
    font-size:16px!important;
    background-color:#3EAF35!important;
}*/


/*end弹框的覆盖样式*/

/* start原来的底部*/
.ft-m3-1>h1 {
    font-size: 14px;
}
.ft-m3-1>h1 {
    color: white;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
}
.ft-mt h1 {
    margin-right: 295px;
}
.ft-mt h1 {
    font-weight: normal;
    color: white;
    font-size: 14px;
    margin-right: 86px;
}
.ft-mt h1.float-right span{
    vertical-align: middle;
}
/* end原来的底部*/

/*分页样式*/
.page-nav-y{
    margin-top: 30px;
}
.page-nav-y{
    text-align: center;
    margin-bottom: 50px;
}
.page-nav-y>a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 5px;
}
.page-nav-y>a:hover{
    background-color: #BFEAD1;
}
.page-nav-y>span{
    border-radius: 5px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background-color: #39AC6A;
    color: white;
}

/*start侧边栏*/
.fixed-bar{
    position: fixed;
    right: 0;
    background-color: #535353;
}
.fixed-bar-mid{
    top:50%;
    z-index: 9;
    margin-top: -105px;
}
.fixed-bar-bottom{
    bottom: 0;
    z-index: 999;
}
.fixed-bar li{
    border-bottom: 1px solid #8F8F8F;
    cursor: pointer;
    position: relative;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
}
.fixed-bar li:hover{
    background-color: #3EAF35;
}
.fixed-bar li:hover .fixed-bar-slide{
    width: 80px;
}
.fixed-bar li img{
    vertical-align: middle;
    margin-top: -4px;
}
.fixed-bar .fixed-bar-slide{
    /*   display: none;*/
    position: absolute;
    right: 41px;
    top: 0;
    width: 80px;
    height: 42px;
    background-color: #3EAF35;
    width: 0;
    overflow: hidden;
    transition: all 200ms linear 0s;
}

.fixed-bar .fixed-bar-slide span{
    color: white;
    font-size: 14px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    border-right: 1px solid white;
    padding: 0 11px;
    margin-right: -1px;
	margin-top: -5px;
}
/*end侧边栏*/

/*商桥的弹框start*/
.bridge-mask-box{
    width: 400px;
    height: 200px;
    margin: 0 auto;
    position: fixed;
    top:50%;
    left:50%;
    margin-left: -200px;
    margin-top: -100px;
    z-index: 2000;
    display: none;
}
.bridge-logomask{
    width: 400px;
    height: 100px;
    background: -webkit-linear-gradient(#38b035, #53bd50);
    background: -o-linear-gradient(#38b035, #53bd50);
    background: -moz-linear-gradient(#38b035, #53bd50);
    background: linear-gradient(#38b035, #53bd50);
    padding-top: 20px;
    border-radius: 2px 2px 0px 0px;
}
.bridge-mask-logo{
    width: 121px;
    height: 40px;
    background: url(../../images/common/logohh.png) no-repeat center;
    margin: 0 auto;
}
.bridge-mask-slogan{
    width: 198px;
    height: 17px;
    background: url(../../images/common/sloganhh.png) no-repeat center;
    margin: 0 auto;
    margin-top: 16px;
}
.bridge-mask-btngroup{
    width: 400px;
    height: 80px;
    background: #f7f7f7;
    border-radius: 0px 0px 2px 2px;
}
.bridge-mask-btngroup .bridge-mask-btn{
    margin-top: 25px;
    margin-left: 49px;
    width: 102px;
    height: 32px;
    background: -webkit-linear-gradient(#38b035, #209d1d);
    background: -o-linear-gradient(#38b035, #209d1d);
    background: -moz-linear-gradient(#38b035, #209d1d);
    background: linear-gradient(#38b035, #209d1d);
    border-radius: 2px;
    border: none;
    font-size: 14px;
    color:#fff;
    cursor: pointer;
}
.bridge-mask-btngroup .bridge-mask-btn1{
    background: -webkit-linear-gradient(#f19f0d, #f19f0d);
    background: -o-linear-gradient(#f19f0d, #f19f0d);
    background: -moz-linear-gradient(#f19f0d, #f19f0d);
    background: linear-gradient(#f19f0d, #f19f0d);
    margin-left: 90px;
}
.bridge-mask-box .bridge-mask-close{
    width: 22px;
    height: 22px;
    background: #267c24;
    border-radius: 50%;
    position: absolute;
    right:10px;
    top:10px;
    cursor: pointer;
}
.bridge-mask-box>.bridge-mask-close>i{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../../images/common/closehh.png) no-repeat center;
    margin-top: 5px;
    margin-left: 5px;
}
/*商桥的弹框end*/

/*隐藏旧的回到顶部的箭头*/
#hm_t_undefined{
    display: none;
}
.hm-t-container{
    display: none;
}
/*隐藏旧的回到顶部的箭头*/


/**返回顶部 留言 让文字水平居中**/

.go-top-hh .fixed-bar-slide  span{
    padding-right: 24px!important;
    margin-right: -15px!important;
}
.liuyan-hh  .fixed-bar-slide  span{
    padding-right: 24px!important;
    margin-right: -15px!important;
}
/**
#newBridge{
    display:none!important;
}
商桥的弹框 主动显出对话框
**/

#nb_invite_wrap{
	 display:none!important;
}
#nb_icon_wrap{
	 display:none!important;
}


/*start 底部 footer*/
footer.index-footer{
    padding-top: 10px;
    background-color: #23292C;
}
footer.sub-footer{
    background-color: white;
}
footer.index-footer *{
    color: #C7C7C7;
}
footer .friendship-link-div{
    padding-left: 35px;
    width: 1200px;
    margin: 0 auto;
}
.friendship-link-div .ft-friendship-link{
    font-size: 16px;
    line-height: 35px;
    /*margin-top: 21px;*/
    display: inline-block;
}
.friendship-link-ul li a{
    font-size: 12px;
    color: #858889;
}
.friendship-link-ul li a:hover{
    color: white;
    border-bottom: 1px  solid white;
}
.friendship-link-ul li{
    margin-right: 20px;
    line-height: 30px;
    float: left;
    /**width: 128px;**/
}
.ft-mid{
    margin-top: 10px;
}
.ft-mid .ft-logo{
    width: 126px;
    height: 43px;
   /* background: url("../../images/common/ft-group.png") center no-repeat;
    background-position: -230px 0;*/
}
.ft-mid .ft-logo img{
    margin-top: -17px;
}
.ft-mid .ft-telphone{
    font-size: 20px;
    font-weight: bolder;
    color: white;
    margin-left: 20px;
    height: 43px;
    line-height: 43px;
}
.ft-news-media{
    margin-left: 73px;
}
.ft-news-media li:hover{
    background-color: #60905B;
}
.ft-news-media li{
    margin-right: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
    background: url("../../images/common/ft-group.png") center no-repeat;
    background-color: #004B3D;
}
.ft-news-media li.ft-news1{
    background-position: -113px -47px;
}
.ft-news-media li.ft-news2{
    background-position: -53px -48px;
}
.ft-news-media li.ft-news3{
    background-position: -166px -47px;
}
.ft-news-media li.ft-news4{
    background-position: 4px -46px;
}
.ft-news-media li.ft-news1:hover{
    background-position: -112px 4px;
}
.ft-news-media li.ft-news2:hover{
    background-position: -53px 4px;
}
.ft-news-media li.ft-news3:hover{
    background-position: -165px 4px;
}
.ft-news-media li.ft-news4:hover{
    background-position: 4px 5px;
}
.ft-aboutus{
    height: 40px;
    line-height: 40px;
    margin-left: 58px;
}
.ft-aboutus li{
    float: left;
    margin-right: 32px;
}
.ft-aboutus li:nth-last-child(1){
    margin-right: 0!important;
}
.ft-aboutus li a{
    font-size: 16px;
    color: #C7C7C7;
}
.ft-aboutus li a:hover{
    color: white;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 1px;
}
.ft-hot-list{
  
    padding-bottom: 3px;
    border-bottom: 1px solid #5A645F;
	    width: 1165px;
    margin: 0 auto;
    margin-top: 28px;
}
.ft-hot-list ul li{
    float: left;
    width: 94px;
    text-align: left;
}
.ft-hot-list ul li.ft-ul-head{
    font-size: 14px;
    color: #FFFFFF;
}
.ft-hot-list ul li a{
    font-size: 12px;
    color: #858889;
}
.ft-hot-list ul li a:hover{
    color: white;
    border-bottom: 1px solid white;
}
.ft-hot-list ul{
    margin-bottom: 14px;
}
footer .ft-record{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #858889;
    line-height: 33px;
}
/*sub  footer*/
footer.sub-footer .ft-telphone{
    color: #747973;
}
footer.sub-footer .ft-aboutus li a {
    font-size: 16px;
    color: #313131;
}
footer.sub-footer .ft-aboutus li a:hover{
    font-size: 16px;
    color: #3FAF35;
    border-bottom: 1px solid #3FAF35;
}
footer.sub-footer .ft-news-media li{
    background-color: #B7B7B7;
}
footer.sub-footer .ft-news-media li:hover{
    background-color: #3EAF35;
}

footer.sub-footer .ft-news-media li.ft-news1{
    background-position: -112px 4px;
}
footer.sub-footer .ft-news-media li.ft-news2{
    background-position: -53px 4px;
}
footer.sub-footer .ft-news-media li.ft-news3{
    background-position: -165px 4px;
}
footer.sub-footer .ft-news-media li.ft-news4{
    background-position: 4px 5px;
}
footer.sub-footer .ft-hot-list ul li a:hover {
    color: #3FAF35;
    border-bottom: 1px solid #3FAF35;
}
footer.sub-footer .ft-hot-list{
    border-bottom: 1px solid #E2E2E2;
}
footer.sub-footer .ft-record{
    color: #747974;
}
footer.sub-footer .ft-mid{
    margin-top: 20px;
}
footer.sub-footer .ft-hot-list ul li.ft-ul-head {
    font-size: 14px;
    color: #313131;
}
.ft-news1 img{
    position: absolute;
    bottom: -142px;
    left: -46px;
}
.ft-news1:hover>img{
    display: block!important;
}
.ft-news1:hover::before{
	display: inline-block;
    content: '';
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    position: absolute;
    top: 41px;
    left: 9px;
}
/*end 底部 footer*/
footer .ft-record *{}

/*侧边栏 但即使 晃动*/
@-webkit-keyframes shake{
    0%,100%{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)}
    10%,30%,50%,70%,90%{
        -webkit-transform:translate3d(-3px,0,0);
        transform:translate3d(-3px,0,0)}
    20%,40%,60%,80%{
        -webkit-transform:translate3d(3px,0,0);
        transform:translate3d(3px,0,0)}
}
@keyframes shake{
    0%,100%{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)}
    10%,30%,50%,70%,90%{
        -webkit-transform:translate3d(-3px,0,0);
        transform:translate3d(-3px,0,0)}
    20%,40%,60%,80%{
        -webkit-transform:translate3d(3px,0,0);
        transform:translate3d(3px,0,0)}
}

.nb_icon_wraphh .online_server_number{
    background-color: #FF8900;
    color: white;
    font-size: 22px;
}
.animated{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
.online_server_number{
    position: absolute;
    left: 0;
    top:0;
    width: 42px;
    height: 42px;
}
.fixed-bar .nb_icon_wraphh{
    background-color: #FF8A00;
    border-bottom: #FF8A00;
}
.nb_icon_wraphh  .online_server_number{
    display:none;
}
.hylmd:hover{
    color: #3faf35;
}
.banner-left>a{
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
}