@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #E6E6E6;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    border: 1px;
}

.clearFix::after,
.clearFix::before {
    content: '';
    line-height: 0;
    height: 0;
    display: block;
    clear: both;
}


/* 版心 w */

.w {
    width: 1200px;
    margin: 0 auto;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff2') format('woff2'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: #b0b0b0;
}

img {
    border: 0;
    vertical-align: top;
}

li {
    list-style: none;
}

em,
i,
strong,
b {
    font-style: normal;
    font-weight: 400;
}

input,
textarea {
    border: none;
    outline: none;
}


/* banner */

.banner-Data {
    position: relative;
    background: url(./images/banner.png) left;
    height: 197px;
}

.banner-Data li {
    /* position: absolute;  
    list-style: none !important; 
    height: 95px; */
    float: right;
    margin-top: 140px;
    margin-right: 20px;
}
.banner-Data #ss2{
    display: none;
}
.banner-Data #form {
    position: relative;
}
.banner-Data .searchBtn {
    background: url(./images/banner4.png) center no-repeat;
    background-size: 35%;
    color: transparent;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    position: absolute;
    right: -15px;
}
.banner-Data #qt {
    line-height: 30px;
    padding-left: 10px;
    border-radius: 5px;
}
.banner-Data li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.banner-Data li a:hover em {
    color: #71BAE0;
}

