﻿@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: 80px;
    padding-bottom: 20px;
}

.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%;
    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("../images/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(../images/lg_ioc03.png) center no-repeat;
}

.contact_box .span2 {
    background: url(../images/lg_ioc04.png) center no-repeat;
}

.contact_box .span3 {
    background: url(../images/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: 50px;
    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;
}

.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;
}















