@charset "utf-8";
/* @import url('../css/fonts.css'); */
*{
    margin: 0;
    padding: 0;
}
*, *:after, *:before {
    margin: 0;
    padding: 0;
    /*transition: all .5s;*/
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0);}
html{-webkit-text-size-adjust:100%;}
html,body{color:#333333;font-family: 'Quicksand', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,input,button,textarea,blockquote,th,td,form{margin:0;padding:0; }
h1,h2,h3,h4,h5,h6{font-style:normal;font-weight:normal;font-size:12px;}
i,em{ font-weight:normal; font-style:normal;}
article,aside,details,figcaption,figure,main,footer,header,hgroup,menu,nav{
    display:block;padding:0;margin:0;
}
input,textarea,{margin:0;padding:0;outline:0;-webkit-appearance:none;border-radius:0;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;}
/*input[type="checkbox"] {*/
/*    -webkit-appearance: checkbox;*/
/*}*/
input[type="radio"] {
    -webkit-appearance:radio;
}
input,select,textarea{ outline:none; background:none; }
select::-ms-expand {display: none; }          
select{
	border: none;
	outline: none;
	/*将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	/*background: url(/images/arrow.png) no-repeat scroll right center transparent;*/
}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
a,a:hover,a:active{color:#333;}
h1,h2,h3,h4,h5,h6{font-style:normal;font-weight:normal;font-size:12px;}
a,a:link,a:visited,a:hover,a:active{text-decoration:none;-webkit-tap-highlight-color:transparent;}
a:focus,a:focus{outline:none;-moz-outline:none;}
table,table td{border-collapse:collapse;border-spacing:0;}
ul li,.ul,.ul li{list-style:none;}
li {margin:0;padding:0;list-style:none;}
hr{margin:0;padding:0;border:0;color:#000;height:1px;}

pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;margin:0;font-family:"Microsoft YaHei";text-justify:inter-ideograph;}
/*清楚浮动*/
.clear{ clear:both; height:0; overflow:hidden;}
.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both;font-size: 0;}
.clearfix { zoom: 1; }
.c_l{ clear:both; height:0px; font-size:0px; overflow:hidden;}

.fl{float:left;}
.fr{float:right;}
.fz{font-size: 0;}
.relative{position: relative;z-index: 1;}
.absolute{position: absolute;z-index: 1;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.text-over{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.box-img{vertical-align: middle;max-height: 100%;max-width: 100%;}
.box-span{display: inline-block;vertical-align: middle;height: 100%;}
.inline-block{display: inline-block;}
.row:after {content: "";height: 0;display: block;clear: both;}
.col6 {float:left;width: 50%;}
.containerDiv{margin: 0px auto;width:1400px;}
.conDiv{margin: 0 auto;width:96%;max-width:1400px;}


.wrap{clear:both; width:96%;max-width:1840px;margin:0 auto;text-align:left;zoom:1; overflow:hidden;}
.wrap2{clear:both; width:96%;max-width:1840px;margin:0 auto;text-align:left;zoom:1;}
.wrap3{clear:both; width:96%;max-width:1400px;margin:0 auto;text-align:left;zoom:1; overflow:hidden;}
.wrap4{clear:both; width:96%;max-width:1400px;margin:0 auto;text-align:left;zoom:1;}
.wrap5{width:96%;max-width:1400px;margin:0 auto;}
.wrap5:after {content: "";height: 0;display: block;clear: both;}

/*单行文本省略号*/
.dot{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.dot1,.dot2,.dot3,.dot4,.dot5{display:-webkit-box;text-overflow:ellipsis;text-overflow:-o-ellipsis-lastline;-webkit-box-orient:vertical;overflow:hidden;}   /* word-break:break-all; */

/*多行文本省略号*/
.dot1{-webkit-line-clamp:1;}
.dot2{-webkit-line-clamp:2;}
.dot3{-webkit-line-clamp:3;}
.dot4{-webkit-line-clamp:4;}
.dot5{-webkit-line-clamp:5;}

/*盒子布局*/
.flexsb{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: space-between;}
.flexsa{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: space-around;}
.flexlf{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: left;}
.flexrt{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: flex-end;}
.flexce{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: center;}
.cflexce{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: center;flex-direction: column;flex-wrap: wrap;}

/*分页*/
.page {
    display: inline-block;
    width: 100%;
    margin:30px auto;
    text-align: center;
}

.page a {
    font-size: 14px;
    line-height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: inline-block;
    vertical-align: middle;
    background: #F5F5F5;
    color: #686868;
    transition: background .3s, color .3s;
}

.page.bg2 a {
    font-size: 14px;
    line-height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    color: #686868;
    transition: background .3s, color .3s;
}

.page span {
    display: inline-block;
    vertical-align: middle;
}
.page.new a {
    background: #fff
}
.page a.active,
.page a:hover {
    color: #fff;
    background: #00A0E9;
}
.page .page-ipt {
    display: inline-block;
}
.page .page-ipt > input {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 6px;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
}

@media screen and (max-width:385px){

}