h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol ,li{margin: 0; padding: 0;}
p {margin: 0;padding: 0;}

/*
 20220630  element's common.css start
 * */

ul,li{
	list-style: none;
}

/*
 element's common.css
 end
 * */


.clr_b {
    color: #00a7eb;
}
.clr_g {
    color: #58b454;
}
.clr_c {
    color: #ccc;
}
.clr_6 {
    color: #666;
}
.clr_3 {
    color: #333;
}
.clr_9 {
    color: #999;
}
.clr_8 {
    color: #888;
}
.clr_red {
    color: #e4393c;
}
.clr_f {
    color: #fff;
}
.clr_r {
    color: #8e1c22;
}
.clr_ora {
    color: #ef6a22;
}
.clr_ora2 {
    color: #f6a377;
}
.clr_5 {
    color: #555;
}
.clr_a {
    color: #aaa;
}
.clr_logo {
	color: #023f98;
}
.f_12 {
    font-size: 12px;
}
.f_14 {
    font-size: 14px;
}
.f_16 {
    font-size: 16px;
}
.f_18 {
    font-size: 18px;
}
.f_20 {
    font-size: 20px;
}
.f_22 {
    font-size: 22px;
}
.f_24 {
    font-size: 24px;
}
.f_26 {
    font-size: 26px;
}
.f_30 {
    font-size: 30px;
}
.f_32 {
    font-size: 32px;
}
.f_40 {
    font-size: 40px;
}
.f_wei {
    font-weight: bold;
}
.f_norm {
    font-weight: normal;
}
.f_yahei {
    font-family: Microsoft YaHei;
}
.al_lt {
    text-align: left;
}
.al_rt {
    text-align: right;
}
.al_ct {
    /*text-align: center;*/
}
.fl {
    float: left;
}
.fr {
    float: right;
}

.line_thr {
    text-decoration: line-through;
}
.left0{
	left: 0;
}
.right0{
	right: 0;
}
.font-weight_600{
	font-weight: 600;
}
.border-left{
	border-left: 2px solid #ffbd2e;
}
.title-line-lf{
	border-left: 4px solid #023f98;
	font-size: 20px;
    color: black;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    margin: 20px 0;
    padding-left: 10px;
}

.header_lee img{
    image-rendering: -moz-crisp-edges; 
    image-rendering: -o-crisp-edges; 
    image-rendering: -webkit-optimize-contrast; 
    image-rendering: crisp-edges; 
    -ms-interpolation-mode: nearest-neighbor;
	}
.container .index{
	max-width: 1230px;
	margin: 0 auto;
	padding: 0;
}	


/*
	common.css
 * */

.mr-5{
	margin-right: 5px;
}

.ml-40 {
	margin-left: 40px;
}

.prolist_more {
	position: absolute;
	right: 0;
	margin-right: 15px;
	color: #337ab7;
}

.bg-logoblue{
	background: #3598dc!important;
}

.bg-logoyello{
	background: #ffbd2e!important;
}


/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:8px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
border-radius:10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
border-radius:10px;
background:rgb(0, 64, 151);
-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
/*background:rgba(255,0,0,0.4);*/
background:rgbrgb(0, 64, 151);
}
