:root {
    --primary-color: #bf0000;
}
*{
    box-sizing: border-box;
}
body{
    min-width: 1300px !important;
}
@font-face {
    font-family: 'MFLiHei_Noncommercial-Regular';
    src : url('../../../default/website/outFont/MFLiHei_Noncommercial-Regular.OTF');
}
/*基础样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img{
    padding: 0;
    margin: 0;
    font-family:"arial","Microsoft YaHei","微软雅黑","PingFang SC","Lantinghei SC","Helvetica Neue",Helvetica,STHeitiSC-Light,simsun,"宋体","WenQuanYi Zen Hei","WenQuanYi Micro Hei",sans-serif;;
    box-sizing:border-box;
    color: #333;
}
div,p,input{
    font-size: 14px;
}
ul,li{
    list-style: none;
    font-size: 14px;
}
/*a标签*/
a{
    color: #333;
    text-decoration:none;  /* 默认不显示下划线，保持页面简洁 */
}
a:hover {
    text-decoration:none;  /* 让链接在 hover 状态下显示下划线 */
    color: #01499b;
}
a:focus,*:focus {
    outline:none;  /* 去除 ie6 & ie7 焦点点状线 */
    outline-style:none;
    -moz-outline-style: none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* 去掉图片低测默认的3像素空白缝隙，或者用display：block也可以 */
img {
    border:0;
    vertical-align:middle;
}
.p0{padding:0 !important;}
.pt0{padding-top: 0 !important;}
.p10{padding:10px;}
.p15{padding: 15px;}
.pr0{padding-right: 0}
.pr15{padding-right: 15px}
.pl10{padding-left:10px;}
.pr10{padding-right:10px;}
.pt15{padding-top: 15px}
.pt20{padding-top: 20px}
.pb15{padding-bottom: 15px}
.m0{margin: 0 !important;}
.mb0{margin-bottom: 0 !important;}
.mr0{margin-right: 0 !important;}
.mt0{margin-top: 0 !important;}
.ml10{margin-left: 10px;}
.mb10{margin-bottom: 10px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mr10{margin-right: 10px;}
.mb10{margin-bottom:10px;}
.mb5{margin-bottom:5px;}
.mb20{margin-bottom:20px;}
.mt15{margin-top: 15px;}
.mr15{margin-right:15px;}
.ml15{margin-left:15px;}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: "";
    clear: both;
}
.clearfix {
    zoom: 1;
}
/*左浮动*/
.fl {
    float:left;
}
/*右浮动*/
.fr {
    float:right;
}
/*左对齐*/
.tl{
    text-align: left;
}
/*右对齐*/
.tr {
    text-align: right;
}

/*居中对齐*/
.tc {
    text-align: center;
}

.color-red {
    color: #01499b !important;
    cursor: pointer;
}

/*必填项*/
.required {
    color: #ff0000 !important;
    margin-right: 8px;
}

/*字体图标样式*/
.iconfont {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    top: -1px;
    font-family: iconfont, Microsoft YaHei;
}

/* 字体大小 */
.font-sm{
    font-size: 13px;
}
.font-md{
    font-size: 14px;
}
.font-lg{
    font-size: 16px;
}
.font-xg{
    font-size: 20px;
}
.mt60{
    margin-top: 60px;
}
/*文本框样式*/
textarea {
    outline: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-image: none;
    border: 1px solid #e1e2e1;
    border-radius: 4px;
}
textarea:focus {
    border-color: #01499b;
    outline: 0;
}
textarea:-moz-placeholder {
    color: #999999;
}
textarea:-ms-input-placeholder {
    color: #999999;
}
textarea::-webkit-input-placeholder {
    color: #999999;
}
/*input框*/
input{
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e1e2e1;
    border-radius: 3px;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: "microsoft yahei";
}
input:focus {
    border-color: #01499b;
    outline: 0;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
}
input::input-placeholder{
    color: #999;
}
input::-webkit-input-placeholder{
    color: #999;
}
input::-moz-placeholder{
    color: #999;
}
input::-moz-placeholder{
    color: #999;
}
input::-ms-input-placeholder{
    color: #999;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}
/*input {*/
/*    -webkit-text-fill-color: #333333;*/
/*}*/
/*select下拉框*/
.select-dropdown{
    position: relative;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    background-color: #ffffff;
    border: 1px solid #e2e5ef;
    border-radius: 3px;
}
.select-dropdown i{
    position: absolute;
    top: 0;
    left:10px;
    color: #01499b;
}
.select-dropdown > span{
    position: absolute;
    top: 0;
    left:32px;
    color: #0f1d42;
}
.select-style,.select-style2 {
    width: 100%;
    padding-left: 100px;
}
.select-style-two{
    padding-left: 66px;
}
.select-style-short {
    padding-left: 10px;
}
.select-style .select2-choice,
.select-style2 .select2-choice{
    height: 26px;
    line-height: 25px;
    padding-left: 4px;
    border: none;
    background-image: none;
    background: transparent;
    border-radius: 0;
}
.select-style .select2-choice > .select2-chosen,
.select-style2 .select2-choice > .select2-chosen{
    margin-right: 30px;
    color: #6273a6;
}
.select-style .select2-choice .select2-arrow,
.select-style2 .select2-choice .select2-arrow{
    background: transparent;
    border: none;
    border-radius: 0;
    top: 0px;
    right: 4px;
}

.foot-web-form .select-style .select2-choice .select2-arrow,
.foot-web-form .select-style2 .select2-choice .select2-arrow{
    background: transparent;
    border: none;
    border-radius: 0;
    top: 3px;
    right: 4px;
}

.select-style.select2-dropdown-open .select2-choice,
.select-style2.select2-dropdown-open .select2-choice{
    background: transparent;
}
.select-style-page{
    width: 48px;
    padding-left: 0;
    margin: 0 4px;
    border: 1px solid #ccc;
    background: #fff;
}
.select-style-page .select2-arrow b{
    position: relative;
    top: -2px;
}
.select-style-page .select2-choice > .select2-chosen{
    margin-right: 16px;
}
.select-style-page .select2-choice .select2-arrow{
    right: 2px;
}
.select-style-page .select2-choice > .select2-chosen{
    color: #333;
}
.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active,
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices{
    border-color:  #01499b;
}
.select2-drop.select2-drop-active{
    border-radius: 0 0 3px 3px;
}
.select2-drop.select2-drop-active.select2-drop-above{
    border-radius:3px 3px  0 0 ;
}
.select2-results .select2-highlighted{
    background:  #01499b;
}
.select-style-multiple{
    width: 300px;
}
.select-style-multiple .select2-container{
    height: 30px !important;
    line-height: 30px;
}
.select-style-multiple .select2-choices{
    height: 30px !important;
    line-height: 30px;
    margin-top: -2px;
    border: none;
    box-shadow: none;
    background-image: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container-multi.select2-container-active .select2-choices{
    border: none !important;
    box-shadow: none;
}
.select-style-multiple .select2-choices .select2-search-choice{
    float: none !important;
    display: inline;
    border-radius: 1px;
    box-shadow: none;
    background-image: none;
}
.select-style-multiple .select2-search-choice > div{
    display: inline;
}
.select2-container-multi .select2-choices .select2-search-field input{
    display: inline;
    height: 26px;
}
.select2-container-multi .select2-choices li{
    float: none !important;
    display: inline;
}
.select2-results .select2-selected{
    display: block;
    background: #ddd;
}
/*switch样式*/
.bg_con{
    display: inline-block;
    width:30px;
    margin: 10px 4px 0 0;
    vertical-align: middle;
}
.bg_con input{
    box-shadow: none;
}
.switch{
    display:none;
}
.bg_con label{
    position:relative;
    display: block;
    padding: 1px;
    border-radius: 24px;
    height:14px;
    margin-bottom: 15px;
    background-color: #eee;
    cursor: pointer;
    vertical-align: top;
    -webkit-user-select: none;
}
.bg_con label:before{
    content: '';
    display: block;
    border-radius: 24px;
    height: 14px;
    background-color: #aeb8da;
    -webkit-transform: scale(1, 1);
    -webkit-transition: all 0.3s ease;
}
.bg_con label:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -4px;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    background-color: white;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.08);
    -webkit-transform: translateX(-9px);
    -webkit-transition: all 0.3s ease;
}
.bg_con .switch:checked~label:after{
    -webkit-transform: translateX(5px);
}

.bg_con .switch:checked~label:before{
    background-color:#3860f9;
}

.list-banner-local.fr a:hover,.list-banner-local.fr span:hover{
    color: #fff;
    font-weight: bold;
}
