﻿@charset "utf-8";

/* CSS Document */

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

.header {
    width: 100%;
    height: 170px;
    background: url(../images/headbg.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.wrap {
    min-height: 100%;
    position: relative;
}

.header .w1200 {
    margin-top: 55px;
    overflow: hidden;
}

.header .logo img {
    width: 600px;
    /*height: 70px;*/
}

.head_search {
    width: 278px;
    height: 38px;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.head_search input {
    border: 0;
    float: left;
    height: 38px;
    line-height: 38px;
    width: 209px;
    font-size: 14px;
}

.head_search input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.head_search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}

.head_search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
}

.head_search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 14px;
}

.head_search button {
    float: left;
    width: 59px;
    height: 38px;
    background: #00367e;
    border: 0;
}


/*导航*/

.nav {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background: #1e54a7;
}

.nav .w1200 {
    height: 50px;
    display: table;
}

.nav ul>li {
    /*float: left;
	width: 171px;*/
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    position: relative;
    display: table-cell;
}

.nav ul>li:last-child {
    background: none;
}

.nav ul>li a {
    display: block;
    color: #fff;
    font-size: 18px;
}

.nav ul li:hover,
.nav ul>li.current {
    background-color: #f0a200;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.nav ul>li .menu-nav {
    position: absolute;
    left: 0;
    top: 50px;
    background: rgba(0, 153, 68, 0.9);
    display: none;
    z-index: 999;
    width: 100%;
}

