.item,li:hover{
    cursor: pointer;
}
a:hover{text-decoration: underline;color: red;}
.marquee {
    background: #FFF;
    overflow:hidden;
    height: 100px;
    width: 95%;
    margin: 20px auto;
    height: 200px;
}
.marquee a{
    display: block;
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    background: no-repeat center;
    background-size: cover;
    -webkit-transform:scale(.95);
       -moz-transform:scale(.95);
        -ms-transform:scale(.95);
         -o-transform:scale(.95);
            transform:scale(.95);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: -o-transform 1s;
    -moz-transition: transform 1s, -moz-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -moz-transform 1s, -o-transform 1s;
}
.marquee a:hover{
    -webkit-transform:scale(1);
       -moz-transform:scale(1);
        -ms-transform:scale(1);
         -o-transform:scale(1);
            transform:scale(1);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: -o-transform 1s;
    -moz-transition: transform 1s, -moz-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -moz-transform 1s, -o-transform 1s;
}
.trends{
    height: 163px;
}
/*轮播状态*/
.pj-Carousel-active { position: absolute; bottom: 16px; margin: auto auto; z-index: 5;right: 10px; }
.pj-Carousel-color {cursor: pointer; background-color: #A2A2A2;border:1px solid #A2A2A2; width: 9px; height: 9px; -webkit-border-radius: 10px; border-radius: 10px; float: left; margin: 0px 3px; }
.pj-Carousel-color.active { background-color: #5baddc; border:1px solid #5baddc; }
/*民生资讯开始*/
.titel-nav{
    height: 38px;
    border-bottom: 1px solid #dcdcdc;
}
.titel-nav a {
	float:left;
    padding: 0px 15px;
    display: block;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    cursor: pointer;
		font-size:16px;
}
.titel-nav a.active {
    border-bottom: 3px solid #068ee9;
    color: #068ee9;
    font-weight: bold;
}
.zixun-list{
    padding-top: 10px;
}
.zixun-list a{
    max-width: 85%;
    float: left;
}
.zixun-list li .fr{
    color: #aaa8a8;
}
.zixun-list li{
    margin-top: 8px;
    overflow: hidden;
    padding-left: 10px;
    background: url(../images/bgLi.jpg?v=06eb70f7) left center;
    background-repeat: no-repeat;
    display: block;
}
/*民生资讯结束*/

.tab-box {
    line-height: 1.9;
}

.tab-box .tab-hd {
    margin-bottom: 10px;
    padding-right: 7px;
}

.tab-box .tab-hd li {
    float: left;
    font-size: 16px;
    padding: 0 20px;
    cursor: pointer;
}
.titel-nav .more,
.tab-box .tab-hd .more {
    font-size: 12px;
    margin-top: 5px;
    cursor: pointer;
    float: right;
    padding-right: 0;
}
.tab-box .tab-hd .more:hover {
    color: red;
}
.tab-box .tab-titel {
    color: #db091b;
    text-align: center;
    font-size: 16px;
    margin: 15px auto 5px;
    font-weight: 600;
    width: 100%;
}
.tab-box .tab-titel a{color: #db091b;}

.tab-box .tab-bd li {
    padding-left: 10px;
    background: url(../images/bgLi.jpg?v=06eb70f7) left center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.tab-box .tab-bd li .fr {
    color: #aaa8a8;
}

.tab-box .tab-bd .ell {
    max-width: 85%;
		margin-bottom: 3px;
}

img {
    width: 100%;
    vertical-align: top;
}

/*index banner*/
.bannerbox{
    width: 100%;
}

/**
 * 分享
 */
.share{position: fixed;top:20%;text-align: center;color: #d30b0b;width:240px;}
.share .close-btn{position: absolute;top:-15px; right:0px;display: block;height: 11px;width:43px;background: url("../images/close.gif?v=1758ee34");overflow: hidden;text-indent: -200px;cursor: pointer;}
.share .item{border:1px solid #cccccc;background: #eeeeee; padding:7px;margin-bottom: 10px;position: relative;}



/* 登录框*/
.login {
    float: left;
    width: 258px;
    color: #1064a9;
		border: 1px #dcdcdc solid;
		border-top: none;
		background-image: linear-gradient(160deg, #FCD8FE 20%,#FFF 80%);
		background-image: -moz-linear-gradient(160deg, #FCD8FE 20%,#FFF 80%);
		background-image: -ms-linear-gradient(160deg, #FCD8FE 20%,#FFF 80%);
}

.login table {
    border: none;
    margin-top: 15px;
    width: 95%;
    margin-left: 15px;
}

.login table td {
    padding: 5px 0;
}

.login img {
    width: 75px;
    cursor: pointer;
    vertical-align: middle;
}

.login input {
    outline: none;
    padding: 5px;
    width: 120px;
    height: 16px;
    border: 1px #95daf0 solid;
    background: #fff;
    font-size: 16px;
}

.login .yzm {
    width: 50px;
    background: #1064a9;
    color: #fff;
    border: 1px #e3e3e3 solid;
}

.login .submit {
    line-height: 30px;
    width: 50px;
    text-align: center;
    background: url(../images/btn.png?v=bad332ca);
    color: #fff;
    display: inline-block;
    cursor: pointer;
}
.login .right{background:url(../images/cc_right.gif) no-repeat left; padding-left: 18px;}
.login .error{background:url(../images/cc_error.gif) no-repeat left;padding-left: 18px;}
.hudong .tab-bd ul {
    padding-left: 10px;
    height: 110px;
}

.hudong>.tab-bd,
.hudong>.clear{
    margin-left: 5px;
    margin-right: 5px;
}
.hudong>.clear.tab-hd{
    height: 35px;
    margin-bottom: 0;
}
.hudong .tab-bd .ell {
    max-width: 95%;
}
.hudong .link {
	 margin-top:15px; 
}
.hudong .link a {
    width: 30%;
    float: left;
    display: inline-block;
    margin: 4px;
    text-align: center;
    height: 85px;
}
.hudong .link a span{
    display: inline-block;
    margin-top: 60px;
}
.hudong .tab-box {
    height: 260px !important;
}

/*第三板块*/
.work {
    border: 1px solid #068ee9;
    overflow: hidden;
    /*height: 280px;*/
    width: 49%;
    margin: 8px 5px;
}
.work .titel {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f4f5), to(#e7e6e6));
    background: -webkit-linear-gradient(#f5f4f5, #e7e6e6);
    background: -moz-linear-gradient(#f5f4f5, #e7e6e6);
    background: -o-linear-gradient(#f5f4f5, #e7e6e6);
    background: linear-gradient(#f5f4f5, #e7e6e6);
    background: #f5f4f5\9;
    border-bottom: 1px #ddd solid;
    color: #034f5c;
    padding:9px 10px;
}

.work .titel .fr {
    font-size: 24px;
    margin-top: -8px;
    cursor: pointer;
    font-family: serif;
    font-weight: bold;
}

.work ul {
    padding: 3% 4%;
}

.work ul li {
    background: url(../images/bgLi.jpg?v=06eb70f7) left center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-left: 10px;
    margin-bottom: 5px;
}

.work ul li .ell {
    max-width: 100%;
}

.hudong{    border: 1px solid #dcdcdc;
    -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;}
.hudong .tit span {
    display: inline-block;
    width: 50%;
    text-align: center;
    background: #e5e5e5;
    float: left;
    margin-bottom: 10px;
    padding: 3px 0;
}
.online {
    width: 71.5%;
    float: left;
    border: 1px solid #dcdcdc;
    -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
}

.online-search {
    margin-top: 15px;
    margin-bottom: 8px;
}

.online-search input {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 8px 10px;
    width: 210px;
}

.online-search .btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d2d2d2));
    background: -webkit-linear-gradient(#ffffff, #d2d2d2);
    background: -moz-linear-gradient(#ffffff, #d2d2d2);
    background: -o-linear-gradient(#ffffff, #d2d2d2);
    background: linear-gradient(#ffffff, #d2d2d2);
    background: #d2d2d2\9;
    border: 1px solid #ccc;
    outline: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 6px 15px;
    margin-left: 10px;
	width: 60px;
}

.online-con>a {
    width: 85px;
    height: 69px;
    color: #333;
    border: 1px solid #333;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    display: inline-block;
    text-align: center;
    margin:5px 7px;
    font-size: 12px;
    -webkit-box-shadow: 0 0 3px #333;
            box-shadow: 0 0 3px #333;
    text-decoration: none;
}
.online-con>a i{
    width: 38px;
    height: 35px;
    background: url(../images/img4.jpg?v=fe59481a) no-repeat center;
    background-size: contain;
    display: block;
    margin: 7px auto 3px;
}
.online-con>a .icon1{width:26px;height: 35px;}
.online-con>a .icon2{width: 35px;height: 35px;}
.online-con>a .icon3{width: 32px;height: 35px;}
.online-con>a .icon4{width: 35px;height: 35px;}
.online-con>a .icon5{width: 23px;height: 35px;}
.online-con a{font-size:14px;}
.online-con a:hover{color:#F00}

.online-bd {
    padding:12px 15px 0;
    width: 45%;
}

.online-bd .online-con {
    padding: 6px 0;
}

.online-nav a {
    margin: 0 5px;
    margin: 0 4px\9;
    position: relative;
    padding: 2px 4px;
    cursor: pointer;
    text-decoration: none;
}

.online-nav a.active {
    color: #fff;
    background: #ea5300\9;
}

.online-nav a.active::before {
    content: '';
    background: #ea5300;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.online-nav a.active::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -25%;
    left: 39%;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #ea5300;
}


/*第二板块*/
.zhuangtiitem{
    position: relative;
}
.zhuangtiitem .pj-Carousel-active{
    bottom: 110%;
    right: -28px;
    margin-left: 0 !important;
    width: 100px;
}
.zhuangtiitem .pj-Carousel { width: 100%;overflow: hidden; position: relative; height: 130px;margin-top: 8px;}
.zhuangtiitem .pj-Carousel-box { height: 130px; position: absolute; top: 0; left: 0; }
.zhuangtiitem .pj-Carousel-item { float: left;}
.zhuangtiitem .pj-Carousel-color{
    -webkit-border-radius: 0;
            border-radius: 0;
    width: 15px;
    height: 5px;
    cursor: pointer;
}
.zhuangtiitem .pj-Carousel-item{
    background: no-repeat center;
    background-size: cover;
    height: 130px;
}
.intelligence,
.slideritem {
    position: relative;
    overflow: hidden;
    margin-top: 8px;
    width: 100%;
}
.slideritem ul {
    width: 200%;
}
.intelligence ul li .item {
    width: 100px;
    height: 130px;
    float: left;
    margin: 0 8px;
}
.slideritem ul li {
    width: 160px;
    height: 130px;
    float: left;
    margin: 0 7px;
}
.intelligence li .img,
.slideritem ul li .img {
    height: 80%;
    background: no-repeat center;
    background-size: cover;
    display: block;
}
.intelligence li .img{
    height: 100%;
    /*background-size: contain;*/
}
.slideritem ul li p{
    width: 100%;
    text-align: center;
    margin-top: 7px;
}
.slideritem span {
    position: absolute;
    bottom: 20%;
    left: 0;
    display: inline-block;
    width: 8px;
    height: 54px;
    cursor: pointer;
    z-index: 90;
    background: url(../images/per.jpg?v=67943c8c) no-repeat center;
    background-size: contain;
}

.slideritem .next {
    right: 0;
    left: auto;
    background-image: url(../images/next.jpg?v=cde450d0);
}
.user-login {
    border: 1px #ddd solid;
}
.tabbox.tab-hd {
    border-bottom: 2px solid #068ee9;
	background: #f4f4f4;
}
.tabbox.tab-hd .active{
    background: #068ee9;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
/*第一板块*/
.nav-box,
.box3,
.box1 {
    margin-bottom: 10px;
}

.box1 .bannerbox img {
    width: 100%;
    height: 100%;
}

.box1 .bannerbox {
    width:57%;
    float: left;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.box1 .bannercon {
    height: 300px;
    position: relative;
}

.box1 .bannercon .titel {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.48);
    padding:6px 10px 5px;
    font-size: 16px;
}
.box1 .bannercon p{
    width: 70%;
}
.box1 .bannercon .pj-Carousel-item{
    height: 300px;
    background: no-repeat center;
    background-size: cover;
    cursor: pointer;
}
.tab1 {
    width:40%;
    float: right;
}

.tab1 .tab-hd {
    border-bottom: 2px solid #068ee9;
}
.tab1 .tab-hd li.active {color: #fff;background-color:#068ee9; }
.zxft{background:url(../images/570226.png?v=39d9295b) top;background-repeat: no-repeat; }
.lxwm{background:url(../images/570931.png?v=04c69a64) top;background-repeat: no-repeat; }
.jbpt{background:url(../images/570933.png?v=79b53549) top;background-repeat: no-repeat; }

.sellink{float:left; width:100%;margin-top:5px;display:inline; height:54px;line-height:54px; text-align:center; background:url(../images/link_bg.jpg) no-repeat left top;}	 
.sellink select{width:178px;margin:16px 25px;}
.mmedia{float:left;text-align:center;color: #068ee9;border:1px solid #ccc;background-color:#ccc;width:100%}
