﻿/* CSS Document */


/* ========== CSS Reset，重置样式，清除浏览器默认样式 ========== */


/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    /* IE9*/
    src: url('../font/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #000;
}

body {
    min-width: 1180px;
    background: #ecf5fd url(https://bid.ceiec.com.cn/staticRes/css/cms/default/images/bj.jpg) repeat center top;
}


/* 内外边距通常让各个浏览器样式的表现位置不同 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}


/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/* HTML5 媒体文件跟 img 保持一致 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}


/* 要注意表单元素并不继承父级 font 的问题 */

body,
button,
input,
select,
textarea {
    font: 12px/1.5 "Microsoft YaHei", "微软雅黑", "Tahoma", "Arial", "宋体", "sans-serif";
}

input,
select,
textarea {
    font-size: 100%;
}


/* 去掉浏览器默认的外轮廓 */

input,
button,
select,
textarea {
    outline: none;
}


/* 去掉各Table  cell 的边距并让其边重合 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* IE bug fixed: th 不继承 text-align*/

th {
    text-align: inherit;
}


/* 去除默认边框 */

fieldset,
img {
    border: 0;
}


/* ie6 7 8(q) bug 显示为行内表现 */

iframe {
    display: block;
}


/* 去掉 firefox 下此元素的边框 */

abbr,
acronym {
    border: 0;
    font-variant: normal;
}


/* 一致的样式 */

del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}


/* 去掉列表前的标识, li 会继承 */

ol,
ul {
    list-style: none;
}


/* 对齐是排版最重要的因素, 别让什么都居中 */

caption,
th {
    text-align: left;
}


/* 让标题都自定义, 适应多个系统应用 */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}


/* 在<q>标签之间的文字两头加上引号 */

q:before,
q:after {
    content: '';
}


/* 统一上标和下标 */

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* 正常链接 未访问、已访问 */

a {
    color: #426cad;
}


/* 鼠标悬停 */

a:hover {
    color: #ff5500;
}


/* 默认不显示下划线，保持页面简洁 */

ins,
a {
    text-decoration: none;
}


/* 清理浮动 */

.f-clear:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}

.f-clear {
    zoom: 1;
    /* for IE6 IE7 */
}


/* ========== CSS Reset End ========== */


/* ========== Layout CSS ========== */

.top {
    display: block;
    position: relative;
}

.toparea {
    width: 100%;
    height: 176px;
    position: absolute;
    z-index: 2;
    background-color: #fff;
}


/*  顶部  */

.topbar {
    width: 100%;
    height: 36px;
    color: #666;
    background-color: #fbfbfb;
    border-bottom: 1px solid #d9d9db;
}

.topbar .tb-main {
    position: relative;
    width: 1180px;
    height: 36px;
    margin: 0px auto;
}

.topbar .tb-main .tb-left,
.topbar .tb-main .tb-right {
    position: absolute;
    height: 36px;
    line-height: 36px;
}

.topbar .tb-main .tb-left {
    left: 0px;
}

.tb-main .tb-left em {
    color: #ff5500;
}

.tb-main .tb-left a {
    margin-right: 10px;
}

.topbar .tb-main .tb-right {
    right: 0px;
}

.tb-main .tb-right a {
    float: left;
    height: 35px;
    line-height: 34px;
    padding: 0px 13px;
    color: #666;
}

.tb-main .tb-right a:hover,
.tb-main .tb-right a.current {
    text-decoration: underline;
    background-color: #eee;
}

.tb-main .tb-right a.current {
    padding: 0px 12px;
    border-left: #ddd 1px solid;
    border-right: #ddd 1px solid;
}

.tb-main .download-box {
    position: absolute;
    top: 35px;
    right: 100px;
    display: none;
    z-index: 20;
    width: 300px;
    height: 170px;
    padding: 10px 20px;
    border: #ddd 1px solid;
    background-color: #fff;
}

.tb-main .tb-right a.current .download-box {
    display: block;
}

.download-box dl {
    float: left;
    width: 340px;
    margin-top: 10px;
}

.download-box dl dt,
.download-box dl dd {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
}

.download-box dl dd a {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    margin-right: 10px;
    border: #ddd 1px solid;
    color: #666;
    font-size: 12px;
    background-color: #f9f9f9;
}

.download-box dl dd a:hover {
    color: #fff;
    border: #2e8df7 1px solid;
    background-color: #2e8df7;
}


/*  头部  */

.header {
    width: 1180px;
    height: 116px;
    margin: 0px auto;
}


/*  logo  */

.header .logo {
    float: left;
    width: 280px;
    height: 116px;
    margin-right: 20px;
}

.header .logo a {
    float: left;
    width: 365px;
    height: 55px;
    margin: 25px 0px;
    font-size: 0px;
    line-height: 0px;
    background: url() no-repeat center center;
}

.header .logo a img {
 /*    width: 100%;*/
    height: 65px;
}

/*  logo rz */
.header .rz{
    margin-left: 20px;
}
.header .rz a{
     margin: 15px 0px;
}
.header .rz a img {
    width: 90px;
    height: 90px;
}
.text-logo {
    display: block;
    width: auto;
    height: 220px;
    position: absolute;
    top: 240px;
    color: #222;
}

.text-logo h3 {
    font-size: 45px;
    font-weight: 500;
}
.text-logo h3 span {
    display:block;
	font-size: 45px;
	font-weight: 500;
}
.text-logo span {
    font-size: 18px;
}

