html,body {
background-color:#F5F5F5;
height:auto;
margin-top:0;
margin-left:0;
margin-right:0;
margin-bottom:0;
}
.Allstyles{/*全局*/
width:100%;
display:block;/*全局盒子模式,对外列布局*/
border-bottom:2px solid #E6E6E6;/*2px下边框颜色#cccccc*/
background-color:#ffffff;
}
.indexlayout{/*首页*/
width:100%;
margin:0 auto;/*实现页面居中*/
background-color:#F5F5F5;
}
.TopStyle{/*首页顶部导航*/
display: flex;
align-items: center;
justify-content: center;
height:71px;/*高度*/
background-color:#ffffff;
box-shadow:3px 3px 6px 3px rgba(232,232,232,0.8);
}
.yingring{
height:10px;
background-color:#ffffff;
box-shadow: 3px 3px 6px 3px rgba(232,232,232,0.8);
}
.topleft{/*首页顶部导航，左边列*/
width:200px;/*顶部左边区域充满*/
padding-left:60px;
}
.topcenter{
width:500px;
height:50px;
display: flex;
align-items: center;
justify-content: center;
place-items:center;/*子元素水平和纵向居中对齐*/
}
.topcenter-box{
width:100px;/*单元格宽度*/
height:40px;/*单元格高度*/
border-radius:10px;/*DIV圆角，一定要有内容高度，配合上面的AUTO*/
/*background-color:#F9F9F9;背影颜色*/
text-align:center;
line-height:40px;/*行高度也就是字体高度和DIV高度相等时，文字纵向居中*/
margin-left:20px;
}
.indextopSharedstyle-1{
font-family:"微软雅黑";/*字体*/
color:#1C7AEA;/*字体颜色*/
font-weight:bold;/*字体加粗*/
/*font-style:italic;浏览器会显示一个斜体的字体样式。*/
font-size:18px;/*字体大小*/
/*text-shadow: 3px 2px 3px #8D8D8D;字体阴影*/
-webkit-font-smoothing:antialiased;/*字体平滑度属性开启*/
font-smooth:always;/*字体平滑度*/
letter-spacing:2px;/*设置字体间距，0.1em*/
cursor:pointer;
}
.rightcenter{
width:800px;
display: flex;
align-items: center;
justify-content: center;
}
.indextopright-l{
margin-left:0px;/*外距左*/
}
.indextopright-search{
margin-left:0px;/*外距左*/
height:42px;
width:300px;
border-color:1px solid #EBEBEB;/*边框*/
background-color:#F5F5F5;/*背影颜色*/
border-radius:10px;/*DIV圆角，一定要有内容高度，配合上面的AUTO*/
text-align:center;
line-height:42px;/*行高度也就是字体高度和DIV高度相等时，文字纵向居中*/
display: flex;
align-items: center;
justify-content: center;
}

.indextopright-search-1{
width:300px;
text-align:left;
margin-left:12px;
}
#suoindex{/*id选择器*/
border:1px solid #F5F5F5;
background:#F5F5F5;
width:250px;
color:#8493A5;
font-size:16px;
white-space: nowrap;/*文本不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。*/
text-overflow: ellipsis;/*显示省略符号来代表被修剪的文本。clip	修剪文本。*/
}
.indextopright-search-1 input:focus{
width:250px;
color:#8493A5;
outline:1px solid #F5F5F5;/*获取焦点后，INPUNT边框的颜色*/
font-size:18px;
white-space: nowrap;/*文本不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。*/
text-overflow:ellipsis;/*显示省略符号来代表被修剪的文本。clip	修剪文本。*/
}
.indextopright{
width:100%;
}

.indextopright-2-searchbottom{
padding-left:20px;
}

#mm1{
padding-left:10px;
width:90px;
height:35px;
border-radius:15px;
background:#056DE8;
color:#FFFFFF;
-webkit-font-smoothing:antialiased;/*字体平滑度属性开启*/
font-smooth:never;/*字体平滑度*/
letter-spacing:10px;/*设置字体间距，0.1em*/
text-align:center;
line-height:35px;
font-size:16px;
font-weight:bold;
border:1px solid #056DE8;
}

