
body {
    font-family:"Microsoft YaHei", "Arial";
    min-width: 1200px;
    background: url(../img/foot.jpg) bottom center no-repeat;
}
/*导航和logo开始*/
 .header {
    height: 105px;
    width: 885px;
    margin: 0 auto;
    padding-left: 315px;
    background:  url("../img/logo.png") left center no-repeat;
}
.nav {
    width:885px;
    font-size: 16px;
}
.nav ul {
    padding-top: 60px;
    margin: 0 auto;
    height: 45px;
}
.nav ul li {
    display:block;
    float: left;
    height:45px;
    width: 70px;
    text-align: center;
    margin-left: 30px;
}
.nav ul li:first-child{
    margin-left: 0
}
.nav ul li a {
    outline:none;
    color: #000;
    display: block;
    text-align: center;
}

.nav ul li:hover {
    background: url(../img/liHover.png) center bottom no-repeat;
}
/*导航和logo结束*/

/*内容开始*/
 .content {
    
}
/*图片轮播开始*/
 .slider {
    width:100%;
    height:450px;
    margin: 0 auto;
    position:relative;
    overflow:hidden;
    z-index: 99;
}

.slider .contorl {
    position: absolute;
    width:1200px;
    left: 50%;
    margin-left: -600px;
    top: 45%;
}
.slider .bd {
    width:100%;
    position:absolute;
    left:0;
    height: 450px;
}
.slider .bd li {
    width:100%;
    height:450px;
    overflow:hidden;
}
.slider .bd li img {
    display:block;
    width:100%;
    height:450px;
}
.slider .tempWrap {
    overflow:visible !important
}
.slider .pnBtn {
    position:absolute;
    z-index:1;
    top:0;
    width:30;
    height:67px;
    cursor:pointer;
}
.slider .prev {
    left:0px;
}
.slider .next {
    right:0px;
}
.slider .pnBtn .arrow {
    display:block;
    position:absolute;
    z-index:1;
    width:30px;
    height: 67px;
    background: url("../img/sliderBtn.png") no-repeat
}
.slider .prevBtn {
    background-position: 0 0 !important;
}
.slider .nextBtn {
    background-position: -30px 0!important;
}

.slider .arrow:hover {
    background-position-y: -67px!important;
}

/*图片轮播结束*/

/*第一部分*/
 .conTitle {
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #bebebe;
    line-height: 39px;
}
.conTitle p {
    float: left;
    color: #333;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    padding-right:5px;
}
.conTitle span {
    font-family: 'Arial';
    color: #999;
    font-size: 16px;
    display: block;
    float: left;
    padding-left: 5px;
    margin-top: 3px;
    padding-right: 20px;
}
.more {
    width: 80px;
    float: right;
    font-family: 'Arial';
    color: #999;
    font-size: 12px;
    display: block;
    margin-top: 3px;
    text-align: right;
}
.contentA {
    background: #f9f9f6;
    padding: 50px 0;
}
.center-cas {
    width: 1200px;
    margin: 0 auto;
}

.noticeList {
    width: 735px;
    margin-top: 10px;
}
.noticeList li{
    display: block;
    margin-bottom: 5px;
    padding: 13px 10px;
}
.date {
    width: 63px;
    height: 53px;
    color: #666;
    float: left;
    text-align: center;
    border: 1px solid #1468bd;
}
.date b{
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #1468bd;
    display: block;
    font-size: 24px;
    color: #fff;
    font-family: 'SimHei';
    background: #1468bd;

}

.date i{
    display: block;
    font-size: 12px;
    line-height: 24px;
    font-family: 'simsun';
    font-style: normal;
}

.noticeList li:hover{
    background: #fff;
    box-shadow: 0 0 10px #ccc
}

.notice-coner {
    display: block;
    float: right;
    width: 636px;
}
.notice-coner h2{
    font-size: 13px;
    font-family: 'Simsun';
    color: #666;
    font-weight: normal;
    margin-bottom: 5px;
}
.notice-coner p{
    font-size: 12px;
    font-family: 'simsun';
    line-height: 20px;
    color: #999;
}



.entrance {
    width: 290px;
}
.entrance a{
    display: block;
    width: 290px;
    height: 106px;
    margin-top: 16px;
    background: url(../img/share-res.png) no-repeat;
}
.entrance a img{
    float: left;
    margin-left: 40px;
    margin-top: 25px;
}
.entrance a p{
    margin-left: 150px;
    padding-top: 30px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
}
.entrance a p span{
    display: block;
    color: #999;
}
.entrance a:hover{
    background-image: url(../img/share-res-press.png);
}

.entrance a:hover p{
   color: #fff;
}

.login {
    width: 386px;
    height: 390px;
    background: url(../img/login.png) center bottom no-repeat;
}

