﻿@charset "utf-8";
/*CSS Document*/
/*init BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
}

/*清除内外边距*/
a:focus {
    -moz-outline-style: none;
}

/*IE不支持*/
a:focus {
    outline: none;
}

/*很多网站都会加的属性*/
body,
button,
input,
select,
textarea {
    /*for ie*/
    /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /*用 ascii 字符表示，使得在任何编码下都无问题*/
}
input:-internal-autofill-selected {
    background-color: white !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
    box-shadow: inset 0 0 0 1000px white !important;
}
input:-webkit-autofill {
 box-shadow: 0 0 0px 1000px white inset !important;
} 
input:-webkit-autofill:focus {
 box-shadow: 0 0 0px 1000px white inset !important;
} 
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
    font-style: normal;
}

/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}

/*统一等宽字体*/
small {
    font-size: 12px;
}

/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
    list-style: none;
}

/*重置列表元素*/
a {
    text-decoration: none;
}

/*重置文本格式元素*/
abbr[title],
acronym[title] {
    /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}

/*重置表单元素*/
legend {
    color: #000;
}

/*for ie6*/
fieldset,
img {
    border: none;
}

/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
    font-size: 100%;
    /*使得表单元素在 ie 下能继承字体大小*/
}

input[type="hidden" i] {
    display: none;
    -webkit-appearance: initial;
    background-color: initial;
    cursor: default;
    padding: initial;
    border: initial;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格元素*/
hr {
    border: none;
    height: 1px;
}

/*重置 hr*/
html {
    overflow-y: scroll;
}

/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
/*清除float BEGIN*/
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}

.clearfix {
    display: inline-block;
    display: block;
    zoom: 1;
}

/*清除float END*/
/*init END*/

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1160 {
    width: 1160px;
    margin: 0 auto;
}
/*Top Begin*/

.header {
    width: 100%;
    height: 146px;
    margin: 0 auto;
    background: url(../images/headerbg.png) no-repeat center;
}

.header-content {
    height: 146px;
    margin: 0 auto;
}

.header-content-logo {
    width: 657px;
    height: 69px;
    float: left;
    margin-top: 50px;
}

.header-content-weather {
    width: 125px;
    height: 44px;
    overflow: hidden;
    float: left;
    margin: 97px 0 0 265px;
    overflow: hidden;
}

.header-content-search {
    width: 321px;
    height: 44px;
    float: right;
    margin-top: 25px;
    padding-top: 46px;
}

.header-content-search input {
    width: 278px;
    height: 44px;
    line-height: 44px;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    font-family: "微软雅黑";
    padding-left: 10px;
}

.header-content-search a {
    display: block;
    float: right;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: relative;
    top: -44px;
    right: 47px;
    font-family: 微软雅黑;
    text-align: center;
    font-size: 15px;
}

.header-content-weixin {
    width: 156px;
    height: 25px;
    float: right;
    margin-top: -112px;
}

.weibo {
    display: inline-block;
    width: 65px;
    height: 21px;
    float: right;
    font-size: 14px;
    color: #ffffff;
    background: url("../images/weibo.png") no-repeat;
    margin-right: 20px;
}

.weixin {
    display: inline-block;
    width: 65px;
    height: 21px;
    float: right;
    font-size: 14px;
    color: #ffffff;
    background: url("../images/weixin.png") no-repeat;
}

.nav {
    width: 100%;
    height: 46px;
    margin: 0 auto;
    background: #187fcf;
    min-width: 1320px;
}

.nav-content {
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    display:flex;
    justify-content: center;
}

.nav-content ul {
    height: 46px;
}

.nav-content ul li {
    position: relative;
    float: left;
    padding:0 5px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}
.nav-content ul li a:hover{
    color: #082e5b;
    border-radius: 15px;
    background: #d4e4f7;
}
.nav-content ul li a {

    font-size: 18px;
    font-family: "微软雅黑";
    color: #ffffff;
    text-align: center;
    padding:0 8px;
}
.nav-content ul li a.on {
    color: #082e5b;
    border-radius: 15px;
    background: #d4e4f7;
}
.nav-content ul div{
position:absolute;
right:-260px;
top:0px;
width:260px;
}
.nav-content ul div a {

    font-size: 18px;
    font-family: "微软雅黑";
    color: #ffffff;
    text-align: center;
    padding: 3% 3%;
}
.nav-content ul div a:hover{
    color: #082e5b;
    border-radius: 20px;
    background: #d4e4f7;
    padding: 3% 3%;
}
/*Main Begin*/
.main {
    width: 100%;
    height: auto;
}