.centstyle{
display: flex;
justify-content: center;
}
.centstyle-left{
width:800px;
border:1px solid #EDEDED;
background:#ffffff;
border-radius:8px;/*DIV圆角，一定要有内容高度，配合上面的AUTO*/
margin-top:20px;
margin-bottom:20px;
}
.centstyle-center{
width:20px;
}
.centstyle-right{
width:360px;
border:1px solid #EDEDED;
background:#ffffff;
box-shadow: 2px 2px 6px 3px rgba(232,232,232,0.6);
border-radius:5px;
margin-top:20px;
margin-bottom:20px;
}
.center-left-box1{
width:100%;
height:60px;
border-bottom:1px solid #EFEFEF;/*2px下边框颜色#cccccc*/
line-height:60px;
display: flex;
align-items: center;
justify-content: left;
}
.box1-font1{
padding-left:80px;
letter-spacing:6px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-smooth: always;/*字体锐化*/
-webkit-font-smoothing: antialiased;/*字体平滑*/
-moz-osx-font-smoothing: grayscale;
color:#515151;
font-weight:bold;
}
.box1-font1-font{
padding-left:300px;
letter-spacing:6px;
font-family:"宋体";
font-size:14px;
font-smooth:always;/*字体锐化*/
-webkit-font-smoothing: antialiased;/*字体平滑*/
-moz-osx-font-smoothing: grayscale;
color:#ff0000;
}
.center-left-box2{
width:100%;
margin-top:15px;
margin-left:20px;
margin-right:20px;
}
.cneter-content-box1{
font-size:24px;
color:#121212;
font-weight:bold;
letter-spacing:2px;
font-family:"微软雅黑";
font-smooth:always;
-webkit-font-smoothing: antialiased;/*字体平滑*/
line-height:35px;
padding-top:10px;
}
.cneter-content-box11{
font-size:14px;
color:#121212;
letter-spacing:2px;
font-family:"宋体";
font-smooth:always;
-webkit-font-smoothing:antialiased;/*字体平滑*/
line-height:30px;
padding-top:10px;
}

.cneter-content-box2{
margin-top:5px;
margin-bottom:15px;
margin-right:30px;
display:flex;
align-items:center;
justify-content:left;
}
.cneter-content-box2-text{
color:#5C5C5C;
font-size:16px;
}
.realmore{
color:#179AD7;
font-size:16px;
}
.cneter-content-box3{
display: flex;
align-items: center;
justify-content: left;
}
.font-content-1{
color:#8493A5;
padding-right:50px;
}
.cneter-content-box4{
width:95%;
border-bottom:1px solid #F5F5F5;
padding-top:15px;
}
.bottom-box1{
width:95%;
border-bottom:1px solid #EEEEEE;
}
.bottom-box2{
color:#999999;
font-size:14px;
padding-top:10px;
padding-bottom:10px;
padding-right:10px;
white-space:nowrap;
text-overflow:clip;
overflow:hidden;
text-align:center;
display:flex;
}
.bottom-left-l{
margin-right:30px;
width:50%;
}
#cckdd{
padding-left:10px;
width:100px;
height:30px;
border-radius:8px;
background:#FF9701;
color:#FFFFFF;
-webkit-font-smoothing:antialiased;/*字体平滑度属性开启*/
font-smooth:never;/*字体平滑度*/
letter-spacing:3px;/*设置字体间距，0.1em*/
text-align:center;
line-height:30px;
font-size:14px;
font-weight:bold;
border:1px solid #FF9701;
}
#cckddd{
padding-left:10px;
width:100px;
height:30px;
border-radius:8px;
background:#21C0C0;
color:#FFFFFF;
-webkit-font-smoothing:antialiased;/*字体平滑度属性开启*/
font-smooth:never;/*字体平滑度*/
letter-spacing:3px;/*设置字体间距，0.1em*/
text-align:center;
line-height:30px;
font-size:14px;
font-weight:bold;
border:1px solid #21C0C0;
}
.lefttopstyle1{
margin-top:20px;
margin-left:20px;
width:100%;
margin-bottom:20px;
display: flex;
align-items: center;
justify-content: left;
}
.lefttopstyle1-box1{
width:20px;
}
.lefttopstyle1-box2{
margin-left:10px;
width:140px;
color:#595959;
font-size:20px;
font-weight:bold;
font-smooth: always;
-webkit-font-smoothing: none;
-moz-osx-font-smoothing: grayscale;
}
.lefttopstyle1-box3{
color:#A3A3A3;
font-size:14px;
letter-spacing:1px;
height:30px;
line-height:30px;
width:70px;
}
.lefttopstyle1-box4{
color:#8998A9;
font-size:14px;
height:30px;
line-height:30px;
text-align:center;
width:90px;
}
.lefttopstyle2{
margin-top:20px;
margin-left:20px;
width:90%;
display: flex;
align-items: center;
justify-content: left;
}
.alldao{
width:25%;
}
.imagesfont1{
color:#454545;
font-size:14px;
padding-left:10px;
line-height:30px;
}
.imagesfont2{
color:#454545;
font-size:14px;
padding-left:10px;
line-height:30px;
}
.imagesfont3{
color:#454545;
font-size:14px;
padding-left:10px;
line-height:30px;
}
.imagesfont4{
color:#454545;
font-size:14px;
padding-left:10px;
line-height:30px;
}
.lefttopstyle3{
border-top:1px solid #F5F5F5;
padding-top:15px;
margin-left:20px;
width:90%;
}
.rclass{
display:flex;
flex-direction:row;/*横向排除*/
flex-wrap:wrap;/*元素长度到容器边时自动换行，flex-flow: row nowrap;//横向左排列显示，不换行*/
box-sizing:border-box;/*元素的宽度和高度包括内容区域、边框和内边距，内容区可随手机屏幕缩小放大*/
align-content:center;/*纵向居中*/
justify-content:space-between;/*两头各放一个，中间平分对齐*/

}
.rbox{
width:70px;
height:30px;
color:#0E9CE3;
font-size:14px;
}
.rboxx{
width:100px;
height:30px;
color:#0E9CE3;
font-size:14px;
}
.indextopSharedstyle-2{
font-family:"微软雅黑";/*字体*/
color:#737373;/*字体颜色*/
font-weight:bold;/*字体加粗*/
/*font-style:italic;浏览器会显示一个斜体的字体样式。*/
font-size:18px;/*字体大小*/
text-shadow: 3px 3px 5px #8D8D8D;/*字体阴影*/
-webkit-font-smoothing:antialiased;/*字体平滑度属性开启*/
font-smooth:always;/*字体平滑度*/
letter-spacing:2px;/*设置字体间距，0.1em*/
}