.text-logo .line {
    display: block;
    width: 70px;
    height: 6px;
    text-align: center;
    margin: 50px 0 30px 0;
    background-color: #ff7700;
    filter: alpha(opacity=50);
}


/*  搜索  */

.header .search {
    position: relative;
    float: right;
    width: 490px;
    height: 40px;
    padding: 38px 0px;
    margin-left: 60px;
}

.search .search-nav,
.search .search-area,
.search .search-button {
    float: right;
    height: 38px;
}

.search .search-nav {
    position: relative;
    width: 110px;
    border: #eee 1px solid;
    background-color: #fff;
    z-index: 6;
}

.search-nav .mkey {
    position: absolute;
    float: left;
    width: 80px;
    padding: 0px 15px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #666;
    z-index: 3;
}

.search-nav .iconfont {
    position: absolute;
    right: 12px;
    top: 8px;
    color: #999;
    font-size: 15px;
    z-index: 2;
}

.search-nav .sea-ul {
    position: absolute;
    top: 38px;
    left: -1px;
    width: 110px;
    padding: 6px 0px;
    overflow: hidden;
    border: #eee 1px solid;
    background-color: #fff;
}

.search-nav .sea-ul li,
.search-nav .sea-ul li a {
    float: left;
    width: 110px;
    height: 32px;
    line-height: 32px;
}

.search-nav .sea-ul li a {
    width: 80px;
    padding: 0px 15px;
    color: #666;
    font-size: 14px;
}

.search-nav .sea-ul li a:hover {
    color: #2068b0;
    background-color: #f3f3f3;
}

.search .search-area {
    width: 260px;
    height: 33px;
    /* border-top: #eee 1px solid;
    border-bottom: #eee 1px solid; */
    font-size: 14px;
}

.search .search-area input {
    padding: 0px 15px 0px  32px;
    width: 213px;
    height: 33px;
    line-height: 33px;
    color: #999;
    border:1px #e4e4e4 solid;
	background: url(../image/search.png) no-repeat 8px center;
	float:right;
}

.search .search-button {
    width: 80px;
    height: 35px;
	float:right;
}

.search .search-button button {
    width: 80px;
    height: 35px;
    line-height: 35px;
    color: #fff;
	border:none;
    cursor: pointer;
    background: #005aaa;
}

.search .search-button button i {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-weight: normal
}

.search .search-button button:active {
    background-color: #999;
}


/*  客服热线  */

.hotline {
    float: right;
    width: 260px;
    height: 66px;
    margin: 28px 0 0 0;
}