.loginAct {
    width: 280px;
    margin:90px auto 0;
}
.case {
    height: 45px;
    margin-bottom: 25px;
}
.case label {
    display:block;
    width: 65px;
    height: 33px;
    line-height: 33px;
}
.case input {
    display:block;
    width: 190px;
    height: 33px;
    border:1px solid #1468bd;
    padding: 0 10px;
    font: 12px'simsun';
    color: #ccc;
    background: #f2f2f2;
    border-radius: 3px;
}

.btn {
    display:block;
    width: 100%;
    height: 35px;
    border-radius: 3px;
    color: #fff;
    margin: 0 auto;
    border: 0px;
    outline: none;
    background: #1468bd;
}


.btn:hover {
    background-position-y: -26px;
   
}
.typical {
    width: 1200px;
    margin: 25px auto;
}
.expList {
    width: 895px;
    height: 400px;
    position: relative;
    background: url(../img/classic.png) right no-repeat;
}
.expList li{
    width: 280px;
    height: 160px;
    border: 2px solid #fff;
    position: absolute;
}
.expList li.posi-1{
    left: 0;
    top: 30px;
}
.expList li.posi-2{
    left: 305px;
    top: 30px;
}
.expList li.posi-3{
    left: 0;
    top: 207px;
}
.expList li.posi-4{
    left: 305px;
    top: 207px;
}
.expList li.posi-5{
    left: 610px;
    top: 207px;
}
.expList li img{
    width: 280px;
    height: 160px;
}

.picScroll-left {
    width: 100%;
    height: 330px;
    overflow:hidden;
    position:relative;
}
.picScroll-left .hd {
    width: 1200px;
    margin: 10px auto;
    overflow:hidden;
    position: relative;
    height:50px;
}
.picScroll-left .hd p{
    width: 100px;
    margin: 0 auto;
    text-align: center;
}
.picScroll-left .hd p span{
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}
.picScroll-left .hd:after,
.picScroll-left .hd:before{
    content: ' ';
    display: block;
    width: 510px;
    height: 1px;
    background: #b3b3b3;
    right: 0;
    top: 16px;
    position: absolute;
}
.picScroll-left .hd:after{
    right: 0;
}
.picScroll-left .hd:before{
    left: 0;
}

.picScroll-left .hd .prev, .picScroll-left .hd .next {
    display:block;
    width:20px;
    height:20px;
    overflow:hidden;
    cursor:pointer;
    position: absolute; 
    top: 5px;
}
.picScroll-left .hd .next {
    right: 510px;
    background: url(../img/arrow-right.png);
}
.picScroll-left .hd .prev {
    background: url(../img/arrow-left.png);
    left: 510px;
    
}


.picScroll-left .bd {
    
}
.picScroll-left .bd ul {
    overflow:hidden;
    zoom:1;
}
.picScroll-left .bd ul li {
    margin:0 10px;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
}
.picScroll-left .bd ul li {
    text-align:center;
}
.picScroll-left .bd ul li  img {
    width:385px;
    height:260px;
    display:block;
}

.demo-slide {
    width: 1200px;
    height: 555px;
    margin:50px auto;
    position: relative;
}
.demo-slide .demo-Bd {
    overflow:hidden;
    position:relative;
}
.demo-slide .demo-Hd {
    position:relative;
    height:60px;
    margin-top: 15px;
    position: relative;
}
.demo-slide .demo-Hd ul {
    text-align: center;
    position: relative;
}
.demo-slide .demo-Hd ul:after{
    /*content: ' ';*/
    display: block;
    width: 1px;
    height: 20px;
    background: #333;
    right: 50%;
    top: 9px;
    position: absolute;
}
.demo-slide .demo-Hd:after,
.demo-slide .demo-Hd:before{
    content: ' ';
    display: block;
    width: 445px;
    height: 1px;
    background: #b3b3b3;
    right: 0;
    top: 18px;
    position: absolute;
}
.demo-slide .demo-Hd:after{
    right: 0;
}
.demo-slide .demo-Hd:before{
    left: 0;
}
.demo-slide .demo-Hd ul li {
    font-size:20px;
    font-family:"Microsoft YaHei";
    line-height: 35px;
    height:35px;
    color: #333;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    padding:0 15px;
}
.demo-slide .demo-Hd ul li.on {
    font-weight: bold;
}
.demo-slide .demo-Hd ul li:first-child {
    margin-left: 0;
}
.demo-Bd .demo-slideBox ul {
    zoom:1;
}
.demo-Bd .demo-slideBox ul li {
    width:600px;
    height:180px;
    margin-top: 20px;
    float:left;
}
.demo-Bd .demo-slideBox ul li .imgBox {
    width:275px;
    height:172px;
    padding: 3px;
    border: 1px solid #c7c29a
}
.demo-Bd .demo-slideBox ul li .imgBox img {
    width:275px;
    height:172px;
}
.demo-Bd .demo-slideBox ul li .txtBox {
    width:285px;
    margin-right: 15px;

}

