*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";}
body{
 margin: 0;
    padding: 0;
    font-family: "微软雅黑";  
    background-color: #ffffff;}
a {
    color: #000;
    text-decoration: none;}
header{
        width: 1170px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
        margin-top: 10px;}
header img{
    width: 100%;
    max-height: 220px;}
section{
/*    background-color: #fff;*/
    padding-top:10px;}
/*line1*/
/*滚动图片*/
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    width: 100%;
    height: 205px;
    border:1px solid #ccc;
    border-radius: 4px;}
/*小标题*/
.row_title{
    /*background-image: url(../images/tit_bg.jpg);
    background-size: 100% 100%;*/
    width: 100%;
    height: 35px;
    /* border-radius: 4px; */
    line-height: 35px;
    /* font-size: 50px; */
    /* color: #fff; */
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc;}
.row_title .title{
    display: inline-block;
/*    width: 100px;*/
    width: auto;
    height: 34px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    line-height: 35px;
    background-image: url(../images/title_bg_blue.jpg);
    background-size: 100% 100%;
    padding: 0 10px;}
.row_title .more{
    float: right;
    font-size: 14px;
    color: #060606;}
.date{
    float: right;}
/*通知公告*/
#demo {
    overflow: hidden;
    width: 100%;
    height:206px;
    float: left;
    display: inline;}

#demo ul {
    margin: 0px;
    padding: 0px;}

/*后台管理*/
form{
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;}
/*图片展示*/
.show{
    padding-bottom: 10px;}
.show_title{
    width: 35px;
    display: inline-block;
    height: 156px;
    float: left;
    margin-left: 10px;}
.show_title img{
/*    background-image: url(../images/yqlj_bg.jpg);*/
/*    background-size: 100% 100%;*/
    border-radius: 4px;
    height: 150px;
    width: 35px;}
.show_photo{
    width: 95%;
    height: 150px;
    display: inline-block;
    float: left;
    margin-left:10px;}
/*滚动图片*/
.scroll {
    position: relative;
/*    padding: 10px;*/
/*    margin: 5px 0px 0px 0px;*/
/*    background-color: #ddd;*/
    z-index: -1;}

.wrap {
    overflow: hidden;}

.content {
    min-width: 6000px;
    height: 200px;}

.content ul {
    float: left;}

.content ul li {
    display: inline-block;
    max-width: 200px;}
.content ul li img{
    margin: 0 10px;
    width: 190px;
    height: 150px;
    border-radius: 4px;
    border: 1px solid #ccc;}
/*友情链接*/
.link{}
.link table{
    margin: 10px;}
.link table td{
    padding: 5px 0;}
.link li{
    display:inline;
    padding: 10px;}
/*footer*/
footer{
/*    background-color: forestgreen;*/
    background-image: url(../images/footer.jpg);
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 20px;
    width: 1170px;
    height: 200px;
    margin: 0 auto;}
footer a{
    color: #fff;}