html, body {
    height: 100%
}
body {
    min-width: 1226px;
    font-family:"Microsoft YaHei", "Arial";
    background: url(../img/body.jpg) repeat;
}
/*导航和logo开始*/
.header{
    min-width: 1200px;
    height: 150px;
    position: relative;
    z-index: 99;
    background:#023f65 url(../img/header.png) right top no-repeat;
}
.logo {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    background: url(../img/logo.png) left center no-repeat;
}
.nav {
    height: 40px;
    background: url(../img/nav.png) repeat-x;
}
.nav ul {
    width: 1200px;
    margin: 0 auto;
}
.nav ul li {
    display: block;
    float: left;
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    font-family: 'Adobe 黑体 Std';
    font-size: 15px;
}

.nav ul li a{
    color: #fff
}
.nav ul li a:hover{
    color: #ffe400;
}

.content {
    min-width: 1200px;
    background: #f4f4f4 url(../img/content.jpg) top center no-repeat;
}

.slider {
    width: 1200px;
    height:400px;
    margin: 0 auto;
    position:relative;
}
.slider .hd {
    height:17px;
    overflow:hidden;
    position:absolute;
    left: 0;
    bottom:5px;
    z-index:1;
    width: 100%
}
.slider .hd ul {
    overflow:hidden;
    zoom:1;
    text-align: center;
}
.slider .hd ul li {
    display: inline-block;
    margin-right:10px;
    width:50px;
    height:10px;
    cursor:pointer;
    background: #a5a6a8;
}
.slider .hd ul li.on {
    background:#005aab; 
}
.slider .bd {
    position:relative;
    width: 1170px;
    margin: 0 auto;
    height:400px;
    z-index:0;
}
.slider .bd li {
    width:1170px;
    height: 400px;
    zoom:1;
    vertical-align:middle;
}
.slider .bd img {
    width:1170px;
    height: 400px;
    display:block;
}
.slider .control {
    display: block;
    width: 26px;
    height: 69px;
    position: absolute;
    top: 150px;
    z-index: 99;
}
.slider .prev {
    left: 2px;
    background: url(../img/arrowL.png);
}
.slider .next {
    right: 2px;
    background: url(../img/arrowR.png);
}
.notice {
    width: 1200px;
    height: 110px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 34px;
    background: url(../img/notice.png) top center no-repeat;
}

.notice:after{
    content: ' ';
    display: block;
    position: absolute;
    width: 1170px;
    height: 4px;
    background: #005aab;
    bottom: 15px;
    left: 15px;
}

.noticeInfo {
    width: 1060px;
    margin-left: 95px;
    padding-top: 25px;
    overflow: hidden;
}



.noticeInfo ul li {
    margin-right:35px;
    float:left;
    height:60px;
    line-height:60px;
    text-align:left;
    display:block;
    font-size: 14px;
    width:auto !important;
}

.noticeInfo ul li a{
    color: #fff;
}
.noticeInfo ul li a span{
    color: #bfbfbf;
}

.contentTitle {
    width: 100%;
    position: relative;
    height: 36px;
    line-height: 35px;
    overflow: hidden;
}
.contentTitle h2 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.contentTitle a {
    color: #fff;
    font-size: 13px;
}
.contentBg {
    width: 1170px;
    height: 306px;
    padding: 0 15px;
    margin: 0 auto;
    background: url(../img/contentCase.png) top center no-repeat;
}
.contentA {
    position: relative;
    padding-bottom: 15px;
}
.contentA:after{
    content: ' ';
    display: block;
    position: absolute;
    width: 1170px;
    height: 4px;
    background: #005aab;
    bottom: 15px;
    left: 15px;
}
.centerAbout {
    width: 750px;
    padding: 0 20px;
}
.induce {
    padding-top: 20px;
}
.article {
    width: 470px;
    height: 200px;
    color: #666;
    font-family: 'simsun';
    font-size: 12px;
    line-height: 25px;
    text-indent: 2em;
}

.induce img{
    display: block;
}

.login {
    width: 350px;
    margin-right: 20px;
}

