* {
    margin: 0;
    padding: 0;
    border: 0px;
    font-family: "microsoft yahei";
    box-sizing: border-box;

}
html{
    padding: 0px;
    margin: 0px;
    border: 0px;
}
body,div,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,form,fieldset,legend,input{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
ol,ul{ list-style:none;}
img,fieldset{ border:0 none; display:block;}
img{
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;

}

body {

    color: #242424;
    padding: 0;
    margin: 0;
}

/*footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 30px;
    width: 100%;
    background: #444;
}*/


a {
    text-decoration: none;
    color: #242424;
    transition: all 0.3s ease-out;
}
a:hover, .more a:hover {
    color:rgb(255,151,36);
}
.clear {
    clear: both;
}
.float-l{
    float:left;
}
.jianju-b {
    margin-bottom: 20px;
}
.jianju-b-1 {
    margin-bottom: 10px;
}
.jianju-b-2 {
    margin-bottom: 15px;
}

.top {
    width: 100%;
    height: 91px;
    text-align: center;
}
.top .topl {
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    z-index: 1;
    position: absolute;
}
.top .topc img {
    height: auto;
    position: absolute;
    top:30px;
    /*top: 190px;*/
    /*top:130px;*/
    margin-left:290px;
}
.top .topr {
    width: 200px;
    height: 48px;
    float: right;
    margin-top: 30px;
    line-height: 24px;
    text-align: right;
    font-size:12px;
}
.top .topr #localtime {
    padding-left: 13px;
}

.nav {
    width: 1000px;
    overflow: hidden;
}
.nav ul {
    margin: 0;
    padding: 0;
    border-bottom:rgb(45,118,184)
}
.nav ul li {
    height: 40px;
    line-height: 40px;
    float: left;
    padding: 0px 15.26px;
    position: relative;
    list-style: none;
}
.nav ul li a {
    color: #666;
    font-size: 16px;
    text-decoration: none;
}
.nav ul li a:hover {
    color: #000;
    text-decoration: none;
}
.nav ul li a:hover span{
    top: 39px;
    z-index: 1;
    overflow: hidden;
    border-left: 5px solid #FFF;
    border-right: 5px solid #FFF;
}
.nav ul li span {
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    background: rgb(195,42,34);

}

.xian {
    width: 100%;
    height: 2px;
    background-color: rgb(45,118,184);
    margin-top: 39px;
}
.line{
    width: 100%;
    height: 1px;
    background-color:#ccc;
    margin:-5px 0px 15px 0px;
    float:left;
}
.wangqun {
    background: url(../images/wangqun.png);
    height: 62px;
    background-repeat: no-repeat;
}
.wq1 {
    list-style: none;
    margin-left: 110px;
}
.wq1 li {
    float: left;
    margin: 11px 4.5px 0px 4.5px;
    font-size: 12px;
    display:inline;
}
.wq2{
    margin-top:14px;
}
.wq2 li {
    float: left;
    font-size: 14px;

}
.wangqun .more a {
    display: inline;
    margin-top: 11px;
}

.menu {
    height: 28px;
    width: 1000px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
.menu .xiegang{
    color:#ccc;
    font-size:12px;
    line-height: 28px;
}

.menu .xiegang:last-child {
    display: none;
}
.menu li {
    position: relative;
    list-style: none;
    float: left;
}
/*2*/
.menu li a {
    display: block;
    padding:0px 6px;
    margin: 0px 0;
    line-height: 28px;
    text-decoration: none;
    font-family:"å¾®è½¯é›…é»‘";
    font-size: 14px;
    color:#666;
}
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
.menu li:hover > a {color: #f3f3f3;background: #5f6975;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
/*3*/
.menu ul {
    position: absolute;
    top: 28px;
    left: 0;
    opacity: 0;
    background: #5f6975;

    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
    z-index:999;
    width:168px;
    border-top:1px solid rgb(233,16,18);
}
.menu li a:hover{
    background: #5f6975;
}
.menu ul li a:hover {
    background: #4b545f;
}
.menu li:hover > ul { opacity: .9; }
.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
    border-top: 1px solid #6b727c;

}
.menu li:hover > ul li {
    height:36px;
    overflow: visible;
    padding: 0;
}
.menu ul li a:hover{
}
.menu ul li a {
    font-weight:normal;
    padding: 4px 14px;
    margin: 0;
    border: none;
    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.footertxt table{
    display:inline-table;
}
.footertxt table td{
    padding:20px;
}

.footertxt img{
    width:10%;
    float:right;
    padding:10px;
}

footer .line{
    margin-top:0px;
}
.footertxt2{
    width:100%;
    text-align:center;
    font-size:12px;
    line-height:22px;
}
.other{
    margin-left:9px;
    float:left;
}
.other img{
    float:left;
    padding:10px 0;
}

/*页头及全局居中样式*/
.jianju-r {
    margin-right: 20px;
}
.jianju-r-1 {
    margin-right: 10px;
}
.dakuang {
    background-color: #fff;
    width: 1000px;
    margin: 0 auto;
}
.content-list img{
    width: 800px;
    height: auto;
}