﻿@charset "utf-8";
/* CSS Document */
html, body, div, p, ul, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td,dl,dt,dd { margin: 0; padding: 0; }
img { border: 0 none; }
ul { list-style-type: none; }
h1, h2, h3, h4, h5, h6 { font-size: 14px; }

i, cite,em { font-style: normal;}

a, a:link { text-decoration: none; color:#333333; }
a:hover{  
             color:#0059a1;}
a:hover { text-decoration: underline; }
a:focus { outline: none; }

body{
    font-family:"Microsoft Yahei";
  
      
}
.clear{ clear:both; float:none;}
.header_logo {
    width: 1000px;
    height: 225px;
    margin: 0 auto;
}
 


.menu {
    width: 1002px;
    height: 36px;
    margin: 0 auto;
    font-size: 14px;
    background: url("../main_files/menubg.png");
}

    .menu ul {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 1001px;
        margin: 0 auto;
        padding-left: 15px;
    }

        .menu ul li {
            float: left;
            margin: 0 auto;
            width: 120px;
            height: 30px;
            padding-top: 8px;

            float: left;
            text-align: center;
            background: url("../main_files/menubg.png") no-repeat;
            list-style:none;
        }

            .menu ul li:hover {
                background-color: #fcfeff;
                color: #ef1d03;
                background-image: none;
            }

            .menu ul li a {
                text-decoration: none;
                font-size: 16px;
                color: #fff;
                font-weight: 600;
            }

                .menu ul li a:hover, .menu ul li:hover a {
                    color: #0066c1;
                }
.ss{
      width: 1000px;
    height: 32px;
    margin: 0 auto;
    background:#ededed;
}

#xinxiseach {
    width: 290px;
    height: 35px;
    color: #003c63;
    padding-left: 5px;
    margin-top: 0px;
    margin-right: 30px;
    padding-top: 2px;
    float: right;
    position: relative;
}



    #xinxiseach .seachspan {
        z-index: 900;
        width: 260px;
        height: 33px;
        margin-left: 35px;
        padding-top: 0px;
        position: absolute;
    }

    #xinxiseach #XinxiSeachText {
        z-index: 999;
        width: 160px;
        height: 20px;
        border: 0px;
        background-color: #fff;
        padding-top: 0px;
        margin-top: 0px;
        margin-left: 26px;
        position: absolute;
        border:1px solid #c4c4c4;
    }

    #xinxiseach .seachbtspan {
        z-index: 1000;
        width: 60px;
        height: 25px;
        border: 0px;
        margin-top: 0px;
        margin-left: 230px;
        position: absolute;
    }


.CenterContent{width:1000px;margin-top:6px;margin:0 auto;
    position:relative;

}

.CenterContentright{
     float:left;
	width:1000px;
margin:0 auto;
	position:relative;
	border:1px solid #cccccc;
    margin-top: 15px;
}
.CenterContentright .kk2{background:url('../main_files/titbg.png') repeat left;  height:27px;  }
.CenterContentright .kk2 .fr{ padding-top:3px; padding-left:30px;color:#0059a1;   }
.CenterContentright .kk2 .fr a{color:#0059a1;}




.detailContent{padding:10px; }
.detailContent .contentTitle{padding:10px; overflow:hidden; font-size:16px; text-align:center; font-weight:bold; color:#003b64; }
.detailContent .contentXinxi{overflow:hidden; font-size:12px; height:35px; text-align:center; color:#666666; }
.detailContent .contentXinxi span{ font-size:12px; height:35px; text-align:center;  color:#666666; padding-top:10px;}
.detailContent .contentP{padding:20px; }

.bottom{
    width:1000px;
    height:150px;
    background:url("../main_files/buttom.png") ;
    margin:0 auto;
    clear:both;
    margin-top:30px;
}
    .bottom p {
        text-align:center;
        color:#333;
        line-height:28px;
        padding-top:20px
    }