﻿/*! 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: bold;
}

/**
 * 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;
}
/*富文本*/
.edui-container p{height:auto; line-height: 20px;}
.edui-container *{box-sizing: content-box;}/*改属性对图片拉伸有影响*/
.edui-container i,.edui-container em{font-style: oblique;display: inline !important;}/*斜体*/
.edui-container b,.edui-container strong{font-weight:bold;display: inline !important;}/*粗体*/
.edui-popup-body tr td,.edui-image-searchBar tr td{background:none !important;border: none !important;color:#000 !important;padding: 0 2px !important;min-width: 0 !important;
    line-height: 20px !important;height: auto !important;text-align: left !important;}/*背景和字体颜色,图像上传网络图*/
.edui-container ol li{list-style:inside decimal;}/*有序列表*/
.edui-container ul li{list-style:inside disc;}/*无序列表*/
.edui-popup-body ul li, ul li,.edui-image-wrapper ul li{list-style: outside none none;}/*函数、表情、图像上传*/
.edui-tab-text{margin-top: -9px;}/*调整图像上传tab*/

img,input,button,a,select,textarea,button,body,iframe{ margin: 0; padding: 0; resize:none; background: none; border:0; outline:none; }
a{text-decoration: none;}
a:hover{text-decoration: none;}
input{outline:none;}
input::-ms-clear { display: none; }
#container{width: 1000px; min-width: 1000px; margin: 0px auto; clear:both;overflow:hidden;margin-top: 100px;}
#c_left {float: left;width: 150px;border: 1px solid #d7d7d7;height:500px;margin-top: 29px; background-color:#fff;}
#c_left div.head_img{width: 100%;overflow: hidden;text-align: center;margin-top: 20px;}
#c_left p.left_nickname{text-align: center;font-size: 14px;color:#333;margin: 7px 0px 5px 0px;line-height:14px;word-wrap: break-word;}
#c_left p.left_leval{height:25px; text-align: center;}
#c_left p.left_leval img{width:46px;}
#c_left div.head_img img{}
#c_left div.head_img a{float: right;margin-top: 10px;margin-right: 20px;}
#c_left ul.show{width: 100%; overflow: hidden;}
#c_left ul.show li{height: 41px; line-height: 41px;text-align: center;}
#c_left ul.show li a i{color: #333;font-size: 14px;}
#c_left ul.show li.active{background: #39AC6A;}
#c_left ul.show li.active a i{color:#fff;}
#c_right{float: left; width:830px;border:1px solid #d7d7d7;margin: 29px 0 0 20px; min-height: 500px;background-color:#fff;}