.login form{
    display: block;
    width: 350px;
    height: 200px;
    background: #f9f9f9;
    margin-top: 20px;
    padding-top: 1px;
}

.login input{
    display: block;
    width: 245px;
    height: 35px;
    border: 0px;
    margin: 20px auto 0;
    padding-left: 55px;
}
.login input.usr{
    background: url(../img/user.png);
}
.login input.pas{
    background: url(../img/pas.png);
}
.login a{
    display: block;
    float: right;
    line-height: 30px;
    color: #999;
    font-family: 'simsun';
    font-size: 12px;
    margin-right: 20px;
}

.btn {
    width: 300px;
    margin: 10px auto 0;
}
.btn button{
    display: block;
    width: 128px;
    height: 33px;
    border: 1px solid #005aab;
    border-radius: 4px;
    background: none;
    color: #005aab;
    font-size: 14px;
    outline: none;
}
.btn button:hover{
    background: #005aab;
    color: #fff;
}

.news {
    width: 345px;
    margin-left: 20px;
   
}
.major {
    width: 370px;
    margin-left: 30px;
}
.newsList {
     padding-top: 15px;
}
.newsList li{
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    border-bottom: 1px dashed #cfd0d0;
}
.newsList li span{
    color: #999
}
.newsList li:hover a,
.newsList li:hover span{
    color: #0a5788
}
.newsList li.firstnews {
    height: 87px;
    padding-bottom: 10px;
    padding-top: 7px;
}
.newsArticle {
    width: 220px;
}

