﻿@charset "utf-8";

/* CSS Document */


/* 全站通用 */


/* 布局框架 */

body {
    background-color: #FFF;
    font-family: "微软雅黑", "黑体", "宋体";
    font-size: 17px;
    color: #373737;
}

a {
    font-family: "微软雅黑", "黑体", "宋体";
    font-size: 17px;
    color: #373737;
    line-height: 44px;
}

.posiontin {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 16px;
}

.posiontin a {
    font-size: 16px;
}

.mr_10 {
    margin-right: 10px;
}


/* 头部 */

.top {
    width: 100%;
    height: 35px;
    overflow: hidden;
    border-bottom: 1px solid #CCC;
}

.top_cnt {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 35px;
    color: #657187;
}

.top_cnt a {
    font-size: 14px;
    line-height: 35px;
    color: #657187;
    margin-left: 6px;
}

.top_l {
    width: 260px;
    height: 30px;
}

.top_r {
    width: 355px;
    height: 30px;
}

.top_r span {
    margin-right: 10px;
}

.wza {
    background-color: #1b65d4;
    color: #fff!important;
    padding: 0 10px;
    line-height: 30px !important;
}

.banner {
    width: 1200px;
    margin: 0 auto;
    height: 237px;
    background-image: url(logod.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#barrierfree_container {
    background: url(banners.jpg) no-repeat center 35px;
}

.search {
    width: 360px;
    height: 44px;
    float: right;
  margin-top:90px;
}

.bt-text {
    width: 288px;
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
    font-size: 15px;
    font-family: "微软雅黑", "黑体", "宋体";
    border: 1px solid #d0d0d0;
    background-color: #FFF;
}

.bt-bnt {
    background: #1b65d4 url(search_btn.jpg) no-repeat center center;
    width: 70px;
    height: 44px;
    border: none;
}


/* 导航 */

.nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    background: #1b65d4;
}

.nav_cnt {
    width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    color: #FFF;
}

#jsddm {
    margin: 0;
    padding: 0
}

#jsddm li {
    float: left;
    width: 133px;
    text-align: center;
 background-image: url(nav_icon.png);
}

#jsddm li a {
    display: block;
    color: #FFF;
    font-size: 22px;
    line-height: 60px;
}

#jsddm li:hover {
    background-color: #1958b6;
}

#jsddm li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    width: 1169px;
    padding: 20px 0px 20px 25px;
    background-color: #FFF;
    border: 3px solid #1b65d4;
    z-index: 999;
}

#jsddm li ul li {
    display: inline;
    width: 226px;
    text-align: left;
background-images:none;
   
}

#jsddm li ul li a {
    width: auto;
    color: #107bcd;
    font-size: 15px;
    padding-left: 10px;
}

#jsddm li ul li a:hover {
    background-color: #e7f5ff;
}

.yiji {
    padding-left: 26px;
}

.nav_icon1 {
 
    background-repeat: no-repeat;
    background-position: 5px 9px;
}

.nav_icon2 {
  
    background-repeat: no-repeat;
    background-position: -120px 9px;
}

.nav_icon3 {

    background-repeat: no-repeat;
    background-position: -248px 9px;
}

.nav_icon4 {

    background-repeat: no-repeat;
    background-position: -375px 9px;
}

.nav_icon5 {

    background-repeat: no-repeat;
    background-position: -500px 9px;
}

.nav_icon6 {
   
    background-repeat: no-repeat;
    background-position: -624px 9px;
}

.nav_icon7 {

    background-repeat: no-repeat;
    background-position: -731px 9px;
}

.nav_icon8 {

    background-repeat: no-repeat;
    background-position: -879px 9px;
}
.nav_icon9 {

    background-repeat: no-repeat;
    background-position: -1026px 5px;
}
.nav_icon10 {
  
    background-repeat: no-repeat;
    background-position: -1168px 8px;
}
/* 尾部 */

.fl {
    background-color: #deebff;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 100%;
    margin-bottom: 2px;
}

.fl_cnt {
    width: 1140px;
    margin: 0 auto;
    background-image: url(fl_tit.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 70px;
    padding-top: 5px;
padding-bottom:8px;
}

.fl_txt {
    background-color: #FFF;
    color: #1b65d4;
    border: 1px solid #1b65d4;
    text-align: center;
    width: 244px;
    height: 43px;
    line-height: 43px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.footer {
    width: 100%;
    background-color: #f3f3f3;
    border-top: 4px solid #1b65d4;
    text-align: center;
    color: #666666;
    line-height: 28px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.footer_cnt {
    width: 1200px;
    margin: 0 auto;
    line-height: 26px;
    font-size: 13px;
}

.footer a {
    color: #666666;
    line-height: 26px;
    font-size: 13px;
}