/*==============公共部分===============*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
   
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {
    border: 0
}

address,caption,cite,code,dfn,em,strong,th,var {
}

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: ''
}

abbr,acronym {
    border: 0
}

a {
    text-decoration: none;
}

ul,li {
    list-style: none;
}

body {
    font-family: "微软雅黑";
}

/*==============top部分===============*/

.top {
    height: auto;
    width: 100%;
    background: #f5f5f5;
}

.top .upper {
    width: 1200px;
    height: 35px;
    margin: 0px auto;
	color: #7b726e;
	font-size: 12px;
}
.top .upper marquee{line-height:35px;}
.top .upper ul {
    float: right;
    ;
}

.top .upper ul li {
    float: left;
    line-height: 35px;
    margin: auto 5px;
    color: #7b726e;
    font-size: 10px;
}

.top .upper ul li a {
    color: #7b726e;
    font-size: 10px;
    text-decoration: none;
}

.top .upper ul li a:hover {
    color: red;
}


/*==============header部分===============*/
.header {
    width: 100%;
    background: url(../Img/header_bg.png) repeat-x;
}

.header .header_main {
    width: 1200px;
    height: 170px;
    margin: auto;
    position: relative;
	background: url(../Img/header.png) no-repeat left center;
}


.header .header_main .header_search {
    background: white;
    width: 297px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
        float: right;
    position: relative;
    top: 125px;
    right: 0px;
}
.header .header_main .weather{float:right;height:30px;margin:10px 0 0 0;}

.header .header_main .header_search .searchword {
    float: left;
    border: none;
    outline: none;
    line-height: 30px;
    height: 30px;
	padding-left:20px;
    border-radius: 30px;
    width: 232px;
}

.header .header_main .header_search .searchon {
    border: none;
    width: 40px;
    height: 30px;
    outline: none;
    background: #dc2230 url(../Img/search.png) no-repeat 10px 8px;
    border-radius: 0px 50px 50px 0px;
}




.header .header_main .header_search #searchType{
    float: left;
    border: none;
    outline: none;
    line-height: 30px;
    height: 30px;
}


/*nav_main部分*/
.nav_main {
    width: 100%;
    height: 50px;
    background: #f2f2f2;
    border-top: 2px solid #dc2230;
}

/*nav_main导航主体部分*/
.nav_main .nav_list {
    width: 1200px;
    height: auto;
    margin: 0px auto;
}



.nav_main .nav_list  ul {
    overflow: visible;
    text-align: center;
    vertical-align: middle;

}

.nav_main .nav_list ul li {
    color: #6e6560;
    float: left;
    font-size: 16px;
    display: inline-block;
	width:130px;
	padding:5px 0;
	position:relative;

	
}


.nav_main .nav_list  ul li a {
    color: #dc2230;
	border-left:1px solid #fff;
	border-right:1px solid #ccc;
	display:inline-block;
	width:100%;
	

}
.nav_main .nav_list  ul li span{
	position:absolute;
	width:100%;
	top:50px;
	left:0;
	z-index:443434343;
	background-color:#f2f2f2;
	display:none;
	}
.nav_main .nav_list ul li:hover{
	background-color:#ccc;
	}	
	
.nav_main .nav_list ul li:hover a:first-child{
	border:none;
	}	
.nav_main .nav_list ul li:hover span	{
	display:inline-block;
	}
.nav_main .nav_list  ul li span a {
    color: #666;
	border:none;
	font-size:14px;
	padding:15px 0;
	background:url(../Img/dot_gray.png) no-repeat 12px center;
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
	
}

.nav_main .nav_list  ul li span a:hover{
	color:#dc2230;
	background:url(../Img/dot_red.png) no-repeat 12px center;
	background-color:#ddd;
	}


.nav_main .nav_list  ul li:first-child a:first-child{
	border-left:none;
	}
.nav_main .nav_list  ul li:last-child a:first-child{
	border-right:none;
	}

.nav_main .nav_list  ul li a img{
	vertical-align:middle;
}

.nav_main .nav_list .nav_img {
    overflow: hidden;
}

.nav_main .nav_list  img {
    width: 40px;
    height: 40px;
}





.nav_main .nav_list ul ul span {
    display: s;
    color: #dc2230;
}

.nav_main .nav_list ul ul span a{
	border:none;
	}


/*main部分*/

.main {
    width: 1200px;
    margin: 0px auto auto auto;
    overflow: hidden;
    background-color:#fff;
    padding:10px;
}

.main .part {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.main .part .part_left {
    height: 350px;
    width: 625px;
    float: left;
}

/*焦点图*/
.focus {
    position: relative;
    width: 625px;
    height: 350px;
    background-color: #000;
    float: left;
}

.focus img {
    width: 625px;
    height: 350px;
}

.focus .shadow .title {
    width: 340px;
    height: 65px;
    padding-left: 30px;
    padding-top: 20px;
}

.focus .shadow .title a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    overflow: hidden;
}

.focus .btn {
    position: absolute;
    bottom: 34px;
    left: 590px;
    overflow: hidden;
    zoom: 1;
}

.focus .btn a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .btn a:hover,.focus .btn a.current {
    cursor: pointer;
    background: #fc114a;
}

