@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img,input,button { border:none; padding:0;margin:0;outline-style:none; }   /*去掉input等聚焦时的蓝色边框*/
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family:Arial, "SimSun","微软雅黑";color:#666}
select, input { vertical-align:middle;}
select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; } /*防止拖动*/
img {border:0; vertical-align:middle; }  /*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
table { border-collapse:collapse; }
u {text-decoration: none;}
body {
    font:14px/150% Arial,Verdana,"微软雅黑","\5b8b\4f53";
    color:#333333;
    /*background:#fff;*/
    min-width: 1200px;
    /*overflow-x: hidden; !*禁止出现左右滚动条*!*/
    overflow-y: scroll;
}
.clearfix:before,.clearfix:after {  /*清楚浮动*/
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
a {color:#666; text-decoration:none; }
a:visited {text-decoration:none;}
a:focus{text-decoration: none}
a:hover{text-decoration: none;}
h1,h2,h3,h4,h5,h6 {text-decoration:none;font-weight:normal;font-size:100%;}  /*设置h标签的大小，设置跟父亲一样大的字体font-size:100%;*/
s,i,em{font-style:normal;text-decoration:none;}
.col-red{color: #eb6100!important;}

.line_clamp1{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
}
.line_clamp2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.line_clamp4{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
/*公共类*/
.w {  /*版心 提取 */
    width: 1200px;margin:0 auto;
}
.fl {
    float:left
}
.fr {
    float:right
}
.al {
    text-align:left
}
.ac {
    text-align:center
}
.ar {
    text-align:right
}
.hide {
    display:none
}
.font12{ font-size: 12px;}.font14{ font-size: 14px;}.font16{ font-size: 16px;}
/*公共部分*/

/*注册公共*/
.breadcrumb {
    padding: 8px 0px;
    margin: 0;
    list-style: none;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #4f4f5b;
}
.control-group {
    margin-left: 20px;
}
.control-group span {
    display: inline-block;
}

form.form-horizontal legend {
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
    font-size: 15px;
    color: #666;
    padding-left: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*全局红色星号*/
span.red_star {
    color: #ff0000;
}

.moStyle{
    font-size: 12px !important;
    color:#555555 !important;
}
/*按钮样式*/
button .btn {
    margin-left: 26px;
    background-color: #325588;
    text-shadow: none;
    background-image: none;
    border-color: transparent;
    color: #fff;
    padding: 4px 67px;
}
#city {
    display: none;
}
.btn:hover {
    color: #fff;
    background-color: #325588;
}


/*==============弹出层按钮样式===========*/
#myModal {
    margin-left: -180px;
    top: 50%;
    margin-top: -45px;
    width: 360px;border: 1px solid #eb6100;
}
.modal-header {
    border: none;
}
.modal-header h3 {
    text-align: center;color: #eb6100;font-size: 16px; font-weight: 700;
}
.modal-footer {
    padding: 0;
    border: none;
    background-color: #fff;
}
.modal-footer a{
    display: inline-block;
    width: 180px;
    height: 38px;
    padding: 0;
    text-align: center;
    float: left;
    font-size: 14px;
    line-height: 38px;
    cursor: pointer;
}
.modal-footer a:hover {
    text-decoration: none;
}
.signin {
    background-color: #eb6100;
    color: #fff;
    border-bottom-left-radius: 5px;
}
.signin:hover {
    color: #ffffff;
}
.register {
    background-color: #f5f5f5;
    color: #eb6100;
    border-bottom-right-radius: 5px;
}
.register:hover {
    color: #eb6100;
}

/*==============弹出层样按钮式结束========*/


/*============验证信息字体颜色==================*/
.form-group small {
    color: #ff0000;
}
.form-group i {
    margin-left: 10px;
}
/*============验证信息字体颜色==================*/
/* 提示信息公共样式 */
.iconfont {
    font-size: 14px!important;
}
.success_info span i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-right: 10px;
    background: url("../../en/images/Email_cor.png") left center no-repeat;
}
.erro_info span i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-right: 10px;
    background: url("../../en/images/Email_err.png") left center no-repeat;
}
/* 提示信息公共样式 */
.notallowed{
    cursor: not-allowed;
}
/*—滚动条默认显示样式–*/
::-webkit-scrollbar-thumb {
    background-color: #f2f2f2;
    height: 50px;
    outline-offset: -2px;
    outline: 2px solid #fff;
    -webkit-border-radius: 15px;
    border: 2px solid #e8e8e8;
}
/*—鼠标点击滚动条显示样式–*/
::-webkit-scrollbar-thumb:hover {
    background-color: #f2f2f2;
    height: 50px;
    -webkit-border-radius: 15px;
}
/*—滚动条大小–*/
::-webkit-scrollbar {
    width: 14px;
    height: 15px;
}
/*—滚动框背景样式–*/
::-webkit-scrollbar-track-piece {
    background-color: #fff;
    /*border: 1px solid #ccc;*/
    -webkit-border-radius: 0;
    /*padding: 40px;!important;*/
}
/* 弹出框样式 */
/*模态框*/
#commonModal, #modifyModal {
    width: 350px;
    min-height: 230px;
    text-align: center;
    margin-left: -175px;
}
#commonModal .modal-body {
    min-height: 230px;
    max-height: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#commonModal .modal-body span{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../images/sucess_icon.html") no-repeat center;
    margin-top: 20px;
    margin-bottom: 26px;
}
#commonModal .modal-body span.error-icon {
    background: url("../images/error_cion.html") no-repeat center;
}
#commonModal .modal-body p {
    padding-bottom: 60px;
}
.know-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
    width: 98px;
    height: 28px;
    border: 1px solid #318cd2;
    text-align: center;
    line-height: 28px;
    background: #fff;
    color: #318cd2;
    border-radius: 5px;
}
/*分页公共样式增加（2019.10.26）*/
.page_left{
    float: left;
    padding-top: 20px;
    margin-right: 5px;
}
.page_left > .page_select{
    width: 85px;
}
.page_left > span{
    margin: 0px 3px;
}
.page_center{
    float: left;
}
.pagination ul > .active > a{
    color: #fff;
    background: #315587;
}
.pagination ul > li>a{
    background: #fff;
    color: #315587;
}
.page_right{
    float: left;
    padding-top: 20px;
    margin-left: 8px;
}
.page_right > span{
    margin: 4px;
}
.page_right > input{
    width: 25px;
    margin: 0;
    text-align: center;
}
.page_left +nav{float:left;}