/*图片上传*/
div.img_hunk{ width: 150px; height: 100px;overflow: hidden;display: inline-block; margin-right: 10px;}
div.img_hunk label{width: 100%; height: 100%;display: inline-block;}
div.img_hunk label.img_upload{background:url('../../images/release/upload.png') no-repeat;}
div.img_hunk label.img_upload div{width:100%; height: 100%; text-align: center;}
div.img_hunk label.img_upload em{color: #999; width: 100%; height: 100%;display: inline-block;margin-top: 60px;}
span.hint{color: #999;margin: 10px 0px;display: block;}
div.img_hunk_other{border: 1px solid #D7D7D7; width: 150px;}
div.img_hunk_other p{text-align: center;}
div.img_hunk_other p:first-child img{ width: 80px; height: 50px; margin-top: 10px;}
div.img_hunk_other p:last-child span{padding: 10px 5px;display: inline-block; cursor: pointer;}
div.img_hunk_other p:last-child span:hover,div.img_hunk_other p:last-child span.active{color: #39AC6A;}

/*单选按钮*/
span.radio{margin-right: 30px;display: inline-block;}
span.radio_left{margin-left:30px;}
span.radio i{width: 15px; height: 14px; display: inline-block;position: relative;top: 1px;margin-right: 5px;}
span.radio i.no_radio{background:url('../../images/release/no_radio.png') no-repeat; }
span.radio i.yes_radio{background:url('../../images/release/yes_radio.png') no-repeat; }
/*复选按钮*/
span.checkbox{display: inline-block;float: left}
/*span.checkbox_other{width: 187px;}*/
span.checkbox i{width: 16px; height: 16px; display: inline-block;position: relative;top: 3px;margin-right: 5px;}
span.checkbox i.no_checkbox{background:url('../../images/release/no_checkbox.png') no-repeat; }
span.checkbox i.yes_checkbox{background:url('../../images/release/yes_checkbox.png') no-repeat; }
ul.mar_btm li{margin-bottom: 20px;}

/*错误提示*/
.error_prompt{display: none;}
.error_prompt i{color: #FF654C;}
/*修改后的*/
.topUl{height:30px;background-color: #fff;display: inline-block;vertical-align: middle;}
.topUl .liTh{position: relative;}
.topUl>li{float:left;position: relative;height: 30px; line-height: 30px; margin-right: 10px;}
.topUl li span.title{margin-right:10px;padding-left:10px;width:80px;color:#808080;display: inline-block; font-size: 12px; cursor: pointer; height: 30px; overflow: hidden;}
.topUl li ol{z-index:22;display:none;position:inherit;right:0;top:10px;width: auto;background:#fff;  border: 1px solid #D7D7D7;}
.topUl li ol[group='address']{max-height: 150px; overflow-y: scroll;}
.topUl li ol li{height:30px;line-height: 30px; cursor: pointer;padding: 0px 10px; position: relative; }
.topUl li ol li:first-child>i{background: url("../../images/release/select_no.png") no-repeat;position: absolute;top: -5px;right: 3px;width: 16px;height: 5px;}
.topUl li ol li span{border-bottom: 1px dashed #d7d7d7;display: block;width: 100%;font-size: 12px;}
.topUl li ol li.active{background-color:#39AC6A;color: #fff;}
.topUl li ol li.active>span{color: #fff; border: 0px;}
.topUl li ol li.active>i{background: url("../../images/release/select_yes.png") no-repeat;position: absolute;top: -5px;right: 3px;width: 16px;height: 5px;}
.topUl li.liButton button{margin-left: 20px;width:116px;}
.topUl .liBackDown{border: 1px solid #ddd;}
.topUl .liBackDown input{cursor:pointer;}
.topUl .liBackDown span.sub_arrows{
    /*background: url("http://www.laimaidi.com/site/source/images/release/select.png") no-repeat;width: 15px;height: 10px;*/
    display: inline-block;
    width:0;
    height:0;
    border-top: 9px solid #a6bbc0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    right: 9px;
    top: 10px;
    cursor: pointer;
}
.topUl li ol li div.minor_team{padding-bottom:35px;position: absolute; top: 0px; left: 110px; width: 560px; display: none; border: 1px solid #d7d7d7;background: #fff;min-height: 122px;}
.topUl li ol li div.minor_team span{width: 160px; float: left; margin-left: 18px; }
span.detail_questions{
    height:66px;
    width: 56px;
    line-height: 30px;
    position:absolute;
    border-radius:4px;
    background:#fff;
    font-size: 12px;
    top: 45px;
    left: 12px;
    box-shadow: 2px 2px 3px 2px;
}
.topUl li span.title{
    max-width:48px !important;
}
.liBackDown ol
span.detail_questions{
    border: 1px solid #f0f0f0\0;
}
span.detail_questions hr{
    margin: 2px 0 0 1px\0!important;
}
span.detail_questions hr{
    width: 35px;
    border: 0;
    height: 1px;
    background-color: #D7D7D7;
    margin: 2px 0 0 10px;
}

span.detail_questions i{
    position: absolute;
    top:-5px;
    left: 15px;
    margin-left: -4px;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-right: 5px solid transparent;
    display: block;
    width: 0;
    height: 0;
}



.home_side{
    position:fixed;
    right:0px;
    top: 0px;
    width:45px;
    height:100%;
    z-index: 2;
    background: url("../../images/index/line-2.png") repeat-y right;
}
.home_side ul.side_icon{
    width: 44px;
    height: 180px;
}
.home_side ul.side_icon li{
    width: 45px;
    height: 45px;
    cursor: pointer;
}
.home_side ul.side_icon li a{
    width: 45px;
    height: 45px;
    display: block;
    position: relative;
}
.home_side ul.side_icon li a div.side_name{
    width: 60px;
    height:45px;
    left: -60px;
    top: 0px;
    background: #39AC6A;
    text-align: center;
    line-height: 45px;
    color: #fff;
    position: absolute;

    display: none
}
.home_side ul.side_icon li a div.side_kf{
    left: -147px;
    width: 147px;
    z-index: 6;
    height: auto;
}
.home_side ul.side_icon li a div i{
    position: absolute;
    width: 0;
    height: 0;
    right: -6px;
    top: 19px;
    border: 3px solid transparent;
    border-left-color:#39AC6A;
}
.home_side ul.side_icon li a:hover{
    width: 45px;
    height: 45px;
    background: #fff;
    display: block;
}
.home_side ul.side_icon li a:hover div.side_name{
    display: block
}
.home_side ul.side_icon li img{
    width: 24px;
    height: 23px;
    margin-top: 11px;
    margin-left: 10px;
}
.home_side .back{
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 100px;
    cursor: pointer;
}
.home_side .back img{
    width: 24px;
    height: 22px;
    margin-top: 18px;
    margin-left: 10px;
}
#hm_t_undefined .hm-t-go-top {
    display: none;
}
#side_icon{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/*首页会员中心显示小红点*/
.header_user{background-color: red;color: #fff;width: 8px;border-radius: 4px;height: 8px;position: relative;top: -23px;right: -51px;}
.header_users{background-color: red;color: #fff;width: 8px;border-radius: 4px;height: 8px;position: relative;top: -21px;right: -51px;}
.message_notice{background-color: red;color: #fff;width: 8px;border-radius: 4px;height: 8px;position: relative;top: -31px;right: -98px;}


/*yyl新增的样式*/
/*给 i 标签设置鼠标放上去显示手形，为了避免不能有click事件 */
i{
    cursor:pointer
}
.header_outer{
    margin-top: -20px;
}
.chanquanxq-p> p{
    margin-top: 10px;
    text-align: left;
    border: 1px dashed #ccc;
    padding: 12px;
    color: #333333;
    font-size: 14px;
    word-wrap: break-word;
}
table{
    table-layout: fixed;
}
.clear-after:after {

    display:block;

    content:"";

    visibility:visible;

    height:0px;

    overflow:hidden;

    clear:both;

}
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;
}
.weixin-span:hover{
    background-color:#3faf35;
}
.accessibility li a:hover{
    color:#3faf35;
}
.hd1-left{
    float: left;
}
.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: 9px;
    right: 277px;
    width: 200px;
}
.fuwurexian:hover{
    color:#3faf35;
}
.fuwurexian>img{
    margin-top: -3px;
    margin-right: 5px;
}
.accessibility li{
    float: left;
    line-height: 22px;
    margin-left: 15px;
}
.accessibility li a{
    color: #1B7E3D
}
.accessibility{
    padding-top: 3px;
    display: inline-block;
}
.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: #42382a;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-righ>li>a:hover{
    color: #75b760;
    /*background-color: #1B7E3D;
    border-radius: 5px;*/
}
.nav-righ>li>.active:hover{
    color: white;
    background-color: #1B7E3D;
    border-radius: 5px;
}

.nav-righ>.active>a{
    color: white;
    background-color: #60ac48;
    border-radius: 5px;
}
.znwd-slide:hover>ul{
    display: block!important;
}
.detail_question_new>li{
    height: 20px;
}
.detail_question_new{
    display: none;
    background-color: white;
    padding: 7px 0px;
    border: 1px solid #A19696;
    border-radius: 5px;
    position: absolute;
    left: 4px;
    top: 48px;
    height: 60px;
    width: 60px;
}
.detail_question_new>i{
    position: absolute;
    top: -8px;
    left: 19px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #089241;
}
.detail_question_new a{
    display: inline-block;
    height: 25px;
    line-height: 25px;
}

.dqn-1{
    padding: 0 10px;
    margin-top: -16px
}
.dqn-1>a{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #A19696
}
.dqn-2{
    padding: 0 10px;
    margin-top: 5px;
}
.dqn-2>a{
    width: 100%;
    text-align: center;
}
.mkd-m2-sp{
    width: 235px;
    height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}


/*轮播*/
.lunbo-mai li{
    display: block;
    float: left;
    width: 100%;
}
.lunbo-mai{
    height: 426px; overflow: hidden;
    position: relative;
}
.lunbo-mai img{
    height: 426px;
    width: 100%;
}
.lunbo-mai >ul> li {
    position: absolute;
    top:0;
    left:0;
}
.lunbo-mai ul {
    zoom:1;
}
.op-1{
    opacity: 1;
}
.lunbo-nav{
    position: absolute;
    width: 100%;
    bottom: 5px;
    text-align: center  ;
}
.lunbo-nav li{
    display: inline-block;
}
.lunbo-ol{
    position: relative;
    width: 115px;
    margin: 0 auto;
    z-index: 1;
}
.lunbo-ol li{
    display: inline-block;
    width: 12px;
    height: 12px;

    margin-left: 15px;
    cursor: pointer;
    border-radius: 50%;
    border:2px solid white;
}
.lunbo-active{
    background-color:white!important;

}
.mai-active{
    display: block;
}
.main-none{
    display: none;
}
#search_input{
    border-radius: 4px;
}
#search_btn{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*end轮播*/


.sousuo-left{
    float: left;
}
.sousuo-right{
    float: left;
}
.sousuo-right-main{
    float: left;
}
.fuwurexian-img{
    width: 15px;
    vertical-align: middle;

}
.fuwurexian1-img{
    width: 15px;
    vertical-align: middle;

}
.sousuo-div{
    position: absolute;
    top: 226px;
    left: 50%;
    z-index: 991;
    margin-left: -270px;
}
.sousuo-div>form{
    display: inline-block;
}
.sousuo-left input{
    height:60px;
    width: 340px;
    background-color: white;
    font-size: 16px;
}
.sousuo-right input{
    height: 42px;
    width: 130px;
    font-size: 18px;
    background-color: #1B7E3D;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
}
.sousuo-right-main input{
    height: 60px;
    width: 130px;
    font-size: 24px;
    background-color: #1B7E3D;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
}


.container{
    width: 1200px;
    margin: 0 auto;
}
.jx-sub-div{
    width: 200px;
    position: relative;
    float: left;
    margin: 0 18px;
}
.jx-sub-div>img{
    width: 200px;
    height: 248px;
}
.jx-sub-ab{
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: black;
    opacity: 0.5;
}
.float-left{
    float: left;
}
.jx-sub-h1{
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    height: 20px;
    opacity: 1;
    color: white;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}
.number1-div{
    width: 350px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #64BBF7;
    text-align: center;
    margin-left: 120px;
}
.timer{
    font-size: 20px;
    color: white;
    margin-bottom: 10px;
}
.counter{
    width:205px!important;
}
.number1-div>p{
    font-size: 16px;
    color: white;
}
.number2-div>p{
    font-size: 18px;
    color: white;
}
.number3-div>p{
    font-size: 18px;
    color: white;
}
.shishishuju-h1{
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #443828;
    font-weight: normal;
}
.shishishuju-h1{
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #443828;
    font-weight: normal;
}
.shishishuju>h2{
    font-size: 16px;
    width: 100%;
    text-align: center;
    color: #807B75;
    font-weight: normal;
    margin-bottom: 18px;
    margin-top: 6px;
}
.number2-div{

    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #64BBF7;
    text-align: center;
    margin-left: 146px;
    margin-right: 146px;
}
.number3-div{
    width: 350px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #64BBF7;
    text-align: center;
}
.jingxuan-tuijian{
    width: 100%;
    padding-top: 35px;
}
.jingxuan-tuijian-h1{
    font-weight: normal;
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #443828;
    margin-bottom: 10px;
}

.jingxuan-sub>a{
    display: inline-block;
}

.lianluoyuan{
    width:360px;
    float: left;
    margin: 0 10px;
    text-align: center;
}
.lianluoyuan>div{
    background-color: #00CDB4;
    width: 290px;
    height: 110px;

    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 5px;
}
.lianluoyuan>div>p{
    font-size: 14px;
    color: #E4F4FF;
    padding: 30px 30px;
    line-height: 22px;
    text-align: left;
    padding-left: 36px;
    padding-right: 30px;
}
.lianluoyuan>div>i{
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #00CDB4;
    border-left: 15px solid transparent;
    position: absolute;
    top: -9px;
    left: 46%;
}

.zhucelly{
    border-top: none !important;
    margin-top:-68px;
}
.likezhuce{
    cursor: pointer;
    display: block;
    width: 155px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    background-color: #00A757;
    border-radius: 5px;
    font-size: 19px;
    margin: 0 auto;
    margin-top: 31px;
}

.banner-left{
    float: left;
}
.hd1-left>span{
    position: relative;
    cursor: pointer;
}
.weixin-logo{
    position: absolute;
    left: -30px;
    top: 39px;
    z-index: 999;
    display: none;
}
.wangzhan-nav{
    padding: 5px;
    border-radius: 5px;
}
.wangzhan-nav:hover{
    background-color: #1B7E3D;
    color: white;
}
.weixin-span{
    padding: 5px;
    border-radius: 5px;
}
.weixin-span:hover{
    background-color: #3faf35!important;
    padding: 5px;
    border-radius: 5px;
    color: white;
}
.weixin-span:hover>div{
    display: block;
}
.weixin-span:hover>i{
    display: block;
}
.weixin-span>i{
    display: none;
    left: 22px;
    top: 29px;
    position: absolute;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #E1EAE6;
    border-left: 20px solid transparent;
}
.web-navs{
    position: absolute;
}
.web-navs a:hover{
    color:#089241!important;
}
.web-navs {
    width: 645px;
    height: 260px;
    background: #fff;
    border-right: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    position: absolute;
    right: 0;
    top: 27px;
    z-index: 201602;

}
.web-navs .web-navs-ul {
    width: 160px;
    height: auto;
    display: block;
}
.f_l {
    float: left;
}
.web-navs .web-navs-ul li {
    width: 100%;
    height: auto;
    display: inline;
}
.hd-top .tp-right li {
    position: relative;
    display: inline;
    float: right;
}
.web-navs .web-navs-ul li span {
    margin-left: 35px;
    margin-top: 10px;
    display: block;
}
.C4f {
    color: #4f4f4f;
}
.F16 {
    font-size: 16px;
}
.web-navs .web-navs-ul li span a {
    color: #7d7c7c;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
.web-navs{
    position: absolute;
    top: 30px;
    left: 2px;
    display: none;
}
.web-navs-ul>li>span{
    height: 18px;
}
.wangzhan-nav:hover>.web-navs{
    /* display: block;*/
}
.sousuo-ll>img{
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.sousuo-ll{
    text-align: center;
    float: left;
    height: 42px;
    line-height: 42px;
    background-color: white;
    width: 50px;
    width: 70px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.sousuo-ll-main>img{
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.sousuo-ll-main{
    text-align: center;
    float: left;
    height: 60px;
    line-height: 60px;
    background-color: white;
    width: 50px;
    width: 70px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.jx-sub-l>img{
    vertical-align: middle;
}
.jx-sub-l>span{
    display: inline-block;
    width: 130px;
    height: 20px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.jx-l-b{
    padding: 10px 5px;
}
.jx-l-b>img{
    vertical-align: middle;
}
.jx-l-b>span{
    vertical-align: middle;
}
.jx-sub-r{
    width: 110px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 45px;
}
.jx-sub-r>h1{
    font-size: 18px;
    font-weight: normal;
    color: #FB9300;
}
.jx-sub-l span{
    color: #1B7E3D;
}
.jx-l-b>span:nth-of-type(1){
    display: inline-block;
    margin-right: 20px;
}

.hezuohuoban-div{
    width: 100%;
    height: 100px;
    line-height: 100px;
    border-right: 1px solid #E3E3E3;
    margin-bottom: 25px;
}
.hezuohuoban-div>img{
    vertical-align: middle;
}
/*.hezuohuoban>li:nth-of-type(7){
    border-right: none;
}*/
.hezuohuoban-main{
    overflow: hidden;
    border-bottom: none!important;
    padding-bottom: 0;!important;
    margin-bottom: 0 !important;
}
.hezuohuoban-main ul:last-child{
    border-bottom: none!important;
}
footer{
    width: 100%;
    /** border-top: 2px solid #8CB696;**/
    padding-top: 40px;
}


.fix-top{
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 997;
    background-color: white;
    min-width: 1200px;
    border-bottom: 1px solid #ebebeb;
}
.lunbo-mai{
    margin-top: 90px;
}
.hd1-right>span>a{
    color: #1B7E3D;
}

.ft-youqing>li>h1{
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    color: #005E32;
    font-weight: bold;
}
.ft-youqing>li>a{
    font-size: 14px;
    color: #005E32;
}
.ft-fl>li{
    float: left;
    /* margin-right: 50px; */
    height: 30px;
    line-height: 30px;
    width: 130px;
}
.youqing-div{
    width: 1105px;
    margin: 0 auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #E0E0E0;
}
.aboutus-ul>ul{
    float: left;
    width: 195px;
}
.ab-last{
    width: 130px!important;
}
.aboutus-ul>ul>li>h1{
    font-weight: bold !important;
    font-size: 16px;
    font-weight: normal;
    height: 50px;
    color: #005E32;
}
.aboutus-ul>ul>li>a{
    font-size: 14px;
    color: #005E32;
}
.aboutus-ul>ul>li{
    height: 40px;
    line-height: 40px;;
}
.aboutus-ul{
    margin-top: 30px;
}
.ft-logo{
    width: 100%;
}
.ft-logo td{
    vertical-align: middle;
    width: 33%;
    text-align: center;
    border-right: 1px solid #C3C9C8;
    height: 184px;
}
.ft-weiixn{
    border-right: none!important;
}
.ft-weiixn>h1{
    font-size: 16px;
}
.weibo-div h1{
    color: #089241;
    font-size: 16px;
    font-weight: bold;
}
.weibo-div h2{
    font-size: 16px;
    color: #FF9E00;
}
.youxiang-dianhua>p>span{
    font-size: 18px;
    color: #089241;
}
.youxiang-dianhua>p>img{
    vertical-align: middle;
}
.youxiang-dianhua{
    text-align: left!important;
    padding-left: 40px;
}
.yx-dh-1>img{
    margin-right: 30px;
}
.yx-dh-2>img{
    margin-right: 38px;
}
.yx-dh-1{
    height: 50px;
}
.ft-24hs{
    text-align: right;
    padding-right: 80px;
    color: #FF9E00;
    font-size: 18px;
}
.ft-banner{
    margin: 40px 0 20px 0px;
}
.beian-xinxi>h1{
    text-align: center;
    color: #294A32;
    font-size: 16px;
    font-weight: normal;
}
.beian-xinxi{
    margin-top: 20px;
    margin-bottom: 40px;
}
.bk-se-left{
    float: left;
    border: 1px solid #089241;
    border-radius: 5px;
}
.bk-se-right{
    float: left;
}
.baike-search{
    margin-top: 90px;
}
.bk-se-l{
    border: 1px solid #089241;
    border-right: none!important;
}
.bk-se-mid{
    border-bottom: 1px solid #089241;
    border-top: 1px solid #089241;
}

.bk-se-mid>input{
    height: 40px!important;
}
.bk-se-last{
    float: left;
    margin-left: 20px;
}
.bk-se-last>input{
    height: 42px;
    font-size: 16px;
    background-color: #C39900;
    text-align: center;
    border-radius: 5px;
    color: white;
    padding: 0 20px;
}
.bk-search{
    width: 550px;
    margin: 0 auto;
}
.bk-top-se{
    margin-top: 120px;
}
.jksdf{margin-top: 54px!important;}
.bk-main-left{
    float: left;
    width: 346px;
}
.bk-container{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #FAFAFA;
}
.bk-left-top{
    padding: 10px 20px;
    border: 1px solid #E6E6E6;

    background-color: white;
}
.bk-left-top>span{
    font-size: 18px;
    vertical-align: middle;
    margin-left: 20px;
}
.bk-left-top>img{
    font-size: 24px;
    vertical-align: middle;
    width: 20px;
    height: 22px;
}
.bk-left-second{
    background-color: white;
    border:  1px solid  #E6E6E6;
    border-top: none!important;
    padding: 10px 20px;
    padding-right: 0;
    margin-bottom:10px;
}
.bk-left-second>span{
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    cursor: pointer;

    border-radius: 5px;
}
.bk_on{

    color: white;
}
.bk_on a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background-color: #00d046;
    color: white;
    padding: 0 10px;
    border-radius: 5px;
}
.bk-left-zhuanqian{
    background-color: white;
    padding: 20px;
    text-align: center;
    border: 1px solid #E6E6E6 ;
    margin-top: 20px;
}
.bk-left-zhuanqian>div{
    height: 40px;
    line-height: 40px;;
    color: #244B2F;
    font-size: 24px;
    font-weight: normal;
}
.bk-left-zhuanqian>h1{
    height: 40px;
    line-height: 40px;;
    color: #244B2F;
    font-size: 24px;
    font-weight: normal;
}
.bk-left-zhuanqian>h2{
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    font-weight: normal;
    color: #2E613D;
}

.bk-left-zhuanqian>a{
    display: inline-block;
    height: 45px;
    background-color: #E9AA00;
    line-height: 45px;
    color: white;
    font-size: 26px;
    padding: 0 30px;
    border-radius: 5px;
    margin-top: 30px;
}
.bk-mian-right{
    float: left;
    width: 820px;
    margin-left: 34px;
    border: 1px solid #E6E6E6;
}
.bk-right-1{
    width: 100%;
    background-color: white;
    padding: 20px 40px;
}
.bk-zuixin-ul>li>i{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    left: 5px;
    top: 18px;
}
.bk-zuixin-ul>li{
    padding-left: 40px;
    position: relative;
    line-height: 30px;
    border-bottom: 1px solid #EBEBEB;
    /* padding-bottom: 20px; */
    padding-top: 8px;
    height: 45px;
}
.bk-zuixin-ul li a {
    display: inline-block;
    width: 248px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.bk-zuixin-ul>li>p{
    height:49px;
}
.bk-r-1>div>span{
    font-size: 16px;
    vertical-align: middle;
    margin-left: 20px;
}
.bk-r-1>div>img{
    vertical-align: middle;
    width: 35px;
    height: 35px;
}
.bk-r-1>div{

}
.bk-r-1{
    width: 360px;
    border-right: 1px solid #E6E6E6;
    padding-right: 30px;
    padding-bottom: 50px;
}
.bk-r-2{
    padding: 0 30px;
    padding-left: 55px;
    padding-right: 0;
}
.bk-r-2>div>*{
    vertical-align: middle;
}
.bk-r-2>div>img{
    width: 35px;
    height: 35px;
    margin-left: -25px;
}
.bk-r-2>div>span{
    margin-left: 20px;
}
.bk-search2{
    width: 670px;
    margin: 0 auto;
}
.bk-jx-ul>li{
    position: relative;
    border-bottom: 1px solid #E6E6E6;
    height: 45px;
    line-height: 45px;
    width: 320px;
}
.bk-jx-ul>li>i{
    position: absolute;
    left: -35px;
    top: 14px;
    width: 20px;
    height: 20px;
    /*  background-color: red;*/
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    color: white;
}
.bk-jx-ul>li>a{
    display: inline-block;
    width: 245px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 6px;
}
.bk-c1{
    background-color: red;
}
.bk-c2{
    background-color: #D50068;
}
.bk-c3{
    background-color: #D100F0;
}

.bk-c4{
    background-color: #00DCFF;
}

.bk-c5{
    background-color: #C49A00;
}
.bk-c6{
    background-color: #00CF9F;
}
.bk-c7{
    background-color: #00EC4D;
}

.bk-c8{
    background-color: #F5CD36;
}
.bk-c9{
    background-color: #089241;
}

.bk-c10{
    background-color: #DBDF00;
}

.bk-c11{
    background-color: #DBDF00;
}
.bk-c12{
    background-color: #00B2C0;
}



.bk-last-list{
    padding: 30px 40px;
    background-color: white;
    margin-top: 20px;
}
.float-right{
    float: right;
}
h1{
    font-weight: normal;
}
.bk-last-list>ul>li>div{
    height: 43px;
}
.bk-last-list>ul>li{
    margin-top: 15px;
}
.bk-list-right>img{
    vertical-align: middle;
    margin-right: 20px;
    width: 20px;
    height:20px;
}
.bk-list-left>h1{
    font-size: 14px;
}
.bk-list-right>span{
    font-size: 16px;
    color: red;
    vertical-align: middle;
    margin-right: 30px;
}
.bk-list-left1>a{
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
}
.bk-list-left1>span{
    font-size: 16px;
}
.bk-fenye-on{
    width: 30px;
    background-color: #00A231;
    border-radius: 5px;
    color: white!important;
}
.bk-color1{
    background-color: #00DCFF;
}
.bk-color2{
    background-color: #00D046;
}
.bk-list-right1>time{
    font-size: 16px;
}
.bk-last-list>ul>li:nth-child(even){
    border-bottom: 1px solid #D1FDFB;
}
.bk-fneye{
    margin-top: 40px;
    position: relative;
    width: 100%;
    text-align: center;
}
.bk-fneye>ul>li{
    float: left;
    color: #008A3C;
    font-size: 18px;
    margin-right: 5px;
}
.bk-fneye>ul{
    width: 180px;
    margin: 0 auto;
    position: relative;
}
.bk-fy-l{
    position: absolute;
    left: -20px;
    top: 6px;
}
.bk-fy-r{
    position: absolute;
    right: 10px;
    top: 5px;
}
body{
    background-color: white;
}
.bk-wdleft{
    margin-left: 0;
    margin-right: 30px;
}
.bk-lunbo{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.bk-lunbo2{
    position:absolute;
    right: 50px;
    bottom: 30px;
}
.bk-lunbo2>li{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #D2CECE;
    z-index: 2;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}
.bk-soucang-list{
    padding: 30px 40px;
    background-color: white;
    margin-top: 20px;
}
.bk-soucang-list>ul>li{

    padding: 10px 0;
    border-bottom: 1px solid #CCFEFE;
}
.bk-sc-r{
    position: relative;
    margin-left: 40px;
    padding-top: 10px;
    /* height: 24px; */
    /* line-height: 24px; */
}
.bk-sc-r>a>h1{
    width: 440px;
    height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    color: #00511F;
    font-weight: bold;
}
.bk-fx-div{
    position: absolute;
    top: 120px;
    left: 168px;
    display: none;
    padding-left: 20px;
}
.bk-sc-r>h1{
    font-weight: bold;
    font-size: 14px;
    height: 40px;
    line-height: 40px;;
    color: #00511F;
    width: 412px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bk-xcjs>span{
    padding: 5px 10px;
    font-size: 14px;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    font-weight: bold;
    margin: 0 4px;
}
/**2016-12-15 13:39:31列表加链接**/
.bk-green,.bk-green a{
    color: #00E1FF !important;
    border-color: #00E1FF !important;
}
.bk-red,.bk-red a{
    color: #FF003E !important;
    border-color: #FF003E !important;
}
.bk-blue,.bk-blue a{
    color: #31A154 !important;
    border-color: #31A154!important;
}
.bk-xcjs2{
    margin-top: 20px;
    position: relative;
}
.bk-xcjs2>span{
    margin-right: 20px;
    vertical-align: middle;
}
.bk-xcjs2>span>a{
    text-align: center;
    display: inline-block;
    width: 72px;
    height: 35px;
    line-height: 32px;
    background-color: #32BA5C;
    border-radius: 5px;
}
.bk-xcjs2>span>a>img{
    width: 22px;
    height: 22px;
    vertical-align: middle;
}
.bk-xcjs3>span{
    margin-right: 20px;
}
.bk-xcjs4{
    float: right;
}
.bk-xcjs{
    margin-top: 13px;
}
.bk-xcjs3{
    margin-top: 38px;
}
.bk-gengduo{
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.bk-gengduo>a{
    display: inline-block;
    /* padding: 5px 30px; */
    background-color: #1B7E3D;
    border-radius: 5px;
    height: 42px;
    line-height: 37px;
    padding-left: 30px;
    padding-right: 30px;

}
.bk-gengduo>a>img{
    vertical-align: middle;
}
.bk-gengduo>a>span{
    color: white;
    font-size: 24px;
    vertical-align: middle;
}
.bk-zhuanti{
    padding: 10px 5px!important;
}
.bk-zhuanti>img{
    width: 327px;
    height: 181px;
    margin-bottom: 5px;
}
.bk-jx-r{
    position: relative;
    margin-left: 20px;
    height: 100px;
    padding-top: 5px;
}
.bk-jx-second{
    background-color: white;
    border: 1px solid #E6E6E6;
    border-top: none!important;
    padding: 10px 8px;
    padding-top: 5px;
}
.bk-jx-second>ul>li{
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 5px;
    margin-top: 10px;
}
.bk-jx-r>h1{
    font-size: 14px;
    color: #1F6A4D;
    width: 180px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bk-jx-r>h2{
    position: absolute;
    right: 30px;
    top: 50px;
    font-size: 18px;
    color: #F98100;
    font-weight: normal;
}
.bk-jx-mu{
    position: absolute;
    bottom: 10px;
    left: 3px;
}
.bk-jx-mu>span{
    vertical-align: middle;
}
.bk-jx-mu>img{
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
.jx-lunbo{
    position: relative;
}
.jx-ln-body{
    width: 950px;
    margin: 0 auto;
    position: relative;
    height: 256px;
    overflow: hidden;
}
.jx-ln-body a{
    display: inline-block;
}
.jx-lb-l{
    position: absolute;
    left: 60px;
    top: 90px;
}
.jx-lb-r{
    position: absolute;
    right: 60px;
    top: 90px;
}
.jx-lb-ul li{
    float: left;
}
.jx-lb-ul{
    position: absolute;
    left: 0;
    top: 0;
}


.zn-lb-p{
    position: relative;
    width: 330px;
}
.zn-lb-p p{
    color: #396D46;
    line-height: 25px;
}
.zn-lb-p time{
    position: absolute;
    right: 10px;
    bottom: 2px;
    font-size: 12px;
    color: #ABB4AD;
}

.zn-lb-nav{
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 170px;
    left:210px;
    z-index: 2;
    width: 330px;
    height: 10px;
    margin: 0 auto;
}
.zn-lb-nav>span{
    display:inline-block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    border: 2px solid white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    margin-right: 8px;
}
.zn-ln-nav-on{
    background-color: white;
}
.zn-sub-b>h1{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-right: 80px;
}
.zn-sub-b{
    border-top: 1px solid #E5E5E5;
    padding-top: 20px;
}
.zn-sub-b>time{
    font-size: 12px;
    color: #ABB4AD;
}
.zrbk-r{
    width: 172px;
    margin-left: 15px;
}
.zrbk-l img{
    width: 155px;
    height: 115px;
    /*border:1px solid #A29F9F;*/
}


.zn-zwbk{
    margin-top: 15px;
    margin-bottom: 10px;
}
.zn-zwbk>img{
    margin-right: 10px;
}
.zn-zwbk>span{
    font-size: 16px;
    color: #0C3E1C;
}
.zn-zwbk *{
    vertical-align: middle;
}

.zn-sub:last-child{
    border-right: none;
}
.bk-lunbo1 img{
    border: 1px solid #DBDBDB;
    display:inline-block;
    width:820px;
    height:400px;
}
.bk-lunbo1{
    width: 820px;
    height: 404px;
    overflow: hidden;
}
.bk-sc-l>img{
    width: 182px;
    height: 138px;
    border: 1px solid #DBDBDB;
}
.bk-zhuanti>a>img{
    width:327px;
    height:181px;
}
.bk-jx-l>img{
    width:97px;
    height:97px;
    border: 1px solid #E6E6E6;
}
.n-main-jx>a>h1{
    font-size: 16px;
    color: #003E25;
    width: 230px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n-main-jx3{
    padding: 5px 3px;
    text-align: left;
}
.n-main-jx3 *{
    vertical-align: middle;
}


.n-main-jx6 *{
    vertical-align: middle;
}
.n-main-jx7 *{
    vertical-align: middle;
}
.n-main-jx8{
    margin: 5px 3px;
}
.bk-color2{margin-right:5px;}


/* start百科轮播加文字*/
.bk-lunbo1>li{
    position: relative;
}
.bk-ui-d{
    position: absolute;
    bottom: 4px;
    z-index: 9;
    background-color: #3A3131;
    height: 45px;
    line-height: 45px;
    width: 100%;
    opacity: .3;
}
.bk-ui-p{
    position: absolute;
    bottom: 4px;
    z-index: 10;
    color: white;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    margin-left: 18px;
}
.bk-lunbo2{
    bottom: 19px;
    z-index: 11;
}
/* end百科轮播加文字*/



/*start footer 11.23*/
footer{
    background-color: #003531;
}
.tf-m{
    float: left;
    padding-top: 20px;
    padding-bottom: 25px;
    width: 505px;
    border-right: 1px solid white;
}
.tf-m>ul>li *{
    color: #FFFFFF;
}
.tf-m>ul{
    float: left;
    width: 122px;
    padding-left: 38px;
}
.tf-m>ul>li>h1{
    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;
    width: 332px;
    border-right: 1px solid white;
    padding-top: 25px;
    padding-left: 26px;
}
.ft-m2-spm{
    font-size: 30px;
    color: white;
    margin-left: 15px;
}
.ft-m2-sp{
    display: inline-block;
    margin-bottom: 30px;
}
.ft-m2-sp *{
    vertical-align: middle;
}
.ft-m2-d p span{
    color: white;
}
.ft-m2-d p{
    line-height: 34px;
}

.ft-md>div{
    height: 230px;
}
.ft-m3{
    float:left;
    padding-top: 20px;
    padding-left: 25px;
}
.ft-m3-1>h1{
    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 h1{
    color: white;
    font-size: 14px;
    margin-right: 86px;
}
.ft-mt{
    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;
}
/*end footer 11.23*/
/* 信息加载提示框  */
.info-tip-dialog{display:none;}
.info-tip-dialog {/*background-color:rgba(0, 0, 0, 0.75);*/width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 999999;filter:alpha(opacity=50);
    -moz-opacity:0.5;  -khtml-opacity: 0.5;  opacity: 0.5;  }
.info-tip-dialog .info-tip-contentDiv {
    /*    position: relative;
      margin: 10% 45%;*/
    position: fixed;
    top: 50%;
    left:50%;
    margin: -50px 0px 0px -50px;
    width: 100px;
    height: 100px;
    background-color: #000;
    opacity: .5;
    border-radius: 6px;}
.info-tip-dialog .info-tip-preloader{
    margin-left:4px;
    background: url('http://www.laimaidi.com/Public/source/img/logo.gif') no-repeat 0 100%;
    background-size: 100% 100%;
    width: 92px;
    height: 92px;
}
.info-tip-dialog .info-tip-content{
    font-size: 14px;
    text-align: center;
    color:#fff;
    margin-top: -25px;
}
/* 信息加载提示框 end */



.zy-enter{
    border :1px solid #E2E2E2;
    width: 347px;
    text-align: center;
    background-color: white;
    padding: 19px 25px 37px 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.zy-enter h2{
    font-size: 22px;
    font-weight: normal;
    line-height: 38px;
    color: #641317;
}
.zy-enter h3{
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    color: #912B2F;
}
.zy-enter h4{
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 1px;
}
.zy-enter p{
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    color: #ABABAB;
}
.zy-enter-a{
    display: inline-block;
    width: 137px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: white;
    background-color: #F67E00;
    border-radius: 5px;
    margin-top: 20px;
    position: relative;
    text-align: left;
    padding-left: 20px;
}
.zy-enter-a img{
    position: absolute;
    top: 12px;
    right: 17px;
}
.zy-enter>img{
    margin-top: 28px;
    margin-bottom: 5px;
}
.ft-m4{
    padding-top: 26px!important;
}


.nm-scroll-top{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(58, 53, 53, 0.96);
    z-index: 99999;
}
.nm-scroll-top div{
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url(http://www.laimaidi.com/Public/images/nm-scroll-top.png) no-repeat top left;
    background-position: 0 0px;
    margin-right: 4px;
    margin-bottom: 4px;
}
.nm-scroll-top div:hover{
    background-position: -73px 0px;
}






.ft-m4{
    width: 372px;
    border-right: 1px solid #007F77;
    padding-left: 44px;
    float: left;
    padding-top: 14px;
}
.ft-m4>div:nth-of-type(1) {
    margin-right: 30px;
}
.ft-m4>div:nth-of-type(2) {
    margin-right: 30px;
}
.ft-m2{
    width: 365px;
}
.tf-m>ul {
    float: left;
    width: 110px;
    padding-left: 17px;
}
.tf-m{
    width: 450px;
}
.ft-m2{
    padding-left: 0;
}
.ft-m3-3{
    float: left;
    margin-left: 20px;
}
.ft-m2{
    border-right: none;
}
.ft-m2-sp ,.ft-m2-d{
    margin-left: 45px;
}
.tf-m{
    border-right: 1px solid #007F77;
}
.tf-m{
    padding-top: 10px;
}
.ft-m2{
    padding-top: 10px;
}
.ft-m2-sp{
    margin-bottom: 10px;
}
.ft-md>div {
    height: 205px;
}
.ft-mt h1{
    margin-right: 295px;
}
.ft-m3-1>h1{
    font-size: 14px;
}

.f_l{
    float: left;
}
.f_r{
    float: right;
}
.aline_m{
    vertical-align: middle;
}
.aline_l{
    text-align: left;
}
.aline_c{
    text-align: center;
}
.aline_r{
    text-align: right;
}
.clear-after:after {
    display:block;
    content:"";
    visibility:visible;
    height:0px;
    overflow:hidden;
    clear:both;
}
.red{
    color: red;
}
.text-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jx-lunbo:hover>img{
    display:block!important;
}
.m-index-more {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #F75A00;
    padding: 0px 20px;
    color: #F75A00;
    border-radius: 20px;
    position: absolute;
    right: 10px;
    top: -4px;
    height: 30px;
    line-height: 30px;
}
.m-index-more:hover{
    background-color:#F75A00;
}
.hylmd:hover{
    color:#3faf35;
}
.banner-left>a{
    display: inline-block;
    vertical-align: bottom;
}
#qiao-icon-wrap{
	display:none!important;
}
.hm-t-container{
	display:none!important;
}
#hm_t_91656{
	display:none!important;
}
.lmd-link-box {
    padding: 13px 0 20px 0;
    border-top: 1px solid #393939;
    background: none;
    margin-top:20px
}
.lmd-link-box .fl .tab {
    height: 40px;
}
.lmd-link-box .fl .tab span {
    display: inline-block;
    padding: 8px 10px;
    background: #121212;
    color: #888c8e;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.lmd-link-box .fl dd a {
    color: #888c8e;
    font-size: 12px;
    display: inline-block;
    margin: 10px 10px 0 0;
}
.lmd-link-box .fl .tab span.hover {
    background: #394043;
    color: #fff;
}
#edui1{
	    z-index: 7!important;
}
.supply_li{
	line-height:50px;
}