﻿@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html,
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
    vertical-align: top;
}

ul,
li,
dl,
dd,
dt {
    list-style-type: none;
}

i,
em,
cite {
    font-style: normal;
}

body {
    -webkit-text-size-adjust: none;
    /* 谷歌不支持12px以下字号 */
    font-family: "微软雅黑", "PingFang SC", "KaiGenGothicSC-Regular", "Microsoft Yahei", Arial, sans-serif;
}

a {
    text-decoration: none;
}

.clear,
.cle {
    clear: both;
}

a,
area {
    blr: expression(this.onFocus=this.blur())
}


/*  去掉IE下链接虚线框 */

a:focus {
    outline: none;
}


/* 去掉火狐下链接虚线框 */


/* end_Public */


/*========###############======== header str ========###############========*/


/*========###############======== Structure sta ========###############========*/


/*frm_header_start*/

#frm_header {
    width: 100%;
    min-width: 1200px;
    height: 157px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 9999;
}


/*top*/

.top {
    width: 100%;
    z-index: 99;
    position: relative;
    top: 0px;
    left: 0px;
    background: #ffffff;
}

.top .top_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top .t_cen1 {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background-color: #C3121A;
    color: #fff;
    font-size: 14px;
}

.top .t_cen2 {
    padding: 20px 0;
}

.t_t {
    position: relative;
    z-index: 100;
    width: 100%;
    margin: 0 auto;
}


/* t_sc */

.t_sc {}

.t_sc2,
.t_sc a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.t_sc a:hover {
    color: #FFF;
    text-decoration: none;
}

.t_sc1,
.t_sc3 {
    width: auto;
    float: left;
    padding-left: 10px;
}

.t_sc2 {
    width: auto;
    float: left;
    margin-right: 20px;
}

.t_sc_fr {
    width: auto;
    float: right;
}

.t_sc_fr span {
    background: url("../../images/icon/china_icon.png") no-repeat left center;
    padding-left: 25px;
    background-size: 20px;
}

.t_sc_fr .t_sc1 {
    margin-right: 20px;
}

.t_sc_fr span.t_sc3 {
    background: url("../../images/icon/english_icon.png") no-repeat left center;
    padding-left: 21px;
}


/* t_logo */

.t_logo {
    width: 270px;
    float: left;
    /* padding-top:5px; */
}

.t_logo img {
    border: 0px;
    line-height: 0;
    height: 63%;
    vertical-align: middle;
}


/*frm_nav_wrap*/

.frm_nav_wrap {
    /* width: 700px; */
    height: 35px;
    float: right;
}

.frm_nav_main {
    height: 35px;
    position: relative;
    font-family: "微软雅黑";
    clear: both;
}

.frm_nav_mainNav {
    height: 35px;
}

.frm_nav_mainNav>ul {
    /* width: 901px; */
}

.frm_nav_mainUl>li {
    float: left;
    height: 40px;
    line-height: 35px;
    width: auto;
    text-align: center;
    margin: 0;
    position: relative;
}

.frm_nav_mainUl>li a {
    display: block;
    line-height: 35px;
    color: #333333;
    padding: 0 14px;
    /* font-weight: 600; */
    font-size: 16px;
}

#frm_nav_wrap ul>li.curr>a {
    color: #b70000;
}


/* .frm_nav_mainUl>li.curr a, */

.frm_nav_mainUl li.hove a,
.frm_nav_mainUl li a:hover {
    color: #b70000;
}

.frm_nav_mainUl>li ul {
    width: 150px;
    height: auto;
    background-color: #FFF;
    position: absolute;
    left: -30%;
    top: 39px;
    display: none;
    text-align: left;
    box-shadow: 0px 0px 8px 0px rgb(171, 171, 171);
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
}

.frm_nav_mainUl>li ul:before {
    position: absolute;
    left: 45%;
    top: -5px;
    width: 6px;
    height: 6px;
    content: '';
    border-top: 3px solid #ddd;
    border-left: 3px solid #ddd;
    transform: rotate(45deg);
    background-color: #FFF;
}

.frm_nav_mainUl>li:hover ul {
    display: block;
}