/* 右侧悬浮：回到顶部和邮箱样式  time:20200411 */
#go_back_top{
    position: fixed;
    right: 6px;
    top:50%;
    background-color: #fff;
    width: 50px;
    border-radius: 0;
    z-index: 101;
    display: none;
    border-top: 1px solid #eee;
}
 .go_back_style{
    z-index: 9999;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #eee;
    border-top: none;
    box-sizing: border-box;
}

#show_email>i{
    display: inline-block;
    width: 24px;
    height: 18px;
    margin-top: 15px;
    background: url('../images/right_common.png') 0px -1px;
}
#show_email>i:hover{
    background: url('../images/right_common.png') 27px -1px;
}
#go_back_top .email_div{
    display: none;
    position: absolute;
    top: 0px;
    right: 40px;
    border-radius: 5px;
    width: 216px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: url('../../en/images/email_bg.png') no-repeat center center;
    font-size: 14px;
    text-align: left;
}
#go_back_top .email_div>span{
    padding: 0 10px;
    font-size: 15px;
    font-weight: 600;
    padding-left: 25px;
}
#go_back_top .email_div>i{
    position: absolute;
    top: 50%;
    left: 70px;
    line-height: 20px;
    width: 128px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    max-height: 40px;
    overflow: hidden;
    transform: translate(0, -50%);
}