.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 0;
    height: 80px;
    line-height: 80px;
    background: rgba(0,0,0,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
    display: block;
    text-align: left;
    display: block;
}

.focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    overflow: hidden;
    margin-left: 10px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000;
    height: 350px;
}

.focus .fcon img {
    display: block;
    width: 625px;
    height: 350px;
}

.focus .fbg {
    bottom: 25px;
    right: 40px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.focus .fbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px
}

.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .D1fBt .current,.focus .D1fBt a:hover {
    background: #fc114a;
}

.focus .D1fBt img {
    display: none
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}

.focus .prev,.focus .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../Img/focus.png) no-repeat;
}

.focus .prev {
    top: 50%;
    margin-top: -37px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}

.focus .next {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}

.focus .prev:hover {
    background-position: 0 0;
}

.focus .next:hover {
    background-position: -40px 0;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 558px;
    height: 350px;
    display: block;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.main .part .part_right {
    height: auto;
    width: 550px;
    float: right;
    overflow: hidden;
}

.main .part .part_right .new {
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    height: auto;
    line-height: 32px;
}

.main .part .part_right .new h2 {
    float: left;
}

.main .part .part_right .new h2 a {
    height: auto;
    line-height: 32px;
    width: 100px;
    text-align: center;
    border-bottom: 2px solid #e51928;
    color: #e51928;
    display: block;
}

.main .part .part_right .new span {
    float: right;
}

.main .part .part_right .new span a {
    font-size: 10px;
    height: 30px;
    line-height: 35px;
    text-align: center;
    color: #727375;
    display: block;
}

.main .part .part_right p {
    display: block;
}

.main .part .part_right p:nth-child(2) {
    text-align: center;
    padding: 10px 2px;
}

.main .part .part_right p:nth-child(2) a {
    color: #e51928;
    font-size: 16px
}

.main .part .part_right p:nth-child(3) {
    color: #727375;
    text-align: center;
    padding: 0px 10px;
    text-indent: 10px;
    border-bottom: 1px  dotted #cacaca;
    text-align: justify;
    font-size: 14px;
	padding-bottom:10px;
}

.main .part .part_right p:nth-child(3) span a {
    color: #dc2230
}

.main .part .part_right ul {
    width: 545px;
    margin: 10px 0px;
    clear: both;
}

.main .part .part_right ul li {
    overflow: hidden;
    line-height: 28px;
    padding: 0px 5px 0px 15px;
    color: #434343;
    background: url(../Img/li_dian.png) no-repeat 6px 17px;
}

.main .part .part_right ul li .csstitle {
    float: left;
    width: 435px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main .part .part_right ul li .csstitle a {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.main .part .part_right ul li .csstitle i {
    display: inline-block;
    width: 25px;
    height: 11px;
    background: url(../Img/new.png) no-repeat 1px 2px;
}

.main .part .part_right ul li .csstime {
    width: 55px;
    color: #999999;
    float: right;
    font-size: 12px;
}

.main .hot .hot_right .part_nav {
    background: url(../Img/shop.png) no-repeat top right;
    width: 337px;
    height: 66px;
    text-align: center;
    margin: 1px auto;
    position: relative;
}

.main .hot .hot_right .part_nav .mainMenu  a {
    display: inline-block;
    height: 50px;
	width:100%;
    line-height: 20px;
    position: relative;
}
.main .hot .hot_right .part_nav2 {
    background: url(../Img/part_nav2.png) no-repeat top right;
    width: 337px;
    height: 66px;
    text-align: center;
    margin: 1px auto;
    position: relative;
}
.main .hot .hot_right .part_nav2 .subMenu{
	text-align:center;
	width:90%;
	padding:13px 0;
}
.main .hot .hot_right .part_nav2 .subMenu a{
	color:#fff;
	padding:0 8px;
	line-height:26px;
}
.main .hot .hot_right .part_nav2 .subMenu a:hover{
	color:red;
}

/*==============hot部分===============*/
.main .hot {
    height: auto;
    overflow: hidden;
    width: 1200px;
    margin: 0px auto;
	margin-top:20px;
}
/*==============hot_left部分===============*/
.main .hot .hot_left {
    width: 240px;
    float: left;
}

.main .hot .hot_left h2 {
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: white;
    background: #e51928;
    background: #e51928 url(../Img/2016.png) no-repeat 20px 6px;
    font-family: "微软雅黑";
    width: 235px;
}

.main .hot .hot_left ul {
    padding: 5px 0px;
    text-align: center;
    width: 235px;
    background: url(../Img/plan.png) no-repeat top right;
    position: relative;
    background-size: contain;
}

.main .hot .hot_left ul li {
    margin: 0px 0px 8px 0px;
    background: url(../Img/list.png) no-repeat 44px 7px;
    position: relative;
}

.main .hot .hot_left ul li a {
    color: #000000;
    font-family: "微软雅黑";
    font-size: 14px;
}

.main .hot .hot_left .img_nav {
    display: block;
    margin-top: 15px;
    text-align: center;
}

.main .hot .hot_left .publics {
}

.main .hot .hot_left .publics h3 {
    height: 38px;
    line-height: 38px;
    width: 240px;
    border-bottom: 1px solid #dadada;
}

.main .hot .hot_left .publics h3  span {
    display: block;
    height: 38px;
    line-height: 38px;
    width: 95px;
    text-align: center;
    border-bottom: 2px solid #e51928;
    color: #e51928;
}

.main .hot .hot_left .publics .publics_list {
    background: none;
    overflow: hidden;
    margin-top: 8px;
}

.main .hot .hot_left .publics .publics_list li {
    overflow: hidden;
    margin: 0px 3px;
    display: block;
    width: 106px;
    height: 75px;
    background-size: contain;
    text-align: center;
    background: none!important;
	float:left;
}

.main .hot .hot_left .publics .publics_list .left {
    float: left;
}

.main .hot .hot_left .publics .publics_list .right {
    float: right;
}

.main .hot .hot_left .publics .publics_list li a {
    overflow: hidden;
    display: block;
    width: 106px;
    height: 101px;
    float: left;
    text-align: left;
    margin-top: 1px;
    padding-top: 1px;
    position: relative;
}

.main .hot .hot_left .hudong .publics_list li {
    overflow: hidden;
    margin: 0px 3px;
    display: block;
    width: 106px;
    height: 103px;
    background-size: contain;
    text-align: center;
    background: none!important;
	float:left;
}

.main .hot .hot_left .hudong .publics_list li a {
    overflow: hidden;
    display: block;
    width: 106px;
    height: 101px;
    float: left;
    text-align: center;
    margin-top: 1px;
    padding-top: 1px;
    position: relative;
}

.main .hot .hot_left .hudong .publics_list li a em {
    position: relative;
    top: 73px;
    left: auto;
    font-size: 14px;
}

.main .hot .hot_left .hudong .publics_list li a:hover em {
    color: white;
}

.main .hot .hot_left .hudong .publics_list li:nth-child(1) a {
    background: url(../Img/list1_out.png) no-repeat top left;
}

.main .hot .hot_left .hudong .publics_list li:nth-child(1) a:hover {
    background: url(../Img/list1.png) no-repeat top left;
}

.main .hot .hot_left .hudong .publics_list li:nth-child(2) a {
    background: url(../Img/list2.png) no-repeat top left;
}

.main .hot .hot_left .hudong .publics_list li:nth-child(2) a:hover {
    background: url(../Img/list2_out.png) no-repeat top left;
}

/*hot_center部分*/
.main .hot .hot_center {

    width: 930px;
    float: right;
	overflow:hidden;
	
}

.main .hot .hot_center .content {
    width: 445px;
	height:245px;
	float:left;
}

.main .hot .hot_center .content_adv {
    width: 920px;
	height:150px;
}

.main .hot .hot_center .content_adv img{
	width:100%;
	height:120px;
	}



.main .hot .hot_center .content:nth-child(2),.main .hot .hot_center .content:nth-child(5),.main .hot .hot_center .content:nth-child(7) {
   
   float:right;
   
}

.main .hot .hot_center .content .center_title {
    height: 37px;
    line-height: 35px;
}

.main .hot .hot_center .content .center_title h2 {
    float: left;
}

.main .hot .hot_center .content .center_title h2 a {
    color: #e51928;
    display: block;
    border-top: 2px solid #e51928;
    width: 130px;
    text-align: center;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.main .hot .hot_center .content .center_title span {
    float: left;
    border-bottom: 1px solid #dadada;
    width: 303px;
	margin-top:1px;
}

.main .hot .hot_center .content .center_title span a {
    float: right;
    color: #333333;
    font-size: 14px;
}

.main .hot .hot_center .content .content_list {
    margin-top: 10px;
    clear: both;
}

.main .hot .hot_center .content .content_list ul {
    width: 100%;
    margin: 10px 0px;
}

.main .hot .hot_center .content .content_list ul li {
    line-height: 30px;
    padding: 0px 5px 0px 15px;
    color: #434343;
    background: url(../Img/li_dian.png) no-repeat 6px 18px;
    overflow: hidden;
}
.main .hot .hot_center .content .content_list ul li .csstitle {
    float: left;
    width: 355px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main .hot .hot_center .content .content_list ul li .csstitle a {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.main .hot .hot_center .content .content_list ul li .csstitle i {
    display: inline-block;
    width: 25px;
    height: 18px;
    background: url(../Img/new.png) no-repeat 1px 2px;
}

.main .hot .hot_center .content .content_list ul li .csstime {
    width: 55px;
    color: #999999;
    float: right;
    font-size: 12px;
}

.main .hot .hot_center .img_link {
    text-align: center;
    display: block;
    overflow: hidden;
    margin-top: 8px;
}

/*==============hot_right部分===============*/
.main .hot .hot_right {
    height: auto;
    overflow: hidden;
    width: 340px;
    float: right;
}

.main .hot .hot_right .publics {
    margin-bottom: 14px;
}

.main .hot .hot_right .publics h3 {
    height: 38px;
    line-height: 38px;
    width: 345px;
    border-bottom: 1px solid #dadada;
}

.main .hot .hot_right .publics h3  span {
    display: block;
    height: 38px;
    line-height: 38px;
    width: 95px;
    text-align: center;
    border-bottom: 2px solid #e51928;
    color: #e51928;
}

.main .hot .hot_right .publics .publics_list {
    background: none;
    height: 73px;
    margin-top: 10px;
}

.main .hot .hot_right .publics .publics_list li:nth-child(1) {
    margin: 0px!important;
}

.main .hot .hot_right .publics .publics_list li {
    overflow: hidden;
    margin: 0px 0px 0px 17px;
    display: block;
    width: 72px;
    height: 73px;
    float: left;
    text-align: center;
    background: none!important;
}



.main .hot .hot_left .publics .publics_list li a em {
    position: relative;
    top: 48px;
    left: auto;
	padding-left:28px;
    font-size: 14px;
}

.main .hot .hot_left .publics .publics_list li .tissue_1 {
    background: url(../Img/list3.png) no-repeat top center;
}

.main .hot .hot_left .publics .publics_list li .tissue_2 {
    background: url(../Img/list4_out.png) no-repeat top center;
}

.main .hot .hot_left .publics .publics_list li .tissue_3 {
    background: url(../Img/list5_out.png) no-repeat top center;
}

.main .hot .hot_left .publics .publics_list li .tissue_4 {
    background: url(../Img/list6_out.png) no-repeat top center;
}

.main .hot .hot_left .publics .publics_list li .tissue_1:hover {
    background: url(../Img/list3_out.png) no-repeat top center;
}

.main .hot .hot_left .publics .publics_list li .tissue_2:hover {
    background: url(../Img/list4.png) no-repeat top center;
}

.main .hot .hot_left .publics .publics_list li .tissue_3:hover {
    background: url(../Img/list5.png) no-repeat top center;
}

.main .hot .hot_left .publics .publics_list li .tissue_4:hover {
    background: url(../Img/list6.png) no-repeat top center;
}

.main .hot .hot_right .publics .publics_list li a em {
    position: relative;
    font-size: 14px;
    top: 46px;
    left: auto;
    color: #000000;
}

.main .hot .hot_right .publics .publics_list li a:hover {
    background: url(../Img/in_1.png) no-repeat top left;
}

.main .hot .hot_right .publics .publics_list li a:hover em {
    color: white;
}

.main .hot .hot_right .guide_nav {
    width: 334px;
    margin: 1px auto;
    background: linear-gradient(#fceaeb, white);
    border: 1px solid #dddddd;
}

.main .hot .hot_right .guide_nav h2 {
    width: 320px;
    height: 45px;
    line-height: 45px;
    margin: 1px auto;
    background: url(../Img/list.png) no-repeat 0px 18px;
    text-indent: 22px;
}

.main .hot .hot_right .guide_nav ul {
    padding: 6px;
    overflow: hidden;
}

.main .hot .hot_right .guide_nav ul li {
    height: 40px;
    line-height: 40px;
    width: 143px;
    text-align: center;
    text-indent: 30px;
    display: inline-block;
    margin: 4px 0px 4px 14px;
}

.main .hot .hot_right .guide_nav ul li:nth-child(1) {
    background: #f3f3f3 url(../Img/index1.png) no-repeat 0px 2px;
}

.main .hot .hot_right .guide_nav ul li:nth-child(2) {
    background: #f3f3f3 url(../Img/index2.png) no-repeat 0px 2px;
}

.main .hot .hot_right .guide_nav ul li:nth-child(3) {
    background: #f3f3f3 url(../Img/index3.png) no-repeat 0px 2px;
}

.main .hot .hot_right .guide_nav ul li:nth-child(4) {
    background: #f3f3f3 url(../Img/index4.png) no-repeat 0px 2px;
}

.main .hot .hot_right .guide_nav ul li:nth-child(5) {
    background: #f3f3f3 url(../Img/index5.png) no-repeat 0px 2px;
}
.main .hot .hot_right .guide_nav ul li:nth-child(6) {
    background: #f3f3f3 url(../Img/index6.png) no-repeat 0px 2px;
}



.main .hot .hot_right .guide_nav ul li a {
    font-size: 13px;
    color: #000000;
}

.main .hot .hot_right .survey {
    margin-top: 12px;
    border: 1px solid #dddddd;
}

.main .hot .hot_right .survey h4 {
    border-radius: 4px;
    padding: 6px 10px;
    background: #e51928;
    color: white;
}

.main .hot .hot_right .survey h4 span {
    float: right;
    display: inline-block;
    font-size: 14px;
}

.main .hot .hot_right .survey h4 span a {
    color: white;
}

.main .hot .hot_right .survey p {
    width: 100%;
    text-align: center;
    padding: 4px 0px;
}

.main .hot .hot_right .survey .need {
    margin: 0px 34px;
    overflow: hidden;
}

.main .hot .hot_right .survey .need li {
    float: left;
    font-size: 12px;
    margin: 3px 4px;
}

.main .hot .hot_right .survey .need li:last-child {
    float: left;
    font-size: 12px;
    margin: 3px 30px;
}

.main .hot .hot_right .survey .need li input[type='checkbox'] {
    margin-right: 4px;
    margin-top: 1px;
}

.main .hot .hot_right .see {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 4px auto;
}

/*各网站导航部分*/
.main .notice {
    margin: 22px auto 0px auto;
    overflow: hidden;
}

.main .notice-tit {
    height: 35px;
    width: 1200px;
    position: relative;
    text-align: center;
    margin: 0px auto;
    border-bottom: 1px solid #e51928;
}

.main .notice-con {
    overflow: hidden;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
	padding:10px 0;
}

.main .byimg li{
	width:123px;
	display:inline-block;
	float:left;
	padding:5px;
	} 
.main .byimg li:nth-child(9),.main .byimg li:nth-child(18),.main .byimg li:nth-child(27) {
    padding-right:0px!important;
}
	
	
.main .byimg li img{
	width:100%;
	height:60px;
	}

.main .notice-tit ul {
    position: absolute;
    width: 1200px;
    text-align: center;
}

.main .notice-tit li:nth-child(1) {
    margin: 0px!important;
}

.main .notice-tit li:nth-child(5) {
    margin: 0px!important;
}

.main .notice-tit li {
    float: left;
    width: auto;
    text-align: center;
    height: 35px;
    margin: 0px 25px;
    line-height: 40px;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
    overflow: hidden;
    background: #FFF;
    padding: 0 15px;
    background: #f3f3f3;
}

.main .notice-tit li.href {
    background: #e51928;
    border-bottom-color: #FFF;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 0 20px;
	color:#fff;
}

.main .notice-tit li.href a {
    color: white!important;
}

.main .notice li a:link,.notice li a:visited {
    text-decoration: none;
    color: #000;
}

.main .notice li a:hover {
    color: #F90;
}

.main .notice-con .mod {
    margin: 0px 6px;
    overflow-x: hidden;
    overflow-y: auto;
}

.notice-con .mod ul li {
    float: left;
    width: 157px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
    margin: 5px 12px;
}

.notice-con .mod ul li a {
    color: #4f4f4f;
    font-size: 12px;
}


/*==============guide部分===============*/
.main .guide {
    width: 1200px;
    height: auto;
    margin: 0px auto;
}

.main .guide ul {
    overflow: hidden;
}

.main .guide ul li {
    float: left;
    width: 16.66%;
}
.main .guide ul li img{width:95%;}

.footer {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 8px auto 20px auto;
}

.footer .foot_bg {
    width: 100%;
    height: 4px;
    background: url(../Img/foot_bg.png) repeat-x top left;
}

.footer .foot_list {
    width: 1200px;
    overflow: hidden;
    display: block;
    text-align: center;
	margin:0 auto;
	position:relative;
	height:120px;
}


.footer .foot_list .logo{
	position:absolute;
	top:30px;
	left:250px;
	line-height:25px;
	overflow:visible;
	}
	
.footer .foot_list .text{
	left:500px;
	text-align:left;
	top:20px;
	}	
	
.footer .foot_list .logo a{
	display:inline-block;
	float:left;
	height:auto;
	line-height:25px;
	width:60px;
	text-align:center;
	font-size:14px;
	color:#666;
	overflow:visible;
	margin-right:50px;
	}	



.footer .foot_list p {
    margin: 0px auto;
    font-size: 14px;
}


/*两边的照片的设置*/
.weixin_img {
    background: #f7f7f7;
    width: 90px;
    border: 1px solid #cecece;
    top: 380px;
    margin-left: 91%;
    position: fixed;
    float: right;
}

.weixin_img p {
    text-align: center;
    padding: 4px 0px;
    color: #d10200;
    border-bottom: 1px solid #cecece;
}

.weixin_img img {
    margin-top: 5px;
    display: block;
    text-align: center;
    margin: 10px auto auto auto;
}

.weixin_img b {
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    padding: 1px 0px;
}

.weixin_img span {
    display: block;
    padding: 3px 9px;
    text-align: justify;
    font-size: 12px;
}

.office_img {
    position: fixed;
    top: 200px;
    margin-left: 10px;
    margin-top: 0%;
    z-index: 1;
}

.office_img img {
    display: table;
    z-index: 1000;
}




/*政务公开*/
.foot_affiar {
    margin-top: 20px!important;
}

.affair {
    margin-top: 10px!important;
}

.left_public {
    border: 1px solid #e8e8e8;
    width: 870px;
    float: right;
    padding-bottom: 20px;
}

.left_public .open_list {
    width: 870px;
    margin: auto;
    margin-top: 12px;
}

.left_public .open_list .open_title {
    width: 100%;
    border-bottom: 2px solid #dc2230;
}

.left_public .open_list .open_title h4 {
    display: inline-block;
    line-height: 30px;
    padding: 0px 22px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background: #dc2230;
    color: white;
}

.left_public .open_list .open_title span {
    float: right;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
}

.left_public .open_list .open_title span a {
    color: #dc2230;
}

.left_public .open_list ul {
    width: 100%;
    margin: 10px 0px;
}

.left_public .open_list ul li {
    line-height: 30px;
    padding: 2px 5px 2px 15px;
    color: #434343;
    background: url(../Img/li_dian.png) no-repeat 6px 18px;
    border-bottom: 1px dashed rgb(232, 232, 232);
    overflow: hidden;
}

.left_public .open_list ul li .csstitle {
    float: left;
    width: 628px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.left_public .open_list ul li .cssTime{
	color:gray;
	font-size:12px;
}
.left_public .open_list ul li .title a{
	color: black;
	font-weight:bold;
	
}
.left_public .open_list ul li .csstitle a {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.left_public .open_list ul li .csstitle i {
    display: inline-block;
    width: 25px;
    height: 18px;
    background: url(../Img/new.png) no-repeat 1px 2px;
}

.left_public .open_list ul li .csstime {
    width: 75px;
    color: #999999;
    float: right;
    font-size: 12px;
}

.right_public {
    width: 295px;
    float: left;
}

.right_public .right_list {
    padding-bottom: 12px;
}

.right_public .right_list .right_title {
    border-bottom: 2px solid #dc222f;
}

.right_public .right_list .right_title h4 {
    display: inline-block;
    text-indent: 25px;
    padding: 5px 0px;
    background: url(../Img/right_h.png) no-repeat 0px 6px;
    color: #de2230;
}

.right_public .right_list .right_title span {
    display: inline-block;
    float: right;
    padding: 2px 12px;
}

.right_public .right_list .right_title span a {
    color: #b1b1b3;
    font-size: 10px;
}

.right_public .right_list .right_title span a:hover {
    color: #de2230;
}

.right_public .right_list ul {
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 15px 0px;
}

.right_public .right_list ul li {
    padding: 6px 16px;
   /* background: url(../Img/right_li.png) no-repeat 7px 10px;*/
    border-bottom: 1px dashed #e8e8e8;
    width: 90%;
    margin: auto;
}

.right_public .right_list ul li a {
    color: #434343;
    font-size: 14px;
}

.submenu {
    display: none;
}

.right_public .publics {
    margin-bottom: 14px;
}

.right_public .publics h3 {
    height: 38px;
    line-height: 38px;
    width: 295px;
    border-bottom: 1px solid #dadada;
}

.right_public .publics h3  span {
    display: block;
    height: 38px;
    line-height: 38px;
    width: 95px;
    text-align: center;
    border-bottom: 2px solid #e51928;
    color: #e51928;
}

.right_public .publics .publics_list {
    background: none;
    height: 73px;
    margin-top: 10px;
}

.right_public .publics .publics_list li {
    overflow: hidden;
    margin: 0px 3px;
    display: block;
    width: 65px;
    height: 65px;
    float: left;
    text-align: center;
    background: none!important;
    border: 1px solid #bcdbef;
}

.right_public .publics .publics_list li a {
    overflow: hidden;
    display: block;
    width: 65px;
    height: 65px;
    float: left;
    text-align: center;
    padding-top: 1px;
    position: relative;
    background-size: cover;
}

.right_public .publics .publics_list li .tissue_1 {
    background: url(../Img/list3.png) no-repeat top left;
}

.right_public .publics .publics_list li .tissue_2 {
    background: url(../Img/list4_out.png) no-repeat top left;
}

.right_public .publics .publics_list li .tissue_3 {
    background: url(../Img/list5_out.png) no-repeat top left;
}

.right_public .publics .publics_list li .tissue_4 {
    background: url(../Img/list6_out.png) no-repeat top left;
}

.right_public .publics .publics_list li .tissue_1:hover {
    background: url(../Img/list3_out.png) no-repeat top left;
}

.right_public .publics .publics_list li .tissue_2:hover {
    background: url(../Img/list4.png) no-repeat top left;
}

.right_public .publics .publics_list li .tissue_3:hover {
    background: url(../Img/list5.png) no-repeat top left;
}

.right_public .publics .publics_list li .tissue_4:hover {
    background: url(../Img/list6.png) no-repeat top left;
}

.right_public .publics .publics_list li a em {
    position: relative;
    font-size: 12px;
    top: 42px;
    left: 4px;
    color: #000000;
}




.hot_left .publics .publics_list li a:hover em {
    color: white;
}

.location {
    width: 1200px;
    margin: 0px auto;
    line-height: 30px;
    font-size: 12px;
    text-indent: 20px;
    background: url(../Img/home.png) no-repeat 3px 10px;
}

.location p a {
    color: black;
}

.location p a:hover {
    color: red;
}

/*翻页样式*/
.page {
    text-align: center;
    margin-top: 10px;
}

.page a,.page span {
    color: black;
    padding: 2px 6px;
    border: 1px solid #ddd;
    font-size: 12px;
	margin-right:5px;
}

.page span.current{
	background:#f60;
	color:#fff;
	border:1px solid #f60;
	}

.page a:hover {
    background: red;
    color: white;
}


/*科技计划*/

.planed {
    margin: auto;
}

.planed h4 {
    font-weight: bold;
    text-align: center;
}

.planed h1 {
    text-align: center;
    padding: 20px 20px 10px 20px;
    color: #c00;
    font-size: 24px;
    display: block;
    font-style: normal;
	line-height:30px;
}
.planed .content{
    line-height: 200%;
	padding-top:10px;
}
.planed p {
   /* text-align: justify;
    text-indent: 3em;*/
}

.planed h3 {
    font-weight: bold;
    margin: 8px auto;
}

.planed {
    line-height: 25px;
    padding: 10px 20px;
    overflow: hidden;
}
.planed .posttime{
	text-align:center;
	color:#aaa;
    border-bottom: 1px solid #ddd;
	padding-bottom:20px;
}

 .aboutnews {
    padding: 20px 30px 20px 30px;
	border-top:1px dashed #999;
}


.aboutnews h3 {
    color: #000;
    font-size: 14px;
    margin: 0 0 10px 0;
	font-weight:bold;
}

.aboutnews li {
    line-height: 25px;
    color: #999;
}

.aboutnews li a {
    color: #333;
	font-size:14px;
}

.aboutnews li a:hover{
	color:red}


.txt{border-top:1px #ddd solid;border-bottom:1px #ddd solid;padding:20px 20px 20px 20px;font-size:14px;line-height:25px;color:#000;}
.txt a{color:#c00;}
.txt a:hover{color:#f00;}
.txt p{text-indent: 2em;}
.txt img{max-width:600px;}


/*科技服务*/


.lilink{
	background:none!important;
	border: none!important;
}
.link {
    background: url(../Img/on.png) no-repeat 14px 6px;
}

.open .link {
    background: url(../Img/off.png) no-repeat 14px 6px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.planed table tbody tr td strong {
    font-weight: bold;
    padding: 15px 0px;
    display: block;
}

.planed table tbody tr td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 8px 2px;
    font-size: 12px;
}
.click{text-align:center;}
.side1{
	float:right!important;
}
.side2{
	float:left!important;
}



.left_tree ul{
	padding:0px!important;
}




.leftbg1{
	background:none!important;
}

.leftbg1 a{
	
	font-weight:bold;
	color:#dd222e!important;
}

.leftbg2{
	background:none!important;
}


.leftbg3{
	background:url(../Img/dot7.gif) no-repeat 30px 14px!important;
	text-indent:20px;
}

/*科技服务指南*/

.leftmenu{width:auto;height:auto;overflow:hidden;margin:2px 2px 0 2px;}
.leftmenu ul{padding:0;margin:0; list-style:none;}
.leftmenu li{ line-height:26px; 
 display:block;
margin:0 0 2px 0;
color:#C00;
font-weight:700;
font-size:13px;
}
.leftmenu li span{
	background-image: url(../Img/dot3.gif);
        background-repeat: no-repeat;
        background-position: -3px -3px;	
	padding:0 0 0 20px;
	background-color:#eee; 
	cursor:pointer;
	width:auto;height:26px;overflow:hidden;color:#cc0000; display:block;
}
.leftmenu li span.M,
.leftmenu li a.m
{background-image: url();
         background-color:#fff; 
	cursor:pointer;
color:#000;
font-weight:normal; 
border-bottom:1px dashed #ccc;
padding:0 0 0 30px;
}
.leftmenu li span.M{
background:url(../Img/dot+.gif) 5px -3px no-repeat;}
.leftmenu li a.m{
background:url(../Img/dot4.gif) 5px -3px no-repeat;}

.leftmenu li a{
	padding:0 0 0 20px;
	margin:0;color:#cc0000;
	 text-decoration:none;background-color:#eeeeee; 
	 cursor:pointer;
	 width:auto;height:25px;overflow:hidden; display:block;
	 
	 background-image: url(../Img/dot3.gif);
background-repeat: no-repeat;
background-position: -3px -3px;}


.leftmenu li ul{padding:0;margin:0;height:auto; width:auto; overflow:hidden;}
.leftmenu li ul li{margin:0;line-height:26px;height:26px;border-bottom:1px dashed #ccc;width:250px;overflow:hidden; }
.leftmenu li ul li a,
.leftmenu li ul li span
{color:#000;background-color:#fff;padding:0 0 0 20px; font-weight:normal; background-image: url() }
.leftmenu li ul li.k a{color:#666;padding:0 0 0 40px; font-weight:normal; display:block;background:url(../Img/dot0.gif) 30px 10px no-repeat #fff;}

.leftmenu li ul li a:hover,
.leftmenu li a:hover{color:#ff0000; 
}
.column .que_title{
    border-top: 1px solid #0068b7;
    height: 54px;
    background: #eee;
    line-height: 54px;
}
.column .que_title h2{	
    font-size: 16px;
    font-weight: normal;
    color: #dc2230;
    padding-left: 20px;
}

.column .que_list ul li{
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    vertical-align: top;
}


.column .que_list ul li a{
	white-space:nowrap; 
    float: left;
    text-indent: 8px;
    color: #535353;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.column .que_list ul li a:nth-child(1){
	width: 290px;
}


.column .que_list ul li a:hover{
	color:#0068b7;
}

.column .que_list ul li span{
	 float: right;
    font-size: 12px;
    color: #959595;
}
.column .que_list ul li .join{
    background: none;
    text-indent: 0px;
    float: right;
    margin-left: 5px;
}


.column{
	margin: 0px auto;
	width: 728px!important;
	padding: 20px;
    background-color: #FFFFFF;
}

.column h3{
	font-weight: bold;
	margin-bottom: 10px;
	font-family:"SimSun";
}

.vote_list p{
	font-family:"SimSun";
	font-weight: bold;
	color: #2881c7;
	width: 100%;
	background: #e5f1fb;
	/*line-height: 100%;*/
	margin: 4px auto;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
}
.vote_list ul li{
	padding: 6px 0px;
}

.vote_list ul li label{
	margin-left: 8px;
	font-size: 14px;
}

.vote_list ul li label input{
	margin-right: 8px;
}

.vote_sub{
	margin: auto;
	text-align: center;
}

.vote_sub input{
	padding: 6px;
	background: #2881c7;
	outline: none;
	border: none;
	border-radius: 4px;
	color: white;
	margin-right: 8px;
	font-size: 14px;
}


/*结果查询*/
.vote_list {
	clear: both;
	overflow: hidden;
}
.vote_list table{
	float: left;
}
.vote_list table tr td{
	padding: 3px 10px;
	font-size: 12px;
	display: table-cell;
	vertical-align:inherit ;
}

.vote_list table{
	padding:20px;
}

.vote_list table tr{
	padding: 2px 0px;
	display: table-row;
	vertical-align: inherit;
}


.chart_combo{
	float: right;
}
.ic_wrap_item a {
    float: left;
    color: #7b7b7b;
    display: block;
    font: 14px/30px arial;
    width: 20%;
}

.main .snMain{
	overflow: hidden;
	width: 100%;
}

.main .snMain .sum{
	width: 336px;
    float: left;
    border: 1px solid #d4d4d4;
    padding-top: 4px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 20px;
    display: block;
    overflow: hidden;
}

.main .snMain .sum:nth-child(2),
.main .snMain .sum:nth-child(3){
	margin-left: 18px;
}
.main .snMain .sum .sum_title{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 2px solid #e51928;
}
.main .snMain .sum .sum_title h2{
	height: 35px;
	line-height: 35px;
	float: left;
	color: white;
	background: #e51928;
	padding: 0px 4px;
	border-top-left-radius:2px ;
	border-top-right-radius: 2px;
	font-size: 14px;
}
.main .snMain .sum .sum_title span{
	display: block;
	float: right;
	height: 35px;
	line-height: 35px;
}
.main .snMain .sum .sum_title span a{
	display: block;
	width: 100%;
	color: #e51928;
	font-size: 12px;
}
.main .snMain ul{
	width: 100%;
}
.main .snMain ul li{
	display: block;
	overflow: hidden;
	width: 100%;
	background: url("http://statics.szkj.gov.cn/2016/li_dian.png") no-repeat 0px 17px;
}
.main .snMain ul li a{
	display: block;
	overflow: hidden;
	color:#444444;
	padding: 6px 0px;
	font-size: 14px;
} 
.main .snMain ul li .timer{
	float:right;
} 
.main .snMain ul li a em{
	display: inline-block;
    width: 25px;
    height: 11px;
    background:url(../Img/new.png) no-repeat 1px 2px;}
.main .snMain ul li a:hover{
	color: #444444;
}
.main .snMain ul li a span{
	display: block;
}
.main .snMain ul li a span:nth-child(1){
	float: left;
	width: 240px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	padding-left: 6px;
}
.main .snMain ul li a span:nth-child(2){
	float: right;
}

.snMain2{
	margin-top: 20px;
	float:left;
}
.snMain2 .sum .sum_title2 {
	background: #e51928!important;
}
.snMain2 .sum .sum_title2 h2{
}

.snMain2  ul li{
	display: block;
	overflow: hidden;
	height: 30px;
	
	margin-top: 10px;
}
.snMain2  ul li a{
	display: block;
	overflow: hidden;
	text-indent: 0px;
	padding: 0px!important;
}
.main .snMain2 ul li{background:none;}
.provbg1{background:#fff }
.provbg2{ background:#fff}
.provbg2 a{text-indent:30px!important;}
.provbg3{ background:#fff}
.provbg3 a{text-indent:60px!important;}
.citybg1{background:#fff}
.citybg2{ background:#fff}
.citybg2 a{text-indent:30px!important;}

.citybg3{ background:#fff}
.serbg{ background:#fff}






.kanwu{
margin:8px 0;
	line-height:30px;
	text-align:center;
	}
	
.kanwu a{
	color:#666;
	}	

.kanwu img{
	width:100%;
	height:325px;
	}
	
.adv_left img,.colun img{
	width:100%;
	height:65px;
	margin-bottom:8px;
	}	

.right_public .right_list ul.comu{
	overflow:hidden;
	padding:0;
	}
.right_public .right_list ul.comu li{
	border:none;
	text-indent:20px;
	background:url(../Img/dot4.gif) no-repeat 10px center;
	height:30px;
	line-height:30px;
	}
	
.right_public .right_list ul.comu li a{
	font-size:14px;
	}	

.right_public .right_list ul.comu li.now{
		background:url(../Img/dot3.gif) no-repeat 10px center;
		color:#f60;
		font-weight:bold;
		background-color:#FFF7F0;

	}

.right_public .right_list ul.comu li.now a{
	color:#f60;
	}
	
	
	
	
	
	
.left_public .picrow ul li{
float:left;
width:20%;
margin-right:1%;
border:1px solid #eaeaea;
padding:1%;
height:260px;
margin-bottom:30px;
text-align:center;
}	
	
.left_public .picrow ul li .csstime{
display:none;
}	

.left_public .picrow ul li .pic img{
width:95%;
height:220px;
}	
	
	
	
.left_public .picrow .page{
float:left;
width:100%;
}	
	
	
.left_public .picrow ul li .csstitle{
width:100%;
}	
	
	
.header_login{
	
	position:absolute;
	right:0;
	top:30px;
	font-size:12px;
	color:#000;
}	


.header_login a{
	color:#000;
}