.frm_nav_mainUl>li ul li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.frm_nav_mainUl>li ul li:last-child {
    border-bottom: 0px;
}

.frm_nav_mainUl>li ul li a {
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.frm_nav_subcon {
    clear: both;
}

.frm_nav_subcon {
    position: absolute;
    left: 0;
    top: 35px;
    background: #999;
    width: 100%;
    padding: 10px 0 50px 0;
    display: none;
}

.frm_nav_menu {
    width: 1000px;
    margin: 0 auto;
}

.frm_service_hotline {
    text-align: right;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.frm_service_hotline span {
    color: #c3121a;
    font-size: 14px;
}

.frm_service_hotline_txt {
    background: url("../../images/icon/phone_icon.png") no-repeat left center;
    padding-left: 25px;
    background-size: 18px;
    margin-top: 10px;
    margin-right: 8px;
}

.frm_service_hotline span.frm_service_hotline_tel {
    font-family: Impact;
    font-size: 30px;
}

.searchWrap {
    display: inline-block;
    position: relative;
    border: 1px #d8d7d7 solid;
    margin-left: 28px;
}

.indexSearch {
    width: 118px;
    height: 35px;
    background: #FFFFFF;
    font-size: 14px;
    color: #333;
    font-family: "微软雅黑";
    float: left;
    border: none;
    outline: none;
    color: #c4c4c4;
    text-indent: 5px;
}

.searchWrap img {
    float: left;
    width: 15px;
    height: 17px;
    position: absolute;
    top: 9px;
    right: 8px;
    cursor: pointer;
}

.head_pos .t_t {
    border-bottom: 4px solid #f2f2f2;
}


/* .head_pos {
    background-color: #FFF;
}

.head_pos .t_t {
    height: auto;
    border-bottom: 4px solid #f2f2f2;
    padding: 15px 0;
}

.head_pos .t_cen1 {
    display: none;
}

.head_pos .t_logo {
    height: 37px;
    line-height: 37px;
    float: left;
    padding-top: 0px;
}

.head_pos .t_logo img {
    border: 0px;
    line-height: 0;
    height: 96%;
}

.head_pos .frm_nav_wrap {
    margin-top: 5px;
}

.head_pos .frm_nav_mainUl>li a {
    color: #444;
}

.head_pos .frm_nav_mainUl>li.curr a,
.head_pos .frm_nav_mainUl li.hove a,
.head_pos .frm_nav_mainUl li a:hover {
    color: #b70000;
}

.head_pos .frm_service_hotline {
    margin-top: 0px;
}

.head_pos .t_cen2 {
    height: 65px;
    padding-top: 10px;
}

.head_pos .frm_service_hotline span {
    color: #888;
}

.head_pos .frm_service_hotline span.frm_service_hotline_tel {
    color: #b70000;
} */


/*frm_header_end*/


/*frm_ban_cont_banner*/

.frm_ban_cont_banner {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
    /* /* /* /* margin-top: 157px; */
    */ */ */
}

.frm_ban_cont_banner img {
    width: 1920px;
    height: 100%;
    border: 0;
    position: relative;
    left: 50%;
    margin-left: -960px;
}


/*frm_ban_cont_banner_end*/


/*frm_cont_bread*/

.frm_cont_bread {
    width: 1200px;
    height: 50px;
    overflow: hidden;
    position: relative;
    margin: -50px auto 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.frm_cont_bread p {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #fff;
    padding: 0px 10px;
    background: #c3121a;
}

.frm_cont_bread p a {
    font-size: 13px;
    color: #fff;
}

.frm_cont_box {
    width: 100%;
    height: auto;
    clear: both;
    overflow: hidden;
    background-color: #F5F5F5;
}

.frm_box_wrap_normal {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    /* background-color: #FFF; */
}

.frm_box_main_normal {
    margin: 30px auto;
     width: 100%;
}

.frm_box_main {
    width: 1200px;
    margin: 0 auto 20px;
}

.frm_box_view {
    width: 1200px;
    min-height: 400px;
    overflow: hidden;
    margin: 10px auto;
    padding: 30px 0px;
    position: relative;
    background-color: #FFF;
}

.frm_share_cont_box {
    min-height: 400px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
    overflow: hidden;
    margin-bottom: 30px;
}


/* 产品中心 */

.frm_box_wrap_normal {
    display: flex;
}

.frm_box_main_normal {
    flex: 1;
}

.product_left {
    width: 272px;
    height: auto;
    position: relative;
    margin-right: 24px;
    background: #fff;
}

.product_tit {
    background: #fff;
    border-bottom: 1px solid #f6f6f6;
    margin: 0 auto 0;
    padding-top: 50px;
    color: #d40000;
    padding-bottom: 20px;
}

.product_tit p {
    border-left: 2px solid #C4121A;
    color: #000000;
    font-size: 24px;
    line-height: 44px;
    height: 44px;
    display: block;
    padding-left: 35px;
}

.product_tit span {
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    display: block;
    line-height: 20px;
    height: 20px;
    padding-left: 35px;
}

.product_left_con {
    width: 100%;
    height: auto;
    min-height: 100px;
    background: #fff;
}

.product_left_con ul li {
    width: 100%;
    height: auto;
    background: url("../../images/icon/more_icon.png")no-repeat 235px 20px;
    line-height: 50px;
    border-bottom: 1px solid #f3f3f3;
}

.product_left_con a:hover {
    color: #C4121A;
}

.product_left_con a {
    /* width: 260px; */
    height: 100%;
    display: block;
    text-indent: 19px;
    line-height: 52px;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
}

.product_left_con a.active {
    color: #C4121A;
    font-weight: bold;
}


/*frm_cont_bread_end*/


/*frm_cont_menu*/

.frm_box_pro {
    width: 1200px;
    height: auto;
    overflow: hidden;
    padding: 20px 10px;
    margin: 30px auto;
    background-color: #FFF;
}

.frm_box_pro span {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #000;
    float: left;
    margin: 10px;
}

.frm_box_pro p {
    width: 1088px;
    height: auto;
    float: left;
}

.frm_box_pro a {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    padding: 0px 20px;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 3px;
    margin: 10px;
    background-color: #F5F5F5;
}

.frm_box_pro a:hover,
.frm_box_pro a.active {
    color: #FFF;
    border: 1px solid #b70000;
    background-color: #b70000;
}

.frm_box_menu {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
    text-align: center;
}

.frm_box_menu li {
    display: inline-block;
    overflow: hidden;
    margin: 0 10px;
}

.frm_box_menu li a {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    padding: 0px 30px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #FFF;
}

.frm_box_menu li:hover a,
.frm_box_menu li.active a {
    color: #FFF;
    border: 1px solid #b70000;
    background-color: #b70000;
}

.frm_box_menu h3 {
    overflow: hidden;
    font-size: 33px;
    color: #111;
    position: relative;
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 30px;
}

.frm_box_menu h3:before {
    content: '';
    width: 50px;
    height: 1px;
    background: #b70000;
    position: absolute;
    left: 50%;
    bottom: 1px;
    margin-left: -25px;
}

.frm_box_menu p {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}


/*frm_cont_menu_end*/


/*frm_page_box*/

.frm_page_box {
    width: 1200px;
    height: auto;
    overflow: hidden;
    padding: 20px 10px;
    margin: 20px auto;
}

.zd_fy {
    height: auto;
    line-height: 40px;
    font-size: 0;
    color: #323232;
    *padding-top: 5px;
    text-align: center;
}

.zd_fy a {
    color: #323232;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.zd_fy span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin-right: 10px;
    border: 1px solid #dfdfdf;
    background: #fff;
    color: #616161;
}

.fy_3 a,
.fy_2 a {
    color: #616161;
}

.fy_2 a,
.fy_4 a {
    font-family: "微软雅黑";
    font-size: 14px;
}

.fy_3 {
    width: 58px;
    height: 40px;
    line-height: 40px;
}

.fy_2,
.fy_4 {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.fy_out {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.fy_on {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.fy_on a,
.zd_fy span:hover a {
    color: #fff;
    background-color: #b70000 !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fy_5 {
    width: 58px;
    height: 40px;
    line-height: 40px;
}

.fy_1 {
    width: 50px;
    height: 40px;
    line-height: 40px;
    border-right: none;
    margin-left: 20px;
    color: #a9a9a9;
    display: none !important;
}

.zd_fy .fy_6 {
    border: none;
}

.fy_6 input {
    width: 58px;
    height: 40px;
    border: 1px solid #dfdfdf;
    float: left;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
}

.fy_8 {
    width: 40px;
    /*    background: transparent !important;
    border: none !important;*/
}

.fy_8 i {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-style: normal;
    float: left;
    cursor: pointer;
}

.fy_8:hover i {
    color: #b70000;
}

.fy_7 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dfdfdf;
    background: #fff;
}

.fy_9 {
    background: transparent !important;
    border: none !important;
}

.frm_share_page_pn {
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}

.frm_share_page_pn span,
.frm_share_page_pn a {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    color: #555;
}

span.frm_page_pn_next {
    text-align: right;
}

.frm_share_page_pn span {
    width: 48%;
    float: left;
    margin: 0 1%;
    overflow: hidden;
}

.frm_share_page_pn a:hover {
    color: #428bca;
}


/*frm_page_box_end*/


/*frm_footer start*/

.frm_footer {
    background: #C3121A;
    height: auto;
    overflow: hidden;
}

.frm_apply_box {
    height: 400px;
    padding-top: 120px;
    background: url(../picture/apply_bg.png) center no-repeat;
    background-size: 100% 400px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.frm_apply_box_text {
    text-align: center;
    font-size: 32px;
    line-height: 48px;
    margin: -15px 0 30px 0;
    color: #fff;
}

.frm_apply_box_btn {
    display: block;
    width: 320px;
    height: 72px;
    margin: 0 auto;
    line-height: 72px;
    -webkit-box-shadow: 0 24px 64px rgba(0, 0, 0, 0.1);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.1);
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    border-radius: 3px;
    background-color: #0067ed;
}

.frm_apply_box_btn:hover {
    background-color: #2d85f9;
}

.frm_footer-inner {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    padding-top: 20px;
}

.frm_footer-inner .hd {
    padding-bottom: 20px;
    overflow: hidden;
}

.frm_footer-nav {
    float: left;
    width: 800px;
}

.frm_footer-nav dl {
    width: auto;
    height: 210px;
    float: left;
    padding: 0 10px;
    /* border-left: #464649 dashed 1px; */
    overflow: hidden;
}

.frm_footer-nav dl:last-child {
    width: 365px;
}

.frm_footer-nav dl:last-child dt,
.frm_footer-nav dl:last-child dd {
    width: auto;
}

.frm_footer-nav dt {
    width: 115px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.frm_footer-nav dt a {
    color: #fff;
}

.frm_footer-nav dd {
    width: 115px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.frm_footer-nav dd {
    width: 115px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.frm_footer-nav dd a {
    color: #fff;
}

.frm_footer-nav dl:last-child dd {
    width: auto;
    height: auto;
    text-overflow: inherit;
    white-space: normal;
    overflow: hidden;
}

.frm_footer-QRcode {
    float: right;
    width: 400px;
    margin-top: 10px;
}

    .frm_footer-QRcode li {
        margin-left: 4px;
        float: left;
        overflow: hidden;
    }

        .frm_footer-QRcode li:last-child {
            /*margin-left: 20px;*/
        }

.frm_footer-QRcode li img {
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
}

.frm_footer-QRcode li p {
    padding-top: 16px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.frm_footer_hotline {
    width: 134px;
    margin-right: 20px;
    overflow: hidden;
    padding-top: 46px;
    background: url(../picture/phone_icon03.png) no-repeat center top;
    text-align: center;
}

.frm_footer_hotline_txt {
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    display: block;
}

.frm_footer_hotline_tel {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 12px;
}

.flinks {
    padding-bottom: 20px;
    height: auto;
    line-height: 30px;
    font-size: 14px;
    border-bottom: #fff dashed 1px;
    overflow: hidden;
    display: none;
}

.flinks .addlink {
    float: right;
    margin-right: 0;
}

.flinks span,
.flinks a {
    display: inline-block;
    margin-right: 30px;
    color: #999;
}

.copyright {
    float: left;
    width: 780px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    overflow: hidden;
    font-size: 14px;
}

.copyright span {
    display: inline-block;
    margin-right: 15px;
}

.copyright a {
    color: #fff;
}

.frm_footer-menu {
    float: right;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: right;
    overflow: hidden;
}

.frm_footer-menu a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.frm_footer-menu a:after {
    display: inline-block;
    content: "|";
    margin: 0 10px;
    color: #fff;
}

.frm_footer-menu a:last-child:after {
    display: none;
}

.frm_footer-inner a:hover {
    color: #fff;
}

.frm_footer_zx {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #fff;
}

.frm_footer_zx a {
    height: 50px;
    line-height: 50px;
    border: 1px solid #2599ba;
    padding: 0 40px;
    float: left;
    font-size: 14px;
    color: #fff;
    margin-left: 200px;
    border-radius: 2px;
    background-color: #2599ba;
}

.frm_footer_zx a:hover {
    border: 1px solid #fff;
    color: #FFF;
}

.frm_footer_zx a.frm_footer_zx02 {
    float: right;
    margin-right: 200px;
}

.frm_footer_zx a i {
    width: 8px;
    height: 8px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    border-left: transparent;
    border-bottom: transparent;
    transform: rotate(45deg);
}

.frm_footer_zx a i:before {
    content: '';
    width: 15px;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    left: -5px;
    top: 5px;
    transform: rotate(-45deg);
}


/*frm_footer end*/


/*咨询*/

.right_marketing {
    border-radius: 5px;
    width: 70px;
    position: fixed;
    right: 5px;
    top: calc( 50% - 100px);
    z-index: 999999999;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18);
    background: #fff;
}

.right_marketing ul li {
    position: relative;
    padding: 0px 3px;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

.right_marketing ul li:first-of-type {
    border-top: 1px solid #f1f1f1;
    border-radius: 5px 5px 0 0;
}

.right_marketing ul li:last-of-type {
    border-radius: 0 0 5px 5px;
    border-bottom: 1px solid #f1f1f1;
}

.right_marketing ul li a {
    display: block;
    text-align: center;
    font-size: 0;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    color: #505050;
}

.right_marketing ul li:last-of-type a {
    border-bottom: none;
}

.right_marketing ul li a p {
    display: block;
    margin-top: 10px;
    line-height: 1;
    font-size: 13px;
}

.right_marketing ul li a i {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../images/mark_icon.png);
    background-repeat: no-repeat;
}

.online_msg {
    background-image: url(../images/seekcoloricon.png) !important;
    width: 32px !important;
    height: 32px !important;
    background-position: 0 0!important;
}

.right_marketing ul li:hover {
    background: #db0010;
    border-color: #db0010;
}

.right_marketing ul li:hover a {
    border-color: #fff;
    color: #fff;
}

.online_consult a i {
    background-position: 0 0;
}

.qq_consult a i {
    background-position: 0 -25px;
}

.phone_consult a i {
    background-position: 0 -50px;
}

.online_message a i {
    background-position: 0 -75px;
}

.add_weixin a i {
    background-position: 0 -100px;
}

.online_consult:hover a i {
    background-position: -25px 0;
}

.qq_consult:hover a i {
    background-position: -25px -25px;
}

.phone_consult:hover a i {
    background-position: -25px -50px;
}

.online_message:hover a i {
    background-position: -25px -75px;
}

.add_weixin:hover a i {
    background-position: -25px -100px;
}

.phone_box {
    width: 240px;
    height: 69px;
    line-height: 69px;
    background: #DB0010;
    border-radius: 3px;
    position: absolute;
    right: 71px;
    top: 0;
    font-size: 0;
    letter-spacing: -3px;
    display: none;
}

.phone_box i {
    display: inline-block;
    width: 27px;
    height: 20px;
    background: url(../images/mark_icon.png) no-repeat 0 -124px;
    margin-left: 20px;
    margin-right: 8px;
}

.phone_box span {
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    letter-spacing: normal;
}

.phone_consult:hover .phone_box {
    display: block;
}

.add_weixin {
    position: relative;
}

.add_weixin:hover .weixin_box {
    right: 70px;
    bottom: 0;
    position: absolute;
    width: 200px;
}

.weixin_box {
    display: none;
}


/*咨询end*/