#show_top i{
    display: inline-block;
    width: 24px;
    height: 22px;
    margin-top: 14px;
    background: url('../images/right_common.png') 0px 24px;
}
#show_top i:hover{
    background: url('../images/right_common.png') 27px 24px;
}
#show_top{border: 1px solid #eee;height: 50px;margin-top: 10px;}

#show_message{position: relative;height: 50pxmax-content;}

#show_message i{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top:12px;
    background: url('../images/right_common.png') 0px 60px;
}
#show_message i:hover{
    background: url('../images/right_common.png') 27px 60px;
}
#show_contact{position: relative;display: none;height: 50px;}

#show_contact i{
    display: inline-block;
    width: 27px;
    height: 22px;
    margin-top: 14px;
    background: url('../images/right_common.png') 0px -73px;
}
#show_contact i:hover{
    background: url('../images/right_common.png') 27px -73px;
}

#show_car{
    position: relative;
}
#show_car a{
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #ff6900;
    border-radius: 3px;
    text-align: center;
    margin-left: 16px;
    cursor: pointer;
    margin-top: 20px;
    position: relative;
    border: none;
    float: left;
    margin-left: 5px;
    margin-top: 14px;
}
#show_car a i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/right_common.png') 0px -34px;
}
#show_car a i:hover{
    background: url('../images/right_common.png') 27px -34px;
}
#show_car a span{
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    font-size: 12px;
    right: -1px;
    top: -7px;
    background: #ff6900;
    color: #fff;
    line-height: 16px;
}
/*增加 右下角 全局 consult（20200601）*/
.consult_box{
    width: auto;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 2999;
    
}
.consult_box .consult_img_box{
    width: 20px;
    height: 60px;
    background: #5aa3db;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    float: left;
}
.consult_box .consult_img_box img{
    width: 10px;
    margin-left: 5px;
    margin-top: 15px;
    float: left;
}
.consult_box  .consult{
    float: left;
    width: 150px;
    height: 60px;
    background: #318cd2;
    color: #fff;
    line-height: 60px;
    display: none;
    cursor: pointer;
}
.consult_box  .consult img{
    width: 40px;
    height: 40px;
    margin:0px 10px 0 10px;
}
.consult_layer{
    display: none;
    position: absolute;
    top: -80px;
    right: 64px;
    z-index: 2999;
    width: 400px;
    background: rgba(255,255,255,1);
    border-radius: 4px;
    box-shadow: 9px 10px 13px rgba(0, 0, 1, 0.35);
}
.consult_right{
    display: block;
    position: absolute;
    right: -19px;
    top: 86px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 19px solid #fff;
}
.consult_layer_top{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    font-size: 14px;
    color: #333333;
    font-family: Arial BoldMT;
}
.consult_layer_top span:first-child{
    float: left;
    margin-left: 20px;
}
.consult_layer_top span:last-child{
    font-size: 30px;
    font-weight: bold;
    float: right;
    line-height: 37px;
    margin-right: 10px;
    cursor: pointer;
}
.consult_layer_center{
    float: left;
    width: 100%;
}
.consult_layer_center input,
.consult_layer_center textarea {
    float: left;
    width: 340px;
    border: 1px solid #d8d8d8;
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    border-radius: 4px;
    font-family: ArialMT;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
}
.consult_layer_center input {
    margin-left: 20px;
    margin-top: 16px;
    margin-bottom: 0;
    padding: 6px 10px;
}
.consult_layer_center textarea{
    height: 140px;
    margin-left: 20px;
    margin-top: 16px;
    padding: 10px;
}
.consult_layer_bottom{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
}
.consult_layer_bottom a{
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    color: #fff;
    background: #ff6900;
    float: right;
    text-align: center;
    margin-right: 20px;
    margin-top: 16px;
    cursor: pointer;
}


/*提示层 tips 换行*/
.just-tooltip .just-con {
    padding: 8px 10px;
    color: #fff;
    word-wrap: break-word;
    word-break: normal;
}
.region_five_child a:hover{
    color: #ff6900!important;
}