/*layout*/
body {margin: 0;font-family: '微软雅黑', sans-serif;background: #f3f3f3;}
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, form, fieldset, input, textarea, label, ul, ol, dl, li, dt, dd { margin:0; padding:0; border:0; outline:none; list-style:none; }
html {height:100%; }
*html {_background-image:url(about:blank); _background-attachment:fixed; }
li { list-style-type:none; }
a {text-decoration:none; outline:none; color:#676767; border:none; }
a, area { blr:expression(this.onFocus=this.blur())
}
a:hover { text-decoration:none; }
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color:#777878; font-family:'微软雅黑'; font-size:18px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
table { border-collapse:collapse; border-spacing:0; margin:0 auto; clear:both; }
fieldset, img { border:0; }
.none { display:none;}
.height30 {margin:0px auto;height:30px;width:1200px;}
.clear {clear:both;}
.wrap {
    width: 1200px;
    margin: 0 auto;
}
.fr {float: right;}
/*index*/
.banner {
    height: 320px;
    width: 100%;
    min-width: 1200px;
    background: url(../images/project-banner.jpg) no-repeat center;
}
.title {
    padding-top: 30px;
    font-size: 22px;
    color: #008cf6;
    font-weight: bold;
    border-bottom: 1px solid #008cf6;
    padding-bottom: 5px;
    float: none;
}
.title a {color: #008CF6;}
.content {
    border: 1px solid #88c9fb;
    margin-top: 15px;
    padding: 20px 30px 10px 40px;
    position: relative;
    background-color: #fff;
}
.content p {
    color: #666666;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 15px;
}

.content.download{
    overflow: hidden;
}
.content.download .row {
    width: 800px;
    overflow: hidden;
}
.content.download .row p{
    float: left;
}
.content.download .row a{
    float: right;
    display: block;
    color: #008cf6;
    border:1px solid #008cf6;
    border-radius: 30px;
    text-decoration: none;
    font-size:14px;
    padding: 2px 15px;
}


.pb30 {
    padding-bottom: 30px;
}
.ct{
	text-align: center;
}

/*head*/
.ztop1 { height:40px; background:#333333; line-height:40px; overflow:hidden;}
.ztop2 { margin:0px auto; height:40px; width:1200px; color:#e0e0e0; font-size:12px;}
.ztop2 .left { float:left; padding-left:20px;}
.ztop2 .right { float:right; padding:0px 20px;}
.ztop2 .right a { color:#e0e0e0; padding:0px 10px;}
.logo-menu { margin:0px auto; width:1200px; height:73px;}
.logo-menu .logo { float:left; width:521px}
.logo-menu .menu { float:right; width:570px; height:60px; padding-top:7px;}
.logo-menu .menu ul { margin:0px auto; height:60px; list-style-type:none; line-height:60px;}
.logo-menu .m_li { float:left; height:60px; text-align:center; font-weight: bold; padding: 0 20px;}
.logo-menu .m_li a { display:block; color:#4e4e4e; height:60px; font-size:16px; font-weight: bold;}
.logo-menu .m_li_a { 
	float:left; 
	height:50px; 
	text-align:center;
	font-size:16px; 
	font-weight: bold; 
	margin: 0 15px;
	padding: 0 5px;
	border-bottom: 2px solid #EEA531;
}
.logo-menu .m_li_a a { display:block;color:#4e4e4e; height:60px; text-decoration:none;}
.banner { height:320px; background:url(project-banner.jpg) center no-repeat}
/*detail*/
.det-con { margin: 15px 0; border:1px solid #1fa0e1; padding-top: 10px;}
.det-con h2 { text-align:center; color:#1fa0e1; font-size:20px; line-height:40px; font-weight:600;}
.det-con h3 { text-align:center; font-size:15px; padding-bottom:40px; margin-top: 10px;} 
.det-con .con { font-size:14px; color:#333333; width: 85%; margin: 0 auto; line-height:25px; min-height:500px; text-align:justify;}
/*foot*/
.foot {background:#333333;color:#dfdfdf;padding:25px 0px;font-size:15px;text-align:center;line-height:26px;}