.firstnews h2 {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #0a5788;
    margin-left: -7px;
}
.firstnews span{
    display: block;
    font-family: 'simsun';
    font-size: 12px;
    color: #999;
    line-height: 24px;
}
.firstnews p{
    font-family: 'SimHei';
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
.typicle {
    width: 350px;
    margin-right: 20px;
}

.expList {
    padding-top: 6px;
}
.expList li {
    display: block;
    width: 350px;
    height: 42px;
    margin-top: 13px;
    background: #f4f4f4;
}
.expList li a{
    height: 42px;
    line-height: 42px;
    display: block;
    width: 300px;
    padding-left: 50px;
}
.expList li a.icon1{
    background: url(../img/icon1.png) 13px center no-repeat;
}
.expList li a.icon2{
    background: url(../img/icon2.png) 13px center no-repeat;
}

.expList li a.icon3{
    background: url(../img/icon3.png) 13px center no-repeat;
}

.expList li a.icon4{
    background: url(../img/icon4.png) 13px center no-repeat;
}

.contentD {
    margin-bottom: 10px;
}

.contentD .hd {
    width: 100%;
    position: relative;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.contentD .hd ul{
    margin-left: 20px;
}
.contentD .hd li{
    display: block;
    float: left;
    cursor: pointer;
}

.contentD .hd span{
    display: block;
    float: left;
    padding: 0 10px;
    color: #fff;
}

.contentD .hd a {
    color: #fff;
    font-size: 13px;
    margin-right: 15px;
}

.contentD .hd li.on{
    color:#ffe400;
    position: relative;
}

.contentD .hd li.on:after{
    content: ' ';
    position: absolute;
    bottom: 0px;
    left: 27px;
    display: block;
    border-bottom: 5px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.contentD .bd {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    height: 250px;
    position: relative;
}
.resultList {
    height: 200px;
    padding-top: 20px;
}

.resultList .list{
    width: 1137px;
    overflow: hidden;
    margin: 0 auto;
}
.resultList li {
    width:275px;
    height:200px;
    float:left;
    margin-right: 12px;
    position: relative;
    overflow: hidden;
}

.resultList li a {
    display: block;
    background: #fff;
    width: inherit;
    height: inherit;
}

.resultList li p {
    font-size: 14px;
    text-align: center;
    width: 275px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: url(../img/opacity.png) repeat;
    position: absolute;
    bottom: -40px;
}


/*内容结束*/

/*footer部分开始*/
.footer{width: 100%;min-width: 1000px;font-family:"";height: 150px;margin: 0 auto;font-size: 12px;background: url(../img/footer.png) repeat-x;    padding: 20px 0 0;}
.footerOne{width: 100%;height: 60px;padding-top: 20px;color: #ffffff;}
.footerTwo{width: 100%;height: 60px;line-height: 25px;    margin-top: 18px;}
.footer .zi_case{width:1170px;height:25px; margin:0px auto;font-size:13px;color: #fff}
.footer .zi_case a{color: #ffffff}
.footer .zi_case > a{float: right;margin-right: 30px;text-decoration: underline;}
.footerTwo .zi_case{margin-top:0 }

/*footer部分结束*/

/*二级页面*/
.container {width:1000px; margin:0 auto;}
.content2 {padding-top: 20px;padding-bottom:20px;background:#fff;}
.aside {width:224px;}
.aside h2 {height:43px; text-align: center; line-height: 43px; color: #fff; font-size:15px; background: url(../img/bg-lefttop.png) top center no-repeat;}
.aside ul li {margin-top: 10px;}
.aside ul li a {display:block; height:44px; line-height: 44px; color: #666666; font-size: 15px; font-weight: bold; text-decoration: none; text-align: center; background: url(../img/bg-btn1.png) top center no-repeat;}
.aside ul li a:hover {color:#fff; background: url(../img/bg-btn2.png) top center no-repeat;}
.aside .level2 > li > .arrow {background: #f1f1f1 url(../img/arrow.png) no-repeat scroll 96% -5px; border-bottom: 1px solid #666;}
.aside .level2 li a:hover {opacity:0.7;filter:alpha(opacity=70);    }
.aside .level3 {display: none;}
.aside .level3 > li > a {padding-left: 10px;background: #f1f1f1;}
.aside .level3 > li > .arrow {background: #f1f1f1 url(../img/arrow.png) no-repeat scroll 96% -5px;}
.aside .level4 {display: none;}
.aside .level4 > li > a {padding-left: 10px;background: #E36776;}
.aside .level4 > li > .arrow {background: #f1f1f1 url(../img/arrow.png) no-repeat scroll 96% -5px;}
.aside .level2 > li > .arrow:hover,.level3 > li > .arrow:hover,.level4 > li > .arrow:hover,.level2 > li > .current,.level3 > li > .current,.level4 > li > .current {background-color:#1d85ce;background-position: 96% -53px !important;}
.contentLi {width:760px; margin-left: 10px;}
.breadcrumb {background: url(../img/icon-home.png) 10px center no-repeat;}
.breadcrumb ul {margin-left: 40px;}
.breadcrumb ul li a, .breadcrumb ul li {color:#666; font-size:12px; line-height: 20px;}
.breadcrumb ul li a:hover {text-decoration: none; color:#ffb31f;}

.articleLi {margin-top: 30px;min-height:450px;}
.articleLi ul {margin: 10px; min-height:400px;}
.articleLi ul li {border-bottom:1px dashed #666;}
.articleLi ul li a {height:35px; line-height: 35px; font-size: 12px;color:#666;}
.articleLi ul li a h3 {font-size: 12px;}
.articleLi ul li a:hover {color:#ffb31f;}

.page {text-align: center;margin-top: 20px;margin-bottom: 20px;font-size: 12px;color: #666666;}
.page a {border: 1px solid #ccc;color: #727272;padding: 2px 4px;background: #f1f1f1;cursor: pointer;}
.page a:hover{color: #2888e8;text-decoration: none;}

/*三级页面*/
.content3 {padding-top: 20px;padding-bottom:20px;background:#fff;}
.contentArt {width:760px; margin-left: 10px;}
.articlePage {margin-top: 30px;min-height:450px;}
.articlePage h2 {margin-left: 20px;margin-right: 20px;border-bottom: 1px solid #e2e2e2;line-height: 35px;font-size: 18px;color: #666;text-align: center;padding-bottom:10px;}
.articlePage > p img {display: block;margin: 10px auto;}
.articlePage > p {margin-left: 20px;margin-right: 20px;margin-top:10px;text-indent: 2em;font-size:14px;color: #666;font-family: "宋体";line-height: 25px;}
.articlePage table {margin:0 auto;}
.articlePage table td {text-align: center;font-size:13px; color:#666;text-indent:0em;}