.nav ul>li .menu-nav ul li {
    display: block;
    width: 100%;
    line-height: 50px;
    background-image: none;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav ul>li .menu-nav ul li a {
    font-size: 16px;
}


/*面包屑*/

.BreadNav_box {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.BreadNav {
    width: 1120px;
    margin: 0 auto;
    font-size: 12px;
    color: #999999;
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
}

.BreadNav p {
    font-size: 14px;
    color: #666;
    line-height: 40px;
}

.BreadNav a {
    color: #999;
    font-size: 14px;
}


/*.BreadNav a.current {
	color: #1e54a7;
}*/

.BreadNav a:hover {
    color: #1e54a7;
}

.BreadNav span {
    margin: 0 5px;
}


/*轮播区域*/

.lunbo_slide {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.lunbo_slide .bd li img {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.lunbo_slide .num {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px;
}

.lunbo_slide .num ul {
    display: table;
    margin: 0 auto;
}

.lunbo_slide .num ul li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #1e54a7;
    margin-right: 10px;
    font-size: 0;
}

.lunbo_slide .num ul li.on {
    background: #f0a200;
}

.section {
    width: 100%;
    overflow: hidden;
}

.section .w1200 {
    overflow: hidden;
}


/*第一块区域*/

.section.page1 {
    margin: 20px 0 30px 0;
}

.section.page1 .slidelunbo {
    width: 620px;
    height: 380px;
    position: relative;
}

.section.page1 .slidelunbo .bd ul li {
    width: 620px;
    height: 380px;
    float: left;
    position: relative;
}

.section.page1 .slidelunbo .bd ul li img {
    width: 620px;
    height: 380px;
}

.section.page1 .slidelunbo .bd ul li .slide_black {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 280px;
    height: 130px;
    z-index: 999;
    background: rgba(0, 153, 68, 0.9);
}

.section.page1 .slidelunbo .bd ul li .slide_black h6 {
    font-size: 18px;
    color: #fff;
    margin: 26px 25px 0 30px;
    line-height: 30px;
}

.section.page1 .slidelunbo .num {
    position: absolute;
    right: 29px;
    bottom: 21px;
    z-index: 9999999;
}

.section.page1 .slidelunbo .num li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #dcdcdc;
    font-size: 0;
    margin-right: 6px;
}

.section.page1 .slidelunbo .num li:last-child {
    margin-right: 0;
}

.section.page1 .slidelunbo .num li.on {
    background: #efa000;
}

.section.page1 .news_slide {
    width: 560px;
    height: 380px;
    overflow: hidden;
    position: relative;
}

.section.page1 .news_slide .news_tab {
    width: 100%;
    height: 50px;
    background: #f6f6f6;
    position: relative;
}

.section.page1 .news_slide .news_tab li {
    float: left;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #666;
    text-align: center;
    cursor: pointer;
}

.section.page1 .news_slide .news_tab li.on {
    background: #1e54a7;
    color: #fff;
}

.section.page1 .news_slide .news_list {
    width: 100%;
}

.section.page1 .news_slide .news_tab .more {
    position: absolute;
    right: 20px;
    top: 0;
    color: #999;
    font-size: 14px;
}

.section.page1 .news_slide .news_list ul {
    margin-top: 15px;
}

.section.page1 .news_slide .news_list ul li {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 36px;
}

.section.page1 .news_slide .news_list ul li span {
    color: #999;
}

.section.page1 .news_slide .news_list ul li span.date {
    float: right;
}

.section.page1 .news_slide .news_list ul li a span {
    color: #999;
    margin-right: 10px;
}

.section.page1 .news_slide .news_list ul li a {
    color: #333;
}


/*第二块区域*/

.section.page2 {
    width: 100%;
    height: 210px;
    overflow: hidden;
    margin-bottom: 38px;
}

.quick_list li {
    float: left;
    width: 285px;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.quick_list li img {
    width: 285px;
    height: 100%;
}


/*.quick_list li:nth-child(1) {
	background: url(../images/bg1.jpg) no-repeat;
}
.quick_list li:nth-child(2) {
	background: url(../images/bg2.jpg) no-repeat;
}
.quick_list li:nth-child(3) {
	background: url(../images/bg3.jpg) no-repeat;
}
.quick_list li:nth-child(4) {
	background: url(../images/bg4.jpg) no-repeat;
}
.quick_list li:nth-child(5) {
	background: url(../images/bg5.jpg) no-repeat;
}
.quick_list li:nth-child(6) {
	background: url(../images/bg6.jpg) no-repeat;
}
.quick_list li:nth-child(7) {
	background: url(../images/bg7.jpg) no-repeat;
}
.quick_list li:nth-child(8) {
	background: url(../images/bg8.jpg) no-repeat;
}
.quick_list li a {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	display: block;
	padding-top: 30px;
	height: 70px;
}
.quick_img {
	width: 109px;
	text-align: center;
	float: left;
}
.quick_list li a .quick_text {
	width: 176px;
	float: left;
	text-align: left;
	color: #fff;
	margin-top: 5px;
}*/

.quick_list li:nth-child(4n+4) {
    margin-right: 0;
}


/*结果公示*/

.section.page3 .index_title {
    margin-bottom: 15px;
}

.index_title {
    width: 100%;
    overflow: hidden;
    background: url(../images/titbg.jpg) right bottom no-repeat;
    height: 30px;
}

.index_title h6 {
    font-size: 22px;
    color: #222;
    float: left;
}

.index_title .more {
    font-size: 14px;
    color: #999;
    float: right;
    line-height: 35px;
}

.index_title h6 span {
    color: #1e54a7;
}

.section.page3 .news_box {
    width: 100%;
    overflow: hidden;
}

.section.page3 .news_box .index_list {
    float: left;
    width: 381px;
    margin-right: 28px;
}

.section.page3 .news_box .index_list:last-child {
    margin-right: 0;
}

.section.page3 .news_box .index_list .list_title,
.sincerity_list .sincerity_list_box .list_title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.section.page3 .news_box .index_list .list_title h6,
.sincerity_list .sincerity_list_box .list_title h6 {
    position: relative;
    float: left;
    font-size: 18px;
    color: #1e54a7;
    background: url(../images/icon13_2.png) left center no-repeat;
    padding-left: 22px;
    border-bottom: 3px solid #1e54a7;
    line-height: 39px;
}

.section.page3 .news_box .index_list .list_title h6 .green,
.sincerity_list .sincerity_list_box .list_title h6 .green {
    position: absolute;
    left: 0;
    top: 27px;
    width: 148px;
    height: 3px;
    background: #1e54a7;
    display: block;
}

.section.page3 .news_box .index_list .list_title .more,
.sincerity_list .sincerity_list_box .list_title .more {
    font-size: 14px;
    color: #999;
    float: right;
    line-height: 32px;
}

.section.page3 .news_box .index_list ul li,
.sincerity_list .sincerity_list_box ul li {
    line-height: 45px;
    border-bottom: 1px dashed #e5e5e5;
}

.section.page3 .news_box .index_list ul li a,
.sincerity_list .sincerity_list_box ul li a {
    font-size: 16px;
    color: #333;
}

.section.page3 .news_box .index_list ul li .date,
.sincerity_list .sincerity_list_box ul li .date {
    font-size: 14px;
    color: #999;
    float: right;
}

.quick2_list {
    width: 100%;
    height: 80px;
    margin: 30px 0;
}

.quick2_list ul li {
    float: left;
    width: 380px;
    height: 80px;
    margin-right: 30px;
    font-size: 22px;
    text-align: center;
}

.quick2_list ul li:last-child {
    margin-right: 0;
}

.quick2_list ul li a {
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 80px;
}

.quick2_list ul li a img {
    margin-right: 40px;
}

.quick2_list ul li:nth-child(1) {
    background: #f07365;
}

.quick2_list ul li:nth-child(2) {
    background: #ebba12;
}

.quick2_list ul li:nth-child(3) {
    background: #22b201;
}


/*友情链接*/

.section.page4 {
    margin-bottom: 18px;
}

.section.page4 .index_title {
    margin-bottom: 20px;
}

.link_tab {
    width: 100%;
    height: 50px;
    background: #f6f6f6;
}

.link_tab li {
    float: left;
    width: 193px;
    height: 48px;
    border: 1px solid #eee;
    font-size: 18px;
    color: #333;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.link_tab li.on {
    background: #1e54a7;
    border-color: #1e54a7;
    color: #fff;
}

.link_slide .link_box {
    padding: 18px 0;
    padding-bottom: 0;
    padding-left: 26px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    width: 1172px;
}

.link_slide .bd .link_list li {
    float: left;
    font-size: 14px;
    width: 252px;
    margin-right: 54px;
    margin-bottom: 11px;
}

.link_slide .bd .link_list li:nth-child(4n+4) {
    margin-right: 0;
}

.link_slide .bd .link_list li a {
    color: #666;
}


/*底部区域*/

.footer {
    width: 100%;
    height: 140px;
    background: #008d43;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer .w1200 {
    margin-top: 49px;
    overflow: hidden;
}

.footer p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.footer p a {
    color: #fff;
}


/*漂浮区域*/

.float_right {
    position: fixed;
    right: 0;
    width: 171px;
    text-align: center;
    bottom: 7%;
    z-index: 999999;
}

.float_right_box {
    background: url(../images/bg9.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.float_right .float_close {
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.float_right h6 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
    line-height: 20px;
}

.float_right .img1 {
    width: 126px;
    height: 127px;
    margin: 10px 0;
}

.float_right .img2 {
    width: 126px;
    height: 127px;
    margin: 10px 0;
}


/*通知公告*/

.page_cont {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
    /*min-height: 895px;*/
    /*margin-bottom: 20px;*/
}

.sidenav-section {
    width: 256px;
}

.sidenav-tit {
    width: 100%;
    height: 75px;
    background: url(../images/pageh3bj.png) no-repeat;
    text-align: center;
    line-height: 75px;
    font-size: 24px;
    color: #fff;
}

.cont-right-box {
    width: 844px;
    overflow: hidden;
}

.cont_right_tit {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom: 2px solid #00367e;
    font-size: 24px;
    font-weight: bold;
    color: #00367e;
}

.newslist {
    margin-bottom: 20px;
}

.newslist li {
    width: 100%;
    overflow: hidden;
    line-height: 45px;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 16px;
}

.newslist li a {
    color: #333;
}

.newslist li .date {
    color: #999;
    float: right;
}


/*新闻详情*/

.page_left {
    width: 760px;
    margin-bottom: 30px;
}

.NewsText {
    padding: 20px 0;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
    /*min-height: 557px;*/
}

.NewsText p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-family: 'Microsoft Yahei';
}

.NewsText p span {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-family: 'Microsoft Yahei';
}

.NewsText img,
.NewsText p img {
    max-width: 100%;
}

.page_right {
    width: 280px;
}

.page_right ul {
    width: 100%;
}

.page_right ul li {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.page_right ul li:last-child {
    margin-bottom: 0;
}

.page_right ul li img {
    width: 100%;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.page_right ul li:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    /*Safari 和 Chrome*/
    -moz-transform: scale(1.2);
    /*Firefox*/
    -ms-transform: scale(1.2);
    /*IE9*/
    -o-transform: scale(1.2);
    /*Opera*/
}


/*党建专栏*/

.wrap_red .header {
    background: url(../images/headbg_red.jpg) no-repeat;
}

.wrap_red .head_search button,
.wrap_red .nav,
.wrap_red .nav ul>li .menu-nav,
.wrap_red .sidenav-tit,
.wrap_red .footer {
    background: #c50c11;
}

.wrap_red .BreadNav a.current,
.wrap_red .cont_right_tit {
    color: #c50c11;
}

.wrap_red .cont_right_tit {
    border-color: #c50c11;
}

.wrap_red .pages .pagination li:hover,
.wrap_red .pages .pagination li.active,
.wrap_red .pages .pagination li.prev:hover {
    background: #c50c11;
    border-color: #c50c11;
}


/*协会简介*/

.side-nav {
    width: 100%;
    overflow: hidden;
}

.side-nav .subNav {
    border: 1px solid #ebebeb;
    height: 43px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: -1px;
}

.side-nav .subNav a {
    color: #888888;
}


/*.side-nav .subNav:hover, .side-nav .subNav.current {
	background: #f0a200;
	border-color: #f0a200;
}*/

.side-nav .subNav:hover a,
.side-nav .subNav.current a {
    color: #1e54a7;
}

.NavCont {
    border: 1px solid #ebebeb;
    background: #fafafa;
    display: none;
}

.NavCont li {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 35px;
}

.NavCont li a {
    color: #333;
}

.NavCont li:hover a,
.NavCont li.current a {
    color: #1e54a7;
}

.text_cont {
    margin: 25px 0;
    margin-bottom: 30px;
}

.text_cont .TextTitle {
    padding-bottom: 25px;
}

.text_cont .TextTitle h6 {
    margin-bottom: 0;
}

.TextCont p {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 30px !important;
    font-family: 'Microsoft Yahei' !important;
}

.TextCont {
    width: 100%;
    overflow: hidden;
}

.TextCont p span {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 30px !important;
    font-family: 'Microsoft Yahei' !important;
}

.TextCont table {
    max-width: 100%;
    width: 100% !important;
}

.TextCont img,
.TextCont p img {
    max-width: 100%;
}


/*领导介绍*/

.leader_list {
    margin-bottom: 30px;
}

.leader_list li {
    padding: 30px 0;
    height: 200px;
    border-bottom: 1px dashed #e5e5e5;
    overflow: hidden;
}

.leader_list li .img_box {
    float: left;
    width: 150px;
    height: 200px;
}

.leader_list li .img_box img {
    width: 100%;
    height: 200px;
}

.leader_list li .item_cont {
    float: right;
    width: 740px;
}

.leader_list li .item_cont .item_tit {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-bottom: 25px;
}

.leader_list li .item_cont .item_info {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.leader_list li .item_cont .item_text {
    color: #333;
    font-size: 16px;
    line-height: 30px;
}

.leader_list li .item_cont .item_text span {
    color: #1e54a7;
}


/*会员名单*/

.member_table {
    width: 100%;
    overflow: hidden;
    margin-top: 21px;
    margin-bottom: 20px;
}

.member_table table {
    width: 100%;
    border: 1px solid #e5e5e5;
}

.member_table table tr {
    border: 1px solid #e5e5e5;
}

.member_table table th {
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #1e54a7;
    height: 47px;
}

.member_table table td {
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    height: 46px;
    text-align: center;
}

.member_table table tr th:first-child {
    width: 220px;
}


/*联系我们*/

.about_tit {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.about_table {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.about_table h6 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    text-align: center;
}

.about_table table {
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-top: 30px;
}

.about_table table th {
    border: 1px solid #e5e5e5;
    height: 47px;
    font-size: 16px;
    color: #1e54a7;
}

.about_table table tr th:nth-child(1) {
    width: 199px;
}

.about_table table tr th:nth-child(2) {
    width: 46px;
}

.about_table table tr th:nth-child(3) {
    width: 338px;
}

.about_table table tr th:nth-child(4) {
    width: 216px;
}

.about_table table td {
    border: 1px solid #e5e5e5;
    height: 46px;
    font-size: 16px;
    color: #333;
    text-align: center;
}


/*荣誉资质*/

.honor_list {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.honor_list li {
    float: left;
    width: 286px;
    margin-bottom: 40px;
    margin-right: 31px;
}

.honor_list li:nth-child(3n+3) {
    margin-right: 0;
}

.honor_list li img {
    width: 100%;
    height: 185px;
    margin-bottom: 16px;
}

.honor_list li p {
    font-size: 18px;
    color: #333;
    text-align: center;
}


/*主题活动*/

.theme_list {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.theme_list li {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.theme_list li h6 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
}

.theme_list li .item_cont {
    width: 100%;
    overflow: hidden;
}

.theme_list li .item_cont .img_box {
    float: left;
    width: 286px;
    height: 215px;
}

.theme_list li .item_cont .img_box img {
    width: 100%;
    height: 215px;
}

.theme_list li .item_cont .item_text_cont {
    width: 520px;
    float: right;
}

.theme_list li .item_cont .item_text_cont p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.theme_list li .item_cont .item_text_cont .signup_but {
    margin-top: 17px;
    display: block;
    width: 160px;
    height: 48px;
    background: #1e54a7;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    color: #fff;
}


/*我要报名*/

.signup_box {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
    margin-top: 12px;
}

.signup_text {
    padding-bottom: 20px;
    border-bottom: 1px dashed #e5e5e5;
}

.signup_text p {
    font-size: 18px;
    line-height: 36px;
    color: #333;
}

.signup_form {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.signup_form .section_inp {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.signup_form .section_inp .yzm {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
    width: 100px;
    height: 42px;
}

.signup_form .section_inp a {
    font-size: 14px;
    margin-left: 10px;
    line-height: 50px;
    color: #1287f4;
}

.signup_form .section_inp label {
    width: 85px;
    float: left;
    text-align: right;
    font-size: 16px;
    color: #333;
    line-height: 48px;
    margin-right: 22px;
}

.signup_form .section_inp select {
    float: left;
    width: 500px;
    height: 48px;
    border: 1px solid #d2d2d2;
    padding-left: 15px;
    font-size: 16px;
    color: #999;
}

.signup_form .section_inp input {
    float: left;
    width: 488px;
    height: 46px;
    border: 1px solid #d2d2d2;
    font-size: 16px;
}

.signup_form .section_inp .xl {
    position: absolute;
    top: 1px;
    right: 6px;
    width: 39px;
    height: 46px;
    background: url(../images/xl.jpg) no-repeat;
}

.section_inp_text {
    width: 100% !important;
}

.section_inp_text textarea {
    width: 725px;
    height: 96px;
    border: 1px solid #d2d2d2;
    resize: none;
}

.signup_but {
    width: 160px;
    height: 48px;
    background: #1e54a7;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    border: 0;
}

.signup_table {
    width: 100%;
    margin: 30px 0;
    margin-bottom: 0;
    overflow: hidden;
}

.signup_table h6 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}

.signup_table table {
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-bottom: 60px;
}

.signup_table table th {
    height: 47px;
    font-size: 16px;
    color: #1e54a7;
    border: 1px solid #e5e5e5;
}

.signup_table table td {
    height: 46px;
    font-size: 16px;
    color: #333;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.signup_table table td a {
    margin-right: 15px;
}

.signup_table table td a:last-child {
    margin-right: 0;
}

.signup_table table tr th:nth-child(1) {
    width: 47px;
}

.signup_table table tr th:nth-child(2) {
    width: 88px;
}

.signup_table table tr th:nth-child(3) {
    width: 223px;
}

.signup_table table tr th:nth-child(4) {
    width: 148px;
}

.signup_table table tr th:nth-child(5) {
    width: 138px;
}

.signup_table table tr th:nth-child(6) {
    width: 186px;
}

.signup_table .signup_but {
    margin: 0 auto;
    display: block;
}


/*滑过*/

.section.page1 .news_slide .news_list ul li:hover a,
.section.page3 .news_box .index_list ul li:hover a,
.link_slide .bd .link_list li:hover a,
.newslist li:hover a,
.theme_list li:hover h6,
.leader_list li .item_cont:hover .item_tit,
.leader_list li .item_cont:hover .item_info,
.NewsPages a:hover,
.sincerity_list .sincerity_list_box ul li:hover a {
    color: #1e54a7;
}

.wrap_red .newslist li:hover a {
    color: #c50c11;
}

.cont_right_tit .head_search {
    border: 0;
    width: auto;
}

.input_section {
    float: left;
}

.input_section label {
    float: left;
    font-size: 16px;
    color: #333;
    margin-right: 20px;
    font-weight: normal;
    line-height: 34px;
}

.input_section select {
    float: left;
    width: 158px;
    height: 34px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    color: #999;
    padding-left: 20px;
}

.input_section div {
    float: left;
    border: 1px solid #dcdcdc;
    height: 32px;
}

.input_section div input,
.input_section div button {
    height: 32px;
}

.input_section div input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    color: #333 !important;
    -webkit-text-fill-color: #333 !important;
}

.input_section div button {
    width: 59px;
}


/*诚信服务模块*/

.Sincerity_section {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.Sincerity_section .sincerity_tit {
    font-size: 24px;
    color: #333;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.sincerity_img_list {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.sincerity_img_list ul li {
    float: left;
    width: 353px;
    height: 190px;
    margin-right: 30px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    overflow: hidden;
}

.sincerity_img_list ul li img {
    width: 100%;
    height: 190px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.sincerity_img_list ul li:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    /*Safari 和 Chrome*/
    -moz-transform: scale(1.2);
    /*Firefox*/
    -ms-transform: scale(1.2);
    /*IE9*/
    -o-transform: scale(1.2);
    /*Opera*/
}

.sincerity_img_list ul li:nth-child(3n+3),
.sincerity_img_list ul li:last-child {
    margin-right: 0;
}

.sincerity_list {
    margin-top: 30px;
    overflow: hidden;
}

.sincerity_list .sincerity_list_box {
    width: 545px;
}

.sincerity_list .sincerity_list_box ul li a {
    color: #666;
}

.sincerity_list .sincerity_list_box ul li a span {
    margin-right: 10px;
    color: #666;
}

.sincerity_list .sincerity_list_box ul li .date a {
    font-size: 14px;
    color: #999;
}

.assessment_section {
    width: 100%;
    overflow: hidden;
}

.quick_head {
    width: 185px;
    height: 40px;
    margin-left: 15px;
}

.quick_head a {
    font-size: 14px;
    color: #666;
    line-height: 40px;
    margin-right: 7px;
}

.quick_head a:last-child {
    margin-right: 0;
}

.quick_head a img {
    margin-right: 5px;
}


/*4+N服务*/

.down_list {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.down_list li {
    float: left;
    width: 402px;
    text-align: center;
    margin-right: 40px;
    margin-bottom: 20px;
}

.down_list li:nth-child(2n+2) {
    margin-right: 0;
}

.down_list li .img_box {
    width: 400px;
    height: 309px;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.down_list li .img_box img {
    max-width: 100%;
    height: 309px;
}

.down_list li h6 {
    font-size: 16px;
    color: #333;
    margin: 15px 0;
}

.down_list li a {
    margin-right: 30px;
}

.down_list li a,
.down_list li a i {
    font-size: 16px;
    color: #999;
}

.down_list li a i {
    margin-right: 10px;
}

.down_list li a:hover,
.down_list li a:hover i {
    color: #1e54a7;
}


/*改版之后*/

.content .w1200 {
    overflow: hidden;
    background: #fff;
    min-height: 564px;
}

.hicon {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 18px;
}

.page_cont_box {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.leader_section {
    margin-top: 35px;
    width: 100%;
    overflow: hidden;
}

.leader_section .leader_items {
    margin-bottom: 20px;
}

.leader_section .leader_items,
.leader_title {
    width: 100%;
    overflow: hidden;
}

.leader_title {
    margin-bottom: 15px;
    text-align: center;
}

.leader_title h6 {
    font-size: 20px;
    color: #C00001;
}

.leader_title p {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.leader_list2 {
    margin: 0 auto;
    display: table;
    overflow: hidden;
}

.leader_list2 li {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    width: 196px;
}

.leader_list2 li:last-child,
.leader_list2 li:nth-child(4n) {
    margin-right: 0;
}

.leader_list2 li .img_box {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.leader_list2 li .img_box img {
    width: 100%;
    height: 260px;
}

.leader_list2 li p {
    margin-top: 10px;
    font-size: 20px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leader_content {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}

.leader_content,
.leader_content p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.leader_content img,
.leader_content p img {
    max-width: 100%;
}