.demo-Bd .demo-slideBox ul li .txtBox .detail {
    font-size: 12px;
    line-height:21px;
    color: #999;
     font-family: 'simsun'
}
.demo-Bd .demo-slideBox ul li .txtBox .txt {
    line-height:24px;
    width: 100%;
    font-size: 13px;
    color: #666;
    font-family: 'simsun';
    padding: 20px 0 10px;
    
}

.demo-Bd .demo-slideBox ul li .txtBox p {
    font-size: 12px;
    line-height:21px;
    height: 100px;
    color: #999;
     font-family: 'simsun'
}

/*内容结束*/

/*footer部分开始*/
.footer {
    width: 955px;
    padding-top: 35px;
    height: 100px;
    margin: 0 auto;
}
.footer span{
    display: block;
    text-align: right;
}
.footer img{
    margin-right: 20px;
}

footer span{
    line-height: 37px;
    font-size: 12px;
    color: #fff;
}
footer a{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff !important;
}
/*footer部分结束*/

/*二级页面*/
.container {width:1200px; 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:960px; 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:960px; 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;}

.slideTxtBox h1{
    text-align:center;
    font-size:22px;
    color:#333;
    font-weight:bold;
    font-family: "Microsoft Yahei";
    padding-bottom:20px;
    position:relative;
}
.slideTxtBox h1:after,
.slideTxtBox h1:before{
    content: ' ';
    display: block;
    width: 510px;
    height: 1px;
    background: #b3b3b3;
    right: 0;
    top: 16px;
    position: absolute;
}
.slideTxtBox h1:after{
    right: 0;
}
.slideTxtBox h1:before{
    left: 0;
}

.slideTxtBox{width:1200px;padding: 45px 0 0 0;margin:auto;}
.slideTxtBox .hd{
    background:#f4f4f4;
    padding:5px 10px;
    position:relative;
}

.slideTxtBox .hd ul{  }
.slideTxtBox .hd ul li{
    float: left;
    display: inline-block;
    margin: 5px 3px;
    padding: 5px 8px;
    color: #24282b;
    font-size: 14px;
    cursor: pointer;
    font-family: "Microsoft Yahei";
}
.slideTxtBox .hd ul li.on{
    color: #fff;
    background:#1468BD ;
    border-radius:3px;
}
.slideTxtBox .bd ul{padding:10px 0;zoom:1;}
.slideTxtBox .bd li{
    position: relative;
    width: 380px;
    height: 205px;
    margin: 0 5px 30px 5px;
    overflow: hidden;
    float: left;
}
.slideTxtBox .bd li:hover .cover{
    display: block;
}
.slideTxtBox .bd li:hover .text{
    display: none;
}

.slideTxtBox .bd li:hover .cbox .pic {
    overflow: hidden;
    height: 224px;
}

.slideTxtBox .bd li:hover .cbox .pic img{
    margin-top:0;
}

.slideTxtBox .bd li .cover {
    z-index: 999;
    background: none;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    filter: alpha(opacity=0);
}

.cover-bg {
    background:#000;
    position: absolute;
    width:100%;
    height:100%;
    opacity:0.5;
    filter:alpha(opacity=50);
}

.slideTxtBox .bd li .cover .editbox {
    padding:20px;
    position:relative;
}

.slideTxtBox .bd li .cover .editbox div {
    margin-top:10px;
}

.slideTxtBox .bd li .cover .editbox .word {
    font-size:16px;
    color:#fff;
}

.slideTxtBox .bd li .cover .editbox .txt {
}

.slideTxtBox .bd li .cover .editbox .txt span {
    margin-right:10px;
    color:#7dbdff;
}

.slideTxtBox .bd li .cover .editbox .intro {
    color: #ddd;
    word-break: break-all;
    font-size: 14px;
    line-height: 20px;
}

.slideTxtBox .bd{
    max-height: 730px;
    overflow-y: auto;
}

.slideTxtBox .bd li .cover{
    display:none;
}

.slideTxtBox .bd li .cbox .pic {
    overflow: hidden;
    height: 162px;
}
.slideTxtBox .bd li .cbox .pic img {
    width: 380px;
    height:224px;
    transition: 0.5s;
    margin-top: -31px;
}

.slideTxtBox .bd li .cbox .text {
    margin-top: 10px;
    position: relative;
}
.slideTxtBox .bd li .cbox .text .infor {
    width: 100%;
}

.slideTxtBox .bd li .cbox .text .infor p.p1 {
    color: #444;
    height:30px;
    overflow: hidden;
    width: 85%;
    word-break: break-word;
}

.slideTxtBox .bd li .cbox .text .infor p.p2 {
    color: #999;
    padding-right: 38px;
    line-height: 1.2;
}







