#quick-start{overflow:hidden;position:relative;z-index:2;height:95px;padding-top:15px;font-family:Simsun;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:12px}
.quick-start .item{line-height:33px;color:#34302f;white-space:nowrap}
.quick-start .tit{color:#ffd200;background-color:#000;padding:5px 10px;border-radius:3px;margin-right:10px}
.quick-start .con{position:relative;color:#eee;margin-right:7px}
.quick-start .con.hot:after{content:"";display:inline-block;width:20px;height:10px;background-image:url(https://ue.17173cdn.com/a/module/zq/2020/pc/img/b-c7339ac3.png);background-position:0 -44px;background-repeat:no-repeat;margin:0 0 .5em}
.quick-start .con:hover{text-decoration:underline}
.quick-start .yellow{color:#ffd200}
.quick-start .item{line-height:33px;color:#34302f;white-space:nowrap}
.quick-start .tit{color:#ffd200;background-color:#000;padding:5px 10px;border-radius:3px;margin-right:5px}
/*以上2025.02.10添加*/

#lll {
 width:1178px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 float:center; /*浮动居中*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
 border:1px solid #e3e6ed;
 background-color: #FFF;
 margin-bottom:8px;
}



#lll2 {
 width:1178px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 float:center; /*浮动居中*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
 border:1px solid #e3e6ed;
 background-color: #FFF;
 margin-top:36px;
 margin-bottom:8px;
 background:url(../imagesw2/20220214163252.png)
}
#lll3 {
 width:1178px; /*设定宽度*/
 height:36px;
}

#ld{
 width:1200px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 float:center; /*浮动居中*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
 border:1px solid #e3e6ed;
 background-color: #FFF;
 margin-bottom:8px;
}

/* 左右两栏不均衡 */
#leftBodyer {
 width:586px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
 height:480px;
 border:1px solid #e3e6ed;
background-color: #FFF;
}

#mainBodyer
{
    width: 586px;
    text-align: left;
    float: right; /*浮动居右*/
    clear: right; /*不允许右侧存在浮动*/
	height:480px;
    overflow: hidden;
	border:1px solid #e3e6ed;
    background-color: #FFF;
}

/* 左右两栏均衡平分限高 */
#leftBodyer2 {
 width:586px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
 height:480px;
 border:1px solid #e3e6ed;
background-color: #FFF;
}

#mainBodyer2
{
    width: 586px;
    text-align: left;
    float: right; /*浮动居右*/
    clear: right; /*不允许右侧存在浮动*/
	height:480px;
    overflow: hidden;
	border:1px solid #e3e6ed;
    background-color: #FFF;
}

/* 左右两栏均衡平分不限高 */
#leftBodyer8{
 width:586px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
 border:1px solid #e3e6ed;
background-color: #FFF;
}

#mainBodyer8
{
    width: 586px;
    text-align: left;
    float: right; /*浮动居右*/
    clear: right; /*不允许右侧存在浮动*/
    overflow: hidden;
	border:1px solid #e3e6ed;
    background-color: #FFF;
}

/* 左右两栏均衡平分首页 3 */
#leftBodyer3 {
 width:586px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 height:710px;
 overflow:hidden; /*超出宽度部分隐藏*/
 border:1px solid #e3e6ed;
background-color: #FFF;
}

#mainBodyer3
{
    width: 586px;
    text-align: left;
    float: right; /*浮动居右*/
    clear: right; /*不允许右侧存在浮动*/
	height:710px;
    overflow: hidden;
	border:1px solid #e3e6ed;
    background-color: #FFF;
}


/*分栏专项*/
*{
        margin:0;
        padding:0;
    }
    .tab3{
        width:800px;
        height:45px;
        border:1px solid #ccc;
        border-bottom:1px solid #c81623;
        background: #fafafa;
        position:relative;
        margin:100px auto;
    }
    .tab3_list li{
        width:160px;
        height:45px;
        list-style:none;
        line-height:45px;
        text-align: center;
        float:left;
    }
    .tab3_list .current{
        background-color:#c81623;
        color:#fff;
    }
    .item3{
        width:800px;
        height: 200px;
        padding-top:40px; 
        /*line-height:200px;*/
        font-size: 30px;
        color:#fff;
        text-align: center;
        text-shadow:2px 2px 4px #000000;
        background: #efefef;
        /*opacity: 0.8;*/
        top:47px;
        position:absolute;
    }
	
/*20230810新增world2底部不浮动网页标记*/
.footer3 {
background-color: #f7f7f7;
color: #fff;
height: 20px;
line-height: 20px;
text-align: center;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
}

/* 2024.11.10新增底部标签 */

.box5{
	width:100%;
	background-color: #282a2c;
	text-align: center;
	padding-bottom: 0px;
}

.footer2{
position: fixed;
left: 0;
bottom: 0;
width: 1190px;
height: 30px;
margin: 0 auto;
background-color: #f7f7f7;
color: white;
text-align: center;
}
