@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html, body {
    font-family: "microsoft yahei";
    min-width: 240px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    margin: 0;
    padding: 0
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

input:focus, a:focus {
    outline: none
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var, i {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

textarea {
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: inherit
}

a {
    vertical-align: baseline;
    cursor: pointer;
    text-decoration: none;
    color: #3A3A3A;
}

a:hover {
    text-decoration: none
}

.clear {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    background: none;
    border: 0;
    font-size: 0
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.clearfix:before {
    content: '';
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a img {
    vertical-align: middle;
}

/*input{background: url();}*/

/* 边距 */
.m_left20 {
    margin-left: 20px;
}

.m_bottom30 {
    margin-bottom: 30px;
}

.m_bottom25 {
    margin-bottom: 25px;
}

.m_bottom20 {
    margin-bottom: 20px;
}

.m_top110s {
    margin-top: 110px;
}

.m_top20 {
    margin-top: 20px;
}

.m_top60s {
    margin-top: 60px;
}

.p_bottom40 {
    padding-bottom: 40px;
}

.p_bottom60 {
    padding-bottom: 60px;
}

.p_top60s {
    padding-top: 60px;
}

.p_bottom60s {
    padding-bottom: 60px;
}

.p_bottom100s {
    padding-bottom: 100px;
}

/* 文字对齐 */
.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

/* 显示隐藏 */
.show {
    display: block
}

.hidden {
    display: none
}

::-webkit-input-placeholder {
    color: #cccccc;
}

:-moz-placeholder {
    color: #cccccc;
}

::-moz-placeholder {
    color: #cccccc;
}

:-ms-input-placeholder {
    color: #cccccc;
}

.but {
    width: 166px;
    height: 48px;
    line-height: 48px;
    color: #FFFFFF;
    background: url(../images/lg_but_bg01.png) center no-repeat;
    background-size: 100% 100%;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    font-family: "微软雅黑";
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.box-sizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.op_6 {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.p_12, .p_12 a, .p_12 span, .p_12 b, .p_12 label {
    font-size: 12px;
}

/*页头页脚*/
.lg_view {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.lg_center {
    width: 1200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.header_box {
    width: 100%;
    position: relative;
}

.header_sub {
    height: 30px;
    background: #f0f0f0;
}

.header_sub .lg_center .left_p {
    color: #323232;
    font-weight: bold;
    line-height: 30px
}

.header_sub .left_p span {
    margin: 0px 6px;
}

.header_sub .left_p a:hover {
    color: #67A630;
}

.header_sub .right_p span {
    width: 30px;
    height: 30px;
    background: url(../images/phone01.png) center no-repeat;
    display: block;
}

.header_sub .right_p b, .header_sub .right_p a {
    color: #FF4D22;
}

.header_sub .right_p label {
    margin-right: 5px;
    color: #BBBBBB;
}

.header_nav {
    background: #FFFFFF;
    height: 80px;
}

.header_nav .logo {
    display: block;
    padding-top: 10px;
    float: left;

}

.header_nav .logo_box {
    position: relative;
    margin-top: 10px;
}

.header_nav .logo_box p {
    color: #040000;
}

.header_ul_box {
    margin-top: 0px;
    float: right;
    margin-right: 0px;
}

.header_ul {
    position: relative;
    display: none;
}

.header_ul li {
    height: 36px;
    float: left;
    padding: 0px 30px;
    text-align: center;
    position: relative;
    display: block;
}

.header_ul li a {
    line-height: 36px;
    text-align: center;
    color: #3A3A3A;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: block;
}

.header_ul li:hover a {
    color: #69AE17;
}

.header_ul li.this a {
    color: #69AE17;
}

.header_ul li .sub_navs {
    position: absolute;
    z-index: 99;
    left: -20%;
    width: 140%;
    padding-top: 34px;
    display: none;
}

.header_ul li .sub_navs a {
    background-color: rgba(255, 255, 255, 1);
    color: #3A3A3A;
    width: 100%;
    padding: 3px 0px;
    font-size: 16px;
    margin-bottom: 1px;
    box-shadow: 1px 2px 2px #888888;
}

.header_ul li .sub_navs a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #69AE17;
}

.header_ul li:hover .sub_navs {
    display: block;
}

.header_sub .user_but {
    height: 24px;
    width: 100px;
    border: 1px solid #67A630;
    margin-top: 2px;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    float: right;
}

.header_sub .user_but a {
    line-height: 24px;
    width: 50%;
    display: block;
    text-align: center;
    font-size: 12px;
    border-radius: 0px;
}

.header_sub .user_but .fr {
    background: #B4D68B;
    color: #FFFFFF;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.header_sub .user_but .fl {
    background: #FFFFFF;
    color: #040000;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.nav_but {
    width: 72px;
    height: 30px;
    position: relative;
    background: #67A630;
    display: none;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
}

.nav_but img {
    width: 24px;
    height: 24px;
    margin-top: 3px;
    vertical-align: top;
}

.pc_nav_ul {
    position: relative;
    display: none;
    height: 80px;
    margin-top: 0px;
}

.pc_nav_ul li {
    height: 80px;
    float: left;
    padding: 0px 14px;
    text-align: center;
    position: relative;
    display: block;
}

.pc_nav_ul li a {
    line-height: 80px;
    text-align: center;
    color: #3A3A3A;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: block;
}

.pc_nav_ul li a .red {
    color: red;
    position: relative;
    cursor: pointer
}

.pc_nav_ul li:hover a {
    color: #69AE17;
}

.pc_nav_ul li.this a {
    color: #69AE17;
}

.pc_nav_ul {
    display: block;
}

.pc_nav_ul li .pc_this {
    position: absolute;
    display: none;
    bottom: 0px;
    left: 50%;
    margin-left: -8px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.8);
    z-index: 199;
}

.pc_nav_ul li.this .pc_this {
    display: none;
}

.pc_nav_ul li:hover .pc_this {
    display: block;
}

.pc_nav_ul li a .red i {
    font-size: 8px;
    -webkit-transform: scale(0.667);
    -o-transform: scale(1);
    position: absolute;
    right: -10px;
    top: -20px;
    background: rgba(255, 0, 0, 0.6);
    color: #fff;
    line-height: 1em;
    padding: 0.4em;
    border-radius: 3px;
}

/*.pc_nav_ul li.this .sub_navs{ display:block;}*/
.pc_nav_bg {
    position: absolute;
    height: auto;
    width: 100%;
    z-index: 199;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    margin-top: 80px;
    padding: 30px 0px;
}

.pc_nav_bg a {
    color: #fff;
    font-size: 16px;
    font-family: "微软雅黑"
}

.pc_nav_bg .box {
    width: 100%;
    position: relative;
    display: none;
    padding-bottom: 0;
}

.pc_nav_bg .box .img_box {
    width: 40%;
    float: left;
    text-align: center
}

.pc_nav_bg .box .img_box img {
    display: block;
    position: relative;
    margin: 20px auto 0px auto;
}

.pc_nav_bg .box .img_box p {
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
}

.pc_nav_bg .box .sub_navs {
    width: 60%;
    float: left;
    text-align: left;
}

.pc_nav_bg .box .sub_navs ul {
    width: 106%;
    position: relative;
    overflow: hidden;
}

.pc_nav_bg .box .sub_navs ul.product {
    padding-left: 70%;
}

.pc_nav_bg .box .sub_navs ul.xp_case {
    padding-left: 150%;
}

.pc_nav_bg .box .sub_navs ul.xp_case li {
    float: none;
}

.pc_nav_bg .box .sub_navs ul.xp_xyb {
    padding-left: 39.8%;
}

.pc_nav_bg .box .sub_navs ul.xp_xyb li {
    float: none;
}

.pc_nav_bg .box .sub_navs ul.xp_gzh {
    padding-left: 119%;
}

.pc_nav_bg .box .sub_navs ul.xp_gzh li {
    float: none;
}

.pc_nav_bg .box .sub_navs ul.xp_wx {
    padding-left: 83%;
}
.pc_nav_bg .box .sub_navs ul.xp_wx li {
    float: none;
}


.pc_nav_bg .box .sub_navs ul.xp_zh {
    padding-left: 68%;
}
.pc_nav_bg .box .sub_navs ul.xp_zh li {
    float: none;
}

.pc_nav_bg .box .sub_navs ul.xp_wxdy {
    padding-left: 99%;
}
.pc_nav_bg .box .sub_navs ul.xp_wxdy li {
    float: none;
}

.pc_nav_bg .box .sub_navs ul.xp_dl {
    padding-left: 135%;
}
.pc_nav_bg .box .sub_navs ul.xp_dl li {
    float: none;
}


.pc_nav_bg .box li {
    width: 50%;
    position: relative;
    float: left;
    margin: 8px 0px;
}

.pc_nav_bg .box li img {
    width: 34px;
    height: 34px;
    margin-right: 10px;
    vertical-align: middle;
}

.pc_nav_bg a:hover {
    color: #69AE17;
    border-bottom: 1px solid #69AE17;
    padding-bottom: 1px;
    cursor: pointer;
}

.pc_nav_bg .box li span {
    display: block;
    font-size: 14px;
    margin-left: 47px;
    color: #999;
    line-height: 1.4em;
    top: -15px;
}

.pc_nav_bg .box li i {
    position: absolute;
    top: 5px;
    right: 5%;
    color: #FFFFFF;
}

.pc_nav_bg .box li.lump3 {
    width: 33.33333%;
    overflow: hidden;
    height: 92px;
}
.logo_box img {
    width: 180px;
}
.logo_tips {
    font-size: 12px;
    text-align: left;
    display: block;
    padding-left: 6px;
    float: left;
    margin-top: 15px;
}

.logo_tips b {
    font-size: 14px;
}

.footer_box {
    background: #EFEFF0;
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer_box .dian_400 {color:#36a814;font-size:18px;margin:0 auto;width:100%;text-align:center;font-weight:600;}
.footer_box .dian_400 a {color:#36a814;}
.footer_mains .box {
    float: left;
    position: relative;
    height: auto;
}

.footer_mains .box1, .footer_mains .box4 {
    width: 25%;
}

.footer_mains .box2 {
    width: 20%;
}

.footer_mains .box3 {
    width: 30%;
}

.br_line {
    border-right: 1px solid #DFDFE0;
}

.footer_mains .tit {
    font-size: 18px;
    color: #3a3a3a;
    margin-left: 20px;
    height: 24px;
    line-height: 24px;
}

.footer_mains .mains {
    margin-top: 30px;
    width: 100%;
    height: 278px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.footer_mains .box1 img {
    position: relative;
    max-width: 90%;
}

.footer_mains .mfty_a {
    display: block;
    width: 70%;
    max-width: 190px;
    margin-left: 20px;
    margin-top: 16px;
    position: relative;
}

.footer_mains .mfty_a img {
    border-radius: 2px;
    width: 100%;
}

.footer_mains .box_a {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}

.footer_mains .box2 a {
    display: block;
    margin-left: 20px;
    position: relative;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #3a3a3a;
}

.footer_mains .box2 span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/lg_ioc02.png) center no-repeat;
    margin-top: 2px;
    vertical-align: top;
    margin-right: 4px;
}

.footer_mains .box2 label {
    font-size: 12px;
    color: #999;
    margin-left: 5px;
}

.footer_mains .box2 a:hover {
    color: #FF4D22;
}

.footer_mains .box_row {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 38px;
    font-size: 12px;
    color: #999;
}

.footer_mains .box_row .img_box {
    width: 78px;
    height: 52px;
    float: left;
    position: relative;
}

.footer_mains .box_row .img_box img {
    width: 100%;
    height: 100%;
}

.footer_mains .box_row .p_box {
    margin-left: 90px;
    position: relative;
    margin-right: 6px;
}

.footer_mains .box_row .p_box .p1 {
    width: 100%;
    font-size: 12px;
    color: #3a3a3a;
    height: 32px;
    line-height: 16px;
    overflow: hidden;
}

.footer_mains .box_row a:hover .p1 {
    color: #FF4D22;
}

.footer_mains .box_row .p_box .p2 {
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 1.4;
    margin-top: 5px;
}

.footer_mains .box_row p {
    font-size: 14px;
    color: #3a3a3a;
    margin-bottom: 10px
}

.footer_mains .box_row p i {
    width: 12px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url("icon-address.png");
    margin-right: 4px;
}

.contact_box {
    position: relative;
    margin-left: 20px;
    margin-top: 12px;
}

.contact_box span {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
}

.contact_box .span1 {
    background: url(lg_ioc03.png) center no-repeat;
}

.contact_box .span2 {
    background: url(lg_ioc04.png) center no-repeat;
}

.contact_box .span3 {
    background: url(lg_ioc05.png) center no-repeat;
}

.contact_box p {
    line-height: 20px;
    font-size: 14px;
    margin-left: 40px;
    display: block;
}

.contact_box .p1 {
    color: #999;
}

.contact_box .p2 {
    color: #3a3a3a;
}

.contact_box a img {
    width: 27px;
    display: block;
}

.contact_box a {
    margin-right: 17px;
    float: left;
}

.footer_sub {
    border-top: 1px solid #CBCBCC;
    margin-top: 20px;
    padding-top: 20px;
}

.footer_sub .img_box {
    width: 35%;
    position: relative;
}

.footer_sub .img_box a {
    float: left;
    margin-top: 8px
}

.footer_sub .img_box a img {
    display: block;
    width: 180px;
    margin-top: 10px;
}

.footer_sub .p_box {
    width: 65%;
    float: left;
    position: relative;
    padding: 5px 0px;
}

.footer_sub .p_box p {
    font-size: 12px;
    color: #999;
    line-height: 1.6;
    font-family: "microsoft yahei";
}

.footer_sub .logo_tips {
    margin-top: 20px;
}

.lg_tits .tits_box {
    width: 100%;
    position: relative;
    text-align: center;
}

.lg_tits .tits_box .tit {
    text-align: center;
    position: relative;
    height: 44px;
    line-height: 44px;
    font-size: 34px;
    color: #040000;
    padding: 0px 45px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.lg_tits .tits_box .line {
    border-bottom: 1px solid #D0CDCD;
    width: 100%;
    position: absolute;
    margin-top: 21px;
}

.lg_tits .tits_box .tit.bgcolor1 {
    background: #FFFFFF;
}

.lg_tits .tits_box .tit.bgcolor2 {
    background: #EFEFF0;
}

.lg_tits .tits_box .tit.bgcolor3 {
    background: #f2f3f3;
}

.lg_tits .sub_tits {
    text-align: center;
    position: relative;
    letter-spacing: 2px;
    font-size: 16px;
    color: #757474;
    line-height: 1.8;
}

.duobao_box .sub_tits {
    text-align: left;
    padding-top: 1.5%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

.duobao_box .sub_tits .tit {
    color: #4b9711;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}

/*2016年4月13日 */

.lg_tits .tits_box .tit2 {
    font-size: 28px;
}

.lg_tits .sub_tits2 {
    letter-spacing: 0px;
    margin-top: 5px;
}

.lg_tits .max_w670 {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
}

.lg_tits2 .tits_box {
    width: 100%;
    position: relative;
    text-align: center;
}

.lg_tits2 .tits_box .tit {
    text-align: center;
    position: relative;
    line-height: 44px;
    font-size: 22px;
    color: #040000;
    padding: 0px 12px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.lg_tits2 .tits_box .line {
    border-bottom: 1px solid #D2D2D2;
    width: 100%;
    position: absolute;
    margin-top: 21px;
}

.lg_tits2 .tits_box .tit.bgcolor1 {
    background: #FFFFFF;
}

.scrollTop {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: none;
    margin-top: 20px;
}

.scrollTop img {
    width: 50px;
    height: 50px;
    display: block;
}

.fixed_but {
    width: 50px;
    height: auto;
    position: fixed;
    z-index: 99;
    right: 20px;
    top: 46%;
    cursor: pointer;
    display: block;
}

.zixun_but img, .qq_but img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0px auto;
    margin-bottom: 5px;
}

.fixed_but a p {
    font-size: 12px;
    text-align: center;
    color: #A1A1A1;
    margin-bottom: 20px;
    background: #00AEF3;
    color: #fff;
    padding: 2px 0px;
}

/*.fixed_but a:hover p{color:#000;}*/
.filex {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.96);
    display: none;
}

.filex .list-filex {
    width: 100%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
}

.filex .list-filex li {
    width: 33%;
    float: left;
    font-size: 12px;
    color: #36a814;
}

.filex .list-filex li a {
    color: #36a814;
}

.filex .list-filex li p {
    height: 33px;
}

.filex .list-filex li img {
    width: 30px;
}

.list-filex .ico-1, .ico-2-a, .ico-3-a, .ico-4-a {
    display: none;
}

.login-reg-after {
    width: 220px;
    float: right;
    height: 24px;
    margin-top: 43px;
}

.cdname {
    border-left: 1px solid green;
    display: block;
    padding-left: 10px;
    line-height: 1.5em;
}

.cdname.bg {
    padding-left: 6px;
}

.cdname.bg label {
    margin-left: 5px;
    background: #36a814;
    color: #fff;
}
.cdname.bg label a {
    margin-left: 5px;
    background: #36a814;
    color: #fff;
}
.add_words {
    color: red;
    font-size: 14px;
    font-weight: bold;
    float: right;
    line-height: 30px;
}

.charge_main2 .fixed_tab {
    position: fixed;
    display: none;
    left: 50%;
    margin-left: -600px;
    z-index: 99;
    top: 0px;
}

/*2016年12月28号菜单悬浮*/

/*2016年12月28号菜单悬浮结束*/

@media screen and (min-width: 1250px) {
    .lg_view {
        width: 100%;
        min-width: 1200px;
    }

    .lg_center {
        width: 1200px;
    }
}

@media screen and (max-width: 1250px) and (min-width: 768px) {
    .footer_mains .box2 label {
        display: none !important;
    }

}

@media screen and (min-width: 980px) and (max-width: 1249px) {
    .lg_view {
        width: 100%;
        min-width: 960px;
    }

    .lg_center {
        width: 960px;
    }

    .charge_main2 .fixed_tab {
        margin-left: -480px;
    }

    .header_ul li {
        padding: 0px 18px;
    }

    .header_ul li .sub_navs {
        left: -30%;
        width: 160%;
    }

    .pc_nav_ul li {
        padding: 0px 10px;
    }

    .pc_nav_ul li .sub_navs {
        left: -30%;
        width: 160%;
    }

}

@media screen and (max-width: 979px) {
    body {
        moz-user-select: -moz-none;
        -moz-user-select: none;
        -o-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .lg_view {
        width: 100%;
        min-width: 100%;
    }

    .filex {
        display: block;
    }

    .lg_center {
        width: 94%;
    }

    .charge_main2 .fixed_tab {
        display: none;
    }

    .header_ul li {
        padding: 0px 10px;
    }

    .header_ul li .sub_navs {
        left: -50%;
        width: 200%;
    }

    .pc_nav_ul li {
        padding: 0px 5px;
    }

    .pc_nav_ul li .sub_navs {
        left: -50%;
        width: 200%;
    }

    .pc_nav_bg .box li.lump3 {
        width: 50%;
    }

}

@media screen and (max-width: 767px) {
    /*.h-floatMenu .zoot,.h-floatMenu .h-float-phone,.h-floatMenu .h-float-zx,.h-floatMenu .h-float-qq{display: none;}
    .h-floatMenu .h-float-top{display: none !important;}*/
    .h-floatMenu {
        display: none;
    }

    .lg_view {
        width: 100%;
        min-width: 100%;
    }

    .lg_center {
        width: 94%;
        padding-bottom: 32px;
    }

    .charge_main2 .fixed_tab {
        display: none;
    }

    .footer_mains .tit {
        font-size: 16px;
    }

    .footer_mains .box2 .mains {
        border-right: 0px;
    }

    .footer_mains .box1, .footer_mains .box2, .footer_mains .box3, .footer_mains .box4 {
        width: 50%;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .footer_sub .img_box {
        width: 100%;
    }
    .footer_sub .img_box img {
        width: 180px;
    }
    .fixed_but .zixun_but, .fixed_but .qq_but {
        display: none;
    }

    .footer_sub .p_box {
        width: 100%;
        margin: 0px;
    }

    .header_nav .user_but {
        margin-top: 42px;
        position: absolute;
        right: 0px;
        width: 80px;
    }

    .lg_tits .tits_box .tit {
        font-size: 24px;
        padding: 0px 10px;
        line-height: 1.4;
    }

    .lg_tits .tits_box .tit2 {
        font-size: 18px;
        line-height: 1.4;
    }
}

.footer_mains .box2 label {
    display: inline-block;
}

@media screen and (max-width: 890px) {
    .header_ul_box {
        position: absolute;
        float: none;
        left: -3%;
        width: 60px;
        margin-top: -30px;
        margin-right: 0px;
        z-index: 100;
    }

    .header_ul li .sub_navs {
        margin-left: 61px;
        padding: 0px;
        top: 0px;
        left: 0px;
    }

    .nav_but {
        display: block;
    }

    .header_ul {
        width: 60px;
        display: none;
        margin-top: 1px;
        z-index: 100;
    }

    .header_sub .left_p {
        display: none;
    }

    .header_ul li {
        padding: 0px;
        width: 72px;
        background: #69AE17;
        margin-bottom: 1px;
        z-index: 100;
    }

    .header_ul li a {
        font-size: 12px;
        color: #FFFFFF;
        z-index: 100;
    }

    .header_ul li:hover a {
        color: #FFFFFF;
    }

    .header_ul li.this {
        background: #69AE17;
    }

    .header_ul li.this a {
        color: #FFFFFF;
    }

    .header_ul li .sub_navs a {
        padding: 0px;
        background: #69AE17;
        font-size: 12px;
        color: #FFFFFF;
    }

    .header_ul li:hover {
        background: #69AE17;
    }

    .header_ul li:hover a {
    }

    .header_ul li:hover .sub_navs a {
    }

    .header_ul li .sub_navs a:hover {
        background: #69AE17;
        color: #FFFFFF;
    }

    .pc_nav_ul, .pc_nav_bg {
        display: none;
    }
    .xj-left p {
        font-size: 12px!important;
    }
}

@media screen and (max-width: 520px) {
    .logo_tips {
        display: none;
    }

    .footer_sub .logo_tips {
        display: block;
    }

    .footer_mains .box2 label {
        display: none !important;
    }

}

@media screen and (max-width: 415px) {

    .contact_box .spans {
        float: none;
        display: none;
    }

    .contact_box .p2 {
        margin-left: 0px;
        width: 100%;
    }

    .footer_mains .box_row {
        margin-bottom: 3px;
    }

    .footer_mains .box_row .img_box {
        float: none;
        width: 60px;
        height: 34px;
    }

    .footer_mains .box_row .p_box {
        margin-left: 0px;
    }

    .footer_mains .box1 img {
        margin-left: 0px
    }

    .footer_mains .box2 label {
        display: none;
    }
}

@media only screen and (max-width: 540px) {
    .add_words {
        display: none;
    }
}

/*2017.02.18 edit by jjxiao*/
.xj-left {
    float: left;
    margin-right: 10px;
    width: 43%;
    text-align: center;
}

.xj-right {
    float: right;
}

.xj-left p, .xj-right p {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 25px;

}

.lxb-close-btn {
    top: 296px !important;
}

.h-floatMenu ul li .h-float-item:hover {
    background: #f2f2f2;
}

.lxb-cb-input-btn:hover {
    background: #273de5;
}
/*.lxb-container {*/
    /*visibility: hidden!important;*/
/*}*/
/*.custom-text {*/
    /*display: ;*/
/*}*/
/*.lxb-hide-btn {*/
    /*display: none;*/
/*}*/
.thisisme {
    transition: all .5s;
}
.thisisme:hover img{
    display: block!important;
}
.weixin-news {width:1200px;margin:0 auto;margin-top:20px;}
.weixin-news .tie {font-size:24px;color:#666;text-align:center;width:100%;}
.weixin-news .date {font-size:12px;color:#666;text-align:center;width:100%;margin-top:10px;}
.weixin-news .neir {font-size:16px;color:#666;line-height:2.0em;margin-top:30px;}
.weixin-news .page {font-size:16px;margin-top:10px;color:#666;}
.weixin-news .page p {height:40px;}
.weixin-news .xiangguan {width:100%;height:280px;}
.weixin-news .xiangguan .tit {font-size:18px;color:#666;background: #E8E8E8;padding-left:20px;line-height:50px;height:50px;margin-bottom:15px;}
.weixin-news .xiangguan li {FLOAT: left;width:390px;color:#666;height:30px;padding-left:10px;}
.weixin-news .xiangguan li a {color:#666;}

.container {width:100%;max-width:1200px;margin:0 auto;color:#666;}
.article {padding:50px 0;font-size:16px;}
.article h3 {color:#555;}
.article p {text-indent:2em;line-height:30px;margin-bottom:20px;}
.article ol {margin-left:20px;}
.article ol li {margin-bottom:20px;}
.text-main {color:#00a0ea;font-size:36px;font-weight:bolder;}
.text-dark {color:#666;}
.news {padding:10px;list-style:none;}
.news li {display:block;clear:both;height:75px;margin-bottom:10px;overflow:hidden;}
.news li img {float:left;width:100px;margin-right:10px;}
 @media (min-width:760px) {
.news {padding:0;}
.news li {clear:none;float:left;margin:10px;width:280px;height:80px;}
.news li img {width:280px;margin:0 0 10px 0;}
.news li strong {margin:10px 0;font-size:16px;display:block;font-weight:bolder;}
.unopacity:hover img {filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5;}
}
#pages {padding:0;text-align:center;clear:both;padding-top:30px;margin-bottom:30px;height:30px;}
#pages li {list-style-type:none;display:inline;}
#pages a {display:inline-block;padding:0px 8px;height:24px;font-size:12px;line-height:24px;background:none;text-align:center;color:#ccc;margin-right:5px;font-family: "Courier New", Courier, monospace;border:1px solid #ddd;}
#pages a.a1 {padding:0px 12px;height:24px;line-height:24px;margin-top:0px;border:none;background:none;color:#ccc;}
#pages a.a1:hover {border:none;background:none;color:#ccc;}
#pages a:hover {background:#A0A0A0;color:#fff;text-decoration:none;}
#pages span {display:inline-block;padding:0px 8px;height:24px;font-size:12px;line-height:24px;background:#fff;text-align:center;color:#333;	margin-right:5px;border:1px solid #ddd;}
.page .noPage {display:inline-block;padding:0px 12px;height:22px;line-height:22px;border:1px solid #e3e3e3;text-align:center;color:#a4a4a4;
}
/* 左侧分类栏目 */
.left_nav{ width:120px; height:auto;padding:5px;position:fixed; left:0%; top:50%; margin:-275px 0px 0px 0px; z-index:777; background:#fff; border:1px solid #CDCDCD;font-size:12px;}
.left_nav2{ width:120px; height:auto;padding:5px;position:fixed; left:0%; top:50%; margin:120px 0px 0px 0px; z-index:777;}
.left_nav dl dt{ width:90px; height:25px; line-height:22px; background:url(/images/long.png) no-repeat 12px center #00a0e9; padding-left:30px;padding-top:5px; color:#fff; margin-bottom:2px;letter-spacing:1.5px;}
.left_nav dl dd{ width:128px; height:30px; position:relative;}
.left_nav dl dd .nav_right{ width:300px; height:auto; overflow:hidden; position:absolute; left:125px; top:0px; padding:0px 5px 10px 5px;background:#fff; display:none; border:1px solid #ccc;}
.left_nav dl dd .nav_right a{ width:110px;height:20px; line-height:20px; text-align:left; color:#666;padding-left:40px; background:url(/images/nav_right_bg.png) no-repeat 20px center; display:block; float:left; margin-top:10px; white-space:nowrap;
 text-overflow:ellipsis;
 -o-text-overflow:ellipsis;
 overflow: hidden;}
.left_nav dl dd .nav_right a:hover{ width:110px;height:20px; line-height:20px; text-align:left; color:#fff;padding-left:40px; background:url(/images/nav_right_bg2.png) no-repeat 20px center #00a0e9; text-decoration:none;}
.left_nav dl dd a.nav_left{width:107px; height:29px; line-height:29px; background:url(/images/left_nav_dt_bg.png) no-repeat 105px center #E0E0E0; padding-left:13px; display:block; border-bottom:1px solid #fff;color:#3C4347; white-space:nowrap;
 text-overflow:ellipsis;
 -o-text-overflow:ellipsis;
 overflow: hidden;}
.left_nav dl dd a.nav_left:hover{background:url(/images/left_nav_dt_bg2.png) no-repeat 105px center #00a0e9; color:#fff; text-decoration:none;}
/* 右侧客服 */
.float0831 {POSITION: fixed; TOP: 40px; RIGHT: 1px; _position: absolute;z-index:777; }
.float0831 A {COLOR: #00a0e9}
.float0831 A:hover {COLOR: #ff8100; TEXT-DECORATION: none}
.float0831 .floatL {POSITION: relative; WIDTH: 28px; FLOAT: left}
.float0831 .floatL A {TEXT-INDENT: -9999px; DISPLAY: block; FONT-SIZE: 0px}
.float0831 .floatR {BACKGROUND: url(/images/float_bg.gif);font-size:12px;color:#666;}
.float0831 .tp {BACKGROUND: url(/images/float_bg.gif)}
.float0831 .cn {BACKGROUND: url(/images/float_bg.gif)}
.float0831 .floatR {PADDING-BOTTOM: 15px; WIDTH: 130px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: -131px bottom; FLOAT: left; OVERFLOW: hidden}
.float0831 .tp {BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: 0% 0%; HEIGHT: 10px}
.float0831 .cn {BACKGROUND-REPEAT: repeat-y; BACKGROUND-POSITION: -262px 0px}
.float0831 .cn H3 {TEXT-INDENT: -9999px; HEIGHT: 36px; FONT-SIZE: 0px}
.float0831 .cn UL {PADDING-BOTTOM: 0px; PADDING-LEFT: 14px; PADDING-RIGHT: 14px; PADDING-TOP: 0px}
.float0831 .cn UL LI {BORDER-BOTTOM: #e6e5e4 1px solid; LINE-HEIGHT: 36px; WORD-WRAP: break-word; HEIGHT: 36px; OVERFLOW: hidden; WORD-BREAK: normal}
.float0831 .titZx {BACKGROUND: url(/images/float_s.gif) no-repeat}
.float0831 .titDh {BACKGROUND: url(/images/float_s.gif) no-repeat}
.float0831 .titDc {BACKGROUND: url(/images/float_s.gif) no-repeat}
.float0831 .icoZx {BACKGROUND: url(/images/float_s.gif) no-repeat}
.float0831 .icoTc {BACKGROUND: url(/images/float_s.gif) no-repeat}
.float0831 .icoFf {BACKGROUND: url(/images/float_s.gif) no-repeat}
.float0831 .icoTl {BACKGROUND: url(/images/float_s.gif) no-repeat}
.float0831 .btnOpen {BACKGROUND: url(/images/float_s.gif) no-repeat}
.float0831 .btnOpen_n {BACKGROUND: url(/images/float_s.gif) no-repeat}
.float0831 .btnCtn {BACKGROUND: url(/images/float_s.gif) no-repeat}
.float0831 .titZx {BACKGROUND-POSITION: 5px -10px}
.float0831 .titDh {BACKGROUND-POSITION: 5px -66px}
.float0831 .titDc {BACKGROUND-POSITION: 5px -124px}
.float0831 .icoZx {BACKGROUND-POSITION: 2px -154px}
.float0831 .icoTc {BACKGROUND-POSITION: 0px -323px}
.float0831 .icoFf {BACKGROUND-POSITION: 2px -213px}
.float0831 .icoTl {PADDING-LEFT: 20px; DISPLAY: block; FONT-FAMILY: "微软雅黑"; BACKGROUND-POSITION: 2px -266px; FLOAT: left}
.float0831 .btnOpen {BACKGROUND-POSITION: -30px -396px}
.float0831 .btnOpen_n {BACKGROUND-POSITION: 0px -530px}
.float0831 .btnCtn {BACKGROUND-POSITION: 0px -396px}
.float0831 .icoZx {PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left}
.float0831 .icoTc {PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left}
.float0831 .icoFf {PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left}
.float0831 .btnOpen {POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px}
.float0831 .btnOpen_n {POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px}
.float0831 .btnCtn {POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px}
.float0831 .btnOpen {TOP: 118px; LEFT: 1px}
.float0831 .btnOpen_n {TOP: 118px; LEFT: 1px}
.float0831 .btnCtn {TOP: 118px; LEFT: 2px}
.float0831 UL LI H3.titDc A {WIDTH: 80px; DISPLAY: block; HEIGHT: 36px}
.float0831 UL LI.top {BORDER-BOTTOM: #ace5f9 1px solid;width:90%;}
.float0831 UL LI.bot {BORDER-BOTTOM-STYLE: none}
.float0831 UL.webZx {PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 164px; PADDING-RIGHT: 0px; BACKGROUND: url(/images/webZx_bg.jpg) no-repeat; HEIGHT: 65px; PADDING-TOP: 0px}
.float0831 UL LI.webZx-in {BORDER-BOTTOM-STYLE: none; PADDING-LEFT: 5px; HEIGHT: 50px; PADDING-TOP: 8px}
.weixin_anli {width:100%;max-width:1200px;margin:0 auto;padding:40px 0;DISPLAY: block;border-top:1px dashed #dbd9d9;}
.weixin_anli  .biao {font-size:24px;width:100%;text-align:center;color:#333;font-weight:bold;margin-bottom:40px;}
.weixin_anli  .biao p {font-size:14px;font-weight:100;margin-top:20px;}
.weixin_anli li {float:left;list-style: none;margin:10px 0px;width:240px;overflow:hidden;white-space: nowrap;box-sizing: border-box;padding:0 15px;color:#666;}
.biao2 {margin:0 auto;width:1200px;font-size:14px;text-align:center;color:#333;height:30px;line-height:30px;}










