@import url('reset.css');

.wrap {
    width: 1200px;
    padding: 0px;
    margin: 0 auto;
    position: relative;
    clear: both;
}
a:hover{
    color:#018fd9;
}
.topbar{
    background:#f6f6f6;
    width: 100%;
        height:36px;
    line-height: 36px;
}
.header {
    width: 100%;
    float: left;
    height: 120px;
    position: relative;
}
.header a.alogo {
    display: block;
    float: left;
    line-height: 120px;
    height:120px;
}
.header a.alogo img{
    vertical-align: middle;
}
.header .tel{
    margin-top:30px;
    position: relative;
    float: right;
    color:#404040;
    background: url('../images/i-tel.png') left center no-repeat;
    padding-left: 63px;
    padding-right: 92px;
    height: 53px;
}
.header .tel .p1{
    height: 14px;
    line-height: 1;
    color:#666;
    clear: both;
}
.header .tel .p2{
    font-size: 36px;
    color:#fb8104;
    font-family: impact;
    
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
#top-menu {
    height: 50px;
    line-height: 50px;
    color: #fff;
    position: relative;
    background: #00a2e9;
    width: 100%;
    float: left;
}
#top-menu ul{
    display: table;
    width: 100%;
}
#top-menu .cate0 {
    display: table-cell;
    text-align: center;
    font-weight: normal;
    position: relative;
}

#top-menu ul li a {
    font-size: 16px;
    color: #333333;
}

#top-menu .cate0 > a{
    display: inline-block;
    width: 100%;
    color:#fff;
}
#top-menu .cate0 > a:hover,
#top-menu .cate0.on > a{
    background: #ff7e00;
}
#top-menu .cate0:hover > ul {
    display: block;
}

#top-menu .cate0 ul {
    display: none;
    position: absolute;
    top: 50px;
    left: -25%;
    width: 150%;
    z-index: 99999;
}

#top-menu ul ul li {
    padding: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    position: relative;
    background: rgba(255,255,255,.8);
}

#top-menu .cate0 ul ul {
    width: auto;
    white-space: nowrap;
}

#top-menu .cate0 ul li:hover{
    background: #e9f6ff;
    
}
#top-menu .ab{
    position: absolute;
    top:70px;
    display: none;
    z-index: 999999;
    width: 618px;
    height: 293px;
    background: #fff;
    
}
#top-menu .cate0:hover .ab{
    display: block;
}
#top-menu .ab .a{
    width: 165px;
    float: left;    
    padding-top:30px;
}
#top-menu .ab .a p{
    height: 36px;
    line-height: 36px;
}
#top-menu .ab .a a{
    color:#535353;
    line-height: 36px;
    display: inline-block;
    height: 36px;
    border-bottom:1px dashed #dedede;
}
#top-menu .ab .b{
    width: 390px;
    height: 212px;
    margin-top:30px;
    float: left;
}
#top-menu .ab .b .p1{
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    color:#696969;
    margin-top: 20px;
    float: left;
    width: 100%;
}
#top-menu .ab .b img{
    width: 100%;    
    height: 118px;
    clear: both;
    float: left;
}
#top-menu > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    left: 100%;
    top: -0px;
}

#top-menu > ul > li > ul > li > ul > li {
    padding: 0px 10px;
}

#top-menu > ul > li > ul > li:hover > ul {
    display: block;
}
.search_bar{
    width:100%;
    height:60px;
    background:#fff;
    line-height:60px;
    float:left;
}
.search_bar b{
    color：#666；
}
.search_bar a{
    color:#666;
    padding-right:5px;
}
.search_bar .kws{
    float:left;
}
.search_bar .frm{
    margin-top:10px;
    background:#fafafa;
    border:1px solid #e5e5e5;
    float:right;
    width:270px;
    height:40px;
    line-height:40px;
    position: relative;
}
.search_bar .frm input{
    border:none;
    background:transparent;
    width:200px;
    float:left;
    height:40px;
    line-height:40px;
    padding-left:20px;
}
.search_bar .frm img{
    position: absolute;
    
    right: 0;
    top: 0;
}
.fcates {
    margin-top:80px;
    width: 100%;
    float: left;
    text-align: center;
    background:#333;
    padding:36px 0;
    color: #888;
}
.fcates a{
    color: #888;
}
.fcates .items{
    width: 950px;
    float: left;
}
.fcates .item{
    float: left;
    color:#fff;
    text-align: left;
    margin-right: 100px;
}
.fcates .item .p1 a{
    color:#fff;
    font-size: 16px;
    line-height: 40px;
}
.fcates .item .p2{
    line-height: 30px;
}
.fcates .lx{
    width: 220px;
    float: right;
}

.footer {
    border-top:1px solid #484848; 
    background:#333;
    clear: both;
    float: left;
    padding: 15px 0px;
    width: 100%;
    overflow: hidden;
    line-height: 28px;
    text-align: center;
    color: #666;
}

.footer a {
    color: #666;
}

.footer table {}

.footer table td,
.footer table th {
    border: none;
}


#gotop {
    display: none;
    position: fixed;
    top: 75%;
    left: 50%;
    cursor: pointer;
    margin-top: -39px;
    margin-left: 600px;
    width: 39px;
    height: 39px;
    overflow: hidden;
    background: url(../images/icon-top.png) no-repeat;
}


.cate-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px solid #979797;
    float: left;
    /*margin:35px 0px;*/
}

.cate-title .cn {
    float: left;
    height: 30px;
    line-height: 30px;
    border-left: 5px solid #e81c23;
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
    color: #2d2d2d;
    display: inline-block;
}

.position {
    float: right;
    text-align: right;
}

.content .doc-info {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 0px;
    border: 1px dashed #9c9c9c;
}

.content .doc-info span {
    color: #858585;
    padding-left: 20px;
}

.content .content-text {
    width: 100%;
    float: left;
    min-height: 500px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 250%;
}

.content .prevnext {
    width: 100%;
    float: left;
    margin: 50px 0px;
    border-top: 1px dashed #9c9c9c;
    line-height: 40px;
    padding-top: 20px;
}

.bread_line {
    height: 71px;
    background: url(../images/com/breadline_bg.png) no-repeat;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bread_line span {
    font-size: 30px;
    color: #fff;
    line-height: 71px;
    margin-right: 10px;
    margin-left: 25px;
}

.bread_line a {
    margin: 0 7px;
    font-size: 14px;
    color: #fff;
}

.message_nav {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.message_nav ul li {
    float: left;
}

.message_nav ul li a {
    display: block;
    height: 57px;
    line-height: 57px;
    font-size: 15px;
    color: #414141;
    padding: 0 25px;
}

.message_nav ul li a.message_nav_c {
    border-bottom: 3px solid #0c55a4;
    color: #0c55a4;
}

.main_wrap_lv2 {
    background: #f6f6f6;
}
