/*!
 * 中国苏州吴中区(包含reset) 
 * author:shenyh
 */
/* css reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
button,
th,
td {
    margin: 0;
    padding: 0;
}

body {
      font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #3a3a3a;
    background: url(../images/bg2.jpg) center 50px no-repeat;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
i,
em,
strong,
th {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,
textarea,
select {
    *font-size: 100%;
}

legend {
    color: #000;
}

a {
    text-decoration: none;
    color: #505050;
}
/* css tools */

.clearfix:after {
    clear: both;9
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: "";
}

.clearfix {
    zoom: 1;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mr10 {
    margin-right: 10px;
}

.whitebg {
    background-color: #fff;
	position:relative;
}

.clear {
    clear: both;
}

.pt10 {
    padding-top: 10px;
}

.text-right {
    text-align: right;
}
/* header */

.topbar {
 	background-color:#f1f5fc;
 	width: 980px;
	margin:0 auto;
}

.topbar-font {
    line-height: 50px;
    color: #666;
    padding-left: 20px;
}
.topbar-font a{
    color:#666;
}
.topbar-phone{
    padding-left: 26px;
    background:url(../images/phone.jpg) no-repeat;
}
@media (max-width: 767px) {
    .topbar-font {
        padding-left: 8px;
        line-height: 28px;
    }
}
/* logo */

.logo{
    height: 191px;
    margin-left: 40px;
    margin-top: 36px;
}
@media (max-width: 767px) {
    .logo {
    height: 124px;
    margin-left: 3px;
    margin-top: 24px;
    }
}

/* 导航输入框 */

.search-block-input {
    float: left;
    width: 154px;
    height: 30px;
    border: 1px solid #c8c8c8;
    border-right: 0;
}
.search-block-input2{
    width: 128px;
    border-right:1px solid #c8c8c8;
}
.search-block-input input {
    vertical-align: top;
    width: 154px;
    height: 30px;
    *height: 30px;
    border: 0;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}
.search-block-input input.xxgk-txt{
    width: 128px;
}

.search-block-button {
    float: left;
    width: 31px;
    height: 30px;
    border: 1px solid #c8c8c8;
    border-left:0;
}

.search-block-button input {
    width: 31px;
    height: 30px;
    border: 0;
    color: #fff;
    cursor: pointer;
    background: url(../images/search.jpg) no-repeat;
}

.search-block-button input:hover {
    background: url(../images/search2.jpg) no-repeat;
}

.search-block-sel{
    float: left;
    width: 88px;
    margin-left: 4px;
}
.sel{
    width: 88px;
    height: 30px;
}


/*导航*/
.nav-area{
    background-color:#017cc2;
}

.nav li {
    float:left;

}
.nav-icon {
   	display: block;
    margin-right: 1px;
    padding:0 20px 0 20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    height: 48px;
    line-height: 46px;
}

.nav-icon:hover {
    height: 48px;
    padding:0 19px 0 19px;
    background: url(../images/nav.jpg) repeat-x;
    border-left:1px solid #47a5db;
    border-right:1px solid #47a5db;
    cursor: pointer;
    color:#fff;
}

.nav-icon:visited {
	color:#fff;
}

.nav .last{
    float: right;
    margin-top: 8px;
    margin-right: 10px;
}

/* 手机端导航 */
.navbar-header {
    height:40px;
    margin:10px 5px 0;
    border:1px solid #cccccc;
}
.navbar-toggle {
    padding-top:4px;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:4px;
    margin-top:6px;
    margin-right:15px;
    margin-bottom:8px;
    border:1px solid;
    border-color:transparent;
    float:right;
    position:relative;
    border-radius:4px;
}
.navbar-toggle .icon-bar {
    width:22px;
    height:2px;
    display:block;
    border-radius:1px;
    margin:3px auto;
    background-color:#ffffff;
}
.navbar-collapse {
    clear:both;
    position:relative;
    height:auto;
    margin-top:-1px;
    margin-right:5px;
    margin-left:5px;
} 
.navbar-nav li {
    height:36px;
    border:1px solid #cccccc;
    border-top:0;
    position:relative;
    line-height:36px;
    padding-left:20px;
    background-color:#017cc2;
}
.navbar-nav li a{
    color:#fff;
}
.navbar-nav li a:hover {
    color:red;
    text-decoration:underline;
}

@media (min-width: 768px) and (max-width: 979px) {
    .nav-icon {
        padding: 0 5px 0 5px;
        font-size: 15px;
    }
    .nav-icon:hover {
        padding: 0 4px 0 4px;
    }
}

/* footer */

.footer {
   /* background: #373e4e;*/
}

.footer-text {
    padding:35px 0 35px 0;
    text-align: center;
    line-height: 28px;
    color: #676767;
    background:#f2f2f2;
}



/* 页面公共样式 */

.module {
    border: 1px solid #e1e1e1;
}

.module-hd {
    height: 34px;
    background-color: #f2f2f2;
    overflow: hidden;
}

.module-hd-tab {
    float: left;
    width: 24.99%;
    height: 34px;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
	/*color:#fff;*/
}

.module-hd-tab.module-hd-tab2 {
    width: 19.99%;
}

.module-hd-tab.module-hd-tab3 {
    width: 33.33%;
}

.module-hd-tab.module-hd-tabr {
    width: auto;
    padding: 0 8px 0 8px;
}

.module-hd-tab.module-hd-tabr2 {
    width: auto;
    padding: 0 24px 0 24px;
}

.module-hd-tab a {
    color: #333;
}

.module-hd-tab.current {
    background-color: #017cc2;
    color:white !important;
}

.module-hd-tab.current a {
    color: #fff;
}

.module-bd {
    overflow: hidden;
}

.module-ht128 {
    height: 128px;
}

.module-ht185 {
    height: 185px;
}

.module-ht140 {
    height: 140px;
}

.module-ht158 {
    height: 158px;
}

.module-ht280 {
    height: 280px;
}

.module-ht204 {
    height: 204px;
}

.module-ht266 {
    height: 266px;
}

.module-ht86 {
    height: 86px;
}

.module-ht586{
	height: 586px;
}


.datalist {
    padding-top: 8px;
    padding-left: 15px;
}

.datalist-item {
    position: relative;
    height: 28px;
    line-height: 28px;
    padding-left: 12px;
    overflow: hidden;
    background: url(../images/listimg.jpg) 0 13px no-repeat;
}

.datalist-item a {
    display: inline-block;
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.datalist-item a:hover {
    color: #ce0c0c;
}


.gk-data-item {
    padding-top: 9px;
}
.gk-data-item.pt0{
    padding-top: 0;
}
.gk-data-li {
    float: left;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: url(../images/xxline.jpg) right 50% no-repeat;
    width: 33.33%;
}

.gk-data-li.last {
    background: none;
}
.gk-data-li.gk-data-li-xs2{
    width: 49.99%;
}
.gk-data-li a {
    color: #3a3a3a;
}

.gk-data-li:hover a {
    cursor: pointer;
    color: #ce0c0c;
}


/* 子页面公共样式 */
.xxgk-hd {
    height: 33px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #017cc2;
    overflow: hidden;
}

.xxgk-hd-tab {
    float: left;
    margin-left: 8px;
    padding: 0 10px 0 10px;
    height: 29px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 4px solid #017cc2;
}

.xxgk-hd-tab a {
    color: #017cc2;
}

.xxgk-bd {
    height: 286px;
    overflow: hidden;
}

.xxgk-ht186 {
    height: 186px;
}
.showlistdisplay {
	display:none;
}