.banner-Data li a span {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.banner-Data li a em {
    color: #fff;
    margin: 0 0 0 10px;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.banner-Data li:nth-child(1) {
    /* top: 50%;
    right: 30%;
    margin: -15px -50px;*/
}

.banner-Data li:nth-child(2) {
    /* top: 50%;
    right: 22%;
    margin: -15px -50px;*/
}

.banner-Data li:nth-child(3) {
    /* top: 50%;
    right: 14%;
    margin: -15px -50px;*/
}


/* main */

.title {
    padding: 15px 0;
    text-align: center;
    background: #F0F2F1;
}

.main {
    overflow: hidden;
}

/* 轮播1*/

.js {
    width: 90%;
    margin: 10px auto 0 auto;
}

.js p {
    padding: 5px 0;
    font-weight: bold;
    overflow: hidden;
}

.js p span {
    float: right;
}

.js p span a {
    color: #f00;
    text-decoration: underline;
}

.js textarea {
    height: 100px;
    width: 98%;
    padding: 5px;
    border: 1px solid #ccc;
    border-top: 2px solid #aaa;
    border-left: 2px solid #aaa;
}

.tabBar_box {
    background: #fff;
    padding: 30px 0;
}

.tabBar {
    width: 1111px;
    font-family: "Microsoft YaHei";
}

.tabBar .hd ul {
    z-index: 5;
    position: relative;
    zoom: 1;
}

.tabBar .hd li {
    float: left;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #9a9399;
    font-size: 16px;
    text-align: center;
    border-bottom: 0;
    padding: 0px 16px 0px 16px;
    border-top: 1px solid #c8d1d5;
    border-right: 1px solid #c8d1d5;
    cursor: pointer;
}

.tabBar .hd li:nth-of-type(1) {
    border-left: 1px solid #c8d1d5;
}

.tabBar .hd li.on {
    width: 162px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    color: #fff;
    background: #2c548f;
}

.tabBar .hd li.on span {
    font-weight: bold;
    color: #c00;
}

.tabBar .bd {
    border: 1px solid #C8D1D5;
    padding: 40px 40px 0;
    clear: both;
    position: relative;
    height: 470px;
    overflow: hidden;
}

.tabBar .bd .conWrap {
    width: 500px;
}

.tabBar .prev,
.tabBar .next {
    position: absolute;
    left: 10px;
    top: 200px;
}

.tabBar .next {
    left: auto;
    right: 10px;
}

.tabBar .bd a {
    padding-bottom: 10px
}


/* 轮播2*/

/*数据分类*/

.g-part3Box {
    width: 100%;
    background-color: #f5f5f5;
}

.g-part3 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.g-part3 .g-part3Left {
    vertical-align: top;
    padding: 0 14px;
    display: inline-block;
    background-color: #fff;
}

.g-part3 .m-tab {
    height: 42px;
    border-bottom: 1px solid #e5e5e5;
    zoom: 1;
}

.g-part3 .m-tab:after {
    content: "";
    display: block;
    clear: both;
}

.g-part3 .m-tab ul {
    float: left;
    width: 70%;
}

.g-part3 .m-tab ul li {
    float: left;
    font-size: 24px;
    line-height: 30px;
    margin-right: 35px;
    padding: 0 0 11px 0;
    cursor: pointer;
}

.g-part3 .m-tab ul li.on {
    border-bottom: 2px solid #bd1a2d;
}

.g-part3 .m-tab ul li.on a {
    color: #bd1a2d;
}

.g-part3 .m-tab .m-more {
    float: right;
    width: 30%;
    padding-top: 15px;
}

.g-part3 .m-tab .m-more p {
    float: right;
    display: none;
    width: 62px;
    height: 42px;
    /* background: url(more2.png) center no-repeat; */
}

.g-part3 .m-tab .m-more p a {
    display: block;
    color: #bd1a2d;
    height: 100%;
}

.g-part3 .m-main {
    margin: 20px auto;
    display: none;
}

.g-part3 .m-main ul {
    padding: 0 24px;
    zoom: 1;
}

.g-part3 .m-main ul:after {
    content: "";
    display: block;
    clear: both;
}

.g-part3 .m-main li {
    display: inline-block;
    width: 205px;
    height: 135px;
    margin: 5px 8px;
    background: url('images/zb_bg.png') center center no-repeat;
}

.g-part3 .m-main li:hover {
    background: url('images/zb_bg1.png') center center no-repeat;
}

.g-part3 .m-main li:hover i {
    background-position: center -50px;
}

.g-part3 .m-main li:hover p,
.g-part3 .m-main li:hover p span {
    color: #FFF;
}

.g-part3 .m-main i {
    width: 50px;
    height: 52px;
    display: block;
    background-repeat: no-repeat;
    background-position: center 0px;
    margin: 20px auto;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.g-part3 .m-main li .m-txt {
    width: 100%;
}

.g-part3 .m-txt p {
    font-size: 18px;
    text-align: center;
    color: #000;
    margin-bottom: 6px;
}

.g-part3 .m-txt p span {
    font-size: 14px;
    color: #959595;
}

.g-part3 .m-txt p .u-line {
    font-size: 12px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    padding: 0 4px;
}

.g-part3 .m-lis1 i {
    background-image: url('images/zb1.png');
}

.g-part3 .m-lis2 i {
    background-image: url('images/zb2.png');
}

.g-part3 .m-lis3 i {
    background-image: url('images/zb3.png');
}

.g-part3 .m-lis4 i {
    background-image: url('images/zb4.png');
}

.g-part3 .m-lis5 i {
    background-image: url('images/zb5.png');
}

.g-part3 .m-lis6 i {
    background-image: url('images/zb6.png');
}

.g-part3 .m-lis7 i {
    background-image: url('images/zb7.png');
}

.g-part3 .m-lis8 i {
    background-image: url('images/zb8.png');
}

.g-part3 .m-lis9 i {
    background-image: url('images/zb9.png');
}

.g-part3 .m-lis10 i {
    background-image: url('images/zb10.png');
}

/*数据发布*/

.fabu {
    background: #fff;
}

.fabuLeft,
.fabuRight {
    width: 43%;
    height: 370px;
    padding: 0 12px;
    border: 2px solid #c7c7c7;
    vertical-align: top;
    display: inline-block;
}

.fabuLeft {
    margin: 20px 15px 25px 40px;
}

.fabuRight {
    margin: 20px 30px 25px 11px;
}

.fabu-item1,
.fabu-item3 {
    height: auto;
    display: flex;
    border-bottom: 1px solid #EEEEEE;
    justify-content: space-around;
    box-shadow: 0 0.04rem 0 rgba(0, 55, 88, .1);
}

.item2-con,
.item4-con {
    display: none;
}

.item1-list,
.item3-list {
    color: #9D9D9D;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    letter-spacing: 0.005rem;
    font-size: 22px;
    font-weight: 400;
}

.active {
    font-weight: 500;
    color: #2d548f;
    text-align: center;
    letter-spacing: 0.005rem;
    display: inline-block;
    border-bottom: 2px solid #2d548f;
}

.fabu-item2,
.fabu-item4 {
    height: 250px;
    padding: 20px 15px 40px;
}

.fabu-item2 li,
.fabu-item4 li {
    height: 35px;
    margin: 10px 0 0;
    line-height: 35px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    list-style: none;
}

.fabu-item2 li span,
.fabu-item4 li span {
    font-size: 18px;
}

.fabu-item2 li span i,
.fabu-item4 li span i {
    font-size: 25px;
    margin-right: 5px;
    vertical-align: top;
}

.fabu-item2 li .date,
.fabu-item4 li .date {
    color: #707171;
}


/* 数据集成 */

.jicheng {
    margin: 0px auto;
}

.jicheng ul li {
    width: 380px;
    height: 235px;
    margin-right: 25px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.jicheng ul li:nth-of-type(3) {
    margin: 0;
}

.jicheng ul li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background: #2870c6;
}

.jicheng ul li a::before {
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    top: 0px;
    left: 0px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
.jicheng ul li a::after {
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    bottom: 0px;
    left: 0px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}

.jicheng ul li a:hover i {
    background: #2870c6;
    -webkit-box-shadow: #0b4fa1 0px 0px 20px;
    -moz-box-shadow: #0b4fa1 0px 0px 20px;
    box-shadow: #0b4fa1 0px 0px 20px;
}
.jicheng ul li a:hover i img{
    margin-top:-43px;
}
.jicheng ul li a:hover p {
    color: #2870c6;
}

.jicheng ul li a:hover:before {
    height: 100%;
}

.jicheng ul li a i {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 40px;
    left: 150px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: #0b4fa1 0px 0px 20px;
    -moz-box-shadow: #0b4fa1 0px 0px 20px;
    box-shadow: #0b4fa1 0px 0px 20px;transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.8s linear;
}
.jicheng ul li a i img{margin: 20px 0}
.jicheng ul li a p {
    position: absolute;
    width: 100%;
    height: 32px;
    bottom: 35px;
    color: #fff;
    font-size: 20px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.8s linear;
}

/* 广告条 */

.adv {
    background: #fff;
    padding:30px 0 28px;
}

.adv li {
    display: inline-block;
    padding: 0 0 0 5px;
}