@charset "utf-8";
/* CSS Document */
html{ min-width:1200px}
*{margin:0px;padding:0px}
body{font-size:12px; font-family:"微软雅黑";color:#000; min-width:1200px; background:url(../img/mdm-1.jpg) no-repeat center 40px}
img{border: 0;}
li{ list-style:none;}
.fl{float:left;}
.fr{float:right}
.cl{clear:both;}
a{ text-decoration: none; }
a:hover{ text-decoration:underline; }
cite{ font-style:normal; float:right}
cite a{ color:#333}

/***************通用部分***************/
.page{ width:1200px; margin:0 auto}
.header{ height:988px; }
.daohang_width {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.daohang_navigation {
    height: 40px;
    background: #e85038;
    font-size: 16px
}

.daohang_navigation li {
    padding: 0 35px;
    float: left;
    border-right: 1px #ffffff solid;
    margin-top: 10px;
    overflow: visible;
    white-space: nowrap;
}

.daohang_navigation a {
    color: #fff;
    text-decoration: none;
}

.daohang_navigation a:hover {
    color: #fff200;
}

.mian {
    width:1200px; margin:0 auto;overflow:hidden;margin-top: 30px;
}

.mtop {
    width:1200px; margin:0 auto;overflow:hidden;
}
.mian ul {
    width:1100px; margin:0 auto;overflow:hidden;
}
.mian ul li {
    width:100%;
    margin-top:15px;
    border-bottom: 1px dashed #dadada;
    padding-bottom: 10px;
}
.mian ul li h5 {
    color:#e85038;
    font-size:26px;
    font-weight:bold;
    line-height: 38px;;
}
.mian ul li h5 a{
    color:#e85038;

}
.mian ul li p {
    color:#333;
    padding-top:8px;
    font-size:16px;
    line-height: 38px;
    text-indent: 3em;
}
.mian ul li p a {
    color:#e85038;
}

.morem {
    width: 500px;
    height: 40px;
    background: #e85038;
    color:#fff;
    text-align: center;
    line-height: 40px;
    display: block;
    margin:0 auto;
    margin-top:38px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.btn_more {height: 40px; border: 0px; width: 600px; text-align: center; background: #be1a20; font-size: 18px; font-weight: bold; color: #ffffff; border-radius: 40px;}