.main-toutiao {
    height: 133px;
    margin: 0 auto;
    background: #f5f5f5;
    text-align: center;
}

.main-toutiao-top {

    margin: 0 auto;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.main-toutiao-top1{
    width: 1000px;
    margin: 0 auto;
    padding-top: 18px;
}
.main-toutiao-top-div{
    max-width: 720px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main-toutiao-top img {
    float: left;
    margin-top: 18px;
}

.toutiao-title {

    font-size: 24px;
    font-family: "微软雅黑";
    color: #0164b1;
    font-weight: 600;
}
.toutiao-nav{
    display: block;
    width: 44px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 10px;
    background: #ed0000;
    color: #ffffff;
    font-size: 14px;
    font-family: 微软雅黑;
    margin-right: 10px;
    font-weight: 600;
}
.toutiao-nav:hover{
    color: #ffffff;
}
.toutiao-content {

    width: 1080px;
    height: 64px;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    text-align: left;
    margin-top: 15px;
    line-height: 25px;
    font-family: 微软雅黑;
}

.toutiao-content a {
    font-size: 16px;
    color: #e8131d;
    font-family: "微软雅黑";
    float: right;
    margin-top: -17px;
}

.zhuanti {
    margin-top: 22px;
    height:107px;
    overflow:hidden;
}

.index-news {
    width: 1200px;
    margin: 0 auto;
    height: 370px;
    margin-top: 40px;
}

.index-news-tab {
    float: left;
}

.slideBox {
    width: 580px;
    height: 368px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    width: 100%;
    height: 37px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    line-height: 37px;
    opacity: 0.7;
    background: url("../images/sliderbottom_03.png") repeat-x left;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: right;
    margin-right: 15px;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 9px;
    margin-top: 10px;
    width: 10px;
    height: 10px;
    line-height: 9px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    background: #4796f2;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
}

.slideBox .bd {
    position: relative;
    height: 100%;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd li .title {
    height: 44px;
    line-height: 44px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}

.slideBox .bd li .title a {
    color: #fff;
    padding-left: 15px;
}

.news-lists-right {
    width: 600px;
    height: 387px;
    float: right;
    overflow: hidden;
}
.news-lists-right .bd2{
    margin-top: 66px;
}
.news-lists-item {
    height: 314px;
    margin-bottom: 38px;
    margin-top: 19px;
    overflow: hidden;
}

.news-lists-item-date {
    width: 80px;
    height: 75px;
    color: #666;
    float: left;
    text-align: center;
    background: url("../images/datebj_03.jpg") no-repeat right;
}

.date-ri {
    font-size: 30px;
    color: #999999;
    width: 60px;
    height: 50px;
    line-height: 50px;
    background: #f3f3f3;
}

.date-nianyue {
    font-size: 14px;
    color: #666666;
    height: 20px;
    line-height: 20px;
    width: 60px;
    margin-top: 6px;
}

.news-lists-item-info {
    color: #666;
    padding: 26px 25px;
}

.news-lists-item-title {
    font-size: 18px;
    color: #333333;
    font-family: "微软雅黑";
    height: 30px;
    font-weight: 600;
}

.news-lists-item-summary {
    font-size: 14px;
    line-height: 24px;
    color: #666666 !important;
}
.news-list-part{
    height: 35px;
    line-height: 35px;
    padding-left: 12px;
    background: url(../images/huidian_07.png) no-repeat left;
}
.news-list-part a,.news-list-part span{
    color: #666666;
    font-size: 16px;
    font-family: 微软雅黑;
}
.news-list-part a:hover,.news-lists-item-title:hover{
    color: #3184e6;
}

.news-lists-item-summary-span {
    font-size: 14px;
    color: #e5493d;
}

.news-lists-item-list {
    height: 123px;
    margin-bottom: 10px;
    background: #F6F6F6;
}

.news-lists-cate li {
    float: left;
    width: 110px;
    height: 34px;
    line-height: 34px;
    border-radius: 10px;
}

.news-lists-cate li.on {
    color: #ffffff;
    background: #ef0000;
}

.news-lists-cate a {
    font-size: 20px;
    font-family: "微软雅黑";
    color: #0164b1;
}
.news-lists-cate a:first-child{
    padding-left: 15px;
}
.news-lists-cate a.on {
    font-size: 20px;
    font-family: "微软雅黑";
    color: #ffffff;
}

.news-lists-cate-more {
    font-size: 14px !important;
    color: #c5c5c5 !important;
    float: right;
    margin-top: 4px;
}
.news-buttons{
    margin-top: 40px;
}
.news-buttons img{
    margin-left: 40px;
}
.infomation {
    width: 100%;
    height: 477px;
    margin: 0 auto;
    margin-top: 40px;
    background: url("../images/informationbj.jpg") no-repeat;
}

.information-left {
    width: 270px;
    height: 375px;
    float: left;
    margin-top: 45px;
}

.information-left-top {
    height: 55px;
    margin-bottom: 20px;
    background: url("../images/infomation-left-top_03.jpg") no-repeat bottom;
}

.information-left-top a {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    font-family: "微软雅黑";
    padding-left: 10px;
}

.information-left-bottom-list {
    height: 60px;
    line-height: 60px;
    color: #666666;
    font-size: 16px;
    padding-left: 30px;
    font-family: 微软雅黑;
    border-bottom: 1px solid #f8f8f8;
    background-color: #ffffff !important;
}

.information-left-bottom-list.on {
    color: #ffffff;
}

.information-left-bottom-list img {
    float: right;
    margin: 22px 15px 0px 0px;
}

.information-center {
    width: 592px;
    height: 375px;
    float: left;
    margin-top: 45px;
    margin-left: 25px;
    overflow: hidden;
}

.information-center-top {
    height: 55px;
    margin-bottom: 20px;
    background: url("../images/newson_05.jpg") repeat-x bottom;
}

.information-center-top-ul li {
    float: left;
    width: 125px;
    height: 55px;
    text-align: center;
}

.information-center-top-ul li.on {
    font-weight: bold;
    background: url("../images/newson_03.jpg") repeat-x left bottom;
}

.information-center-top li a {
    font-size: 22px;
    color: #333333;
    font-family: "微软雅黑";
    padding-left: 10px;
}

.information-center-main {
    width: 592px;
}

.information-center-zwxx {
    display: inline-block;
    width: 592px;
}

.information-center-zwxx-ul li {
    position: relative;
    width: auto;
    padding:0 12px;
    height: 40px;
    line-height: 40px;
    float: left;
    background: #ffffff;
    border-radius: 10px;
    margin-right: 15px;
}

.information-center-zwxx-ul li.on {
    background: #4796f2;
}

.information-center-zwxx-ul li a {
    font-size: 16px;
    color: #606060;
    font-family: "微软雅黑";
    text-align: center;
    display: block;
}

.information-center-zwxx-ul li a.on {
    color: #ffffff;
}

.hd4 {
    margin-bottom: 70px;
}

.bd4 span {
    font-size: 16px;
    font-family: 微软雅黑;
    color: #999999;
    margin-right: 15px;
}

.bd4 em a {
    float: right;
    font-size: 16px;
    color: #e5493d !important;
    font-family: 微软雅黑;
}

.db4-title.on {
    color: #4796f2;
}

.bd4 span.on {
    color: #4796f2;
}

.bd4 ul li {
    position: relative;
    height: 40px;
    line-height: 40px;
}

.bd4 ul li a {
    font-size: 16px;
    font-family: 微软雅黑;
    color: #666666;
}

.information-center-main-flfg li {
    width: 580px;
    height: 50px;
    line-height: 50px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #c5c5c5;
}

.information-center-main-flfg li a {
    font-size: 16px;
    font-family: 微软雅黑;
    color: #666666;
}

.information-center-main-flfg li a.on {
    color: #4796f2;
}

.information-center-main-flfg em {
    font-size: 16px;
    margin-right: 5px;
}

.information-right {
    width: 291px;
    height: 380px;
    float: right;
    margin-top: 55px;
}

.information-right .bj img {
    margin: 17px 0 17px 0;
}
.index-video{
    border: none;
}
.activity {
    height: 450px;
    margin-top: 40px;
}

.activity-left {
    width: 534px;
    float: left;
    height: 422px;
    overflow: hidden;

}

.activity-left-top {
    height: 60px;
    background: url("../images/newson_05.jpg") repeat-x left bottom;
}

.activity-left-top ul li {
    float: left;
    width: 106px;
    height: 60px;
    line-height: 35px;
    padding-left: 20px;
}

.activity-left-top ul li.on {
    background: url("../images/newson_03.jpg") repeat-x left bottom;
}

.activity-left-top a {
    font-size: 20px;
    color: #333333;
    font-family: 微软雅黑;
}

.bd5 {
    margin-top: 25px;
}

.bd5 li {

    line-height: 40px;
    border-bottom: 1px dashed #c5c5c5;
}

.bd5 li a {
    font-size: 16px;
    color: #666666;
    font-family: 微软雅黑;
}

.bd5 li a.on {
    color: #3184e6;
}

.bd5 em {
    font-size: 14px;
    float: right;
    color: #999999;
    font-family: 微软雅黑;
    margin-left: 20px;
}

.bd5 em.on {
    color: #3184e6;
}

.bd5 img {
    margin: 0 5px 0 5px;
}

.activity-center {
    width: 344px;
    height: 280px;
    float: left;
    margin: 57px 0 0 25px;
}

.activity-right {
    width: 283px;
    height: 280px;
    float: right;
    margin-top: 57px;
}

.activity-right-bottom {
    height: 202px;
    display: inline-block;
    background: #f2f2f2;
}

.activity-right-bottom a {
    font-size: 14px;
    color: #666666;
    font-family: 微软雅黑;
    display: inline-block;
    width: 85px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-top: 15px;
    text-align: center;
    margin-left: 5px;
}

.activity-right-bottom a.on {
    color: #e92300;
    background: #ffffff;
    border-radius: 5px;
}

.activity-bottom {
    float: right;
}

.activity-bottom img {
    margin-left: 12px;
}

.links {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    padding-top: 24px;
}

.diy_select {
    height: 38px;
    width: 223px;
    position: relative;
    font-size: 14px;
    background: #fff;
    color: #4b4b4b;
    float: left;
    cursor: pointer;
    margin-right: 19px;
}


.diy_select, .diy_select_list {
    border: 1px solid #dfdfdf !important;
    background: #fff;
    margin-top: 5px;
    margin-right: 99px;
}

.diy_select_txt, .diy_select_list li {
    text-indent: 10px;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.diy_select_list li {
    border-bottom: 1px dashed #c5c5c5;
}

.diy_select_txt {
    width: 180px;
    font-size: 14px;
    color: #333333;
    font-family: 微软雅黑;
}

.diy_select_list a {
    display: block;
    color: #333333 !important;
}

.diy_select_btn, .diy_select_txt {
    float: left;
    height: 100%;
    line-height: 38px;
}

.diy_select_btn {
    width: 28px;
    background: url(../images/xiajiantou.png) no-repeat right center;
}

.diy_select_btn, .diy_select_txt {
    float: left;
    height: 100%;
    line-height: 38px;
    text-align: center;
}

.diy_select_list {
    position: absolute;
    top: 34px;
    left: -1px;
    z-index: 88888;
    border-top: none;
    width: 100%;
    display: none;
    _top: 29px;
    height: 160px;
    overflow-y: auto;
}

.bottom-slide {
    margin-top: 14px;
    height: 213px;
    overflow: hidden;
    margin-bottom: 20px;

}
.slide-body{
    width: 810px;
    height: 211px;
    float: left;
    border: 1px solid #79a7d4;
}
.slide-body1{
    width: 1200px;
    height: 55px;
    float: left;
}
.picMarquee-left {
    width: 760px;
    float:left;
    position: relative;
    overflow: hidden;
}
.picMarquee-left1{
    width: 1200px;
    float:left;
    position: relative;
    overflow: hidden;
    top: 30px;
}
.picMarquee-left .next {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 80px;
    right: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/right1.png") no-repeat;
}
.picMarquee-left1 .next {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 8px;
    right: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/right1.png") no-repeat;
}
.picMarquee-left .next.on {
    background: url("../images/btn_right.png") no-repeat;
}
.picMarquee-left1 .next.on {
    background: url("../images/btn_right.png") no-repeat;
}
.picMarquee-left .prev {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 80px;
    left: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/left1.png") no-repeat;
}
.picMarquee-left1 .prev {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 8px;
    left: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/left1.png") no-repeat;
}
.picMarquee-left .prev.on {
    background: url("../images/btn_left.png") no-repeat;
}
.picMarquee-left1 .prev.on {
    background: url("../images/btn_left.png") no-repeat;
}
.picMarquee-left .bd {
    padding: 15px 40px;
}

.picMarquee-left .bd ul li {
    margin: 0 10px;
    display: inline;
    overflow: hidden;
    text-align: center;
    float: left;
    width:208px;
}
.picMarquee-left .bd ul li  .pic  .picImg-tit{
    overflow:hidden;margin-top: 10px;color: #333333;font-size: 16px;font-family: 微软雅黑;
	text-overflow:ellipsis;
	white-space:nowrap
}
.picMarquee-left1 .bd ul li {
    margin: 0 10px;
    display: inline;
    overflow: hidden;
    text-align: center;
    float: left;
}
.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 204px;
    height: 133px;
    display: block;
}

.picMarquee-left1 .tempWrap{
    width:1100px !important;
    margin: 0 auto;
}
.picList {
    height: 175px;
    overflow: hidden;
}

.picList1 {
    height: 55px;
    overflow: hidden;
}

.picList img {
    border: 2px solid #ffffff;
}

.picList img.on {
    border: 2px solid #3184e6;
}
.footer{
    clear: both;
}
.footer-top {
    width: 100%;
    /* height: 170px; */
    background: #58626c;
    /* margin-top: 70px; */
}

.footer-bottom {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #7a7d83;
    text-align: center;
}

.footer-bottom a {
    font-size: 14px !important;
    font-family: 微软雅黑;
    color: #ffffff;
}

.footer-top-select {
    padding-top: 25px;
}

.footer-top-select select {
    width: 222px;
    height: 38px;
    margin-right: 18px;
    text-align: center;
    text-align-last: center;
}

option {
    text-align: center;
}

.footer-center {
    width: 980px;
    float: left;
}

.footer-top-center p {
    color: #ffffff;
    font-size: 14px;
    font-family: 微软雅黑;
    line-height: 30px;
    /* padding-top: 40px; */
    /* padding-top: 25px; */
}

.footer-information {
    line-height: 25px;
    margin-top: 25px;
}

.footer a {
    font-size: 16px;
    color: #ffffff;
    font-family: 微软雅黑;
}

.footer .fwcs {
    font-size: 14px;
    font-family: 微软雅黑;
    color: #fdff5f;
    border-bottom: 1px solid #fdff5f;
}

.footer .footer-right {
    float: right;
    height: 70px;
    margin-top: 70px;
}

.zwgk-top {
    height: 350px;
    margin-top: 50px;
}

.zwgk-top-left {
    width: 566px;
    float: left;
    height: 350px;
}

.zwgk-top-left-top {
    height: 60px;
    background: url("../images/zwgk-top-left_03.png") repeat-x bottom left;
}

.zwgk-top-left-top a {
    font-size: 22px;
    color: #333333;
    font-family: "微软雅黑";
    font-weight: bold;
    padding-left: 17px;
}

.zwgk-top-left-content {
    width: 566px;
    height: 310px;
}

.zwgk-top-left-content ul {
    padding-top: 15px;
}

.zwgk-top-left-content ul li {
    height: 45px;
    width: 566px;
    line-height: 45px;
    border-bottom: 1px dashed #c5c5c5;
}

.zwgk-top-left-content ul li a {
    font-size: 16px;
    color: #666666;
    font-family: 微软雅黑;
}

.zwgk-top-left-content ul li a.on {
    color: #4796f2;
}

.zwgk-top-left-content span.on {
    color: #4796f2;
}

.zwgk-top-left-content ul li img {
    margin: 0 10px 0 5px;
}

.zwgk-top-left-content span {
    float: right;
    font-size: 16px;
    color: #999999;
    font-family: 微软雅黑;
}

.zwgk-left-more {
    font-size: 16px;
    font-family: 微软雅黑;
    color: #e5493d;
    float: right;
}

.zwgk-top-right {
    width: 566px;
    float: right;
    height: 350px;
}

.zwgk-right-more {
    font-size: 16px;
    font-family: 微软雅黑;
    color: #e5493d;
}
.zwgk-center{
    margin-top: 50px;
}
.zwgk-center-content {
    width: 1230px;
    margin-right: -30px;
    height: 72px;
}

.zwgk-center-content img {
    width: 230px;
    height: 72px;
    float: left;
    margin-right: 13px;
}

.zwgk-bottom {
    height: 438px;
    margin-top: 8px;
}

.zwgk-bottom-left, .zwgk-bottom-center {
    width: 370px;
    float: left;
    height: 438px;
}

.zwgk-bottom-center {
    margin-left: 45px;
}

.zwgk-bottom-right {
    width: 370px;
    float: right;
    height: 438px;
}

.zwgk-bottom-left-top {
    height: 100px;
    background: url("../images/zwgk-flfg_03.png") repeat-x bottom left;
}

.zwgk-bottom-left-top a {
    display: block;
    font-size: 22px;
    color: #333333;
    font-family: "微软雅黑";
    font-weight: bold;
    padding-top: 40px;
    padding-left: 17px;
}

.zwgk-bottom-left-content {
    width: 370px;
    height: 310px;
}

.zwgk-bottom-left-content ul {
    padding-top: 15px;
}

.zwgk-bottom-left-content ul li {
    width: 370px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #c5c5c5;
}

.zwgk-bottom-left-content ul li a {
    font-size: 16px;
    color: #666666;
    font-family: 微软雅黑;
}

.zwgk-bottom-left-content ul li a.on {
    color: #4796f2;
}

.zwgk-bottom-left-content span.on {
    color: #4796f2;
}

.zwgk-bottom-left-content span {
    float: right;
    font-size: 16px;
    color: #999999;
    font-family: 微软雅黑;
}

.zwgk-bottom-left-content em {
    display: inline-block;
    width: 15px;
}
.float_left{
    float: left;
}
.float_right{
    float: right;
}
.index-part{
    width: 100%;
    height: 405px;
    margin-top: 40px;
    background: url(../images/index_02.png) no-repeat center;
}
.index-part-main{
    height: 405px;
}
.index-part-left{
    width: 584px;
    float: left;
    height: 405px;
}
.index-part-right{
    width: 600px;
    float: right;
    height: 405px;
    overflow: hidden;
}
.index-part-right-nav{
    margin-top: 40px;
    margin-left: 20px;
    height: 40px;
    background: url(../images/part2_03.png) no-repeat right;
}
.index-part-right-nav a{
    display: block;
    width: 116px;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
    color: #666666;
    font-size: 18px;
    font-family: 微软雅黑;
    text-align: center;
    border-radius: 10px;
    float: left;
    border: 1px solid #cbdced;
}
.index-part-right-nav a.on{
    color: #ffffff;
    background: #327cc3;
}
.index-part-right-div{
    width: 600px;
    height: 165px;
    margin-top: 28px;
    padding-left: 20px;
    margin-bottom: 15px;

}
.index-part-right-div li a {
    display: block;
    width: 564px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #333333;
    font-family: 微软雅黑;
    padding-left: 15px;
    background: url(../images/huidian_07.png) no-repeat left;
}.index-part-right-div li a:hover{
    color: #327cc3;
 }
.index-part-right-div li span{
    float: right;
    font-size: 16px;
    color: #666666;
    font-family: 微软雅黑;
    height: 45px;
    line-height: 45px;
}
.index-part1-left{
    width: 584px;
    height: 300px;
    float: left;
    overflow: hidden;
}
.index-part1{
    height: 300px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.index-part1-left-nav{
    height: 25px;
    background: url(../images/jiantou_09.png) no-repeat right;
}
.index-part1-left-nav-img{
    width: 26px;
    height: 25px;
    float: left;
}
.index-part1-left-nav-text{
    float: left;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    color: #0164b1;
    font-weight: bold;
    font-family: 微软雅黑;
    margin-left: 20px;
}
.index-part1-left-slider{
    margin-top: 20px;
    height: 30px;
}
.index-part1-left-slider a{
    display: block;
    font-size: 16px;
    color: #333333;
    font-family: 微软雅黑;
    background: #efefef;
    height: 30px;
    line-height: 30px;
    float: left;
    width: 106px;
    text-align: center;
    border-radius: 8px;
    margin-right: 10px;
}
.index-part1-left-slider a.on{
    color: #ffffff;
    background: #79a7d4;
}
.index-part1-left .bd{
    margin-top: 20px;
}
.index-part1-right{
    width: 586px;
    height: 300px;
    float: right;
}
.index-part-right-part1-main{
    float: left;
    height: 135px;
    width: 372px;
    padding-left: 10px;
}
.index-part1-right-part1 img{
    float: left;
}
.index-part-right-part1-main-title{
    font-size: 18px;
    color: #333333;
    font-family: 微软雅黑;
    font-weight: 600;
    line-height: 27px;
}
.index-part-right-part1-main-title:hover{
    color: #3184e6;
}
.index-part-right-part1-main-date{
    font-size: 14px;
    color: #999999;
    font-family: 微软雅黑;
    height: 40px;
    line-height: 40px;
}
.index-part-right-part1-main-content{
    font-size: 14px;
    color: #666666;
    font-family: 微软雅黑;
    line-height: 20px;
}
.index-part1-right-part1{
    margin-top: 15px;
    height: 135px;
}
.index-part1-right-part2{
    margin-top: 15px;
}
.index-part1-right-part2 ul li{
    float: left;
}
.index-part1-right-part2 ul li a{
    display: block;
    width: 292px;
    height: 77px;
}
.index-part1-right-part2 ul li img{
    float: left;
}
.index-part1-right-part2-title,.index-part1-right-part2-date{
    float: left;
}
.index-part1-right-part2-title{
    font-size: 16px;
    color: #333333;
    font-family:微软雅黑;
    line-height: 25px;
    width: 175px;
    padding: 0px 10px;
}
.index-part1-right-part2-title:hover{
    color: #3184e6;
}
.index-part1-right-part2-date{
    font-size: 14px;
    color: #999999;
    font-family: 微软雅黑;
    padding: 0px 10px;
    margin-top: 10px;
}
.bottom-slide-right{
    width: 360px;
    height: 209px;
    float: right;
}
.bottom-slide-right-part1,.bottom-slide-right-part2{
    width: 334px;
    /* height: 101px; */
    height:209px;
    border: 1px solid #79a7d4;
}
.bottom-slide-right-part1{
    background: url(../images/part6_03.jpg) no-repeat right;
}
.bottom-slide-right-part2{
    margin-top: 5px;
    background: url(../images/part6_06.jpg) no-repeat right;
}
.bottom-slide-right-part1-div{
    width: 99px;
    height: 99px;
    text-align: center;
    /* padding-top: 15px; */
    padding-top: 67px;
    float: left;
}
.bottom-slide-right-part1-div-title{
    font-size: 16px;
    color: #414141;
    font-family: 微软雅黑;
    margin-top: 12px;
}
/*国资矩阵*/
.gzjz{
}
.gzjzhead{
	height:70px;
	line-height:70px;
	margin-top:30px;
}
.gzjzcate{
	display:inline-block;
	width:140px;
	font-size:20px;
	font-weight:800;
	color:#0164b1;
	text-indent:2em;
	background:url("../images/gzjzicon_03.png") no-repeat left center;
}
.gzjzline{
	display:inline-block;
	width:1040px;
	float:right;
	height:9px;
	margin-top:30px;
	background:url("../images/gzjzlinebg_03.png") no-repeat left center;
}
.gzjzbd{
	width:100%;
	overflow:hidden;
	position:relative;
	padding:30px 0 50px 0;
}
.gzjzbd .bd ul {
       position:relative;
       height:110px;
}
.gzjzbd .bd ul li{
	margin: 0 11px;
	height:110px;
	width:106px;
	float:left;
}
.gzjzbd .bd ul li a{
      display:inline-block;
	height:110px;
	width:106px;
}


.float-box{
    position: absolute;
    left: 60px;
    width: 240px;
    height: 700px;
    top: 375px;
    z-index: 9999;
}
.float-box .float-item{
    margin-top:15px;
}
.float-box .left-closed{
    float: right;
    cursor:pointer;
}
















