@charset "utf-8";
[rem="1920"] {
    font-size: 5.2083333333vw;
}
[rem="750"] {
    font-size: 13.333333333vw;
}

*{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, img, ul, li, a, span, p, i, strong, b, em, form, input, label, div, body, html,
blockquote, dd, dl, figure, pre{
    margin: 0;
    padding: 0;
}
body{
    color: #000;
    font-size: 14px;
    overflow-x: hidden;
    background: #fff;
    font-family: Microsoft Yahei,Arial;
}
.wrap{
    margin:0 auto;
    width:100%;
    max-width:1920px;
    min-width:1210px;
    overflow:hidden;
    position:relative;
}
a,a:hover,a:active,a:focus{
    background-color: transparent;
    text-decoration: none;
    color: #666;
    outline: none;
}
/**
 * 去除IE10中活动链接的灰色背景.
 */

/**
 * 去除IE6-10中a链接包裹图片蓝色边框.
 */
ul{
    padding-inline-start: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: normal;
}
/**
 * 去除列表边距及符号.
 */
ul,
ol,
dl,
li,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}
/**
 * 删除表格单元格之间的间距。
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/**
 * 删除表格单元格之间的间距。
 * 字体相关属性改为继承
 */
button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
/**
 * IE 8/9/10/11中，去除默认垂直滚动条属性
 */
textarea {
    overflow: auto;
}
/**
 * HTML5新模块元素在IE8、9版本浏览器中没有被定义默认样式。为解决该问题，给下列元素添加“block”显示属性。
 */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
/**
 * IE 8/9/10/11/12 兼容template标签
 */
template {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
input[type="submit"] {
    -webkit-appearance: none;
}
input{
    outline: none;
}
.box_sizing{
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

.hidden2,
.hidden3,
.hidden4,
.hidden5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.hidden1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hidden2 {
    -webkit-line-clamp: 2;
}
.hidden3 {
    -webkit-line-clamp: 3;
}
.hidden4 {
    -webkit-line-clamp: 4;
}
.hidden5 {
    -webkit-line-clamp: 5;
}
@media (min-width: 1201px) {
    .container{
        width: 1200px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1200px) and (min-width: 993px){
    .container{
        width: 970px;
        margin: 0 auto;
    }
}


.sanjiao{
    width: 0;
    height: 0;
    position: absolute;
    border-left: 6px solid #ed4412;
    border-bottom: 3.5px solid transparent;
    border-top: 3.5px solid transparent;
    border-right: none;
    right: 9px;
    top: 8px;
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}

.flex{display:-webkit-box;display:-webkit-flex;display:flex;}
.flex-1{-webkit-box-flex:1;-webkit-flex:1;flex:1;}
.flex-inh{-webkit-box-flex:inherit;-webkit-flex:inherit;flex:inherit;}
.flex-d3{-webkit-box-flex:0.3;-webkit-flex:0.3;flex:0.3;}

.onepxh{height:1px;}
.fl{float:left;}
.fr{float:right;}
.tac{text-align:center;}
.tar{text-align:right;}
.fw7{font-weight:700;}
.w100{width:100%;}
.h100{height:100%;overflow:hidden;}
.dn{display:none;}
.ovhidden{overflow:hidden;}
.block{display:block;}
.inblock{display:inline-block;}
.rblock{display: flow-root;}
.tnowrap{white-space:nowrap;}
.center-vert{position:relative; top:50%; transform: translateY(-50%);}
.center-hort{position:relative; left:50%; transform: translateX(-50%);}
.psr{position:relative;}

.f_c_00{color:#000000;}
.f_c_ff{color:#ffffff;}
.f_c_33{color:#333333;}
.f_c_44{color:#444444;}
.f_c_55{color:#555555;}
.f_c_66{color:#666666;}
.f_c_77{color:#777777;}
.f_c_77{color:#777777;}
.f_c_99{color:#999999;}
.f_c_aa{color:#AAAAAA;}
.f_c_ab{color:#ABABAB;}
.f_c_3f{color:#3F3F3F;}
.f_c_d0{color:#d0d0d0;}
.f_c_dd{color:#dddddd;}
.f_c_ed{color:#ed232f;}
.f_c_fb{color:#FBD009;}
.f_c_c0{color:#C0CBD9;}

.b_c_ff{background:#ffffff;}
.b_c_f4{background:#f4f4f4;}
.b_c_f9{background:#f9f9f9;}
.b_c_f5{background:#f5f5f5;}
.b_c_ed{background:#ed232f;}

.border_line_r{border-right:1px solid #e4e4e4;}

.f10{font-size:10px;}
.f11{font-size:11px;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
.f25{font-size:25px;}
.f26{font-size:26px;}
.f28{font-size:28px;}
.f30{font-size:30px;}
.f31{font-size:31px;}
.f36{font-size:36px;}

.m_to_top20{margin-top:20px;}
.m_to_bottom20{margin-bottom:20px;}
.m_to_right20{margin-right:20px;}
.p_to_top20{padding-top:20px;}
.p_to_bottom20{padding-bottom:20px;}

.m_to_top15{margin-top:15px;}
.m_to_bottom15{margin-bottom:15px;}
.m_to_bottom10{margin-bottom:10px;}
.p_to_top15{padding-top:15px;}
.p_to_bottom15{padding-bottom:15px;}
.h_space_block{width:100%; height:90px;}


.del_line{text-decoration:line-through;}
.pcur{cursor:pointer;}