.homeindex{
display:flex;
flex-direction:row;
flex-wrap:wrap;
box-sizing:border-box;
align-items:center;
justify-content:center;
background-color:#ffffff;
width:1000px;
}

.left-box{
width:20%;
}
.shengfenn{
width:90px;
margin-left:15px;
}
.shengfenn select{
width:90px;
}
.xianxii{
width:90px;
margin-left:15px;
}
.xianxii select{
width:90px;
}
.bottom-box-box{
display:flex;
flex-direction:row;
flex-wrap:wrap;
box-sizing:border-box;
align-items:center;
justify-content:center;
width:100%;
height:30px;
}
.fenleibox-1{
width:26px;
height:20px;
background-color:#0000FF;
font-size:14px;
color:#FFFFFF;
border-radius:3px;
margin-left:6px;
text-align:center;
}
.lefttopstyle22{
margin-left:10px;
padding-bottom:10px;
width:100px;
display:flex;
align-items:center;
justify-content:left;
text-align:left;
height:25px;
line-height:25px;
font-size:14px;
font-family:"宋体";
color:#0000FF;
}
.pingid{
width:100%;
height:auto;
line-height:20px;
margin-bottom:5px;
font-size:14px;
font-family:"宋体";
color:#666666;
white-space:nowrap;
text-overflow:ellipsis;
}
.showkjcc{
width:50px;
height:22px;
line-height:22px;
background-color:#ff0000;
color:#FFFFFF;
text-align:center;
border-radius:4px;
font-size:12px;
margin-left:50px;
cursor:pointer;
}
.Storet-1{
margin-left:12px;
}
.Storet-2{
width:200px;
font-size:14px;
}
.Storet-3{
display:flex;
flex-direction:row;
flex-wrap:wrap;
box-sizing:border-box;
align-items:center;
justify-content:left;
height:30px;
line-height:30px;
width:400px;
}
.contenttop-boxx1{
font-size:20px;
color:#121212;
font-weight:bold;
font-family:"微软雅黑";
font-smooth:always;
-webkit-font-smoothing: antialiased;/*字体平滑*/
line-height:35px;
white-space:nowrap;
text-overflow:ellipsis;
overflow:hidden;
margin-left:15px;
}
.contentcenter-boxx1{
font-family:"宋体";
font-size:14px;
color:#D8D8D8;
font-weight:normal;
padding-bottom:10px;
line-height:23px;
height:115px;
margin-left:15px;
margin-right:60px;
}
.gengmor{
width:50px;
height:23px;
line-height:23px;
background-color:#ff0000;
border-radius:5px;
color:#FFFFFF;
font-size:12px;
text-align:center;
margin-left:10px;
cursor:pointer;
}
.cneter-content-boxx4{
width:95%;
border-bottom:1px solid #F5F5F5;
padding-bottom:8px;
}