*{
    font-size:12px;
    font-family: "微软雅黑","微软雅黑 Light","Arial";
}
a{
    text-decoration: none !important;
}
body,ul{
    padding:0;
    margin:0;
    border:0;
}
.page{
    background-color: #fafafa;
}
.content-area{
    width:1200px;
    margin:0 auto;
}
/*********************页头样式****************/
.page-head{
    background-color: #222;
    color:#ffffff;
    height:51px;
    min-width: 1200px;
}
.page-head a,
.head-menu-second-item a{
    font-size:14px;
}
.page-head a{
    color:#ffffff;
    letter-spacing: 1px;
}
.page-head a:hover{
    color:#F74020;
}
/*****页头导航菜单样式******/
.head-menu{
    height:50px;
    position: relative;
    z-index: 200;
}
.head-menu-left{
    float:left;
}
.head-menu-right{
    float:right;
    position: relative;
}
.head-menu-left > ul > li{
    float:left;
    list-style-type: none;
    margin-right:50px;
    position: relative;
}
.head-menu-left > ul > li > a{
    display: inline-block;
    height:50px;
    line-height: 50px;
}
.logo{
    line-hieght:2px !important;
}
.logo a{
    border:0 !important;
}
.head-menu-left-selected{
    color:#13dfd8 !important;
    border-bottom:5px solid #13dfd8;
}

/*二级菜单*/
.head-menu-left-second{
    position: absolute;
    z-index: 9999;
}
.head-menu-left-second-bg{
    background-color: #000;
    height:100%;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;
    position: absolute;
    width:100%;
}
.head-menu-left-second li{
    list-style-type: none;
}
.head-menu-left-second a{
    cursor: pointer;
    display: block;
    color:#fff;
    width:200px;
    padding:15px
}
.head-menu-left-second li:hover{
    background-color: #F74020;
}
.head-menu-left-second a:hover{
    color: #fff;
}
.head-menu-left-second ul{
    position: relative;
}
.head-menu-left-second > ul > li{
    position: relative;
}
.head-menu-left-three{
    position: absolute;
    top:0;
    left:200px;
}
.head-menu-left-three li{
    position: relative;
    top:-1px;
}
.head-menu-left-second,
.head-menu-left-three{
    display: none;
    border:1px  solid #222;
}
.head-menu-first-list-selected .head-menu-left-second{
    display: block !important;
}
.head-menu-first-list-selected > a{
    color:#F74020;
}
.head-menu-left-second-selected .head-menu-left-three{
    display: block !important;
}
.header-newactive{
    width: 110px;
    padding-left: 30px;
    background: url('../image/index_back_active.png') #222 no-repeat 10px 5px;
}
/*国旗*/
.country-flag{
    position: relative;
}
.country-flag ul{
    position: absolute;
    left:-40px;
    top:14px;
}
.country-flag li{
    list-style-type: none;
}
.country-flag a{
    cursor: pointer;
}
.country-flag li:last-child{
    margin-top:5px;
    display: none;
}





/*右侧菜单*/

.head-menu-right > ul > li{
    float:right;
    height:50px;
    line-height:50px;
    list-style-type: none;
    width:69px;
    text-align: center;
}
.head-menu-right-selected{
    background-color: #13dfd8;
}
.head-menu-right-selected a:hover{
    color: #fff;
}
.head-bottom-line{
    border-top:1px solid #252e43;
}
.head-bottom-tuoyuan{
    display: block;
    background: url("../image/console_tuoyuan1.png") no-repeat;
    width:112px;
    height:20px;
    position: absolute;
    left:880px;
    top:-3px;
    z-index: 199;
}
.page-head-menu-console{
    width:65px !important;
    position: absolute;
    height: 70px !important;
    left:-85px;
    top:2px;
    z-index: 20;
}
.page-head-menu-console > a{
    display: block;
    background-image: url("../image/console_off.png");
    background-repeat: no-repeat;
    /*background-position: 0px -5px;*/
    width:64px;
    height:64px;
    padding-top:20px;
}
.page-head-menu-console-selected > a{
    background-image: url("../image/console_on.png") !important;
}

/*********************页脚样式****************/
.page-foot{
    background-color: #222;
    color:rgba(255,255,255,0.9);

}
.page-foot a{
    color:rgba(255,255,255,0.9);
}
/*****页脚头部样式******/
.page-foot-top{
    padding:30px 0;
}
.foot-top-box{
    float:left;
}

.foot-top-box-title{
    font-size:16px;
    color:rgba(255,255,255,0.9);
    font-weight:bold;
    padding-bottom:15px;
}
.foot-top-box-list li{
    list-style-type: none;
    padding:5px 0;
}
.foot-top-box-list,
.foot-top-box-list a{
    color:rgba(255,255,255,0.9);
}
.foot-top-box:not(:last-child){
    margin-right:115px;
}
/*****页脚直线样式******/
.page-foot-line{
    border-top:1px solid #252e43;
}
/*****页脚底部样式******/
.page-foot-bottom{
    text-align: center;
    padding-top: 20px;
}
.page-foot-link a{
    display: inline-block;
    margin:10px 15px;
}
.page-foot-copyright:last-child{
    padding:10px 0 15px 0;
}
.page-foot-copyright span{
    margin-right:20px;
}
/*****右侧工具条*****/
.page-foot-toolbar{
    z-index: 1200;
    position: fixed;
    right:15px;
    bottom: 50px;
}
.toolbar-item{
    position: relative;
}