.hotline p {
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.hotline p+p {
    padding-top: 6px;
}

.hotline p em {
    font-size: 18px;
    color: #ff8800;
}

.hotline p .iconfont {
    font-size: 23px;
    margin-right: 5px;
}

.hotline p a {
    float: right;
    margin-left: 10px;
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #555;
    border-radius: 2px;
}


/*.hotline p a:hover {background-color: #f5f5f5;}*/

.hotline p a .iconfont {
    margin-right: 2px;
    font-size: 18px;
    color: #ff8800;
}


/* 导航 */

.navigate {
    width: 100%;
    background: #2068b0;
    z-index: 2;
    margin: 0 auto;
}

.menu {
    width: 1180px;
    height: 60px;
    margin: 0 auto;
}

.menu li {
    width: 185px;
    height: 60px;
    line-height: 60px;
    float: left;
}

.menu li:hover {
    overflow: hidden;
    background: #1788e4;
}

.menu li a {
    display: block;
    padding: 0 16px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

.menu li a:hover {
    color: #fff;
}


.navigate .menu li.m1cur {
    background: #004c89;
}
.navigate .menu li.m1cur a{
	font-weight:bold;
	color:#fff;
}

/* 二级菜单 */
.subMenu{
	display:none;
	width:183px;
	border:#0577bb 1px solid;
	border-top:none;
	background-color:#008bd9;
	padding:0px;
	position:absolute;
	z-index:999;
}
.subMenu li,.subMenu li a{width:183px; height:40px; line-height:40px; float:left; color:#fff;padding:0;margin:0;}
.subMenu li a{width:183px; color:#fff; background:none; font-size:14px; font-weight:normal; text-align:center;height:40px; line-height:40px;padding:0;margin:0;}
.subMenu li a:hover{background:#079df3; color:#fff; font-weight:bold;height:40px; line-height:40px;padding:0;margin:0;}

/*banner*/

.indexBanner {
    display: block;
    width: 100%;
    height: 450px;
    background-color: #f1f3f5;
    overflow: hidden;
    position: relative;
	padding: 176px 0 0 0;
}

.slide {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
    top: 0;
    display: block;
}

.slide .m-hd {
    border: none;
    background: none;
    z-index: 1;
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

.slide .m-hd ul,
.slide .m-hd2 ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slide .m-hd ul {
    width: 1180px;
    height: 16px;
    float: none;
    position: absolute;
    top: 390px;
}

.slide .m-hd ul li {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
	border:1px #fff solid;
}

.slide .m-hd ul li.on {
    background-color: #fff;
	border:1px #fff solid;
}

.slide .m-bd {
    position: relative;
    width: 100%;
    height: 450px;
    z-index: 0;
    background-color: #FFF;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 1px;
    padding-left: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cfcfcf;
}

.slide .m-bd li,
.slide .m-bd li a {
    width: 100%;
    height: 450px;
    float: left;
    z-index: 2;
}

.slide .m-bd li a.sb01 {
    background: url(../image/banner@1x.jpg) no-repeat center 0;
}

a.t-sb01 {
    background: url(../image/top@1x.jpg) no-repeat center 0;
}

.slide .m-bd li a.sb02 {
    background: url(../image/banner-index2.jpg) no-repeat center 0;
}

.slide .m-bd li a.sb03 {
    background: url(../image/banner3@1x.jpg) no-repeat center 0;
}

.slide .m-bd li a.sb04 {
    background: url(../image/banner4@1x.jpg) no-repeat center 0;
}
.slide .m-bd li a.sb05 {
    background: url(../image/banner5@1x.jpg) no-repeat center 0;
}
.slide .m-bd li a.sb06 {
    background: url(../image/banner6@1x.jpg) no-repeat center 0;
}
.slide .m-bd li a.sb07 {
    background: url(../image/banner7@1x.jpg) no-repeat center 0;
}
.slide .m-bd li a.sb08 {
    background: url(https://bid.ceiec.com.cn/staticRes/css/cms/default/images/banner8@1x.jpg) no-repeat center 0;
}
.slide .m-bd li a.sb09 {
    background: url(https://bid.ceiec.com.cn/staticRes/css/cms/default/images/banner9@1x.jpg) no-repeat center 0;
}


.slide .m-bd li a .t1,.slide .m-bd li a .t2, .index-login{
	width: 1200px;
	margin: 0 auto;
	display: block;
	color: #fff;
	position:relative;
}
.index-login .block{
	width:330px;
	height:460px;
	display: block;
	position: absolute;
	right:0px;
	top:0px;
	z-index: 5;
}
.index-login .block .text{
	width:330px;
	display: block;
	text-align:center;
	font-size:15px;
	z-index:5;
	position: absolute;
	right:0px;
	top:88px;
}
.index-login .block .text2{
	width:330px;
	display: block;
	text-align:center;
	font-size:16px;
	z-index:5;
	position: absolute;
	right:0px;
	top:216px;
}
.index-login .block .text2 a{
	width:110px;
	height:42px;
	display: inline-block;
	text-align:center;
	font-size:16px;
	line-height:42px;
	margin:0 10px;
	color:#fff;
	z-index:5;
	background-color:#ff7300;
}
.index-login .block .text2 a:hover{
	background-color:#ff6000;
}
.index-login .block .text2 a.on{
	width:108px;
	height:40px;
	display: inline-block;
	text-align:center;
	font-size:16px;
	line-height:42px;
	margin:0 10px;
	color:#fff;
	z-index:5;
	background:none;
	border:1px #fff solid;
}
.index-login .block .text2 a.on:hover{
	color:#ff7300;
	border:1px #ff7300 solid;
}
.index-login .block a{
	width:300px;
	display: block;
	text-align:center;
	font-size:16px;
	z-index:5;
	color:#5a5a5a;
	position: absolute;
	right:38px;
	top:144px;
}
.index-login .block  a {
    height: 64px;
    width: 254px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #2079db;
    line-height: 64px;
    margin-bottom: 20px;
    border-radius: 3px;
	z-index: 5;
}
.index-login .block  a.register {
    background: #f3f5f7;
    color: #000;
    border: 1px solid #f3f5f7;
	top:250px;
}

.index-login .block .user img {
    width: 254px;
}

.index-login .block .bg{
	width:330px;
	height:450px;
	display: block;
	background-color:#000;
	position: absolute;
	right:0px;
	top:0px;
	filter:alpha(opacity=70); 
	-moz-opacity:0.7; 
	opacity:0.7;
}
.slide .m-bd li a .t1,.slide .m-bd li a .t2, .index-login{
	width: 1200px;
	margin: 0 auto;
	display: block;
	color: #fff;
	position:relative;
}
.slide .m-bd li a .t1 span{
	position:absolute;
	top:100px;
	left:30px;
	font-size:40px;
	font-weight:bold;
}
.slide .m-bd li a .t2 span{
	position:absolute;
	top:180px;
	left:30px;
	font-size:14px;
	width:545px;
	line-height:25px;
}


/*注册框*/

.login-container {
    width: 1180px;
    margin: -400px auto 0 auto;
    position: relative;
    height: 390px;
    z-index: 9999
}

.dl-login {
    position: absolute;
    right: 15px;
    top: 0;
    width: 300px;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    text-align: center;
    [;
    top: 5px;
    ;
    ];
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#c8000000, endColorstr=#c8000000);
}

.dl-login p {
    color: #fff;
    font-size: 14px;
    margin-top: 65px;
}

.dl-login .login {
    display: block;
    width: 220px;
    height: 45px;
    background-color: #00519d;
    color: #fff;
    line-height: 42px;
    text-align: center;
    margin: 55px auto 22px auto;
    font-size: 18px;
    border-radius: 3px;
}

.dl-login .reg {
    display: block;
    width: 220px;
    height: 45px;
    background-color: #ff7300;
    color: #fff;
    line-height: 42px;
    text-align: center;
    margin: 0 auto 80px auto;
    font-size: 18px;
    border-radius: 3px;
}

.dl-login div a {
    color: #fff;
    font-size: 14px;
    margin: 0 16px;
}

.dl-login div {
    color: #6e6e6f;
}


/*numbers*/

.numbers {
    background-color: #fff;
}

.numbers .container {
    width: 1180px;
    margin: 0 auto;
    height: 82px;
}

.numbers .container>div {
    display: inline-block;
    width: 24%;
    text-align: center;
    padding-top: 12px;
}

.numbers .container>div i {
    font-size: 16px;
    font-style: normal
}

.numbers .container>div i.num {
    font-size: 24px;
    font-style: normal;
    margin-right: 5px;
}

.numbers .container>div p {
    color: #999;
}

.numbers .n1 i {
    color: #39b6f0
}

.numbers .n2 i {
    color: #f97070
}

.numbers .n3 i {
    color: #eab160
}

.numbers .n4 i {
    color: #7cc472
}


/*主体*/

.main {
    width: 100%;
    background: #fff;
}

.dl-main {
    width: 1180px;
    margin: 0 auto;
    height: 430px;
}

.dm-main {
    width: 100%;
    margin: 0 auto;
    height: 450px;
	background: #FFFFFF;
	overflow: hidden;
}

.dl-main .left {
    width: 820px;
    float: left;
    margin-right: 60px;
}

.dl-main .right {
    width: 300px;
    float: right;
}
.dm-main .right {
    width: 300px;
    float: right;
}

.dm-main .right a {
    height: 80px;
    width: 300px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    /*background: #2079db;*/
    line-height: 80px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.dm-main .right .register {
    background: #f3f5f7;
    color: #000;
    border: 1px solid #f3f5f7;
}

.dm-main .right .user img {
    width: 300px;
    height: 80px;
}

.dl-main .title {
    height: 43px;
    padding-top: 45px;
    padding-bottom: 20px;
    border-bottom: 1.5px solid #f3f5f7;
}

.dl-main .title h2 {
    font-size: 21px;
    line-height: 41px;
    display: inline-block;
    width: 115px;
    height: 43px;
    color: #000;
    font-weight: 500;
}

.dl-main .title a {
    float: right;
    margin-right: 60px;
    color: #666;
    font-size: 14px;
    margin-top: 15px;
}

.dl-main .title a:hover {
    color: #2068b0;
}


/*采购分类*/

.dl-main .wrap1 .content {
    width: 850px;
    height: 370px;
    background-color: #fff;
    padding-top: 15px;
}

.dl-main .wrap1 .content a {
    width: 800px;
    height: 40px;
    margin-left: 15px;
    padding-left: 15px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

.dl-main .wrap1 .content a:hover {
    background-color: #fcfcfc;
    color: #2068b0;
}

.dl-main .wrap1 .content a>span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 84px;
    float: right;
    color: #bebebe;
    font-size: 15px;
}

.dl-main .wrap1 .content a>span:first-child {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 520px;
    float: left;
    color: #333;
}

.content-index .slideBlock {
    display: block;
    width: 773px;
    height: 434px;
    background-color: #fff;
    position: relative;
    margin-bottom: 35px;
}

.content-index .slideBlock:last-child {
    margin-bottom: 0;
}

.model-list {
    margin-top: 30px;
}

.model-list h2 {
    margin: 15px 0 25px 0;
    display: inline-block;
    font-size: 21px;
	color: #004ea2;
	font-weight: bold;
}

.model-list .m-title {
    border-bottom: 1px solid #eee;
}

.model-list .m-title a {
    float: right;
    font-size: 14px;
    color: #000;
    margin: 18px 0 25px 0;
}
.model-list .m-title a:hover {
	color: #004ea2;
}

.m-list {
    margin-top: 20px;
}

.m-list li {
    height: 42px;
    line-height: 42px;
    list-style: none;
}
.model-list2 .m-list li {
    height: auto;
    line-height: 42px;
    list-style: none;
}

.m-list li a {
    font-size: 16px;
    color: #000;
}

.m-list li a .bidLink {
    display: inline-block;
    width: 33em;/*mark20181226：36改33em*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
	font-size: 16px;
}

.m-list li a .bidLink:hover {
    font-size: 16px;/*mark20181226：17改16px*/
    color: #004ea2;
    font-weight: bold;
}
/*mark20181226：新增状态 -开始*/
.m-list li a .bidLink2.now {
    color: #ff6600;
}

.m-list li a .bidLink2 {
    display: inline-block;
    width: 6em;
    margin-left: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #999;
}
.m-list li a .bidLink2:hover {
    font-size: 17px;
    color: #004ea2;
    font-weight: bold;
}
/*mark20181226：新增状态 -结束*/
.m-list li a span.bidDate {
    float: right;
    color: #bebebe;
    display: inline-block;
}

.model-list .m-hd li {
    float: left;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
}

.model-list .m-hd li span {
    font-size: 13px;
    color: #2068b0;
    text-decoration: none;
    border: 1px solid #2068b0;
    display: inline-block;
    width: 82px;
    height: 26px;
    text-align: center;
}

.slideBlock .m-hd {
    display: block;
    position: relative;
}

.model-list .m-hd li {
    float: left;
    padding: 0 15px;
    height: 28px;
    line-height: 26px;
    cursor: pointer;
}

.slideBlock .m-hd ul li span {
    font-size: 13px;
    color: #2068b0;
    text-decoration: none;
    border: 1px solid #2068b0;
    display: inline-block;
    width: 82px;
    height: 26px;
    text-align: center;
}

i.arrow-more {
    font-size: 12px;
    color: #2068b0;
    display: inline-block;
    width: 12px;
    height: 13px;
}

.slideBlock .m-bd {
    padding: 15px 25px;
}

.slideBlock .slidebox1 {
    background-color: #fff;
    border-top: none
}

.dl-main .left .slideBlock .slidebox1 .m-bd {
    margin-top: 20px;
}

.slideBlock .m-bd ul li {
    height: 44px;
    line-height: 44px;
}

.slideBlock .m-bd ul li:last-child {
    border: none;
}

.slideBlock .m-bd ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 15px;
    color: #333;
}

.slideBlock .m-bd ul li a .bidLink {
    display: inline-block;
    width: 36em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.slideBlock .m-bd ul li a .bidLink2.on {
    color: #21d526;
}

.slideBlock .m-bd ul li a .bidLink2 {
    display: inline-block;
    width: 6em;
    margin-left: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #999;
}

.slideBlock .m-bd ul li a .bidDate {
    display: inline-block;
    float: right;
    color: #bebebe;
}

.slidebox {
    padding: 20px 0 5px 0;
}


/*滚动*/

.wrap2 {
    border-top: 2px solid #2079db;
    background-color: #fff;
    padding: 0 12px 0 15px;
}

.wrap2 .wrap2box {
    padding: 0 25px 25px 25px;
}

.wrap2box li a {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 240px;
    font-size: 13px;
}

.wrap2box li a:hover {
    color: #2079db
}

.wrap2 h3 {
    font-size: 16px;
    padding-left: 40px;
    position: relative;
    font-weight: bold;
    margin-top: 15px;
}

.wrap2 h3 i.icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 2px;
    background: url("../image/icon.jpg") no-repeat 0 0;
}

.wrap2 h3 i.icon2 {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 2px;
    background: url("../image/icon.jpg") no-repeat -24px 0;
}

.wrap2 h3 i.icon3 {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 2px;
    background: url("../image/icon.jpg") no-repeat -48px 0;
}

.wrap2 .info-box>div {
    height: auto;
    border-bottom: 1px solid #ededed;
}

.wrap2 .info-box h3 {
    margin-bottom: 15px;
}

.wrap2 .info-box p {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

.wrap2 .info-box p a {
    font-size: 13px;
    color: #333;
    padding-left: 10px;
}

.wrap2 .info-box p a:hover {
    color: #2079db
}

.wrap2 .info-box p i {
    margin-left: 30px;
}

.ads {
    width: 300px;
    height: 170px;
    margin: 40px 0 0px 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    float: right;
}

.ads img {
    width: 300px;
    height: 160px;
    background: rgba(255, 255, 255, 0.15);
}

.ad-right {
    width: 320px;
    height: 80px;
    margin: 30px 0;
}

.ad-right img {
    width: 320px;
    height: 80px;
}

.ad-left {
    width: 860px;
    height: 80px;
    margin: 30px 0;
}

.ad-left img {
    width: 860px;
    height: 80px;
}


/*咨询中心*/

.wrap4 {
    width: 1180px;
    margin: 0 auto;
    margin-top: 30px;
    height: auto;
}

.wrap4 .content {
    height: 265px;
}

.wrap4 .content .contentColect {
    width: 343px;
    display: inline-block;
    float: left;
}

.wrap4 .content .contentBox .title {
    margin-bottom: 0;
}

.wrap4 .content .contentBox:first-child {
    width: 550px;
}

.wrap4 .content .contentBox {
    width: 570px;
    display: inline-block;
    float: left;
    margin-bottom: 40px;
}

.wrap4 .content .contentBox.middle {
    margin-left: 0px;
}

.wrap4 .content .contentBox h2,
.wrap4 .content .contentColect h2 {
    border: none;
    font-size: 16px;
    padding-left: 0;
}

.wrap4 .content .contentBox a .bidLink,
.wrap4 .content .contentBox>p .bidLink {
    height: 57.5px;
    line-height: 57.5px;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 45em;
    float: left;
    padding-left: 20px;
}

.wrap4 .content .contentBox .a-list .bidDate,
.wrap4 .content .contentBox>a .bidDate,
.wrap4 .content .contentBox>p .bidDate {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: right;
    color: #a9a9a9;
    padding-right: 10px;/*mark20181226：20改10*/
}

.wrap4 .content .contentBox>a,
.wrap4 .content .contentBox>p {
    display: block;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    background: #fff;
}

.wrap4 .content .contentBox .a-list {
    background: #fff;
    padding: 15px 15px;
	/*mark20190109：新增2处*/
	line-height: 42px;
	list-style: none;
}

.wrap4 .content .contentBox .a-list a em {
    color: #a9a9a9;
    margin-right: 20px;
}

.wrap4 .content .contentBox .a-list .bidLink {
    display: inline-block;
	line-height: 40px;/*mark20190109：新增*/
    height: 40px;/*mark20190109：新增*/
    padding-left: 10px;/*mark20190109：新增*/
    width: 33em;/*mark20181226：36改33em*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
	font-size: 16px;
}


/*mark20190109：新增状态 -开始*/
.wrap4 .content .contentBox .a-list .bidLink:hover {
    font-size: 16px;/*mark2019109：17改16px*/
    color: #004ea2;
    font-weight: bold;
}
.wrap4 .content .contentBox .a-list .bidLink2.now {
    color: #ff6600;
}

.wrap4 .content .contentBox .a-list .bidLink2 {
    display: inline-block;
    width: 6em;
    margin-left: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #999;
	font-size: 16px;/*mark20190109：新增*/
}
.wrap4 .content .contentBox .a-list .bidLink2:hover {
    font-size: 17px;
    color: #004ea2;
    font-weight: bold;
}
/*mark20190109：新增状态 -结束*/

.wrap4 .content .contentBox .a-list .bidDate {
    line-height: 40px;
    height: 40px;
}

.wrap4 .content .supplier>a {
    background: #fff;
    margin-bottom: 10px;
}

.wrap4 .content .contentColect>a {
    display: block;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    backface-visibility: #fff;
}

.wrap4 .content .contentBox>p .bidDate2 {
    display: block;
    float: left;
    width: 300px;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    cursor: default;
}

.wrap4 .content .contentBox a:hover {
    color: #2079db;
}

.wrap4 .content .contentBox a:hover .bidLink {
    color: #2079db;
}

.wrap4 .content .contentBox.right {
    margin-right: 10px;
}

.wrap4 .content .contentBox.middle>a .bidLink,
.wrap4 .content .contentBox.right>a .bidLink {
    width: 343px;
}

.wrap4 .contentBox .title a {
    margin-right: 5px;
}

.wrap4 .info-title {
    height: 26px;
    margin-bottom: 30px;
    margin-top: 35px;
}

.wrap4 .content .info-title h2 {
    font-size: 21px;
    color: #004ea2;
    font-weight: bold;
    padding-left: 5px;
    float: left;
}

.wrap4 .info-title a {
    float: right;
    color: #666;
    font-size: 14px;
    padding-top: 5px;
	margin-right: 35px;
}

.wrap4 .point {
    margin-left: 10px;
    margin-right: 8px;
    margin-top: 5px;
}

.wrap5 .content {
    height: 145px;
    background-color: #fff;
    padding-top: 25px;
    margin-bottom: 20px;
}

.wrap5 .content li {
    margin-bottom: 10px;
}

i.point {
    float: left;
    width: 4px;
    height: 4px;
    margin-right: 10px;
    margin-top: 19px;
    background-color: #666;
    border-radius: 50%;
}

.wrap5 .content li a {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 240px;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
}

.wrap5 .content li a:hover {
    color: #2079db
}


/*联系我们*/

.conUs {
    border: 1px solid #ededed;
    border-top: 2px solid #2079db;
    background-color: #fff;
    padding: 0 20px;
    height: 310px;
}

.conUs h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 12px 0;
}

.conUs p.top-p {
    font-size: 15px;
    color: #3f72ae;
    margin-bottom: 10px;
}

.conUs span.mail {
    margin-left: 30px;
    margin-bottom: 15px;
    display: inline-block
}

.conUs .line {
    height: 1px;
    border-bottom: 1px solid #ededed;
    margin-top: 13px;
    margin-bottom: 15px;
}

.conUs p {
    font-size: 13px;
    margin-bottom: 5px;
    width: 95%;
}

.content {
    border-top: none
}


/*conpanys*/

.conpanys {
    background-color: #fff;
}

.conpanys .container {
    width: 1180px;
    margin: 0 auto;
    height: 220px;
    background-color: #fff;
}

.conpanys .container h2 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
	color: #004ea2;
}

.conpanys .links {
    background-color: #fff;
    font-size: 0;
}

.conpanys h2+a {
    border: none;
    display: inline-block;
    float: right;
    margin-top: 34px;
    margin-right: 5px;
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.conpanys .links a {
    display: inline-block;
    height: 75px;
    width: 170px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-right: 29px;
}
.conpanys .links a img{
	float:left;
	height: 75px;
    width: 170px;
}
.conpanys a:last-child {
    margin-right: 0;
}

.conpanys .c2 {
    background: #fff url("../image/c2.png") no-repeat center center;
}

.conpanys .c3 {
    background: #fff url("../image/c3.png") no-repeat center center;
}

.conpanys .c4 {
    background: #fff url("../image/c4.png") no-repeat center center;
}

.conpanys .c5 {
    background: #fff url("../image/c5.png") no-repeat center center;
}

.conpanys .c6 {
    background: #fff url("../image/c6.png") no-repeat center center;
}


/*footer*/

.footer {
    display: block;
    background: #1e2021;
    text-align: center;
}

.footer .container {
    width: 1180px;
    margin: 0 auto;
}

.footer .f-logo {
    display: block;
    width: 100%;
}

.footer img {
    margin: 30px 0;
    width: 210px;
    height: 57px;
    float: left;
}

.footer .l-list {
    display: block;
    margin-top: 0px;
    float: left;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
}

.footer .f-copyright {
    width: 100%;
    display: block;
    margin-top: 0px;
    float: left;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: left;
}

.l-list a {
    margin-right: 30px;
    font-size: 14px;
    color: #78797a;
}
.footer a:hover {
    color: #fff;
}
.footer p,
.footer p a {
    color: #78797a;
    font-size: 14px;
}

.footer p {
    margin-bottom: 15px;
}

.footer p span {
    margin-right: 15px;
}


/* 登录新增 */

.login-conCenter {
    display: block;
    width: 100%;
    height: 90px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.login-conCenter .l-bd {
    width: 1180px;
    margin: 0 auto;
    height: 90px;
    text-align: center;
}

.login-conCenter .block {
    display: inline-block;
    margin: 20px 25px 0 25px;
    position: relative;
    padding: 6px 0 0 60px;
    text-align: left;
}

.login-conCenter .block .img {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0px;
    top: 0px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.login-conCenter .block:hover .img {

    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.login-conCenter .block .t1 {
    display: block;
    font-size: 14px;
    color: #226ec7;
}

.login-conCenter .block .t2 {
    display: block;
    font-size: 12px;
    color: #5c97dd;
}

.login-conCenter .block .img {
    background: url(../image/loginBg.png) no-repeat 0 0;
}

.login-conCenter .block2 .img {
    background: url(../image/loginBg.png) no-repeat -44px 0;
}

.login-conCenter .block3 .img {
    background: url(../image/loginBg.png) no-repeat -88px 0;
}

.login-conCenter .block4 .img {
    background: url(../image/loginBg.png) no-repeat -132px 0;
}

.login-conCenter .block5 .img {
    background: url(../image/loginBg.png) no-repeat -176px 0;
}


/* 二级菜单

.subMenu {
    width: 185px;
    border-top: none;
    background-color: #edf5ff;
    padding: 10px 0px;
    box-shadow: #bbb 1px 1px 3px;
    z-index: 999;
    float: left;
    display: none;
    position: absolute;
}

.subMenu li,
.subMenu li a {
    width: 185px;
    height: 46px;
    line-height: 46px;
    float: left;
}

.subMenu li a {
    width: 125px;
    padding: 0px 30px;
    color: #333;
    background: none;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

.subMenu li a:hover {
    background-color: #fff2d2;
    color: #ff6e00;
    font-weight: bold;
}
*/

/*典型案例*/

.case {
    height: 155px;
    width: 1180px;
    float: left;
    border: 1px solid #ededed;
    border-top: 2px solid #2079db;
    background-color: #fff;
}

.law li .title span {
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 2px #666 solid;
    border-radius: 50%;
    margin: 4px 6px 0 0;
}

.law li a:hover .title span {
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 2px #c51c1c solid;
    border-radius: 50%;
    margin: 4px 6px 0 0;
}

.caTitle {
    float: left;
    height: 20px;
    width: 1160px;
    margin-top: 8px;
    margin-left: 21px;
    font-size: 16px;
    color: #0f5dc5;
    margin-bottom: 18px;
    color: #333;
    font-weight: bold;
}

.caTitle a {
    float: right;
    color: #666;
    font-size: 14px;
    margin-right: 2px;
    font-weight: normal;
}

.caTitle a:hover {
    color: #2079db;
}

.case .list {
    float: left;
    height: 160px;
    width: 1100px;
    margin-left: 37px;
    overflow: hidden;
}

.case .line {
    background-image: url(https://bid.ceiec.com.cn/staticRes/css/cms/default/images/bg.png);
    background-repeat: no-repeat;
    float: left;
    height: 2px;
    width: 708px;
    background-position: -138px -266px;
}

.case .list a {
    float: left;
    height: 93px;
    width: 174px;
    margin-right: 25px;
    color: #2d73d3;
}

.case .list a:hover {
    margin-right: 25px;
    color: #1c63c3;
}

.case .list a .img {
    float: left;
    height: 42px;
    width: 164px;
    margin: 6px 5px 14px 5px;
}

.case .list a .img img {
    display: block;
    height: 42px;
    width: 164px;
}

.case .list a .word {
    font-size: 14px;
    text-align: center;
    float: left;
    height: 18px;
    width: 152px;
    padding: 0 10px;
    margin-left: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mbox {
    font-size: 14px;
    margin-top: 20px;
}

.text-lay{width:1180px; margin:0 auto;display:block;position: relative;}

.model-list2{
	height: 290px; 
}
.model-list2 .m-title a{
	width: 4em;
	margin: 0;
	height: 30px;
	line-height: 60px;	
}
.model-list2 .m-list li a{
	display: block;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	font-size: 15px;
	color: #333;
	background: #fcfdfd;
	border:1px #f8f8f9 solid;
	margin-bottom: 10px;
	padding:0 15px;
	width:270px;
}
.model-list2 .m-list li a .bidLink{
	width: 16em;
}
.model-list2 i.point{
	float: left;
	width: auto;
	height: auto;
	margin-right: 10px;
	margin-top: 0;
	background: none;
	border-radius: !important;
	color: #999;
	font-style: normal;
}


 .part-arrow {
     position: relative;
     float: right;
     margin-top: 27px;
 }
 
 .part-arrow .part-prev {
     width: 47px;
     height: 28px;
     position: absolute;
     /* top: 52px; */
     right: 48px;
     border: 1px solid #ccc;
     cursor: pointer;
     background: url(../image/arrow3.png) no-repeat center 0;
     background-position: center;
 }
 
 .part-arrow .part-prev:hover {
     background: url(../image/arrow3.png) no-repeat center 0;
     background-color: #f0f0f0;
     background-position: center;
 }
 
 .part-arrow .part-next {
     width: 47px;
     height: 28px;
     position: absolute;
     /* top: 52px; */
     right: 0px;
     border: 1px solid #ccc;
     cursor: pointer;
     background: url(../image/arrow4.png) no-repeat center 0;
     background-position: center;
 }
 
 .part-arrow .part-next:hover {
     background: url(../image/arrow4.png) no-repeat center 0;
     background-color: #f0f0f0;
     background-position: center;
 }
 
 .parterner-list .img-list {
     overflow: hidden;
     font-size: 0;
 }
 
 .parterner-list .img-list .part-img {
     width: 170px;
     display: inline-block;
     border: 1px solid #efefef;
     float: left;
     height: 110px;
     border-radius: 3px;
     margin-right: 29px;
 }
 .parterner-list .img-list .part-img{
	 display: inline-block;
} 
 .parterner-list .img-list .part-img a:hover p {
     color: #f08200;
 }
 
 .parterner-list .img-list img {
     display: inline-block;
     height: 70px;
     margin: 0;
 }
 
 .parterner-list .img-list p {
     display: inline-block;
     width: 10em;
     height: 36px;
     font-size: 14px;
     text-align: center;
     line-height: 36px;
     background-color: #fff;
     color: #999999;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     margin: 0 18px;
 }
 .parterner-list a{
	 display:inline-block;
	 text-align: center;
 }

 /*mark20190108：新增状态 -开始*/
.slideTxt .m-hd{ position:relative;}
.slideTxt .m-hd ul{position: absolute;top:17px;left:150px;}
.slideTxt .m-hd li.on span {
    color: #fff;
	background:#2068b0;
}
.slideTxt .m-hd ul li .more {display: none;}
.slideTxt .m-hd ul li.on .more {
    display: block;
	position: absolute;
	right: -328px;
	top: -20px;
}
.slideTxt .m-hd li span {
    font-size: 13px;
    color: #2068b0;
    text-decoration: none;
    border: 1px solid #2068b0;
    display: inline-block;
    width: 82px;
    height: 26px;
    text-align: center;
}
.slideTxt .m-hd li {
    float: left;
    padding: 0 15px;
    height: 28px;
    line-height: 26px;
    cursor: pointer;
}
.middle .tempWrap{width:880px;}
/*mark20190108：新增状态 -结束*/



/* 2019-01-15 新增资讯中心 */
.bgc{background-color: #f4f7f9;padding-top: 20px;}
.slideBlock {
    background-color: #fff;
	height: 511px;
    margin-bottom: 0px;
    position: relative;
}
.slideBlock .title-wrap {
    padding: 0 20px;
}
.slideBlock .m-hd {
    display: block;
    position: relative;
	height: 60px;
	padding:0;
}
.dl-main .title h2 {
    font-size: 18px;
    display: inline-block;
    height: 60px;
    padding-left: 0px;
    line-height: 68px;
    background-color: #fff;
    color: #004ea2;
    font-weight: bold;
    position: relative;
}
.slidebox {
    padding: 10px 0;
}
.slideBlock .m-bd {
    padding: 15px 25px;
}
.slideBlock.last .m-bd > div {
    padding-bottom: 15px;
}
.slideBlock.last img {
    display: inline-block;
}
.slideBlock.last .text-right {
    display: inline-block;
    width: 625px;
    height: 42px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 25px;
    line-height: 42px;
    top: 223px;
}
.slideBlock.last .text-right a {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 38px;
    width: 535px;
    padding: 0 10px;
    height: 42px;
    text-align: center;
    color: #fff;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
}
.slideBlock.last .text-right P {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 625px;
    height: 42px;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    display: block;
}
.slideBlock.last .m-bd .bottom-ul li {
    display: inline-block;
    width: 625px;
}
.slideBlock .m-bd ul li {
    height: 44px;
    line-height: 44px;
}
.slideBlock .m-bd ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 15px;
    color: #333;
}
.slideBlock.last .m-bd .bottom-ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 625px;
    font-size: 16px;
    color: #222;
}
.slideBlock.last .m-bd .bottom-ul li a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 500px;
    display: inline-block;
    float: left;
}
.slideBlock.last .m-bd .bottom-ul li i {
    margin-right: 10px;
}
.slideBlock.last .m-bd .bottom-ul li a em {
    float: right;
    color: #999;
}
.newsBlock2 {
    position: absolute;
    right: 20px;
    top: 64px;
    width: 480px;
    height: 435px;
}
.newsBlock2 .b1 {
    height: 130px;
    width: 480px;
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.newsBlock2 .b1 .title2 {
    width: 480px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #222;
}
.newsBlock2 .b1 .title2 {
    white-space: nowrap;
    font-size: 16px;
    color: #222;
}
.newsBlock2 .b1 .title2 i {
    margin-right: 10px;
}
.newsBlock2 .b1 img {
    width: 120px;
    height: 90px;
    border: 1px #e6e6e6 solid;
    display: block;
    position: absolute;
    left: 0px;
    top: 35px;
}
.newsBlock2 .b1 .text {
    width: 340px;
    height: 102px;
    display: block;
    position: absolute;
    left: 135px;
    top: 30px;
    color: #999;
    font-size: 13px;
    line-height: 25px;
    overflow: hidden;
}
.slideBlock .m-hd ul {
    position: absolute;
    left: 145px;
    height: 37px;
    bottom: 0;
}
.slideBlock .m-hd ul li {
    float: left;
    padding: 0 5px;
    height: 38px;
    cursor: pointer;
}
.slideBlock .m-hd ul li.on .more {
    display: block;
    position: absolute;
    right: -279px;
    top: -15px;
    padding: 0 21px;
    height: 53px;
    line-height: 53px;
    cursor: pointer;
}
.slideBlock .m-hd ul li .more a {
    margin-top: 0;
}
.dl-main .title a {
    float: right;
    margin-right: 15px;
    color: #666;
    font-size: 14px;
    margin-top: 9px;
}
.slideBlock.last .m-bd .bottom-ul li {
    display: inline-block;
    width: 625px;
}
.slideBlock .bottom-ul{width:625px;}

.slideBlock.last .m-bd .bottom-ul li a:hover span, .newsBlock2 .b1 a.title2:hover span {
    font-size: 16px;
    color: #004ea2;
    font-weight: bold;
}