.toolbar-item > a,.toolbar-item > span{
    display: block;
    background-color: #25aa99;
    width:44px;
    height:44px;
}
/*售前咨询*/
.toolbar-item-online > a{
    background: url("../image/c_sqzx1.png") center center no-repeat;
}
.toolbar-item-online > a:hover{
    background: url("../image/c_sqzx_hover1.png") center center no-repeat;
}
/*价格计算器*/
.toolbar-item-calculator > span{
    background: url("../image/calculator_hover.png") center center no-repeat;
}
/*.toolbar-item-calculator > a:hover{*/
    /*background: url("../image/calculator_hover.png") center center no-repeat;*/
/*}*/
/*电话*/
.toolbar-item-phone>a{
    background: url("../image/c_phone.png") center center no-repeat #657072;
}
.toolbar-item-phone>a:hover{
    background-color: #207FB7;
}
/*app二维码*/
.toolbar-item-app > a{
    background: url("../image/c_ewm.png") center center no-repeat;
}
.toolbar-item-app > a:hover{
    background: url("../image/c_ewm_hover.png") center center no-repeat;
}
/*回到顶部*/
.toolbar-item-goTop > a{
    background: url("../image/c_top.png") center center no-repeat;
}
.toolbar-item-goTop > a:hover{
    background: url("../image/c_top_hover.png") center center no-repeat;
}

.toolbar-item i {
    display: none;
}
.toolbar-item div{
    display: none;
    position: absolute;
    top:-58px;
    right:50px;
}
.toolbar-item-online div{
    width:363px;
    height:164px;
}
.toolbar-item-phone div{
    width:363px;
    height:164px;
}
.toolbar-item-app div{
    width:302px;
    height:164px;
}
.toolbar-item:not(:last-child){
    margin-bottom: 2px;
}
.toolbar-item .icon_arrow_right {
    position: absolute;
    bottom: 16px;
    right: 40px;
}
.icon_arrow_right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #25aa99;
}
.foot-weixin-weibo-item{
    float:left;
}
.foot-weixin-weibo-item:first-child{
    margin-right:15px;
}
.foot-weixin-weibo-item > img{
    width:100px;
    height:100px;
    margin:15px 0;
    display: block;
}
.foot-weixin-weibo-item > a{
    /*width:100px;*/
    /*height:100px;*/
    /*margin:15px 0;*/
    display: block;
    text-align: center;
}
.foot-weixin-weibo-item > a > img{
    width:20px;
    height:20px;
    margin-right:5px;
}

ins#qiao-wrap {display: none!important;}
ins#qiao-flash-storage,ins#qiao-invite-wrap {display: none!important; visibility: hidden!important;}
ins#qiao-icon-wrap {
    overflow:hidden!important;
    width:43px!important;
    height:43px!important;
    left:auto!important;
    top:auto!important;
    right: 20px !important;
    bottom: 180px !important;
    margin:0!important;
    opacity:0!important;
    -webkit-opacity: 0!important;
    filter:alpha(opacity=0)!important;
    background: none!important;
    display: block!important;
    visibility: visible!important;
}
.lxb-close {position: fixed; bottom: 426px; right: 20px; background: transparent; display: none; height: 24px; width: 24px;z-index: 14; cursor: pointer;}
#LXB_CONTAINER_SHOW ins {display: none!important;}
#LXB_CONTAINER_SHOW ins.hidden {display: none!important;}
#LXB_CONTAINER .lxb-pos-right {right:20px!important;}
#LXB_CONTAINER > ins {display: none!important;z-index: 13!important;}
#LXB_CONTAINER > ins.show {display: block!important;}
#LXB_CONTAINER_SHOW .lxb-container-btn-show {z-index: 12!important;; top:auto!important;left:auto!important;right:20px!important;bottom: 230px!important;}
ins.lxb-container {top:auto!important;bottom:230px;}

/*新header*/
.header-bar{
    width: 100%;
    height: 56px;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}
.header-bar-right{
    list-style: none;
    display: flex;
    align-items: center;
}
.header-bar-right li{
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 100%;
}
.header-bar-right li span{
    font-size: 14px;
}
.header-bar-right li a{
    padding: 0 14px;
    color: #251C39;
    font-size: 14px;
}
.header-bar-right li a:hover{

}
.current-name{
    padding: 0 15px 0 5px;
}
.langIcon{
    width: 1px;
    display: inline-block;
    height: 34px;
    background-color: rgba(0,0,0,0.15);
}
.bar-right-item-color{
    background-color: #EE5522;
    color: #fff;
}
.bar-right-item-color a{
    color: #fff !important;
}
.footer-select{
    cursor: pointer;
    position: relative;
}
.footer-select:hover{
    color: #F36B2B;
}
.footer-select:hover .footer-select-lang{
    display: block;
}
.footer-select-lang{
    position: absolute;
    box-shadow: 0 20px 30px 0 rgba(0,0,0,0.2);
    background: #fff;
    top: 54px;
    left: -10px;
    display: none;
}
.footer-select-lang a{
    height: 54px;
    line-height: 54px;
    padding-left: 20px;
    width: 150px;
    display: inline-block;
}
.footer-select-lang a:hover{
    color: #F36B2B;
}
